@charset "UTF-8";
.clearfix {
  clear: both; }

body {
  width: 375px;
  font-family: ヒラギノ角ゴ Pro;
  padding-bottom: 55px;
  color: #404040; }
  body.body-gray {
    background: #F7F7F7; }

.header {
  height: 50px;
  line-height: 50px;
  position: fixed;
  top: 0px;
  z-index: 10;
  background: #FE5578;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  color: #404040;
  background: white;
  background: url("../images/header-line.svg") white 0px bottom no-repeat; }
  .header .header-pink {
    height: 50px;
    line-height: 50px;
    background: #FF89C0; }
  .header a {
    text-decoration: none;
    color: #404040;
    display: block; }
    .header a img {
      vertical-align: middle; }
    .header a.active {
      text-decoration: underline; }
  .header div {
    text-align: center; }
  .header .header-left {
    width: 75px; }
  .header .header-center {
    width: 225px; }
  .header .header-right {
    width: 75px; }

.hossa {
  color: #FFFFFF;
  background: #FF89C0; }
  .hossa a {
    color: #FFFFFF;
    text-decoration: underline; }

.jushin {
  color: #FFFFFF;
  background: #61CFE9; }
  .jushin a {
    color: #FFFFFF;
    text-decoration: underline;
    font-size: 14px; }

.growth {
  color: #FFFFFF;
  background: #FFC727; }
  .growth a {
    color: #FFFFFF;
    text-decoration: underline;
    font-size: 14px; }

.fukuyaku {
  color: #FFFFFF;
  background: #97C66B; }
  .fukuyaku a {
    color: #FFFFFF;
    text-decoration: underline;
    font-size: 14px; }

.hossakanri {
  color: #FFFFFF;
  background: #AC85D4; }
  .hossakanri a {
    color: #FFFFFF;
    text-decoration: underline;
    font-size: 14px; }

.white {
  color: #404040;
  background: #FFFFFF; }
  .white a {
    color: #404040;
    text-decoration: underline;
    font-size: 14px; }

input::-webkit-input-placeholder {
  color: #E2E2E2; }

input::-moz-placeholder {
  color: #E2E2E2; }

.text-gray {
  color: #E2E2E2; }

.content-margin-top {
  margin-top: 50px; }

.content .list-top-margin {
  margin-top: 80px; }

.content .list {
  font-size: 14px;
  background: white; }
  .content .list a.list-item {
    text-decoration: none;
    display: block; }
  .content .list .list-item {
    height: 55px;
    line-height: 55px;
    vertical-align: middle;
    border-top: 1px solid #E2E2E2;
    color: #404040; }
  .content .list .list-item:last-child {
    border-bottom: 1px solid #E2E2E2; }
  .content .list .list-item-1 {
    padding-left: 30px;
    width: 355px; }
    .content .list .list-item-1 input[type="text"] {
      width: 100%; }
  .content .list .list-item-1-1 {
    padding-left: 20px;
    width: 355px; }
    .content .list .list-item-1-1 input[type="text"] {
      width: 100%; }
  .content .list .list-item-2-1 {
    display: inline-block;
    width: 130px;
    padding-left: 25px; }
  .content .list .list-item-2-2 {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    width: 240px; }
    .content .list .list-item-2-2 input[type="text"] {
      width: 100%; }
    .content .list .list-item-2-2 input[type="password"] {
      width: 100%; }
  .content .list a.list-item-short {
    text-decoration: none;
    display: block; }
  .content .list .list-item-short {
    height: 35px;
    line-height: 35px; }
  .content .list .list-item-3-1 {
    display: inline-block;
    width: 130px;
    padding-left: 25px; }
  .content .list .list-item-3-2 {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    width: 210px; }
  .content .list .list-item-3-3 {
    display: inline-block;
    width: 25px; }
    .content .list .list-item-3-3 img {
      vertical-align: middle; }
  .content .list .list-item2-3-1 {
    display: inline-block;
    width: 120px;
    padding-left: 25px; }
  .content .list .list-item2-3-2 {
    display: inline-block;
    width: 180px;
    padding-left: 5px; }
  .content .list .list-item2-3-3 {
    display: inline-block;
    width: 25px; }
    .content .list .list-item2-3-3 img {
      vertical-align: middle; }
  .content .list .list-item3-3-1 {
    display: inline-block;
    width: 160px;
    padding-left: 25px; }
  .content .list .list-item3-3-2 {
    display: inline-block;
    width: 140px;
    padding-left: 5px; }
  .content .list .list-item3-3-3 {
    display: inline-block;
    width: 25px; }
    .content .list .list-item3-3-3 img {
      vertical-align: middle; }
  .content .list .list-item-3S-1 {
    display: inline-block;
    width: 60px;
    padding-left: 25px; }
    .content .list .list-item-3S-1 img {
      vertical-align: middle; }
  .content .list .list-item-3S-2 {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    width: 270px; }
  .content .list .list-item-3S-3 {
    display: inline-block;
    width: 25px; }
    .content .list .list-item-3S-3 img {
      vertical-align: middle; }

.content-margin {
  margin: 10px; }

.tabbar {
  height: 55px;
  line-height: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: solid 1px #E2E2E2;
  z-index: 1; }
  .tabbar div {
    float: left;
    z-index: 1; }
  .tabbar .tabbar-item {
    display: inline-block;
    width: 75px;
    height: 55px;
    text-decoration: none; }
  .tabbar .btn {
    background: #fff; }
  .tabbar .btn2 {
    width: 112.5px; }
    .tabbar .btn2.active {
      background: #61CFE9; }
  .tabbar .btn3 {
    display: inline-block;
    z-index: 12;
    margin-top: -10px;
    position: absolute;
    top: -10;
    left: 150px; }
  .tabbar .btn4 {
    width: 112.5px;
    text-align: right; }
    .tabbar .btn4.active {
      background: #AC85D4; }

.overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  background: #404040;
  width: 375px;
  height: 100%;
  opacity: 0.9;
  text-align: center; }

.img-overlay {
  z-index: 25;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background: #404040;
  height: 100%;
  width: 375px; }

.img-overlay-img {
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0; }

.img-overlay-large {
  z-index: 25;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.6;
  background: #404040;
  height: 100%;
  width: 375px; }

.action-sheet {
  z-index: 20;
  position: fixed;
  bottom: 0;
  width: 375px;
  background: white;
  padding-top: 20px;
  padding-bottom: 20px; }

a.btn {
  display: block;
  width: 325px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  vertical-align: center;
  text-decoration: none;
  border-radius: 30px;
  margin: 0 25px; }

a.btn-primary {
  background: #FF89C0;
  color: white; }

a.btn-margin-bottom {
  margin-bottom: 10px; }

a.btn-secondary {
  background: white;
  color: #FF89C0;
  border: 2px solid #FF89C0; }

a.btn-tertiary {
  background: white;
  color: #61CFE9;
  border: 2px solid #61CFE9; }

a.btn-tertiary2 {
  background: #61CFE9;
  color: white; }

a.btn-quaternary {
  background: #FFC727;
  color: white; }

a.btn-tertiary {
  background: white;
  color: #61CFE9; }

a.btn-fukuyaku {
  background: white;
  color: #97C66B;
  border: 2px solid #97C66B; }

a.btn-fukuyaku2 {
  background: white;
  color: #E2E2E2;
  border: 2px solid #E2E2E2; }

.area-alert {
  color: #FF0000;
  margin: 10px;
  font-size: 12px; }

.line-none {
  text-decoration: none; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mb-2 {
  margin-bottom: 20px; }

.pb-05 {
  padding-bottom: 5px; }

.pt-2 {
  padding-top: 20px; }

.bb-1 {
  border-bottom: 1px solid #E2E2E2; }

.bb-1 {
  border-bottom: 1px solid #E2E2E2; }

.ta-r {
  text-align: right; }

.fw {
  font-weight: bold; }

.growth_photo_b {
  margin-top: 184px;
  margin-bottom: 135px; }

.growth_photo_scroll {
  position: fixed;
  left: 25px;
  bottom: 285px; }

.fit {
  width: 375px;
  padding: 5px; }

.bottom {
  position: fixed;
  bottom: 0;
  height: 348px;
  z-index: 300; }

.alert-frame {
  width: 325px;
  color: #FF0000;
  border: solid 2px #FF0000;
  padding: 16px;
  margin: 25px;
  font-size: 14px; }
  .alert-frame ul {
    font-size: 12px;
    margin-left: 20px; }

.alert-check {
  border: #FF0000 solid 1px;
  z-index: 300;
  height: 199px;
  width: 157px;
  position: absolute;
  margin: 10px;
  border-radius: 5px; }

.alert-bg {
  z-index: 300;
  opacity: 0.2;
  background: #FF0000;
  height: 199px;
  width: 157px;
  position: absolute;
  border-radius: 5px; }

.alert-txt {
  color: #FF0000;
  height: 199px;
  width: 157px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  margin-top: 75px; }

.alert-check-s {
  border: #FF0000 solid 1px;
  z-index: 0;
  height: 80px;
  width: 80px;
  position: absolute;
  margin: 20px 0 0 25px;
  border-radius: 5px; }

.alert-bg-s {
  z-index: 0;
  opacity: 0.2;
  background: #FF0000;
  height: 80px;
  width: 80px;
  position: absolute;
  border-radius: 5px; }

.bg-gray {
  z-index: 0;
  opacity: 0.2;
  background: #000000;
  height: 132px;
  width: 375px;
  position: absolute; }

.maint_content {
  padding: 0 45px; }
  .maint_content .maint_title {
    font-size: 20px;
    color: #FF89C0;
    text-align: center;
    margin: 0 0 20px 0; }
  .maint_content .maint_logo {
    text-align: center;
    margin-bottom: 20px; }
  .maint_content .maint_text {
    font-size: 12px; }
