@charset "utf-8";
/** ブランドカラー **/
/** テキストカラー **/
/** コンポーネント **/
/*
 以下は CRP インストール時に結合されるため、各部品に変更がない場合は
 IDE 上で LESS コンパイルエラーが表示される場合があります。
 デプロイ時には問題ありませんのでそのままコミットしてください。

 自治体ごとに変更する場合のみ下記部品を _base_* から複製して編集してください。
 */
/* ========================================================
	reset.css => margin,padding等リセットCSS
======================================================== */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 'lucida grande', tahoma, verdana, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif, FontAwesome;
}
table {
  font-size: 100%;
  font-family: inherit;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
select,
input,
textarea {
  font-size: 100%;
}
hr {
  display: none;
}
/** =====================
        汎用クラス
====================== **/
.text-warning,
.alert-error {
  color: red;
}
.text-information {
  color: #f87c00;
}
.text-note {
  color: blue;
}
.text-normal {
  color: #333333;
}
.text-active {
  font-weight: bold;
  text-shadow: 1px 1px 1px #f87c00;
}
.text-inactive {
  opacity: 0.5;
}
.text-smaller {
  font-size: 80%;
}
.text-larger {
  font-size: 120%;
}
.pretext {
  white-space: pre-wrap;
}
.nowrap {
  white-space: nowrap;
}
code,
.text-code {
  font-family: Consolas, "Courier New", monospace;
  border: solid 1px #ddd;
  background: white;
  padding: 0 2px;
  border-radius: 4px;
}
.center-align {
  text-align: center !important;
}
.right-align {
  text-align: right !important;
}
.pull-right {
  float: right !important;
}
.spacer-t0 {
  margin-top: 0 !important;
}
.spacer-b0 {
  margin-bottom: 0 !important;
}
.spacer-t10 {
  margin-top: 10px !important;
}
.spacer-t20 {
  margin-top: 20px !important;
}
.spacer-b20 {
  margin-bottom: 20px !important;
}
.spacer-t30 {
  margin-top: 30px !important;
}
.spacer-b30 {
  margin-bottom: 30px !important;
}
.spacer-t40 {
  margin-top: 40px !important;
}
.spacer-b40 {
  margin-bottom: 40px !important;
}
.spacer-t50 {
  margin-top: 50px !important;
}
.spacer-b50 {
  margin-bottom: 50px !important;
}
.spacer-t60 {
  margin-top: 60px !important;
}
.spacer-b60 {
  margin-bottom: 60px !important;
}
.spacer-t70 {
  margin-top: 70px !important;
}
.spacer-b70 {
  margin-bottom: 70px !important;
}
.spacer-t80 {
  margin-top: 80px !important;
}
.spacer-b80 {
  margin-bottom: 80px !important;
}
.noticeMessage {
  background: #DCFFD5;
  border: solid 1px #B8E09E;
  padding: 3px 7px;
  color: green;
  border-radius: 4px;
}
.errorMessage {
  background: #FFF2D5;
  border: solid 1px #E0BC9E;
  padding: 3px 7px;
  color: #E04B28;
  border-radius: 4px;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.word-break {
  word-break: break-all;
}
/** =====================
      コンポーネント
====================== **/
.page-container .page_title {
  margin-bottom: 10px;
  padding: 0;
  background-color: #0000AC;
}
.page-container .divide-line {
  background: url(../img/sp/dot_line.gif) repeat-x top;
  width: 100%;
  height: 28px;
}
.page-container .register-invitation {
  padding: 20px 20px 37px;
  background: #f4f0e5 url(../img/sp/dot_line.gif) repeat-x bottom;
}
.page-container .register-invitation-secondary {
  padding: 57px 20px 20px;
  background: #f4f0e5 url(../img/sp/dot_line.gif) repeat-x top;
}
.page-container .guide-box {
  background: #f4f0e5;
  padding: 10px;
}
.page-container .main-menu {
  padding: 20px 17px 45px;
  background: #f4f0e5 url(../img/sp/dot_line.gif) repeat-x bottom;
  zoom: 1;
}
.page-container .main-menu ul {
  max-width: 436px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
.page-container .main-menu ul li {
  float: left;
  width: 50%;
  padding-bottom: 6px;
}
.page-container .main-menu ul li a {
  display: block;
  margin: 0 3px;
}
.page-container .main-menu ul li a img {
  vertical-align: top;
}
.page-container .main-menu ul li a img:hover {
  opacity: 0.7;
}
.page-container .main-menu-list {
  background: #f4f0e5 url(../img/sp/dot_line.gif) repeat-x bottom;
  padding-bottom: 23px;
  border-top: 1px solid #a88451;
}
.page-container .main-menu-list > article {
  padding: 20px 20px 0;
  border-bottom: 1px solid #a88451;
}
.page-container .main-menu-list > article .main-menu-button {
  display: block;
  margin-bottom: 4px;
}
.page-container .main-menu-list > article .main-menu-button:hover {
  opacity: 0.8;
}
.page-container ul.sub-menu-list {
  border-top: 1px solid #baa4a8;
  list-style: none;
}
.page-container ul.sub-menu-list > li {
  border-bottom: 1px solid #baa4a8;
  background: url(../img/sp/link_btn_bg.gif) repeat-x center;
}
.page-container ul.sub-menu-list > li > a {
  display: block;
  max-width: 430px;
  margin: 0 auto;
  padding: 10px 20px;
  border: solid white;
  border-width: 1px 0 1px 0;
  font-size: 108%;
  background: url(../img/sp/link_btn_arrow.png) no-repeat 95% center;
  text-decoration: none;
  color: #333333;
}
.page-container ul.sub-menu-list > li > a:hover {
  text-decoration: underline;
}
.page-container .result-list {
  margin-bottom: 1px;
  border-top: 1px solid #baa4a8;
}
.page-container .result-list a,
.page-container .result-list a:link {
  color: inherit;
  text-decoration: none;
}
.page-container .result-list a:hover {
  text-decoration: underline;
}
.page-container .result-list article {
  padding: 10px 20px;
  border-bottom: 1px solid #baa4a8;
  background: url(../img/sp/search_bg.gif) repeat-x center;
  background-size: auto;
}
.page-container .result-list article .published-at {
  font-size: 80%;
  color: #be3322;
}
.page-container .result-list article .scheduled-at {
  color: #36398b;
}
.page-container .image-list {
  padding: 0;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
.page-container .image-list > li {
  list-style-type: none;
  float: left;
  width: 33.33%;
  margin: 8px 0;
}
.page-container .image-list > li .frame {
  -webkit-box-shadow: 2px 2px 4px #d3cbc2;
  -moz-box-shadow: 2px 2px 4px #d3cbc2;
  box-shadow: 2px 2px 4px #d3cbc2;
}
.page-container .image-list > li img {
  width: 99%;
}
.page-container .image-list > li img:hover {
  opacity: 0.7;
}
.page-container .image-list > li canvas:hover {
  opacity: 0.7;
}
.page-container .data-sheet table {
  width: 100%;
}
.page-container .data-sheet table td,
.page-container .data-sheet table th {
  padding: 15px 0;
}
.page-container .data-sheet table th {
  font-weight: bold;
  vertical-align: top;
}
.page-container .table.table-bordered {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.page-container .table.table-bordered td,
.page-container .table.table-bordered th {
  border: solid 1px #d3d3d3;
  padding: 4px;
}
.page-container .list-header {
  max-width: 440px;
  margin: 10px 0 1px;
  padding: 3px 20px;
  background-color: #6fa467;
  color: white;
}
.page-container .page-top {
  padding: 10px;
  text-align: right;
}
.page-container .page-top p {
  max-width: 460px;
  margin: 0 auto;
}
.page-container .form-group {
  margin-bottom: 20px;
}
.page-container .form-group > p {
  margin-bottom: 10px;
}
.page-container .vaccination-step {
  padding: 1px 0;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
}
.page-container .vaccination-step dl {
  padding: 10px 20px;
  background-color: #f9f5e6;
}
.page-container .vaccination-step dl dt {
  color: #6a9605;
  font-weight: bold;
  font-size: 120%;
}
.page-container .vaccination-step dl dd {
  max-width: 430px;
  margin: 0 auto;
}
.page-container .vaccination-arrow {
  width: 36px;
  margin: 0 auto;
}
.page-container .indent_list ul li {
  padding-top: 5px;
  padding-bottom: 2px;
}
.page-container .indent_list li {
  padding-left: 30px;
}
.page-container .context-area {
  border: solid #a88451;
  border-width: 1px 0 1px;
  background: #f4f0e5;
  margin-bottom: 10px;
}
.page-container .context-area > p {
  margin: 5px 10px;
}
.page-container .context-area > ol {
  margin: 5px 10px;
  padding: 0;
}
.page-container .form-grid {
  font-size: 100%;
  width: 100%;
}
.page-container .form-grid thead th {
  vertical-align: bottom;
}
.page-container .form-grid tr.highlight {
  background-color: #FFFFE0;
}
.page-container .form-grid th,
.page-container .form-grid td {
  border-bottom: solid 1px #F2E7AF;
  padding: 5px 2px;
}
.page-container .form-grid tr.no-border th,
.page-container .form-grid tr.no-border td {
  border-bottom: none;
}
.page-container .form-grid.half-padding th,
.page-container .form-grid.half-padding td {
  padding: 15px 2px;
}
.page-container .form-grid.full-padding th,
.page-container .form-grid.full-padding td {
  padding: 30px 2px;
}
.page-container .list_area {
  border-top: 1px solid #baa4a8;
}
.page-container .list_area li {
  border-bottom: 1px solid #baa4a8;
}
.page-container .list_area li .item-title {
  display: block;
  padding: 10px 20px;
  background: url(../img/sp/search_bg.gif) repeat-x center;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.theme-color-button {
  float: left;
  padding: 0;
  margin: 15px;
  width: 70px;
  height: 70px;
}
.theme-color-button input[type=radio] {
  display: none;
}
.theme-color-button .alter-button {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.theme-color-button input[type=radio]:checked + .alter-button {
  border: solid white 3px;
  box-shadow: 0px 0px 0px 5px #555;
  width: 64px;
  height: 64px;
}
.btn {
  display: inline-block;
  margin: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background: #f8eff0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 0%, #dfe3e7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #dfe3e7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #dfe3e7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f7f7 0%, #dfe3e7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f7f7 0%, #dfe3e7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7f7f7 0%, #dfe3e7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dfe3e7', GradientType=0);
  /* IE6-9 */
  border-color: #fafafa #c8c8c8 #c0c0c0 #fafafa;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.open .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}
.btn-default .badge {
  color: white;
  background-color: #333333;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li a,
.breadcrumb > li a:link {
  text-decoration: none;
}
.breadcrumb > li a:hover {
  text-decoration: underline;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.tbx {
  border: solid 1px #bbbbbb;
  border-radius: 4px;
  padding: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tbx:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tbx.tbx-required {
  background-color: #ffde7f;
}
.tbx.tbx-invalid {
  background-color: #ff7970;
}
.tbx.tbx-valid {
  background-color: #6ddcc8;
}
.tbx.tbx-100 {
  width: 100px;
}
.tbx.tbx-150 {
  width: 150px;
}
.tbx.tbx-200 {
  width: 200px;
}
.tbx.tbx-full {
  width: 100%;
}
.intent-box {
  padding: 20px;
  margin: 20px 0;
  background-color: #c1eab0;
  border-radius: 10px;
}
.selection-button {
  display: inline-block;
  padding: 4px 6px;
  margin: 4px;
  border: solid #69c1e0 2px;
  text-decoration: none;
  color: black;
  background: white;
  font-weight: bold;
}
.selection-button.active {
  color: white;
  background: #519095;
}
.selection-button:hover {
  background: rgba(201, 201, 201, 0.51);
}
.debug-box th {
  padding: 4px;
  border: solid 1px blue;
  background: blue;
  color: white;
}
.debug-box td {
  padding: 4px;
  border: solid 1px blue;
  color: blue;
}
.clock-for-test {
  position: fixed;
  left: 0;
  top: 0;
  background: #00dfa6;
  opacity: 0.7;
}
.clock-for-test .time {
  font-family: Consolas;
}
.goog-te-menu-value img {
  width: 0;
  height: 30px;
}
.nursery-type-list-wrapper .list-header {
  font-size: 27px;
  text-align: left;
  height: 60px;
  color: white;
  background-color: #6fa467;
}
.nursery-type-list-wrapper .list-header .list-header-text {
  line-height: 60px;
}
.nursery-type-list-wrapper .list-body {
  border-bottom: 3px solid #baa4a8;
  border-right: 3px solid #baa4a8;
  border-left: 3px solid #baa4a8;
}
.nursery-type-list-wrapper .list-body .list-item {
  border-bottom: 2px dashed #baa4a8;
}
.nursery-type-list-wrapper .list-body .list-item .arrow-right {
  color: #377534;
}
.input-required {
  display: inline-block;
  background-color: #ff1010;
  color: white;
  font-size: 90%;
  padding: 1px 6px;
  border-radius: 5px;
}
.input-remarks {
  color: blue;
  font-size: 90%;
}
.next-actions {
  text-align: center;
}
.next-actions .action-message {
  margin-top: 10px;
  margin-bottom: 10px;
}
.announcement-article h1 {
  font-size: 150%;
}
.announcement-article * + h1 {
  margin-top: 2rem;
}
.announcement-article h2 {
  font-size: 130%;
  font-weight: normal;
  margin: 10px;
  margin-top: 20px;
}
.announcement-article h3 {
  font-size: 120%;
  font-weight: normal;
}
.announcement-article h4 {
  font-size: 110%;
}
.announcement-article ul {
  margin: 0.5rem;
}
.announcement-article ul li {
  list-style: disc;
  list-style-position: inside;
}
.announcement-article hr {
  display: block;
  border: solid 1px #377534;
}
.announcement-article img {
  max-width: 100%;
}
.graph-wrapper {
  text-align: center;
}
.graph-wrapper .growth-graphs {
  display: inline-block;
  width: 240px;
  margin: 0 auto;
  padding: 0 auto;
  overflow-x: auto;
  background-color: white;
  vertical-align: top;
}
.graph-wrapper .growth-graphs .graph {
  width: 800px;
  padding: 0 auto;
}
.graph-wrapper .growth-graphs .graph .graph-canvas {
  display: block;
}
.graph-wrapper .graph-label {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  padding: 0 auto;
}
.graph-wrapper .graph-labels {
  margin: 0 auto;
  margin-bottom: 5px;
  width: 200px;
  background-color: white;
  border-radius: 5px;
}
.graph-wrapper .graph-labels .graph-color {
  display: inline-block;
  width: 40px;
  height: 0.5em;
}
.graph-wrapper .graph-labels .graph-color-weight {
  background-color: rgba(255, 99, 132, 0.4);
  -webkit-box-shadow: 1px 1px 3px 3px rgba(255, 99, 132, 0.3);
  box-shadow: 1px 1px 3px 3px rgba(255, 99, 132, 0.3);
}
.graph-wrapper .graph-labels .graph-color-stature {
  background-color: rgba(99, 99, 255, 0.4);
  -webkit-box-shadow: 1px 1px 3px 3px rgba(99, 99, 255, 0.3);
  box-shadow: 1px 1px 3px 3px rgba(99, 99, 255, 0.3);
}
.graph-wrapper .graph-labels .graph-label-text {
  font-size: 50%;
  display: inline-block;
  margin-right: 5px;
}
.graph-wrapper .graph-x-label {
  text-align: center;
  font-size: 80%;
}
.inline-radio {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #b6b6b6;
  width: 90%;
  margin: 0 auto;
}
.inline-radio div {
  position: relative;
  flex: 1;
}
.inline-radio input {
  width: 100%;
  height: 30px;
  opacity: 0;
}
.inline-radio label {
  position: absolute;
  top: 0;
  left: 0;
  color: #b6b6b6;
  width: 100%;
  height: 100%;
  font-size: 80%;
  background: #F8EFF0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border-right: 1px solid #b6b6b6;
}
.inline-radio div:last-child label {
  border-right: 0;
}
.inline-radio input:checked + label {
  background: #f4f0e5;
  font-weight: 500;
  color: #333333;
}
/** =====================
        レイアウト
====================== **/
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 88%;
  line-height: 1.5;
  color: #333333;
  -webkit-text-size-adjust: 100%;
}
.page-container {
  margin: 0 auto;
}
.page-container header {
  padding: 0 0 3px;
  border-top: 8px solid #377534;
}
.page-container header h1 {
  max-width: 430px;
  margin: 0 auto;
}
.page-container > section.centered {
  text-align: center;
}
.page-container > section.footer-menu {
  padding-top: 27px;
  background: url(../img/sp/dot_line.gif) repeat-x top;
}
.page-container > section h2 {
  margin-bottom: 20px;
}
.page-container > section h2.list-heading {
  line-height: 0px;
  margin-bottom: 0px;
}
.page-container > section p,
.page-container > section ul.paragraph {
  max-width: 430px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.page-container > section article {
  padding: 0 20px;
  clear: both;
  overflow: hidden;
}
.page-container > section article .text {
  margin-bottom: 20px;
}
.page-container > section article .text p {
  margin-bottom: 5px;
}
.page-container > section article .fluid-button {
  width: 100%;
}
.page-container > section .divided {
  border-bottom: solid 1px #baa4a8;
  margin-bottom: 20px;
}
.page-container > section .divided:last-child {
  margin-bottom: 0;
}
.page-container footer {
  margin-top: 1px;
  padding: 8px 0;
  background-color: #333333;
  border-top: 4px solid #a3a3a3;
  color: white;
  text-align: center;
  font-size: 84%;
}
.page-container .list-wrapper {
  margin: 20px;
}
.page-container .list-wrapper .block-item {
  display: block;
}
.page-container .list-wrapper .list-body .list-item {
  margin: 0 20px 10px 20px;
  height: 2em;
  padding: 40px 0 30px 0;
  cursor: pointer;
}
.page-container .list-wrapper .list-body .list-item .title {
  float: left;
}
.page-container .list-wrapper .list-body .list-item .arrow-right {
  font-size: 1.3em;
}
.calendar h3.date {
  font-size: 140%;
  border-bottom: solid 1px #ccc;
}
.calendar .schedule-list .daily-schedule {
  display: block;
  margin: 20px 0;
}
.calendar .schedule-list .daily-schedule h4 {
  font-size: 120%;
  color: orange;
  margin-top: 10px;
}
.calendar .schedule-list .daily-schedule .slate-list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}
.calendar .schedule-list .daily-schedule p {
  margin-bottom: 10px;
}
.nursery-review-list > li {
  padding: 4px 6px;
  margin: 10px 0;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  background-color: #f9f5e6;
}
.nursery-review-list > li .heading {
  color: #888;
  font-size: 11px;
}
.nursery-review-list > li .nursery-review-body {
  margin: 0;
  padding: 4px 6px;
  border-radius: 4px;
}
.nursery-review-list > li .nursery-review-info {
  text-align: right;
  color: #6a9605;
  margin: 0;
}
.nursery-review-list > li .nursery-review-reply {
  padding: 5px 10px;
  margin: 0 0 0 7px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.7);
}
.nursery-review-list > li .nursery-review-empty {
  color: #777;
  margin: 0;
}
/*
  メールアドレスに関するスタイル定義
 */
/* 無効なメールアドレス */
.email-address-disabled {
  color: #b5b5b5;
}
/* 無効なメールアドレスであることを示す文言 */
.email-address-disabled-description {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.8em;
  color: #f87c00;
}
.moving .font-size90 {
  font-size: 90%;
}
.moving .font-weight-bold {
  font-weight: bold;
}
.moving .moving-target-cities .target-cities {
  width: 80%;
}
.move-out .container-move-out-description {
  margin-bottom: 50px;
}
.move-out .move-out-upload-container {
  margin-top: 40px;
}
.move-out .explanation-detail {
  margin: 0 20px 5px 20px;
}
.move-in .move-in-confirm .mic-submit-btn {
  margin-right: 50px;
}
.move-in-annotation {
  font-size: 90%;
}
.font-style-inherit {
  font-style: inherit;
}
.not-found-info {
  margin-right: -3px;
}
.note-pointer {
  font-weight: bold;
  margin-right: 2px;
}
.move-out-caution {
  margin-left: 2rem;
  color: #f87c00;
}
.page-container .service-migration-to-g3 .btn-horizontal {
  margin-bottom: 10px;
  display: inline-block;
  width: 47%;
  padding-left: 1%;
  padding-right: 1%;
}
.page-container .service-migration-to-g3 .btn-primary,
.page-container .service-migration-to-g3 .btn-secondary {
  min-height: 1rem;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  white-space: normal;
}
.page-container .service-migration-to-g3 .btn-primary:hover,
.page-container .service-migration-to-g3 .btn-secondary:hover {
  opacity: 0.7;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-notification {
  margin: 10px;
  border-radius: 15px;
  border: 1px solid #c3e6cb;
  padding: 10px 20px;
  background-color: #d4edda;
  color: #155724;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-notification .notification-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-notification .notification-title-primary {
  font-weight: bold;
  font-size: 120%;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-notification .miid-logo {
  width: 68px;
  vertical-align: -3px;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-notification .migration-message {
  color: #155724;
  font-size: 105%;
  margin-bottom: 10px;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-notification .end-date {
  text-align: center;
  font-weight: bold;
  color: #155724;
  font-size: 110%;
  padding: 10px 20px;
  background: white;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-notification .btn-primary {
  color: #FFFFFF;
  border: 2px solid #155724;
  background-color: #155724;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-notification .btn-secondary {
  color: #155724;
  border: 2px solid #155724;
  background: transparent;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-description .description-title {
  text-align: center;
  font-size: 120%;
  padding: 10px 0 10px 0;
  border-top: 1px solid #eaeaea;
  box-shadow: 0 10px 10px -6px #eaeaea;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-description h2 {
  text-align: center;
  font-size: 150%;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-description .g3-logo {
  width: 30px;
  vertical-align: middle;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-description .step-line {
  border-bottom: 1px solid #eaeaea;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-description .supplement {
  color: #de7391;
  font-size: 95%;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-description .end-date {
  text-align: center;
  font-weight: bold;
  color: #155724;
  font-size: 110%;
  padding: 10px 20px;
  background: white;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-description .btn-preview {
  text-align: center;
  font-weight: bold;
  color: #155724;
  border: 2px solid #155724;
  background: white;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-description .btn-primary {
  color: #FFFFFF;
  border: 2px solid #155724;
  background-color: #155724;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-confirm h2 {
  text-align: center;
  color: #377534;
  font-size: 150%;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-confirm .btn-primary {
  color: #FFFFFF;
  border: 2px solid #377534;
  background-color: #377534;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-confirm .btn-secondary {
  color: #377534;
  border: 2px solid #377534;
  background: transparent;
}
/* =========================================
  自治体固有設定
========================================= */
