@charset "UTF-8";

@media (max-width: 374px) {
  .sp374 {
    flex-direction: column;
    text-align: center;
    line-height: 2;
  }
  .sp374 .measures__link:nth-child(3),
  .sp374 .measures__link:nth-child(4),
  .sp374 .measures__link:nth-child(5),
  .sp374 .measures__link:nth-child(6) {
    margin-left: 0;
  }
  .sp374 .event__link:nth-child(3),
  .sp374 .event__link:nth-child(4),
  .sp374 .event__link:nth-child(5),
  .sp374 .event__link:nth-child(6) {
    margin-left: 0;
  }
  .sp374 .kidsbaby__link:nth-child(3),
  .sp374 .kidsbaby__link:nth-child(4),
  .sp374 .kidsbaby__link:nth-child(5),
  .sp374 .kidsbaby__link:nth-child(6) {
    margin-left: 0;
  }
  .sp374 .care__link:nth-child(3),
  .sp374 .care__link:nth-child(4),
  .sp374 .care__link:nth-child(5),
  .sp374 .care__link:nth-child(6) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .br1023 {
    display: block !important;
  }
}
.border_line.line_1{
 
}
.border_line.line_2{
  background: #ffffff;
}
.border_line.line_3{
  background: #ede1cb;
}
.border_line_image{
  width: 100%;
}



