@charset "utf-8";
/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

/* header

/* Main
---------------------------------------------------------------*/
#main {
  padding: 0 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
}

/* footer
---------------------------------------------------------------*/
#footer {
  padding: 20px 0 80px;
}
.footer__inner {
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
}
.footer__logo {
  margin: 0 auto 32px;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 80px;
}
.footer__nav {
  display: flex;
  justify-content:center;
  margin-bottom: 24px;
  flex-direction: column;
}
.footer__nav li {
  font-weight: 500;
  font-size: 10px;
  margin-bottom: 14px;
}
.copyright {
  font-size: 10px;
  letter-spacing: .05em;
}


/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */
.kv {
  background: rgb(2,136,207);
  background: linear-gradient(90deg, rgba(2,136,207,1) 0%, rgba(3,151,203,1) 100%);
  overflow: hidden;
  padding: 0 8.666vw;
  position: relative;
}
.kv__inner {
  width: 100%;
  margin: 0 auto;
  padding: 5.73333vw 0 6.6666vw;
}
.kv__txt1 {
  width: 81.333vw;
  position: relative;
  z-index: 1;
}
.kv__txt2 {
  width: 82.666vw;
  position: relative;
  z-index: 1;
  margin-top: 72vw;
}
.kv__txt2 .btn__line {
  position: absolute;
  left: 50%;
  bottom: 3vw;
  transform: translateX(-50%);
  width: 72.5333vw;
}
.kv__img {
  position: absolute;
  width: 58.4vw;
  top: 54.5333vw;
  left: 21.4666vw;
}
.function__list {
  max-width: 200px;
  margin: 0 auto;
}
.function__item {
  width: 200px;
  margin-bottom: 32px;
}
.function__item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.function__item__ttl {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 2px;
}
.function__item__ttl span {
  background:linear-gradient(transparent 60%, #F3CC00 60%);
}
.function__item__txt {
  font-size: 12px;
  font-weight: 500;
}
.function__item img {
  width: 240px;
  display: inline-block;
  margin-left: -26px;
  max-width: unset;
}
.function__item:nth-of-type(4) img {
  margin-left: -20px;
}
.detail__list {
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  padding: 34px 20px;
}
.detail__item:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dashed #F3CC00;
}
.detail__item {
  display: flex;
  justify-content: space-between;
}
.detail__item__img {
  width: 60px;
}
.detail__item__body {
  width: calc(100% - 70px);
}
.detail__item__ttl {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 16px;
}
.detail__item__ttl span {
  background:linear-gradient(transparent 60%, #F3CC00 60%);
}
.detail__item__txt {
  font-size: 12px;
  font-weight: 500;
}
.flow__list {
  margin: 0 auto 30px;
  width: 280px;
}
.flow__item {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  margin-bottom: 50px;
}
.flow__item__img {
  position: relative;
}
.btn__flow__line {
  /*background-color: rgba(255,0,0,.4);*/
  position: absolute;
  width: 240px;
  height: 44px;
  left: 20px;
  top: 48px;
}
.flow__item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  border-left: 25px solid transparent;
  border-top: 15px solid #2F8DC6;
  border-right: 25px solid transparent;
}
.flow__item:last-of-type:after {
  display: none;
}
.flow__item__ttl {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 4px;
}
.flow__item__ttl img {
  height: 33px;
  width: auto;
  display: inline-block;
  margin-right: 8px;
}
.flow__item__txt {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 12px;
}
.btn__line {
  width: 72.8vw;
  margin: 0 auto;
  display: block;
}
.howtouse__wrap {
  background-color: #E3F3FF;
  padding: 26px 0;
  text-align: center;
}
.howtouse__wrap__totop {
  background-color: #F2F2F3;
}
.howtouse__wrap__txt {
  font-weight: bold;
  color: #0288CF;
  font-size: 13px;
  margin-bottom: 12px;
}
.btn__howtouse {
  display: block;
  margin: 0 auto;
  width: 72.8vw;
}

