@charset "UTF-8";
/*
**  ===================================================================
**  foundation CSS ※サイト全体に共通のスタイル
**  ===================================================================
*/
#contentArea {
  background: white;
  width: 1000px;
  margin: 0 auto;
}

/*
**  ===================================================================
**  各種設定：var,reset,base-font,break-point
**  ===================================================================
*/
/*
**  ===================================================================
**  Blocks
**  ===================================================================
*/
/*
**  ===================================================================
**  button CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
/*
**  ===================================================================
**  media CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
/*
**  ===================================================================
**  panel CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
/*
**  ===================================================================
**  JavaScript CSS 「js-」
**  ===================================================================
*/
/*
**  ===================================================================
**  utility CSS ※prefix「u-」
**  ===================================================================
*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pr100 {
  padding-right: 100px;
}

.u-pl100 {
  padding-left: 100px;
}

/*
**  ===================================================================
**  site-layout CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
#e-hassoArea {
  font-family: 'Noto Sans Japanese';
}

#e-hassoArea .ttl {
  margin-top: 30px;
  line-height: 0;
}

.PJ-layout .section {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #999999;
}

.PJ-layout .section.typeA {
  border-top: none;
}

.PJ-layout .movie {
  padding: 20px 130px 30px;
}

.PJ-layout .movie__wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.PJ-layout .movie__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.txt {
  margin-bottom: 10px;
  font-weight: 200;
}

.txt--A {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.txt--A strong {
  color: #e60012;
}

.txt--B {
  font-size: 30px;
  color: #0060b0;
}

.txt--C {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}

.txt--D {
  font-size: 30px;
  color: #0060b0;
  margin-bottom: 0;
}

.txt--E {
  text-align: center;
  font-size: 16px;
}

.txt--E strong {
  text-align: center;
  color: #e60012;
}

.txt--F {
  border: 1px solid #000;
  padding: 10px;
  margin-top: 20px;
}

.heading {
  font-weight: 200;
}

.heading--A {
  color: #0060b0;
  font-size: 36px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 4px;
}

.heading--A span {
  font-size: 50px;
}

.heading--B {
  font-size: 20px;
  color: #0060b0;
  text-align: center;
  margin-bottom: 30px;
}

.box--A {
  border: 3px solid #ff0000;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
}

.list.mb {
  margin-bottom: 100px;
}

.list--indent .list__item {
  text-indent: -1em;
  padding-left: 1em;
}

.list--A {
  overflow: hidden;
  margin: 0 auto 20px;
  width: 780px;
}

.list--A .list__item {
  float: left;
  margin: 0 20px;
  line-height: 0;
}

.list--B {
  text-align: center;
  letter-spacing: -.4em;
  white-space: nowrap;
}

.list--B .list__item {
  letter-spacing: normal;
  line-height: 0;
  margin: 10px 10px 0;
  display: inline-block;
}

.list--C {
  text-align: center;
  letter-spacing: -.4em;
}

.list--C .list__item {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 20px;
}

.list--C .list__item:last-child {
  margin-right: 0;
}

.list--D .list__item {
  width: 880px;
  padding-left: 160px;
  position: relative;
  padding-top: 80px;
  overflow: hidden;
  letter-spacing: -.4em;
  text-align: left;
  overflow: visible;
}

.list--D .list__item:after {
  content: url(../img/ico_arrow.png);
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -15px;
}

.list--D .list__item.arrownone:after {
  content: none;
}

.list--D .list__item.arrowtop:after {
  bottom: -19px;
}

.list--D .list__item:first-child {
  margin-top: 0;
  padding-top: 0;
}

.list--D .list__item .list__stepnum {
  width: 50px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 200;
  color: #0060b0;
  letter-spacing: 5px;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px dotted #0060b0;
  margin-top: -3px;
}

.list--D .list__item .list__stepnum span {
  display: block;
  font-size: 48px;
  line-height: 40px;
  text-align: center;
}

.list--D .list__item .list__content {
  width: 600px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  font-size: 16px;
  margin-right: 0;
  text-align: left;
  font-weight: 200;
}

.list--D .list__item .list__icon {
  width: 290px;
  margin: 10px auto 0;
  vertical-align: top;
  letter-spacing: normal;
  text-align: left;
}

.list--D .list__btn {
  width: 880px;
  margin: 0 auto;
  padding-top: 80px;
  text-align: center;
}

.list--E .list__item {
  font-size: 12px;
}

.list--F .list__item {
  width: 880px;
  padding-left: 165px;
  position: relative;
  padding-top: 80px;
  overflow: hidden;
  letter-spacing: -.4em;
  text-align: left;
  overflow: visible;
}

.list--F .list__item:after {
  content: url(../img/ico_arrow.png);
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -15px;
}

.list--F .list__item.arrownone:after {
  content: none;
}

.list--F .list__item.arrowtop:after {
  bottom: -19px;
}

.list--F .list__item:first-child {
  margin-top: 0;
  padding-top: 0;
}

.list--F .list__item .list__stepnum {
  text-align: center;
  width: 50px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 200;
  color: #0060b0;
  letter-spacing: 5px;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px dotted #0060b0;
  margin-top: -3px;
}

.list--F .list__item .list__stepnum span {
  display: block;
  font-size: 48px;
  line-height: 40px;
}

.list--F .list__item .list__content {
  width: 489px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  font-size: 16px;
  margin-right: 20px;
  text-align: left;
  font-weight: 200;
}

.list--F .list__item .list__icon {
  vertical-align: top;
  letter-spacing: normal;
  text-align: left;
  margin: 10px 0 0 120px;
}

.list--F .list__btn {
  width: 880px;
  margin: 0 auto;
  padding-top: 80px;
  text-align: center;
}

.list--G .list__item {
  width: 880px;
  padding-left: 160px;
  position: relative;
  padding-top: 109px;
  overflow: hidden;
  letter-spacing: -.4em;
  text-align: left;
  overflow: visible;
}

.list--G .list__item:after {
  content: url(../img/ico_arrow.png);
  position: absolute;
  bottom: -73px;
  left: 45%;
}

.list--G .list__item.arrownone:after {
  content: none;
}

.list--G .list__item:first-child {
  margin-top: 0;
  padding-top: 0;
}

.list--G .list__item .list__stepnum {
  width: 50px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 200;
  color: #0060b0;
  letter-spacing: 5px;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px dotted #0060b0;
  margin-top: -3px;
  text-align: center;
}

.list--G .list__item .list__stepnum span {
  display: block;
  font-size: 48px;
  line-height: 40px;
}

.list--G .list__item .list__content {
  width: 489px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  font-size: 16px;
  margin-right: 20px;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 200;
}

.list--G .list__item .list__content span {
  font-size: 12px;
}

.list--G .list__item .list__icon {
  margin-left: 135px;
  display: block;
  vertical-align: top;
  letter-spacing: normal;
  text-align: left;
}

.list--G .list__btn {
  width: 880px;
  margin: 0 auto;
  padding-top: 80px;
  text-align: center;
}

.list--H .list__item {
  width: 880px;
  padding-left: 160px;
  position: relative;
  padding-top: 80px;
  overflow: hidden;
  letter-spacing: -.4em;
  text-align: left;
  overflow: visible;
}

.list--H .list__item:after {
  content: url(../img/ico_arrow.png);
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -15px;
}

.list--H .list__item.arrownone:after {
  content: none;
}

.list--H .list__item:first-child {
  margin-top: 0;
  padding-top: 0;
}

.list--H .list__item .list__stepnum {
  width: 50px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 200;
  color: #0060b0;
  letter-spacing: 5px;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px dotted #0060b0;
  margin-top: -3px;
}

.list--H .list__item .list__stepnum span {
  text-align: center;
  display: block;
  font-size: 48px;
  line-height: 40px;
}

.list--H .list__item .list__content {
  width: 600px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  font-size: 16px;
  margin-right: 0;
  text-align: left;
  font-weight: 200;
}

.list--H .list__item .list__icon {
  margin: 10px auto 0;
  width: 250px;
  vertical-align: top;
  letter-spacing: normal;
  text-align: left;
  font-weight: 200;
}

.list--H .list__item .icon__area{
  text-align: center;
  letter-spacing: -.4em;
  margin: 10px auto 0;
}
.list--H .list__item .icon__item{
  display: inline-block;
  margin-right: 20px;
}
.list--H .list__item .icon__item:last-child{
  margin-right: 0;
}
.list--H .list__item .icon__item .icon__text{
  letter-spacing: normal;
  font-weight: 200;
}

.list--H .list__btn {
  width: 880px;
  margin: 0 auto;
  padding-top: 80px;
  text-align: center;
}

.img--A {
  text-align: center;
  margin-bottom: 50px;
}

.share-bike__area {
  margin-bottom: 60px;
}

.share-bike__title {
  margin-bottom: 40px;
  font-size: 26px;
}

.store-locator {
  float: right;
  margin-top: 10px;
}

.operation_service__area {
  margin-bottom: 60px;
}

.operation_service__title {
  font-size: 18px;
  color: #ffffff;
  background: url(../img/operation_service_spot_title_bg.png) no-repeat left top;
  padding: 3px 0px 4px 20px;
  border-bottom: 1px solid #0060b0;
  margin-bottom: 30px;
}

.spot__area {
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.spot__area--typeA {
  border-bottom: 1px solid #999999;
}

.spot__area--typeB {
  padding-bottom: 0;
  margin-bottom: 0;
}

.spot__title {
  font-size: 26px;
  line-height: 1.3;
  float: left;
}

.spot__address {
  font-size: 16px;
}

/*
**  ===================================================================
**  site-header CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.PJ-header {
  text-align: center;
}

/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
/*
**  ===================================================================
**  site-navigation CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