/*
========================================
entry
========================================
*/
.entry {
  width: 100%;
  padding: 17px 0;
  background-color: #ffffff;
  border-bottom: 2px solid #002897;
}
.entry__headline {
  width: 343px;
  margin: 0 auto;
}
.entry__text {
  margin-top: 7px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
.rkm-entry__button {
  width: calc((343 / 375) * 100%);
  max-width: 460px;
  margin: 10px auto 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  background-color: #bf0000;
  border-radius: 50px;
}
.rkm-entry__button a,
.rkm-entry__button p {
  display: block;
  padding: 11px 0 12px;
  color: #ffffff;
  text-decoration: none;
}
.rkm-entry__button--before,
.rkm-entry__button--entried,
.rkm-entry__button--end,
.rkm-entry__button--error {
  background-color: #888888;
  border-radius: 50px;
}
.rkm-entry__button--open,
.rkm-entry__button--before,
.rkm-entry__button--noentry,
.rkm-entry__button--entried,
.rkm-entry__button--end,
.rkm-entry__button--error,
.is-hide {
  display: none;
}
.is-entried {
  background: #b7b4b4;
  pointer-events: none;
}
.is-display {
  display: block;
}

@media (max-width: 374px) {
  .entry__headline {
    width: 288px;
  }
  .entry__text {
    font-size: 11px;
  }
}

/* PC */
@media (min-width: 768px) {
  .entry__headline {
    width: 531px;
  }
  .entry__text {
    font-size: 16px;
  }
}



/*
========================================
header
========================================
*/
/* SP */
.header {
  width: 100%;
  background-color: #fff;
  border-bottom: #002896 2px solid;
  margin: 0 auto;
}
.header__inner {
  width: 100%;
  height: 58px;
  padding: 9px 0;
  text-align: center;
}
.header__image {
  width: auto;
  height: 40px;
  margin: 0 auto;
}
  
/* PC */
@media (min-width: 768px) {
  .header__inner {
    padding: 13px;
  }
  .header__logo {
    display: block;
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
  }
  .header__image {
    margin: 0;
    width: auto;
    height: 32px;
  }
}



/*
========================================
mainVisual
========================================
*/
/* SP */
.mainVisual__imageSP {
  width: calc((375 / 375) * 100%);
  height: auto;
}
.mainVisual{
  margin: 0 auto;
    background-image: url(../img/mainVisual_bg_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* PC */
@media (min-width: 768px) {
  .mainVisual {
    background-image: url(../img/mainVisual_bg_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .mainVisual__inner{
        background-image: url(../img/mainVisual_bg2_pc.png);
    background-repeat: repeat-x;
    background-position: 50px;
  }
  .mainVisual__imagePC {
    width: 958px;
    margin: 0 auto;
  }
}  

.mainVisual__notes {
  padding: 7px 16px 0;
  font-size: 11px;
  text-align: center;
  background-color: #c9d7ff;
  letter-spacing: 0.7px;
}
/* PC */
@media (min-width: 768px) {
  .mainVisual__notes {
    padding: 10px 0 0;
    font-size: 16px;
  }
}

/*
========================================
otoku
========================================
*/
/* SP */
.otoku {
  padding: 30px 0;
  background: #ffffff;
}
.otoku__titleArea{
  margin: 0 auto 30px;
  width:calc((314 / 375) * 100%);
}
.otoku__headline{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.otoku__title{
  width: 80%;
}
.otoku__Text{
  font-size: 12px;
  color: #022897;
  text-align: center;
}
.otoku__list {
  display: flex;
  flex-wrap: wrap;
  width: calc((343 / 375) * 100%);
  margin: 15px auto 0;
}
.otoku__listItem {
  width: 48.26%;
  display: flex;
  align-items: stretch;
}
.otoku__listItem:nth-child(2n) {
  margin-left: 3.47%;
}
.otoku__listItem:nth-child(n+3) {
  margin-top: 20px;
}
.otoku__itemArea {
  position: relative;
  border: 2px solid #eeeeee;
}
.otoku__itemArea a{
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.otoku__linkTitle {
  position: relative;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #333333;
  text-decoration: none;
  background-color: #ffffff;
  letter-spacing: -1.0px;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.otoku__linkArea {
  display: flex;
  justify-content: center;
  margin-top: 9px;
  font-size: 10px;
}
@media (max-width: 374px) {
  .otoku__headlineText {
    font-size: 13px;
  }
  .otoku__linkTitle {
    font-size: 10px;
  }
  .otoku__linkTitle::before {
    right: 5px;
  }
}

@media screen and (min-width: 375px) and (max-width: 420px)  {
  .otoku__linkTitle {
    font-size: 12px;
  }
}

/* PC */
@media (min-width: 768px) {
  .otoku {
    padding: 30px 0 80px;
  }
  .otoku__title{
    width: 517px;
  }
  .otoku__Text{
    font-size: 14px;
  }
  .otoku__headlineH3 {
    margin: 13px auto 20px;
    font-size: 32px;
  }
  .otoku__headlineH3Inner {
    padding: 9px 41px 10px;
    font-size: 32px;
    border: 4px solid #002897;
    border-radius: 38px;
  }
  .otoku__headlineH3.under {
    margin-top: 40px;
  }
  .otoku__list {
    max-width: 844px;
    margin: 25px auto 0;
  }
  .otoku__itemArea {
    position: relative;
    border: 2px solid #eeeeee;
  }
  .otoku__listItem {
    width: 31.33%;
  }
  .otoku__listItem:nth-child(n+2) {
    margin-left: 3%;
  }
  .otoku__listItem:nth-child(4){
    margin-left: 0;
  }
  .otoku__listItem:nth-child(3) {
    margin-top: 0;
  }
  .otoku__listItem:nth-child(n+4) {
    margin-top: 25px;
  }
  .otoku__linkTitle {
    font-size: 24px;
    letter-spacing: 0;
  }
  .otoku__linkTitle::before {
    right: 32px;
    border-width: 10.5px 0 10.5px 11px;
  }
}


/*
========================================
navigation
========================================
*/
.navigation {
  margin: 0 auto;
  padding: 20px 0;
  background-color: #ffffff;
}
.navigation__nav {
  width: calc((343 / 375) * 100%);
  margin: 0 auto;
}
.navigation__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 550px;
  margin: 0 auto;
}
.navigation__listItem {
  position: relative;
  background-color: #002397;
  width: 32%;
  height: 60px;
  text-align: center;
  letter-spacing: 0.1px;
  box-shadow: 4px 4px 0 0 #ede1cb;
  border-radius: 6px;
  z-index: 1;
}
.navigation__listItem::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6%;
  width: 12px;
  height: 12px;
  transform: translateX(-50%);
  background: url(../img/navi_icon.svg) no-repeat center/contain;
  z-index: -1;
}
.navigation__listItem:nth-child(n+5) {
  margin-top: 12px;
}
.navigation__link {
  display: block;
  height: 100%;
  color: #333;
  font-size: 16px;
  text-decoration: none;
}
.navigation__linkText {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding-bottom: 2vw;
  font-size: 12px;
  font-weight: bold;
  color:#fdf8da;
  letter-spacing: 0.1px;
  line-height: 1.4;
}
.navigation__linkText_small{
  font-size: 10px;
}
@media (max-width: 374px) {
  .navigation__linkText {
    font-size: 10px;
  }
}

/* PC */
@media (min-width: 768px) {
  .navigation {
    padding: 40px 0 64px;
  }  
  .navigation__nav {
    max-width: 830px;
  }  
  .navigation__list {
    max-width: 830px;
    margin: 0 auto;
  }
  .navigation__listItem {
    width: 31.333%;
    height: 76px;
    box-shadow: 4px 4px 0 0 #ede1cb;
  }
  .navigation__listItem:nth-child(n+5) {
    margin-top: 20px;
  }
  .navigation__listItem::after {
    width: 16px;
    height: 16px;
    bottom: 8px;
  }
  .navigation__link {
  }
  .navigation__linkText {
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 1.2
  }
  .navigation__linkText_small{
    font-size: 14px;
  }
}



/*
========================================
floatingnavigation
========================================
*/
/* SP */
.floatingnavigation {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #002397;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid #ede1cb;
}
.floatingnavigation__nav {
  max-width: 750px;
  margin: 0 auto;
}
.floatingnavigation__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.floatingnavigation__listItem {
  position: relative;
  width: 32%;
  text-align: center;
  z-index: 1;
}
.floatingnavigation__listItem::before {
  position: absolute;
  width: 1px;
  height: 40px;
  content: "";
  background-color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.floatingnavigation__listItem:nth-child(1)::before{
  content: none;
}
.floatingnavigation__listItem::after {
  content: "";
  position: absolute;
  margin: 0 auto;
  display: block;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../img/navi_icon_flo.svg) no-repeat center/contain;
  z-index: -1;
}
.floatingnavigation__link {
  display: block;
  margin: 0;
  padding-bottom: 20px;
  color: #fdf8da;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
}
.floatingnavigation__text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 40px;
}

.is-show {
  display: block;
}

@media (max-width: 374px) {
  .floatingnavigation__link {
    font-size: 11px;
  }
}

/* PC */
@media (min-width: 768px) {
  .floatingnavigation {
    width: 100%;
  }
  .floatingnavigation__nav {
    max-width: 844px;
    margin: 0 auto;
  }  
  .floatingnavigation__list {
    margin: 0 auto;
  }
  .floatingnavigation__list::before {
    content: none;
  }
  .floatingnavigation__listItem {
    font-size: 14px;
  }
  .floatingnavigation__listItem::before {
    height: 40px;
  }
  .floatingnavigation__listItem::after {
    width: 16px;
    height: 16px;
  }
  .floatingnavigation__link {
    font-size: 15px;
  }
  .floatingnavigation__text {
    height: 55px;
  }
}

/*
========================================
common
========================================
*/
/* SP */
.common__fukidashi {
  width: 72.4%;
  margin-right: 9px;
}
.common__headline {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .common__fukidashi{
    width: 396px;
    margin-right: 16px;
  }
}

/*
========================================
uresuji
========================================
*/
/* SP */
.uresuji {
  padding: 20px 0 30px;
  background: #ede1cb;
}
.uresuji__titleArea{
  margin: 0 auto 30px;
  width:calc((314 / 375) * 100%);
}
.uresuji__headline{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.uresuji__headlineH3 {
  margin: 0 auto 10px;
  padding: 10px 0;
  width: 50%;
  text-align: center;
  background: #fff;
  color: #022897;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.0;
  border-radius: 22px;
  position: relative;
}
.uresuji__headlineH3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 10px solid #fff
}
.uresuji__sub{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
.uresuji__title{
  width: 100%;
}
.uresuji__subtitle{
  width: 80%;
}
.uresuji__Text{
  font-size: 12px;
  color: #bd001c;
  text-align: center;
}
.uresuji__item{
  margin: 0 auto 20px;
}
.uresuji__list {
  display: flex;
  flex-wrap: wrap;
  width: calc((343 / 375) * 100%);
  margin: 15px auto 0;
}
.uresuji__listItem {
  width: 48.26%;
  display: flex;
  align-items: stretch;
}
.uresuji__listItem:nth-child(2n) {
  margin-left: 3.47%;
}
.uresuji__listItem:nth-child(n+3) {
  margin-top: 20px;
}
.uresuji__itemArea {
  position: relative;
  background: #ffffff;
  border: 2px solid #eeeeee;
}
.uresuji__itemArea a{
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.uresuji__linkTitle {
  position: relative;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #333333;
  text-decoration: none;
  background-color: #ffffff;
  letter-spacing: -1.0px;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.uresuji__linkArea {
  display: flex;
  justify-content: center;
  margin-top: 9px;
  font-size: 10px;
}
@media (max-width: 374px) {
}

@media screen and (min-width: 375px) and (max-width: 420px)  {
  .uresuji__linkTitle {
    font-size: 12px;
  }
}

/* PC */
@media (min-width: 768px) {
  .uresuji {
    padding: 30px 0 80px;
  }
  .uresuji__headline{
    margin: 0 auto 35px;
  }
  .uresuji__headlineH3 {
    margin: 0 auto 20px;
    padding: 10px 0;
    max-width: 270px;
    font-size: 26px;
    font-weight: bold;
    border-radius: 22px;
  }
  .uresuji__sub{
    margin: 0 auto 30px;
  }
  .uresuji__title{
    width: 600px;
  }
  .uresuji__subtitle{
    width: 438px;
  }
  .uresuji__Text{
    font-size: 14px;
  }
  .uresuji__item{
    margin: 0 auto 70px;
  }
  .uresuji__list {
    max-width: 844px;
    margin: 25px auto 0;
  }
  .uresuji__list.item2{
    justify-content: center;
  }
  .uresuji__itemArea {
    position: relative;
    border: 2px solid #eeeeee;
  }
  .uresuji__listItem {
    width: 31.33%;
  }
  .uresuji__listItem:nth-child(n+2) {
    margin-left: 3%;
  }
  .uresuji__listItem:nth-child(4),
  .uresuji__listItem:nth-child(7){
    margin-left: 0;
  }
  .uresuji__listItem:nth-child(3) {
    margin-top: 0;
  }
  .uresuji__listItem:nth-child(n+4) {
    margin-top: 25px;
  }
  .uresuji__linkTitle {
    font-size: 24px;
    letter-spacing: 0;
  }
  .uresuji__linkTitle::before {
    right: 32px;
    border-width: 10.5px 0 10.5px 11px;
  }
}
/*
========================================
kensaku
========================================
*/
.kensaku {
  padding: 20px 0 30px;
  background: #ffffff;
}
.kensaku__titleArea{
  margin: 0 auto;
  width:calc((314 / 375) * 100%);
}
.kensaku__headline{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.kensaku__title{
  width: 90%;
}

@media (min-width: 768px) {
  .kensaku {
    padding: 30px 0 80px;
  }
  .kensaku__headline{
    margin: 0 auto 35px;
  }
  .kensaku__title{
    width: 416px;
  }
}

/*
========================================
search
========================================
*/
/* SP */
.search {
  margin-top: 20px;
}
.search__form {
  display: flex;
  width: calc((314 / 375) * 100%);
  height: 60px;
  margin: 0 auto;
  border: 2px solid #c12922;
}
.search__inputApp,
.search__inputWeb {
  width: 86%;
  height: 100%;
  padding: 0 12px 1px;
}
.search__buttonApp,
.search__buttonWeb {
  position: relative;
  display: block;
  width: 14%;
  height: 100%;
  background-color: #c12922;
}
.search__buttonApp::before,
.search__buttonWeb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background-image: url(../img/search_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.search__errorApp,
.search__errorWeb {
  display: none;
  font-size: 18px;
  color: #ff0000;
  text-align: center;
}
@media (min-width: 768px) {
  .search__form {
    max-width: 580px;
    border: 3px solid #c12922;
    height: 50px;
  }
  .search__inputApp,
  .search__inputWeb {
    width: 92%;
  }
  .search__buttonApp,
  .search__buttonWeb {
    width: 9%;
  }
}

/*
========================================
banner
========================================
*/
.banner {
  padding: 20px 0 30px;
  background: #ffffff;
}
.banner__titleArea{
  margin: 0 auto;
  width:calc((314 / 375) * 100%);
}
.banner__headline{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.banner__title{
  width: 90%;
}
.banner__list {
  display: flex;
  flex-wrap: wrap;
  width: calc((343 / 375) * 100%);
  margin: 15px auto 0;
}
.banner__listItem {
  width: 48.26%;
  display: flex;
  align-items: stretch;
}
.banner__listItem:nth-child(2n) {
  margin-left: 3.47%;
}
.banner__listItem:nth-child(n+3) {
  margin-top: 20px;
}
.banner__itemArea {
  position: relative;
}
.banner__itemArea a{
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  .banner {
    padding: 30px 0 80px;
  }
  .banner__headline{
    margin: 0 auto 35px;
  }
  .banner__title{
    width: 372px;
  }
    .banner__list {
    max-width: 844px;
    margin: 25px auto 0;
    justify-content: center;
  }
  .banner__listItem {
    width: 23%;
  }
  .banner__listItem:nth-child(n+2) {
    margin-left: 2.666%;
  }
  .banner__listItem:nth-child(3) {
    margin-top: 0;
  }
  .banner__listItem:nth-child(n+4) {
    margin-top: 0;
  }
}

/*
========================================
application
========================================
*/
/* SP */
.application {
  margin: 30px auto 40px;
}
.application__box {
  width: calc((343 / 375) * 100%);
  padding: 30px 60px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 8px;
  filter: drop-shadow(5px 5px 12px rgba(0,0,0,0.1));
}
.rkm-app__title {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.rkm-app__container {
  display: flex;
  justify-content: center;
  max-width: 410px;
  margin: 20px auto 0;
}
.rkm-app__container.-pc {
  display: none;
}
.rkm-app__iconBox {
  width: 42%;
  margin-right: 24px;
}
.rkm-app__linkBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(58% - 12px);
}
.rkm-app__image {
  margin: 0 auto;
}

/* PC */
@media (min-width: 768px) {  
  .application {
   margin: 30px auto 70px;
  }
  .application__box {
    max-width: 960px;
    padding: 50px;
  }
  .rkm-app__title {
    font-size: 16px;
  }
  .rkm-app__container.-pc {
    display: block;
  }
  .rkm-app__container.-sp {
    display: none;
  }
  .rkm-app__iconBox {
    display: flex;
    justify-content: center;
    width: auto;
    height: 100px;
    margin: 0 auto;
  }
  .rkm-app__iconBox .rkm-app__image {
    max-width: 100px;
    height: 100%;
  }
  .rkm-app__image {
    margin: 0;
  }
}


/*
========================================
footer
========================================
*/
/* SP */
.footer {
  padding: 50px 0 32px;
  background-color: #f5f5f5;
}
.footer__image {
  width: auto;
  height: 29px;
  margin: 0 auto;
}
.footer__copyright {
  color: #999999;
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}



/*
========================================
loading
========================================
*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: all 0.5s;
  background-color: #ffffff;
  z-index: 9999;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

/*========================================
device-detect_v2-0.js以上に依存
========================================*/
html.web .only-app {
  display: none !important;
}
html.app .only-web {
  display: none !important;
}


/* ========================
メンテの注記
======================== */
.noticebox {
  width: 80%;
  margin: 12px auto 0;
  padding: 8px 8px;
  text-align: left;
  border: solid 1px #bf0000;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.5;
}

/* PC */
@media (min-width: 768px) {
  .noticebox {
    max-width: 600px;
    margin: 18px auto 0;
    padding: 12px 24px;
  }
}