/* howtouse */
#howtouse .kv {
  padding: 0;
}
#howtouse .kv__inner {
   padding: 6vw 0;
}
#howtouse .kv__txt {
  width: 87%;
  display: block;
  margin: 0 auto;
}
.localnav__list {
  background-color: #F2F2F3;
  padding: 12px 15px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
}
.localnav__item {
  width: 48%;
  text-align: center;
  margin-bottom: 12px;
}
.localnav__item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.localnav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background-image: url(../img/manual/icon_chvron_down.png);
  background-size: 13px auto;
  background-position: center right 7px;
  background-repeat: no-repeat;
  padding: 12px 24px 12px 13px;
  background-color: #fff;
  border-radius: 6px;
}
#menu .wrap {
  position: relative;
}
.menu__item {
  background-color: #fff;
  margin: 0 auto 5vw;
  padding: 16px 20px;
  width: calc(100% - 10.5vw);
  box-sizing: border-box;
  border-radius: 10px;
}
.menu__item__ttl {
  font-size: 17px;
  font-weight: bold;
  color: #0288CF;
  margin-bottom: 4px;
}
.menu__item__txt {
  font-size: 14px;
}
.concierge__comment {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
}
.concierge__comment__img img {
  width: 60px;
  box-shadow: 3px 3px 3px rgba(0,0,0,.2);
  border-radius: 100px;
}
.concierge__comment__txt {
  background-color: #BEE3FF;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: bold;
  margin-left: 20px;
  position: relative;
  max-width: calc(100% - 80px);
  width: 100%;
  line-height: 1.5;
}
.concierge__comment__txt:before {
  content: "";
  display: block;
  background-image: url(../img/manual/fuki.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 20px;
  height: 17px;
  position: absolute;
  left: -13px;
  bottom: 42%;
}

#record .heading02 img {
  width: 35px;
  display: inline-block;
  margin-right: 8px;
}
.record__list__img01 {
  width: 70.47%;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}
