@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;
}
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;
}
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-t10 {
  margin-top: 10px !important;
}
.spacer-b10 {
  margin-bottom: 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;
}
a:hover > img {
  opacity: 0.8;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.word-break {
  word-break: break-all;
}
.tag {
  border-radius: 15px;
  font-weight: normal;
  font-size: 1rem;
  display: inline-block;
  padding: 3px 8px;
  background-color: #ff6580;
  color: #333333;
}
/** =====================
      コンポーネント
====================== **/
.page-container input[type=text] {
  height: 35px;
}
.page-container input[type=password] {
  height: 35px;
}
.page-container input[type=radio] {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.page-container input[type=checkbox] {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.page-container select {
  font-size: 140%;
  vertical-align: middle;
}
.page-container input {
  vertical-align: middle;
}
.page-container label {
  vertical-align: middle;
}
.page-container .page_title {
  margin-bottom: 10px;
  max-width: 640px;
}
.page-container .page_title img {
  width: 100%;
}
.page-container .divide-line {
  border-top: 3px dashed #ff6580;
  background: none;
  width: 100%;
  height: 28px;
  margin: 10px auto;
}
.page-container .register-invitation {
  padding: 30px 20px 1px;
  margin: 20px;
  max-width: 400px;
  background: #f8d3cd url(../img/sp/touroku_area_bg.gif);
}
.page-container .register-invitation-secondary {
  margin: 0 20px;
  max-width: 400px;
  padding: 30px 20px 10px;
  background: #f8d3cd url(../img/sp/touroku_area_bg.gif);
}
.page-container .message-box {
  background: #f8d3cd;
  font-size: 120%;
  padding: 10px 0;
}
.page-container .guide-box {
  background: #f8d3cd;
  padding: 10px;
}
.page-container .main-menu-list {
  margin: 20px;
}
.page-container .main-menu-list.top-divided {
  padding-top: 27px;
  background: url(../img/sp/dot_line.png) repeat-x;
}
.page-container .main-menu-list > article {
  background: url(../img/sp/dot_line.png) repeat-x left bottom;
  padding: 8px 0 27px;
  text-align: left;
}
.page-container .main-menu-list > article p {
  padding-left: 30px;
}
.page-container .main-menu-list > article .main-menu-title {
  margin-bottom: 20px;
  background: url(../img/sp/index_title_bg.png);
  font-size: 125%;
  color: inherit;
  text-decoration: none;
  display: block;
}
.page-container .main-menu-list > article .main-menu-title span {
  display: block;
  height: 39px;
  padding: 10px 10px 0 32px;
  color: #333333;
  background: url(../img/sp/index_title_bg_r.png) no-repeat right top;
}
.page-container .main-menu-list > article .main-menu-button {
  text-align: right;
  margin-bottom: 10px;
}
.page-container .main-menu-list > article .main-menu-button img {
  width: 120px;
  height: auto;
}
.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;
  margin-top: 20px;
}
.page-container ul.sub-menu-list.off-margin {
  margin-top: 0;
}
.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: 590px;
  margin: 0 auto;
  padding: 10px 20px;
  border: solid white;
  border-width: 1px 0 1px 0;
  font-size: 108%;
  background: none;
  text-decoration: none;
  color: #333333;
}
.page-container ul.sub-menu-list > li > a:hover {
  text-decoration: underline;
}
.page-container ul.sub-menu-list .fa-link-arrow {
  padding: 10px;
  color: #ff9933;
  display: block;
  border-bottom: solid 1px white;
}
.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 .result-list .fa-link-arrow {
  padding: 10px;
  color: #ff9933;
  display: block;
  border-bottom: solid 1px white;
}
.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: 600px;
  margin: 10px 0 1px;
  padding: 3px 20px;
  background-color: #c9c9c9;
  color: #3e3a39;
}
.page-container .page-top {
  padding: 10px 20px;
  text-align: right;
}
.page-container .page-top p {
  max-width: 440px;
  margin: 0 auto;
  background: url(../img/sp/dot_line.png) repeat-x;
}
.page-container .page-top p a {
  display: block;
  padding: 16px 0;
  background: url(../img/sp/dot_line.png) repeat-x left bottom;
}
.page-container .page-top p a img {
  width: 170px;
  height: 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 #ff6580;
  border-radius: 4px;
}
.page-container .vaccination-step dl {
  padding: 10px 20px;
  background-color: #f8d3cd;
}
.page-container .vaccination-step dl dt {
  color: #6a9605;
}
.page-container .vaccination-step dl dd {
  max-width: 430px;
  margin: 0 auto;
}
.page-container .vaccination-arrow {
  width: 36px;
  margin: 0 auto;
}
.page-container .vaccination-arrow-fa {
  padding-left: 50%;
  font-size: 30px;
  color: blue;
}
.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 #f8d3cd;
  border-width: 1px 0 1px;
  background: #f8d3cd;
  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: 20px;
  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: 25px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 17px;
  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;
}
.color-btn-default {
  border-radius: 5px;
  color: white;
  background-color: #a3ce69;
  box-shadow: 0 7px #8aab5e;
  margin-bottom: 10px;
  font-weight: 700;
}
.color-btn-default:hover {
  text-decoration: none;
  border: solid 1px #8aab5e;
}
.color-btn-default:active {
  text-decoration: none;
  border: solid 1px #8aab5e;
  box-shadow: none;
}
.color-btn-huge {
  font-size: 36px;
  margin: 0 8px;
  padding: 35px 0;
  height: 55px;
  width: 288px;
  border-radius: 5px;
}
.color-btn-normal {
  font-size: 30px;
  text-align: center;
  border-radius: 5px;
  padding: 5px 10px;
  min-width: 140px;
  display: block;
}
.color-btn-danger {
  background-color: #dc3545;
  box-shadow: 0 7px #921925;
}
.color-btn-danger:hover {
  border: solid 1px #921925;
}
.color-btn-register {
  font-size: 32px;
  color: white;
  background: #f3b751;
  box-shadow: 0 7px #d39a36;
}
.color-btn-register:hover {
  border: solid 1px #d39a36;
}
.color-btn-register:active {
  text-decoration: none;
  border: solid 1px #d39a36;
  box-shadow: none;
}
.color-btn-login {
  font-size: 33px;
  color: white;
  background: #a3ce69;
  box-shadow: 0 7px #8aab5e;
}
.color-btn-login:hover {
  border: solid 1px #8aab5e;
}
.color-btn-login:active {
  text-decoration: none;
  border: solid 1px #8aab5e;
  box-shadow: none;
}
.action-message {
  margin-top: 10px;
  width: 630px;
  height: 130px;
}
.action-message .color-btn-message {
  display: block;
  width: 70%;
  height: 50px;
  margin: 20px 0 20px 10px;
  padding: 25px 30px 55px 90px;
  background: #f7f4a8 url(../img/sp/icon_action.png) 20px center no-repeat;
  box-shadow: 0 7px #e2d15e;
  font-size: 25px;
  color: black;
  text-align: left;
  white-space: normal;
  float: left;
  border-radius: 5px 0 0 5px;
}
.action-message .btn-arrow-area {
  color: white;
  height: 50px;
  padding: 55px 8px 27px 3px;
  border-radius: 0 5px 5px 0;
  width: 5%;
  float: left;
  background: #c8b53c;
  margin: 20px 0;
  box-shadow: 0 7px #e2d15e;
}
.action-message .color-btn-message:hover {
  font-weight: 700;
  border: solid 1px #e2d15e;
}
.action-message .color-btn-message:active {
  text-decoration: none;
  border: solid 1px #e2d15e;
  box-shadow: none;
}
.color-btn-more {
  font-size: 30px;
  text-align: center;
  background: #f8eabb;
  box-shadow: 0 4px #e7cb9e;
  border-radius: 5px;
  padding: 10px 0;
  height: 48px;
  width: 548px;
  display: block;
  margin: 20px 0 7px;
}
.color-btn-more .font-arrow-right {
  color: brown;
}
.color-btn-more:hover {
  text-decoration: none;
  border: solid 1px #e7cb9e;
}
.color-btn-more:active {
  text-decoration: none;
  border: solid 1px #e7cb9e;
  box-shadow: none;
}
.color-btn-menu-panel {
  font-size: 30px;
  padding: 0;
  margin: 10px;
  height: 140px;
  width: 600px;
  color: black;
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
  background: white;
  box-shadow: 0 7px #f2b3b3;
  border-radius: 5px;
}
.color-btn-menu-panel .main-menu-icon {
  margin: 15px;
  text-align: left;
  float: left;
  width: 18%;
}
.color-btn-menu-panel .main-menu-icon img {
  height: 108px;
}
.color-btn-menu-panel .main-menu-icon-circle {
  margin: 15px 20px;
  background-color: white;
  text-align: left;
  float: left;
  height: 110px;
  width: 110px;
  border-radius: 50%;
}
.color-btn-menu-panel .main-menu-icon-circle img {
  width: auto;
  border-radius: 20px;
  margin: 18px;
}
.color-btn-menu-panel .main-menu-text {
  color: black;
  float: left;
  text-shadow: none;
  white-space: normal;
  max-width: 450px;
  height: 135px;
  display: flex;
  align-items: center;
}
.color-btn-menu-panel .main-menu-text .under-line {
  padding-bottom: 10px;
  background: url(../img/sp/panel_dotted_line.png) repeat-x 100% 100%;
}
.color-btn-menu-panel:hover {
  font-weight: 700;
  text-decoration: none;
  border: solid 1px #f2b3b3;
}
.color-btn-menu-panel:active {
  text-decoration: none;
  border: solid 1px #f2b3b3;
  box-shadow: none;
}
.color-btn-lg {
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.33;
}
.color-btn-sm,
.color-btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}
.color-btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.color-btn-block + .color-btn-block {
  margin-top: 5px;
}
.color-btn-half-block {
  display: block;
  min-width: 50%;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
input[type="submit"] {
  font-family: inherit;
}
.social-auth-line-btn {
  pointer-events: auto;
  cursor: pointer;
}
.social-auth-line-btn:hover .line-btn-logo-text-layer::before {
  content: "";
  background-image: url("/img/line-logo-hover.png");
  position: absolute;
  top: 50%;
  left: 5px;
  width: 40px;
  height: 40px;
  z-index: 10;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.social-auth-line-btn:hover .line-btn-transparent-layer {
  position: relative;
}
.social-auth-line-btn:hover .line-btn-transparent-layer::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.social-auth-line-btn:active .line-btn-logo-text-layer::before {
  content: "";
  background-image: url("/img/line-logo-press.png");
  position: absolute;
  top: 50%;
  left: 5px;
  width: 40px;
  height: 40px;
  z-index: 10;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.social-auth-line-btn:active .line-btn-transparent-layer {
  position: relative;
}
.social-auth-line-btn:active .line-btn-transparent-layer::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.social-auth-line-btn .line-btn-basic-layer {
  width: 100%;
  height: 55px;
  background-color: #06C755;
  border-radius: 5px;
}
.social-auth-line-btn .line-btn-logo-text-layer {
  position: relative;
}
.social-auth-line-btn .line-btn-logo-text-layer::before {
  content: "";
  background-image: url("/img/line-logo.png");
  position: absolute;
  top: 50%;
  left: 5px;
  width: 40px;
  height: 40px;
  z-index: 10;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.social-auth-line-btn .line-btn-vertical-line-layer {
  position: relative;
}
.social-auth-line-btn .line-btn-vertical-line-layer::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50px;
  background-color: rgba(0, 0, 0, 0.08);
}
.social-auth-line-btn .line-btn-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  cursor: pointer;
}
.social-auth-line-btn.sign-up-line .line-btn-logo-text-layer::after {
  content: "LINEで登録する";
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 210px;
  font-size: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.social-auth-line-btn.sign-in-line .line-btn-logo-text-layer::after {
  content: "LINEでログイン";
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 210px;
  font-size: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.social-auth-line-btn.create-messaging-and-become-friends-btn .line-btn-basic-layer {
  height: 130px;
  border-radius: 10px;
}
.social-auth-line-btn.create-messaging-and-become-friends-btn .line-btn-logo-text-layer::before {
  background-size: 80px;
  height: 80px;
  width: 80px;
}
.social-auth-line-btn.create-messaging-and-become-friends-btn .line-btn-logo-text-layer::after {
  content: 'LINEで通知設定';
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 170px;
  font-size: 32px;
  font-weight: bold;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.social-auth-line-btn.create-messaging-and-become-friends-btn .line-btn-vertical-line-layer::after {
  left: calc(80px + 20px);
}
.social-auth-line-btn.become-friends-btn .line-btn-basic-layer {
  height: 130px;
  border-radius: 10px;
}
.social-auth-line-btn.become-friends-btn .line-btn-logo-text-layer::before {
  background-size: 80px;
  height: 80px;
  width: 80px;
}
.social-auth-line-btn.become-friends-btn .line-btn-logo-text-layer::after {
  content: '公式アカウントと友だちになる';
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 120px;
  font-size: 32px;
  font-weight: bold;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.social-auth-line-btn.become-friends-btn .line-btn-vertical-line-layer::after {
  left: calc(80px + 20px);
}
.social-auth-miid-btn {
  position: relative;
  background-color: #3A3A3A;
  height: 3rem;
}
.social-auth-miid-btn::before {
  content: "";
  background-image: url("/img/mila-e-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 60%;
  left: 180px;
  width: 100px;
  height: 70%;
  border-radius: 5px;
  z-index: 10;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  pointer-events: none;
}
.social-auth-miid-btn .miid-btn-input {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 10px;
  appearance: none;
  color: #fff;
  padding-left: 280px;
  font-size: 1.5rem;
}
.social-auth-line-register-message {
  text-align: initial;
}
.email-setting-btn-wrapper {
  height: 130px;
  border-radius: 10px;
  background-color: #e48a3a;
  display: flex;
  justify-content: center;
  position: relative;
}
.email-setting-btn-wrapper:hover::before {
  height: 130px;
  width: 100%;
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  pointer-events: none;
}
.email-setting-btn-wrapper.email-setting-top {
  margin-top: 20px;
}
.email-setting-btn-wrapper .email-setting-icon {
  color: #fff;
  font-size: 55px;
  position: absolute;
  left: 18px;
  top: 37px;
}
.email-setting-btn-wrapper .email-setting-btn {
  appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.social-auth-register-btn-wrapper,
.social-auth-login-btn-wrapper {
  margin-top: 30px;
  margin-bottom: 10px;
}
.social-auth-register-btn-wrapper .social-auth-line-btn {
  pointer-events: none;
}
.social-auth-register-btn-wrapper.enabled .social-auth-line-btn {
  pointer-events: auto;
}
.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-400 {
  width: 400px;
}
.tbx.tbx-500 {
  width: 500px;
}
.tbx.tbx-full {
  width: 100%;
}
.tbx:disabled {
  background-color: #eee;
  opacity: 0.7;
}
.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);
}
.panel {
  margin: 20px;
}
.panel .panel-header {
  position: relative;
}
.panel .panel-header h2 {
  text-align: center;
  font-size: 29px;
  padding-top: 17px;
}
.panel .panel-header .panel-switch {
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.panel .panel-header .panel-switch > img {
  position: absolute;
  top: 0;
  left: 0;
}
.panel .panel-header .panel-switch:hover {
  opacity: 0.8;
  cursor: pointer;
}
.panel .panel-header .panel-switch .fa-plus-circle,
.panel .panel-header .panel-switch .fa-minus-circle {
  color: white;
}
.panel .panel-header .panel-font-awesome {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.panel .panel-header .panel-font-awesome > img {
  position: absolute;
  top: 0;
  left: 0;
}
.panel .panel-header .panel-font-awesome:hover {
  opacity: 0.8;
  cursor: pointer;
}
.panel .panel-header .panel-font-awesome .fa-plus-circle,
.panel .panel-header .panel-font-awesome .fa-minus-circle {
  color: white;
}
.panel .panel-header.closed {
  border-radius: 6px;
}
.panel .panel-body {
  border: solid #cacaca;
  border-width: 0 3px 3px 3px;
}
.panel .panel-body .panel-body-inner {
  border: solid #eeeeee;
  border-width: 0 8px 8px 8px;
  padding: 15px;
}
.panel .panel-body .panel-body-inner > a,
.panel .panel-body .panel-body-inner > a:link {
  text-decoration: none;
  color: inherit;
}
.panel .panel-body .panel-body-inner > a:hover {
  text-decoration: underline;
}
.panel .panel-body .panel-item {
  padding: 30px 0 30px 10px;
  border-bottom: dashed 2px #d9d9d9;
}
.panel .panel-body .panel-item .panel-item-date {
  color: #8e8e8e;
  font-size: 23px;
  margin-bottom: 5px;
}
.panel .panel-body .panel-item .panel-item-subject {
  font-size: 26px;
}
.panel .panel-body .panel-btn-more {
  display: block;
  margin: 20px 0 7px;
}
.panel .panel-body .fa-chevron-right {
  color: #cacaca;
  padding: 0 0 3px 0;
}
.panel .panel-body .panel-item-2 {
  padding: 30px 50px 30px 10px;
  border-bottom: dashed 2px #d9d9d9;
  background: url("../img/sp/arrow_right_m.png") right center no-repeat;
}
.panel .panel-body .panel-item-2 .panel-item-date {
  color: #8e8e8e;
  font-size: 23px;
  margin-bottom: 5px;
}
.panel .panel-body .panel-item-2 .panel-item-subject {
  font-size: 26px;
}
.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 {
  font-size: 30px;
}
.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: #ff9933;
}
.nursery-type-list-wrapper .list-header .list-header-text {
  line-height: 60px;
}
.nursery-type-list-wrapper .list-body {
  border-bottom: 3px solid #ff6580;
  border-right: 3px solid #ff6580;
  border-left: 3px solid #ff6580;
}
.nursery-type-list-wrapper .list-body .list-item {
  border-bottom: 2px dashed #ff6580;
}
.nursery-type-list-wrapper .list-body .list-item .arrow-right {
  color: #ff6580;
}
.nursery-detail {
  width: 100%;
  word-break: break-all;
}
.nursery-detail th {
  width: 30%;
}
.nursery-detail td {
  width: 70%;
}
.page-container .partition-items > li {
  margin: 0;
  padding: 20px 0 20px 10px;
  border-bottom: 1px #dddddd solid;
}
.page-container .partition-items > li:last-child {
  border-bottom: none;
}
.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%;
}
.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 #ff6580;
}
.announcement-article img {
  max-width: 100%;
}
.graph-wrapper {
  text-align: center;
}
.graph-wrapper .growth-graphs {
  display: inline-block;
  width: 400px;
  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;
  width: 800px;
  height: 455px;
}
.graph-wrapper .graph-label {
  display: inline-block;
  width: 30px;
  height: 455px;
  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: 60%;
  display: inline-block;
  margin-right: 5px;
}
.graph-wrapper .graph-x-label {
  text-align: center;
  font-size: 60%;
}
.inline-radio {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #b6b6b6;
  width: 70%;
  margin: 0 auto;
}
.inline-radio div {
  position: relative;
  flex: 1;
}
.inline-radio input {
  width: 100% !important;
  height: 30px;
  opacity: 0;
  border: 1px solid red;
}
.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: #f8d3cd;
  font-weight: 500;
  color: #333333;
}
.setting-item {
  display: flex;
  justify-content: space-between;
  margin: 20px 0px;
  padding: 10px 100px;
  border-bottom: 1px solid grey;
}
.setting-item .type {
  display: inline-block;
}
.cooperate-warning-supplement {
  margin-top: 10px;
}
.translation #google_translate_element img {
  width: auto;
}
/** =====================
        レイアウト
====================== **/
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 130%;
  line-height: 1.5;
  color: #333333;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 'lucida grande', tahoma, verdana, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif, FontAwesome;
  -webkit-text-size-adjust: 100%;
}
.header-container {
  width: 640px;
  margin: 0 auto;
}
.header-container header {
  width: 640px;
  height: 100px;
  z-index: 1000;
}
@media screen and (orientation: portrait) {
  .header-container header {
    /* 縦向きの場合のスタイル */
    position: fixed;
  }
}
.header-container header .header-pane {
  width: 640px;
  height: 100px;
  background-color: white;
  clear: both;
  /* box-shadow */
  box-shadow: 0px 0px 6px 0px #adabab;
  -moz-box-shadow: 0px 0px 6px 0px #adabab;
  -webkit-box-shadow: 0px 0px 6px 0px #adabab;
}
.header-container header .header-pane .header-title {
  float: left;
}
.header-container header .header-pane .header-menu-button {
  float: right;
}
.header-container .pc-header {
  /* スマホ用をPCで移す時に縦向き扱いにする */
  position: fixed;
  z-index: 1000;
  width: 640px;
}
.plugin-container {
  width: 640px;
  margin: 0 auto;
}
@media screen and (orientation: portrait) {
  .plugin-container {
    /* 縦向きの場合のスタイル */
    padding-top: 100px;
  }
}
.plugin-container .pc-plugin-margin {
  /* スマホ用をPCで移す時に縦向き扱いにする */
  padding-top: 100px;
}
.page-container {
  width: 640px;
  margin: 0 auto;
}
.page-container > section.centered {
  text-align: center;
}
.page-container > section.account {
  position: relative;
  padding: 20px 0;
  text-align: center;
  background-color: #ffdad4;
}
.page-container > section.account > p.handle-name {
  color: #ff6580;
  font-size: 30px;
}
.page-container > section.account > p.handle-name a,
.page-container > section.account > p.handle-name a:link,
.page-container > section.account > p.handle-name a:visited {
  color: inherit;
}
.page-container > section.account > a.preferences {
  position: absolute;
  font-size: 120%;
  color: #ff6580;
  display: block;
  right: 22px;
  top: 20px;
}
.page-container > section.main-visual {
  margin-bottom: 20px;
  text-align: center;
}
.page-container > section.main-visual .invitation-message {
  margin: 10px auto;
}
.page-container > section.initial-actions {
  margin: 0 0 40px 10px;
}
.page-container > section.initial-actions > a {
  display: inline-block;
}
.page-container > section.initial-actions > .initial-action {
  display: inline-block;
}
.page-container > section.initial-actions > .initial-action > a,
.page-container > section.initial-actions > .initial-action a:link {
  text-decoration: none;
}
.page-container > section.initial-actions > .initial-action > a.action:hover a.action-2:hover {
  opacity: 0.8;
}
.page-container > section.initial-actions .action-half {
  margin: 0 10px;
}
.page-container > section.initial-actions .action-2 {
  display: block;
  width: 480px;
  height: 50px;
  margin: 20px 10px;
  padding: 25px 30px 55px 90px;
  background: url(../img/sp/btn_action.png);
  font-size: 25px;
  text-align: center;
  color: #46330e;
}
.page-container > section.initial-actions > a,
.page-container > section.initial-actions a:link {
  text-decoration: none;
}
.page-container > section.initial-actions > a.action:hover a.action-2:hover {
  opacity: 0.8;
}
.page-container > section.initial-actions .panel-icon {
  margin-top: 5px;
  width: 40px;
}
.page-container > section.initial-actions .next-actions {
  padding-bottom: 60px;
}
.page-container > section.panel .panel-character {
  float: left;
  width: 10%;
  margin: -46px 10px;
}
.page-container > section.panel .panel-character img {
  height: 100%;
  width: auto;
}
.page-container > section.panel.panel-announce {
  margin-top: 60px;
}
.page-container > section.panel.panel-announce .panel-announce-header {
  border-radius: 6px 6px 0 0;
  height: 90px;
  background: #ff6580;
}
.page-container > section.panel.panel-announce .panel-announce-header h2 {
  color: white;
  padding: 20px;
}
.page-container > section.panel.panel-announce .panel-announce-header .panel-switch {
  bottom: 20px;
}
.page-container > section.panel.panel-announce .panel-announce-header-2 {
  height: 110px;
  border-radius: 6px 6px 0 0;
  background: url("../img/sp/announce_header.png") bottom no-repeat;
}
.page-container > section.panel.panel-announce .panel-announce-header-2 h2 {
  color: white;
  padding-top: 43px;
}
.page-container > section.panel.panel-announce .panel-announce-header-2 .panel-switch {
  bottom: 20px;
}
.page-container > section.panel.panel-announce .panel-body {
  border-color: #ff6580;
  border-radius: 0 0 6px 6px;
}
.page-container > section.panel.panel-announce .panel-body .panel-body-inner {
  border-color: #ffe5e1;
}
.page-container > section.panel.panel-announce .panel-body .fa-chevron-right {
  color: #ff6580;
  padding: 0 0 3px 0;
}
.page-container > section.panel.panel-announce .panel-body .panel-item-2 {
  background: url("../img/sp/arrow_right_m_announce.png") right center no-repeat;
}
.page-container > section.panel.panel-epidemics .panel-header {
  border-radius: 6px 6px 0 0;
  height: 80px;
  border: solid #cacaca 3px;
  background-color: #e0e0e0;
}
.page-container > section.panel.panel-epidemics .panel-header h2 {
  color: black;
}
.page-container > section.panel.panel-epidemics .panel-body {
  border-radius: 0 0 6px 6px;
}
.page-container > section.panel.panel-options .panel-options-header {
  border-radius: 6px 6px 0 0;
  background: url("../img/sp/announce_header_02.png") bottom no-repeat #cacaca;
  border: solid #cacaca 3px;
  height: 80px;
}
.page-container > section.panel.panel-options .panel-options-header h2 {
  color: black;
}
.page-container > section.panel.panel-options .panel-body {
  border-radius: 0 0 6px 6px;
  border: solid #cacaca 3px;
}
.page-container > section.panel.panel-options .panel-body .panel-body-inner {
  border-color: #e0e0e0;
}
.page-container > section.main-menu {
  margin-top: 50px;
}
.page-container > section.main-menu .main-menu-panels {
  padding: 20px 0;
  text-align: center;
  background: #f8d3cd;
}
.page-container > section.main-menu .main-menu-panels > a {
  display: block;
  margin: 10px auto;
}
.page-container > section.main-menu .main-menu-panel-area a {
  max-height: 135px;
  display: block;
  margin: 20px auto;
  text-decoration: none;
}
.page-container > section.my-calender {
  padding: 30px 20px;
}
.page-container > section.character {
  margin: 30px 0;
}
.page-container > section h2.list-heading {
  line-height: 0px;
  margin-bottom: 0px;
}
.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 article img {
  max-width: 600px;
}
.page-container > section .divided {
  border-bottom: solid 1px #baa4a8;
  margin-bottom: 10px;
}
.page-container > section .divided:last-child {
  margin-bottom: 0;
}
.page-container > section.my-vaccine .scheduler-title {
  max-width: 640px;
  max-height: 60px;
  text-align: center;
  font-size: 36px;
  padding: 20px;
  border: 1px solid #ff6580;
  background-color: #ff6580;
  color: white;
}
.page-container > section.my-vaccine .context-area {
  width: 600px;
  margin-left: 20px;
  border-color: #ff6580;
}
.page-container > section.my-vaccine .context-area .child-information {
  float: left;
  width: 60%;
}
.page-container > section.my-vaccine .context-area .child-information .child_name {
  border-bottom: solid black 1px;
}
.page-container > section.my-vaccine .context-area .update-schedule {
  float: left;
  width: 40%;
  margin-right: 0;
}
.page-container > section.my-vaccine .context-area .update-schedule input[type="submit"] {
  margin-top: 20px;
}
.page-container > section.my-vaccine .caption {
  background-color: #f8d3cd;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
}
.page-container > section.my-vaccine .panel.panel-vaccination {
  width: 600px;
  margin-left: 0;
  margin-bottom: 0;
}
.page-container > section.my-vaccine .panel.panel-vaccination .panel-header {
  height: 50px;
  border-top: solid #ff6580 3px;
  border-right: solid #ff6580 3px;
  border-left: solid #ff6580 3px;
  background-color: #f8d3cd;
}
.page-container > section.my-vaccine .panel.panel-vaccination .panel-header h2 {
  font-size: 27px;
  padding: 0 20px;
  text-align: left;
  color: black;
}
.page-container > section.my-vaccine .panel-body {
  border-bottom: solid #ff6580 3px;
  border-right: solid #ff6580 3px;
  border-left: solid #ff6580 3px;
}
.page-container > section.my-vaccine .panel-body .panel-body-inner {
  border-color: white;
}
.page-container > section.my-vaccine .panel-body .panel-body-inner > a,
.page-container > section.my-vaccine .panel-body .panel-body-inner > a:link {
  text-decoration: underline;
  color: blue;
}
.page-container > section.my-vaccine .panel-body .panel-item {
  padding: 10px;
}
.page-container > section.my-vaccine .panel-body .color-btn-lg {
  color: white;
}
.page-container > section.my-vaccine .panel-body .vaccine-record-links {
  margin-top: 20px;
}
.page-container > section.my-vaccine .add-child {
  border-top: 1px solid gray;
  padding-top: 10px;
  height: 50px;
}
.page-container > section.search .search-title {
  max-width: 640px;
  max-height: 60px;
  text-align: center;
  font-size: 36px;
  padding: 20px;
  border: 1px solid #ff6580;
  background-color: #ff6580;
  color: white;
}
.page-container > section.search .search-form .caption {
  background-color: #f8d3cd;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
}
.page-container > section.search .search-form .caption .pull-right {
  margin-top: 6px;
  margin-right: 10px;
}
.page-container > section.search .panel.panel-search {
  width: 600px;
  margin-left: 20px;
}
.page-container > section.search .panel.panel-search .panel-icon {
  float: left;
  width: 8%;
}
.page-container > section.search .panel.panel-search .panel-icon img {
  height: 45px;
  width: auto;
}
.page-container > section.search .panel.panel-search .panel-header {
  border-top: solid #ff6580 3px;
  border-right: solid #ff6580 3px;
  border-left: solid #ff6580 3px;
  background-color: #f8d3cd;
}
.page-container > section.search .panel.panel-search .panel-header h2 {
  font-size: 29px;
  padding: 0 20px;
  text-align: left;
  color: black;
}
.page-container > section.search .panel.panel-search .health-center-header {
  border-top: solid #cacaca 3px;
  border-right: solid #cacaca 3px;
  border-left: solid #cacaca 3px;
  background-color: #e0e0e0;
}
.page-container > section.search .panel.panel-search .charge-nurseries-header {
  border-top: solid #cacaca 3px;
  border-right: solid #cacaca 3px;
  border-left: solid #cacaca 3px;
  background-color: #e0e0e0;
}
.page-container > section.search .panel.panel-search .hospital-list-link {
  margin-top: 20px;
}
.page-container > section.search .panel-body {
  border-bottom: solid #ff6580 3px;
  border-right: solid #ff6580 3px;
  border-left: solid #ff6580 3px;
}
.page-container > section.search .panel-body .panel-body-inner {
  border-color: white;
}
.page-container > section.search .panel-body .panel-item {
  padding: 10px;
  margin-left: 20px;
}
.page-container > section.search .panel-body .panel-item .title {
  float: left;
  width: 80%;
  padding: 10px;
}
.page-container > section.search .panel-body .panel-item .arrow-right {
  padding-top: 40px;
  width: 10%;
  float: left;
}
.page-container > section.search .panel-body .panel-item .arrow-right .fa-chevron-right {
  color: #ff6580;
}
.page-container > section.search .panel-body .item-title {
  width: 20%;
  vertical-align: top;
}
.page-container > section.search .panel-body .color-btn-lg {
  color: white;
}
.page-container > section.search .panel-body a:hover {
  text-decoration: none;
}
.page-container > section.search .health-center-body {
  border-right: solid #cacaca 3px;
  border-left: solid #cacaca 3px;
  border-bottom: solid #cacaca 3px;
}
.page-container > section.search .charge-nurseries-body {
  border-right: solid #cacaca 3px;
  border-left: solid #cacaca 3px;
  border-bottom: solid #cacaca 3px;
}
.page-container > section.search .search-bottom {
  height: 80px;
  margin-bottom: 10px;
}
.page-container > section.search .panel.panel-nurseries {
  margin-left: 0;
}
.page-container > section.search .panel.panel-nurseries .panel-favorite-panel-header {
  font-size: 24px;
  height: 80px;
}
.page-container > section.search .panel.panel-nurseries .nursery-list-link {
  margin-top: 20px;
}
.page-container > section.search .panel.panel-open-announcement {
  width: 600px;
  margin-left: 20px;
}
.page-container > section.search .panel.panel-open-announcement .panel-header {
  height: 60px;
  background-color: #f8d3cd;
}
.page-container > section.search .panel.panel-open-announcement .panel-header h2 {
  margin-left: 20px;
  font-size: 27px;
  text-align: left;
  color: black;
}
.page-container > section.search .panel.panel-open-announcement .panel-body {
  border: solid #cacaca 3px;
}
.page-container > section .main-menu-header {
  max-width: 640px;
  max-height: 63px;
  padding: 0 20px;
  text-align: left;
  font-size: 30px;
  border: 1px solid #ff6580;
  background-color: #ff6580;
  color: white;
  font-weight: 700;
}
.page-container > section.open-announcement .panel.panel-open-announcement {
  width: 600px;
  margin-left: 20px;
}
.page-container > section.open-announcement .panel.panel-open-announcement .panel-header {
  height: auto;
  background-color: #f8d3cd;
}
.page-container > section.open-announcement .panel.panel-open-announcement .panel-header h2 {
  margin-left: 20px;
  font-size: 27px;
  text-align: left;
  color: black;
}
.page-container > section.open-announcement .panel-body {
  border-top: 3px solid #cacaca;
  border-left: 3px solid #cacaca;
  border-right: 3px solid #cacaca;
}
.page-container > section.open-announcement .panel-body .panel-body-inner {
  border-color: white;
}
.page-container > section.open-announcement .panel-body .panel-item .title {
  float: left;
  width: 80%;
  padding: 10px;
}
.page-container > section.open-announcement .panel-body .panel-item .arrow-right {
  padding-top: 15px;
  width: 10%;
  float: left;
}
.page-container > section.open-announcement .panel-body .panel-item .arrow-right .fa-chevron-right {
  color: #ff6580;
}
.page-container > section.open-announcement .panel-body .color-btn-lg {
  color: white;
}
.page-container > section.open-announcement .panel-body a:hover {
  text-decoration: none;
}
.page-container > section .btn-area {
  margin-top: 20px;
  height: 60px;
}
.page-container > section.guidance .guidance-title {
  max-width: 640px;
  max-height: 40px;
  text-align: center;
  font-size: 28px;
  padding: 10px;
  border: 1px solid #ff6580;
  background-color: #ff6580;
  color: white;
  margin-bottom: 10px;
}
.page-container > section.guidance .guidance-menu {
  padding: 15px 5px;
  background: #f8d3cd;
  zoom: 1;
}
.page-container > section.guidance .guidance-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}
.page-container > section.guidance .guidance-menu .color-btn-menu-panel {
  margin: 5px;
  width: 580px;
  padding: 10px;
  height: 40px;
  box-shadow: 0 4px #f2b3b3;
}
.page-container > section.guidance .panel.panel-open-announcement {
  width: 600px;
  margin-left: 20px;
}
.page-container > section.guidance .panel.panel-open-announcement .panel-header {
  height: 100px;
  background-color: #f8d3cd;
}
.page-container > section.guidance .panel.panel-open-announcement .panel-header h2 {
  margin-left: 20px;
  font-size: 27px;
  text-align: left;
  color: black;
}
.page-container > section.guidance .panel.panel-open-announcement .panel-body {
  border: solid #cacaca 3px;
}
.page-container > section.diary .photo-image {
  width: 150px;
}
.page-container > section.diary .photo-image [class*="photo-select-"] {
  max-height: 140px;
  max-width: 140px;
  margin: auto;
  color: black;
  border: 3px solid #0acdff;
  background-color: white;
  border-radius: 5px;
  padding: 53px 10px 53px 53px;
}
.page-container > section.diary .photo-image [class*="photo-select-"] img {
  cursor: pointer;
}
.page-container > section.diary .photo-image [class*="photo-add-"] {
  margin-top: 5px;
  margin-left: 10px;
}
.page-container > section.diary .photo-image [class*="photo-add-"] input {
  display: none;
}
.page-container > section.diary .photo-image [class*="photo-add-"] img {
  cursor: pointer;
}
.page-container > section.diary .photo-image [class*="preview-"] {
  max-height: 140px;
  max-width: 140px;
  margin: auto;
  color: black;
  background-color: white;
  border-radius: 5px;
}
.page-container > section.diary .photo-image [class*="preview-"] input {
  display: none;
}
.page-container > section.diary .photo-image [class*="preview-"] img {
  width: 140px;
  height: 140px;
  cursor: pointer;
}
.page-container > section.bbs {
  width: 640px;
}
.page-container > section.bbs .title {
  height: 40px;
  text-align: center;
  font-size: 28px;
  padding: 10px;
  border: 1px solid #ff6580;
  background-color: #ff6580;
  color: white;
  margin-bottom: 10px;
}
.page-container > section.bbs .thread {
  border: solid #0511be 3px;
  border-radius: 20px;
  background-color: white;
  margin: 10px 0;
}
.page-container > section.bbs .thread h3 {
  margin: 5px;
}
.page-container > section.bbs .thread p,
.page-container > section.bbs .thread li {
  padding: 5px;
}
.page-container > section.bbs .thread .thread-reply {
  background: #0000ff33;
}
.page-container > section.bbs .thread .more {
  margin: 20px;
}
.page-container > section.bbs .topic {
  font-size: 20px;
}
.page-container > section.bbs .comment {
  border: solid orange 3px;
  border-radius: 20px;
  background-color: white;
  margin: 10px 0;
  overflow: hidden;
}
.page-container > section.bbs .comment p {
  padding: 5px;
}
.page-container > section.bbs .comment .comment-reply {
  background: #ffa50045;
}
.page-container > section.bbs .admin_comment {
  background-color: pink;
  color: black;
}
.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;
}
.footer-container {
  width: 640px;
  margin: 0 auto;
  bottom: 0;
}
.footer-container footer {
  background-color: #ffdad4;
  width: 640px;
  margin: 0 auto;
}
.footer-container footer ul.footer-menu {
  margin: 20px 20px;
  padding: 20px 0;
}
.footer-container footer ul.footer-menu li {
  font-size: 22px;
  margin: 10px 30px;
  float: left;
}
.footer-container footer ul.footer-menu li > a,
.footer-container footer ul.footer-menu li > a:link {
  text-decoration: none;
  color: inherit;
}
.footer-container footer ul.footer-menu li > a:hover {
  opacity: 0.8;
}
.footer-container footer ul.footer-menu li i {
  padding: 7px 0;
  color: #ff6580;
}
.footer-container footer p.footer-copyright {
  clear: both;
  font-size: 14px;
  padding: 24px;
  color: white;
  background-color: #ff6580;
}
.footer-container .float-page-top {
  position: fixed;
  bottom: 17px;
  right: 17px;
}
.float-container {
  position: fixed;
  z-index: 500;
  bottom: 0;
  width: 640px;
  margin-left: -320px;
  left: 50%;
}
.float-container .float-menu-button {
  position: absolute;
  bottom: 17px;
  right: 17px;
}
.float-container .flip-menu {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 60%;
  background-color: #ec4966;
  color: white;
  font-size: 20px;
}
.float-container .flip-menu .btn-font-awesome {
  display: inline-block;
  color: white;
  padding: 0 15px;
  float: left;
  cursor: pointer;
  text-decoration: none;
}
.float-container .flip-menu .flip-menu-header {
  font-size: 140%;
  clear: both;
  height: 105px;
  padding: 10px;
  background-color: #ff6580;
}
.float-container .flip-menu ul li a {
  color: white;
  display: block;
  padding: 30px;
  background: #ec4966 right 30px center no-repeat;
  border-bottom: solid 1px white;
}
.float-container .flip-menu .flip-menu-footer {
  clear: both;
  height: 40px;
  padding: 10px 15px 40px 15px;
  font-size: 140%;
  background-color: #ff6580;
}
.float-container .flip-menu .flip-menu-footer .btn-close {
  background: white left center no-repeat;
  padding: 10px 0;
  color: #ff6580;
  border-radius: 6px;
  float: left;
  cursor: pointer;
}
.float-container .fa-2x,
.float-container .fa-lg {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.float-container .flip-menu-hidden {
  visibility: hidden;
}
.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;
}
.calendar-icon {
  width: 18px;
  height: 18px;
}
.page-container .keyword-search {
  position: relative;
  width: 100%;
  height: 49px;
}
.page-container .keyword-search .keyword-search-input {
  width: 100%;
  height: 49px;
  background: url('../img/sp/keyword_bg.gif') no-repeat;
}
.page-container .keyword-search .keyword-search-input input {
  border: none;
  margin: 4px;
  width: 90%;
  height: 31px;
  padding: 5px;
  font-size: 18px;
}
.page-container .keyword-search .keyword-search-button {
  position: absolute;
  right: 0;
  top: 0;
}
.page-container .keyword-search .keyword-search-button input:hover {
  opacity: 0.7;
}
.nursery-review-list > li {
  padding: 4px 6px;
  margin: 10px 0;
  border: 1px solid #ff6580;
  border-radius: 4px;
  background-color: #f8d3cd;
}
.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;
}
/* applied only if the application icon is shown */
.ath-viewport {
  position: relative;
  z-index: 2147483641;
  pointer-events: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
.ath-viewport * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ath-modal {
  pointer-events: auto !important;
  background: rgba(0, 0, 0, 0.6);
}
.ath-mandatory {
  background: #000;
}
.ath-mandatory .ath-container:before {
  display: none;
}
.ath-container {
  pointer-events: auto !important;
  position: absolute;
  z-index: 2147483641;
  padding: 0.7em 0.6em;
  width: 18em;
  background: white;
  background-size: 100% auto;
  font-size: 15px;
  line-height: 1.5em;
  text-align: center;
}
.ath-container small {
  font-size: 0.8em;
  line-height: 1.3em;
  display: block;
  margin-top: 0.5em;
}
.ath-container:before {
  content: '';
  position: relative;
  display: block;
  float: right;
  margin: -0.7em -0.6em 0 0.5em;
  background-image: url("../img/sp/btn_close_balloon.png");
  background-color: white;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 2em;
  height: 2em;
  text-align: center;
  overflow: hidden;
  z-index: 2147483642;
}
.ath-container p {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2147483642;
  font-size: 0.9em;
}
.ath-ios.ath-phone {
  bottom: 1.8em;
  left: 50%;
  margin-left: -9em;
}
.ath-ios.ath-phone:after {
  content: '';
  background: white;
  position: absolute;
  width: 2em;
  height: 2em;
  bottom: -0.9em;
  left: 50%;
  margin-left: -1em;
  -webkit-transform: scaleX(0.9) rotate(45deg);
  transform: scaleX(0.9) rotate(45deg);
}
.ath-ios.ath-tablet {
  right: 0.4em;
  top: 1.8em;
}
.ath-android {
  bottom: 1.8em;
  left: 50%;
  margin-left: -9em;
}
.ath-android .ath-action-icon {
  width: 1.4em;
  height: 1.5em;
  background-image: url("../img/sp/menu_chrome.png");
  background-size: 100% auto;
}
.ath-container.ath-icon:before {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  float: none;
}
.ath-container.ath-android:before {
  float: left;
  margin: -0.7em 0.5em 0 -0.6em;
}
.ath-container.ath-android.ath-icon:before {
  position: absolute;
  right: auto;
  left: 0;
  margin: 0;
  float: none;
}
.ath-action-icon {
  display: inline-block;
  vertical-align: middle;
  background-position: 50%;
  background-repeat: no-repeat;
  text-indent: -9999em;
  overflow: hidden;
}
.ath-ios .ath-action-icon {
  width: 1.6em;
  height: 1.6em;
  background-image: url("../img/sp/menu_safari.png");
  margin-top: -0.3em;
  background-size: auto 100%;
}
.ath-ios.ath-tablet:after {
  content: '';
  background: white;
  position: absolute;
  width: 2em;
  height: 2em;
  top: -0.9em;
  left: 50%;
  margin-left: -1em;
  -webkit-transform: scaleX(0.9) rotate(45deg);
  transform: scaleX(0.9) rotate(45deg);
  z-index: 2147483641;
}
.ath-application-icon {
  position: relative;
  padding: 0;
  border: 0;
  margin: 0 auto 0.2em auto;
  height: 5em;
  width: 5em;
  z-index: 2147483642;
}
.ath-container.ath-ios .ath-application-icon {
  border-radius: 1em;
  margin: 0 auto 0.4em auto;
}
@media only screen and (orientation: landscape) {
  .ath-container.ath-phone {
    width: 24em;
  }
  .ath-android.ath-phone {
    margin-left: -12em;
  }
  .ath-ios.ath-phone {
    margin-left: -12em;
  }
}
/* =========================
  会員証
========================= */
.membership-card-page-title {
  max-width: 640px;
  max-height: 60px;
  text-align: center;
  font-size: 36px;
  padding: 20px;
  border: 1px solid #ff6580;
  background-color: #ff6580;
  color: white;
  margin-bottom: 20px;
}
.membership-card {
  position: relative;
  background-color: white;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.membership-card:hover {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}
.membership-card .membership-card-name {
  font-size: 1.3em;
  margin-right: 1.3em;
}
.membership-card .membership-card-stamp {
  white-space: nowrap;
  color: red;
  border: 3px solid red;
  border-radius: 10px;
  padding: 3px;
  font-size: 0.8em;
}
.membership-card .membership-card-view {
  background-color: white;
  padding: 0.5rem 1rem;
  text-align: center;
}
.membership-card .membership-card-code {
  text-align: center;
  letter-spacing: 0.5em;
  color: black;
}
.membership-card .membership-card-no-image {
  background-color: white;
  padding: 0.5rem 1rem;
  text-align: center;
  text-align: left;
}
.membership-card .hide-button {
  position: absolute;
  font-size: 1.3em;
  right: 10px;
  top: 15px;
  height: 37px;
  line-height: 37px;
  width: 37px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  text-align: center;
  cursor: pointer;
}
.membership-card .hide-button.on {
  background-color: #80808050;
  border-color: #bfbfbf;
  box-shadow: 1px 1px 1px 1px #ccc inset;
}
.membership-card-type-name {
  font-size: 1.5em;
  text-align: center;
  margin: 10px 0;
}
.membership-card-ghost .membership-card {
  background-color: #eaeaea;
}
.membership-card-ghost .hide-button {
  border-color: #d0d0d0;
}
.membership-card-description {
  margin: 1rem 0;
}
.membership-card-types {
  list-style: disc inside;
  margin: 10px 20px;
}
.membership-card-list-item {
  margin-bottom: 20px;
}
.membership-card-detail-link {
  display: table-cell;
  width: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.membership-card-up-down {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px;
}
.membership-card-up-down .membership-card-up-down-button {
  font-size: 1em;
  cursor: pointer;
  color: inherit;
  height: 2.5em;
  width: 1.5em;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.membership-card-up-down .membership-card-up-down-button:hover {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}
.membership-card-up-down .membership-card-up-down-button[disabled] {
  background: #ececec;
  cursor: default;
}
.relationship-form-support {
  margin: 0.4rem 0;
}
.relationship-form-support > * {
  display: inline-block;
}
.relationship-form-support .relationship-button {
  font-size: 24px;
  text-align: center;
  padding: 5px 10px;
  color: inherit;
  background-color: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  border: 1px #f0f0f0 solid;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
}
.relationship-form-support .relationship-button:active {
  box-shadow: none;
}
.membership-card-type-note table {
  border-collapse: collapse;
}
.membership-card-type-note table th,
.membership-card-type-note table td {
  border: 1px solid #000000;
  padding: 5px;
  text-align: center;
}
/*
  メールアドレスに関するスタイル定義
 */
/* 無効なメールアドレス */
.email-address-disabled {
  color: #b5b5b5;
}
/* 無効なメールアドレスであることを示す文言 */
.email-address-disabled-description {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.8em;
  color: #f87c00;
}
.handbook__title {
  text-align: center;
  margin: 20px 0;
}
.handbook__wrapper {
  width: 600px;
  margin: 10px auto;
}
.handbook__page {
  width: 600px;
}
.handbook__download {
  margin-bottom: 20px;
}
.handbook__controller {
  text-align: center;
}
.handbook__controller .btn + .btn {
  margin-left: 20px;
}
.diagnose .font-size90 {
  font-size: 90%;
}
.moving .font-size90 {
  font-size: 90%;
}
.moving .font-weight-bold {
  font-weight: bold;
}
.moving .moving-target-cities .target-cities {
  width: 80%;
  font-size: 95%;
}
.move-out .container-move-out-description {
  margin-bottom: 40px;
}
.move-out .container-move-out-description .moving-items {
  font-size: 90%;
}
.move-out .move-out-upload-container {
  margin-top: 50px;
}
.move-out .explanation-detail {
  font-size: 90%;
  margin: 0 20px 5px 20px;
}
.move-in .move-in-confirm .mic-submit-btn {
  margin-right: 50px;
  background-color: #8aab5e;
}
.move-in-annotation {
  font-size: 70%;
}
.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;
}
.flash-section-top {
  margin: 20px;
}
.nursery-fee__time-type {
  background: #ff6580;
  border: 1px solid #ff6580;
  border-radius: 5px;
  color: white;
  font-size: 100%;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}
.nursery-fee__amount {
  background: white;
  border-radius: 0 0 5px 5px;
  color: #333333;
  width: 100%;
  padding: 0 0 15px 0;
  margin-bottom: 0;
  font-size: 150%;
}
.nursery-fee__separate-taxation-income__income-wrap {
  margin-left: 2em;
}
#nursery-fee__separate-taxation-income__dagger {
  color: #ff6580;
}
.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: 100%;
  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: 5% 3%;
  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: 145%;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-notification .miid-logo {
  width: 7rem;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-notification .migration-message {
  color: #155724;
  font-size: 105%;
}
.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 .g3-application-download a,
.page-container .service-migration-to-g3 .service-migration-to-g3-notification .g3-application-download a:link,
.page-container .service-migration-to-g3 .service-migration-to-g3-notification .g3-application-download a:hover,
.page-container .service-migration-to-g3 .service-migration-to-g3-notification .g3-application-download a:visited {
  text-decoration: none;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-notification .g3-application-download a img,
.page-container .service-migration-to-g3 .service-migration-to-g3-notification .g3-application-download a:link img,
.page-container .service-migration-to-g3 .service-migration-to-g3-notification .g3-application-download a:hover img,
.page-container .service-migration-to-g3 .service-migration-to-g3-notification .g3-application-download a:visited img {
  width: 220px;
  height: 70px;
  margin: 5px;
}
.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: 90%;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-description .btn-primary {
  color: #FFFFFF;
  border: 2px solid #de7391;
  background-color: #de7391;
}
.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-confirm .confirm-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-confirm .btn-primary {
  color: #FFFFFF;
  border: 2px solid #ff6580;
  background-color: #ff6580;
}
.page-container .service-migration-to-g3 .service-migration-to-g3-confirm .btn-secondary {
  color: #ff6580;
  border: 2px solid #ff6580;
  background: transparent;
}
.maintenance {
  /* ===== ロゴ ===== */
  /* ===== Cards ===== */
  /* WEB */
  /* iOS / Android */
  /* ===== ストアロゴ ===== */
}
.maintenance h1 {
  font-size: 1.6rem;
  margin: 40px 0;
  text-align: center;
}
.maintenance ul {
  margin-bottom: 20px;
  padding: 0 60px 0 220px;
  list-style-type: disc;
}
.maintenance li {
  font-size: 1.4rem;
  margin-bottom: 6px;
}
.maintenance .section-title {
  margin: 24px 0 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.maintenance .logo {
  margin-bottom: 10px;
  text-align: center;
}
.maintenance .logo img {
  width: 15rem;
  max-width: 100%;
}
.maintenance .cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.maintenance .card {
  padding: 0;
  text-align: center;
  border-radius: 12px;
}
.maintenance .card.web {
  background: #fff;
  border-color: #ffe7e7;
  max-width: 100%;
}
.maintenance .card.web img {
  width: 14rem;
}
.maintenance .app-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.maintenance h2 {
  margin-bottom: 8px;
  font-size: 16px;
}
.maintenance .store-badge {
  width: 13rem;
  height: auto;
  margin-top: 8px;
}
/* =========================================
  自治体固有設定
========================================= */
.button-support-home {
  color: white;
  background-color: #0013a5;
  box-shadow: 0 7px #000447;
}
.button-support-home:active {
  text-decoration: none;
  border: solid 1px #000447;
  box-shadow: none;
}
.button-support-home-sub {
  color: white;
  background-color: #747171;
  box-shadow: 0 7px #000447;
}
.button-support-home-sub:active {
  text-decoration: none;
  border: solid 1px #000447;
  box-shadow: none;
}
.support-home-subject {
  text-align: center;
  color: #4380c2;
  margin: 20px 0;
}