.record__item {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #ED6B01;
  box-shadow: 3px 3px 0 #ED6B01;
  width: 85.7%;
  margin: 0 auto 20px;
  padding: 16px;
  position: relative;
}
.record__item__ttl {
  font-size: 17px;
  display: flex;
  align-items: flex-start;
  font-weight: bold;
}
.record__item__ttl img {
  width: 20px;
  margin-right: 8px;
  padding-top: 5px;
}
.record__item__txt {
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
#record .wrap .txt {
  width: 85.714%;
  padding-bottom: 24px;
  margin: 0 auto;
}
.record__item05 .record__item__ttl span {
  font-weight: 500;
  display: inline-block;
}
.record__item05 .record__item__ttl img {
  padding-top: 0;
}
.record__item06:before {
  content: "";
  background-image: url(../img/manual/fukidashi.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 50px;
  position: absolute;
  bottom: calc(100% - 1px);
  border-bottom: 1px solid #fff;
  left: 50%;
  transform: translateX(-50%);
}
.record__item07 {
  background-color: #036eb8;
  color: #fff;
  border: unset;
  box-shadow: unset;
  margin-bottom: 8px;
}
.record__item__07__new {
  margin-left: 7.15%;
}

#schedule .heading02 img {
  width: 35px;
  display: inline-block;
  margin-right: 8px;
}
.schedule__list__img01 {
  width: 65.619%;
  margin-left: 22.5%;
}
.schedule__list__img02 {
  width: 60%;
  margin-left: 20%;
}
.schedule__list__img03 {
  width: 60%;
  margin-left: 20%;
}
.schedule__item04:before {
  content: "";
  background-image: url(../img/manual/fukidashi.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 50px;
  position: absolute;
  bottom: calc(100% - 1px);
  border-bottom: 1px solid #fff;
  left: 50%;
  transform: translateX(-50%);
}
.schedule__item05:before {
  content: "";
  background-image: url(../img/manual/fukidashi.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 50px;
  position: absolute;
  bottom: calc(100% - 1px);
  border-bottom: 1px solid #fff;
  left: 50%;
  transform: translateX(-50%);
}
#schedule .wrap {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.schedule__item {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #ED6B01;
  box-shadow: 3px 3px 0 #ED6B01;
  width: 85.7%;
  margin: 0 auto 20px;
  padding: 16px;
  position: relative;
}
.schedule__item__ttl {
  font-size: 17px;
  display: flex;
  align-items: flex-start;
  font-weight: bold;
}
.schedule__item__ttl img {
  width: 20px;
  margin-right: 8px;
  padding-top: 5px;
}
.schedule__item__txt {
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}

#list .heading02 img {
  width: 35px;
  display: inline-block;
  margin-right: 8px;
}
#list .wrap {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.list__item {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #ED6B01;
  box-shadow: 3px 3px 0 #ED6B01;
  width: 85.7%;
  margin: 0 auto 20px;
  padding: 16px;
  position: relative;
}
.list__item__ttl {
  font-size: 17px;
  display: flex;
  align-items: flex-start;
  font-weight: bold;
}
.list__item__ttl img ,
.list__item__txt img {
  width: 20px;
  margin-right: 8px;
}
.list__item__txt {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
.list__list__img01 {
  width: 90%;
  margin-left: 5%;
}
.list__img01 ,
.list__img02 {
  width: 66%;
  margin: 16px auto 0;
}




.others__intro {
  display: flex;
}
.others__intro__img {
  width: 75px;
}
.others__intro__body {
  width: calc(100% - 75px);
  padding-left: 14px;
}
.others__intro__ttl {
  font-weight: bold;
  color: #0288CF;
  font-size: 17px;
}
.others__intro__txt {
  font-size: 14px;
}
.calendar__list__img01 {
  width: 75.809%;
  margin-left: 12%;
}
#calendar .wrap {
  position: relative;
  overflow: hidden;
}
.calendar__item {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #ED6B01;
  box-shadow: 3px 3px 0 #ED6B01;
  width: 85.7%;
  margin: 0 auto 20px;
  padding: 16px;
  position: relative;
}
.calendar__item__txt {
  font-size: 17px;
  display: flex;
  align-items: flex-start;
}
.calendar__item__txt img {
  width: 20px;
  margin-right: 8px;
}
.calendar__item__txt {
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
.calendar__detail {
  margin: 0 auto 24px;
  width: 85.7%;
}
.calendar__detail__item {
  width: 100%;
  border-bottom: 2px dashed #2F8DC6;
  padding: 16px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.calendar__detail__item:nth-of-type(3) {
  width: 100%;
  border-bottom: unset;
}
.calendar__detail__item:nth-of-type(1) .calendar__detail__item__img {
  width: 24px;
  margin-left: 8px;
}
.calendar__detail__item:nth-of-type(2) .calendar__detail__item__img {
  width: 26px;
  margin-left: 11px;
}
.calendar__detail__item:nth-of-type(3) .calendar__detail__item__img {
  width: 40px;
}
.calendar__detail__item__img img {
  vertical-align: baseline;
}
.calendar__detail__item__txt {
  line-height: 1.6;
  width: calc(100% - 50px);
  font-size: 14px;
}
.cont__others {
  border-bottom: dashed 2px #2F8DC6;
  margin-bottom: 80px;
}
.support__list__img01 {
  width: 68.19%;
  margin-left: 17%;
}
.cont__others .wrap {
  position: relative;
  overflow: hidden;
}
.support__item {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #ED6B01;
  box-shadow: 3px 3px 0 #ED6B01;
  width: 85.7%;
  margin: 0 auto 20px;
  padding: 16px;
  position: relative;
}
.support__item01:before {
  content: "";
  background-image: url(../img/manual/fukidashi.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 50px;
  position: absolute;
  bottom: calc(100% - 1px);
  border-bottom: 1px solid #fff;
  left: 50%;
  transform: translateX(-50%);
}
.support__item02:before {
  content: "";
  background-image: url(../img/manual/fukidashi.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 50px;
  position: absolute;
  bottom: calc(100% - 1px);
  border-bottom: 1px solid #fff;
  left: 72%;
}
.support__item__txt {
  font-size: 17px;
  display: flex;
  align-items: flex-start;
}
.support__item__txt img {
  width: 20px;
  margin-right: 8px;
}
.support__item__txt {
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
.support__list__img02 {
  width: 98%;
  margin-left: 1%;
  margin-bottom: 5%;
}
.howtouse__list__img01 {
  width: 99%;
  margin-left: 0.5%;
}
.howtouse__list {
  display: flex;
  justify-content: flex-end;
  margin-top: -18%;
}
.howtouse__item {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #ED6B01;
  box-shadow: 3px 3px 0 #ED6B01;
  width: 85.7%;
  margin-bottom: 20px;
  padding: 16px;
  position: relative;
  width: 48%;
  margin-right: 2%;
}
.howtouse__item:before {
  content: "";
  background-image: url(../img/manual/fukidashi.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 50px;
  position: absolute;
  bottom: calc(100% - 1px);
  border-bottom: 1px solid #fff;
  left: 55%;
}
.howtouse__item__txt {
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  text-align: center;
}
.setting__list__img01 {
  width: 90%;
  margin-left: 5%;
}
.setting__item {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #ED6B01;
  box-shadow: 3px 3px 0 #ED6B01;
  width: 85.7%;
  margin: 0 auto 20px;
  padding: 16px;
  position: relative;
}
.setting__item__txt {
  font-size: 17px;
  display: flex;
  align-items: flex-start;
}
.setting__item__txt img {
  width: 20px;
  margin-right: 8px;
}
.setting__item__txt {
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}


/* ==========================================================================
Component [ grid / button / form / media... ]
========================================================================== */
.cont {
  width: calc(100% - 30px);
  margin: 0 auto;
  overflow: hidden;
  max-width: 100vw;
  padding: 40px 0;
}
.cont--s {
}
.cont--m {
}
.cont--l {
}
.gray {
  background-color: #F2F2F3;
}
.txt {
  font-size: 14px;
  line-height: 2;
}
.link {
  color: #0C2F9E;
  text-decoration: underline!important;
}

/* pagetop */

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

/* column */
.col-sp-1 { width: 8.33333333%; }
.col-sp-2 { width: 16.66666667%; }
.col-sp-3 { width: 25%; }
.col-sp-4 { width: 33.33333333%; }
.col-sp-5 { width: 41.66666667%; }
.col-sp-6 { width: 50%; }
.col-sp-7 { width: 58.33333333%; }
.col-sp-8 { width: 66.66666667%; }
.col-sp-9 { width: 75%; }
.col-sp-10 { width: 83.33333333%; }
.col-sp-11 { width: 91.66666667%; }
.col-sp-12 { width: 100%; }

/* btn */

/* heading */
.heading01 {
  color: #0288CF;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 8px 30px 8px 100px;
  border-top: 2px solid #2F8DC6;
  border-bottom: 2px solid #2F8DC6;
  margin-bottom: 32px;
  position: relative;
  line-height: 1.5;
  min-height: 74px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heading01:before {
  content: "";
  display: block;
  background-image: url(../img/icon_concierge.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 85px;
  height: 85px;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 3px 3px 3px rgba(0,0,0,.2);
  border-radius: 100px;
}
.heading02 {
  color: #0288CF;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 12px 10px;
  border-top: 2px solid #2F8DC6;
  border-bottom: 2px solid #2F8DC6;
  margin-bottom: 24px;
  position: relative;
}
.heading03 {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
}
.record__list__img02 {
  width: 51.428%;
  margin: 32px auto;
  box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}

/* list */

/* breadcrumbs */

/* wrap */
.wrap {
  background-color: #F2F2F3;
  border-radius: 12px;
  margin-bottom: 30px;
  margin-top: 16px;
  position: relative;
  overflow: hidden;
}

/* skip */
.skip {
  width: 1px;
  color: #000000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #FFFFFF;
  position: absolute;
  left: -3000px;
  z-index: 20000;
}
a.skip {
  background-color: #FFFFFF;
  text-align: center;
  padding: 2px 0;
  top: auto;
}
a.skip:active {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.8;
  top: 0;
  left: 0;
}
a.skip:focus {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.8;
  top: 0;
  left: 0;
}

.tag__new {
  background-color: #ed6c00;
  color: #fff;
  font-weight: bold;
  display: inline-flex;
  border-radius: 4px;
  width: 44px;
  height: 20px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
#list .heading02 .tag__new {
  position: relative;
  top: -2px;
  margin-right: 8px;
  margin-left: -40px;
}
.flow__list__note {
  border: 1px solid #000;
  font-size: 11px;
  max-width: 280px;
  margin: 0 auto 60px;
  padding: 10px;
}

.wrap.various {
  padding: 30px 0;
}
.various .concierge__comment {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.various__inner {
  padding: 20px 0 0;
  position: relative;
}
.various__lead {
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px 8px;
}
.various__list__img01 {
  width: 75.809%;
  margin-left: 12%;
}
.various__item {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #ED6B01;
  box-shadow: 3px 3px 0 #ED6B01;
  width: 85.7%;
  margin: 0 auto 20px;
  padding: 16px;
  position: relative;
}
.various__item02 {
}
.various__wrap {
  margin: 50px auto 0;
}
.various__wrap02 .various__img {
  width: 50%;
  margin-left: 25%;
  margin-top: 16px;
}
.various__wrap03 {
  flex-direction: row-reverse;
}
.various__wrap03 .various__img {
  width: 40%;
  margin-left: 30%;
  margin-top: 16px;
}
.various__txt {
  font-size: 14px;
  margin-left: 20px;
  margin-right: 20px;
}
.various__body .tag__new {
  margin-left: 20px;
}


.faq__item {
  max-width: 921px;
  margin: 30px auto 40px;
}
.faq__que {
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 50px;
}
.faq__que:before {
  content: "Q1";
  font-size: 18px;
  font-weight: bold;
  background-color: #0288CF;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: -8px;
}
.faq__item:nth-of-type(2) .faq__que:before {
  content: "Q2";
}
.faq__item:nth-of-type(3) .faq__que:before {
  content: "Q3";
}
.faq__item:nth-of-type(4) .faq__que:before {
  content: "Q4";
}
.faq__item:nth-of-type(5) .faq__que:before {
  content: "Q5";
}
.faq__ans {
  padding-left: 20px;
}
.faq__note {
  border: 1px solid #000;
  font-size: 11px;
  margin: 0 auto;
  padding: 10px;
}
.kv__news {
  background-color: #fff9b1;
  position: absolute;
  bottom: 18vw;
  right: -11.5vw;
  border-radius: 8px;
  padding: 1.5vw 3vw;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  line-height: 1.5;
  font-size: 2.5vw;
}