@charset "UTF-8";
/* pattern-responsive */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.slider a:focus, .slider a:focus-visible {
  outline: none;
  position: relative;
}
.slider a:focus::before, .slider a:focus-visible::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 6px;
  outline: 1px solid #fff;
  border: 2px solid #333;
}

/* CSS Document */
html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #474747;
}

@media print, screen and (min-width: 769px) {
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .to-container {
    display: none;
  }
}
img {
  /* width: 100%; */
  max-width: 100%;
  height: auto !important;
  vertical-align: top;
}

ul li {
  list-style: none;
}

ol li {
  padding-left: 10px;
}

a {
  text-decoration: none;
  color: #474747;
}

.skip {
  display: none;
}

/*----- ヘッダー(共通) ここから -----*/
.nav_all {
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: fixed;
  top: -100px;
  z-index: 9999;
  transition: 0.8s;
}

.nav_all_page {
  top: 0;
}

#header_logo {
  width: 30%;
  position: absolute;
  bottom: 10px;
  left: 20px;
}

#nav_logo {
  margin: 0;
}
#nav_logo img {
  width: 100%;
  max-width: 418px;
  max-height: 60px;
  min-width: 200px;
}

div#nav_logo {
  font-size: 0rem;
  margin: 0;
  height: fit-content;
  font-weight: normal;
  display: block;
}

.globalmenu {
  font-size: 1.6rem;
  font-weight: bold;
}

#gm_ue {
  position: absolute;
  top: -1px;
  right: 30px;
}
#gm_ue ul {
  display: flex;
}
#gm_ue ul li {
  padding-top: 8px;
}
#gm_ue ul li a {
  padding: 9px 28px 6px 62px;
  position: relative;
}

li.gm_ue01 a {
  background: #fff;
  border: solid 2px #CE1200;
  border-radius: 0px 0px 0px 10px;
  color: #CE1200;
  text-decoration: none;
}
li.gm_ue01 a:after {
  content: "";
  width: 18px;
  height: 29px;
  background: url(../img_common/nav_icon_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 28px;
}
li.gm_ue02 a {
  background: #1D5188;
  border: solid 2px #1d5188;
  border-radius: 0px 0px 10px 0px;
  color: #fff;
  text-decoration: none;
}
li.gm_ue02 a:after {
  content: "";
  width: 26px;
  height: 24px;
  background: url(../img_common/nav_icon_pl.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 22px;
}

#gm_shita {
  position: absolute;
  bottom: 3px;
  right: 30px;
}
#gm_shita ul {
  display: flex;
}
#gm_shita ul li {
  margin-left: 30px;
}
#gm_shita ul li a {
  text-decoration: none;
}
#gm_shita ul li a:hover {
  text-decoration: underline;
}

/*----- ヘッダー(共通) ここまで -----*/
/*----- ヘッダー(トップ) ここから -----*/
/*メインビジュアルサイズ ここから*/
#top_header {
  width: 100%;
  height: 100vh;
  position: relative;
}

/*メインビジュアルサイズ ここまで*/
/*メインタイトル ここから*/
#header_title {
  width: 100%;
  position: absolute;
  top: 36px;
  z-index: 9;
}

#h1_title {
  width: 90%;
  max-width: 673px;
  margin: 0 auto;
}

/*メインタイトル ここまで*/
/*メインボタン ここから*/
li.top_nav_btn01, li.top_nav_btn02, li.top_nav_btn03, li.top_nav_btn04, li.top_nav_btn05 {
  z-index: 9;
}
li.top_nav_btn01 {
  width: 200px;
  height: 200px;
}
li.top_nav_btn02, li.top_nav_btn03, li.top_nav_btn04 {
  width: 140px;
  height: 140px;
}
li.top_nav_btn05 {
  width: 160px;
  height: 160px;
}
li.top_nav_btn01 {
  position: absolute;
  left: 2%;
  bottom: 145px;
}
li.top_nav_btn02 {
  position: absolute;
  left: 19%;
  bottom: 75px;
}
li.top_nav_btn03 {
  position: absolute;
  left: 34%;
  bottom: 60px;
}
li.top_nav_btn04 {
  position: absolute;
  left: 46%;
  bottom: 175px;
}
li.top_nav_btn05 {
  position: absolute;
  left: 74%;
  bottom: 210px;
}

#top_nav ul li {
  transition: 0.3s;
}
#top_nav ul li:hover {
  scale: 1.1;
}

/*メインボタン ここまで*/
/*アプリダウンロード ここから*/
#app_header {
  width: 560px;
  height: 178px;
  background: url(../img_common/app_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  bottom: 14px;
  z-index: 9;
}
#app_header ul {
  display: flex;
  align-items: center;
  margin-top: 105px;
  margin-left: 20px;
}
#app_header ul li {
  margin-right: 20px;
}

li.app_header_btn01 {
  width: 120px;
  height: 40px;
}
li.app_header_btn02 {
  width: 135px;
  height: 40px;
}
li.app_header_btn03 {
  width: 120px;
  height: 60px;
}

/*アプリダウンロード ここまで*/
/*スライドショー(メインビジュアル) ここから*/
#main_visual .slide_wrapper {
  position: relative;
  height: 100vh;
  /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
#main_visual .slider-item {
  width: 100%;
  /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 100vh;
  /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat;
  /*背景画像をリピートしない*/
  background-position: center;
  /*背景画像の位置を中央に*/
  background-size: cover;
  /*背景画像が.slider-item全体を覆い表示*/
}
#main_visual .slick-prev:before {
  content: none;
}

/*戻る、次へ矢印の位置*/
.slick-next:before {
  content: none;
}

#main_visual .slick-prev, #main_visual .slick-next {
  z-index: 3;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  height: 12px;
  width: 21px;
  z-index: 9;
  position: absolute;
  /*絶対配置にする*/
  right: 44px;
}
#main_visual .slick-prev {
  /*戻る矢印の位置と形状*/
  background: url("../img_common/arrow_prev.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 560px;
}
#main_visual .slick-prev:hover {
  background: url("../img_common/arrow_prev_hover.png");
  background-repeat: no-repeat;
  background-size: contain;
}
#main_visual .slick-next {
  /*次へ矢印の位置と形状*/
  background: url("../img_common/arrow_next.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 530px;
}
#main_visual .slick-next:hover {
  background: url("../img_common/arrow_next_hover.png");
  background-repeat: no-repeat;
  background-size: contain;
}
#main_visual .slick-dots {
  width: 20px;
  text-align: center;
  display: inline-grid;
  justify-content: center;
  padding: 80px 15px 5px 15px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  z-index: 3;
  position: absolute;
  right: 30px;
  bottom: 280px;
}
#main_visual .slick-dots li {
  display: inline-block;
  margin: 10px 4px;
}
#main_visual .slick-dots li button {
  color: transparent;
  outline: none;
  width: 20px;
  /*ドットボタンのサイズ*/
  height: 28px;
  /*ドットボタンのサイズ*/
  display: block;
  background: url("../img_common/dots.png");
  background-repeat: no-repeat;
  background-size: contain;
}
#main_visual .slick-dots li.slick-active button {
  background: url("../img_common/dots_active.png");
  background-repeat: no-repeat;
  background-size: contain;
}
#main_visual #tglBtn {
  width: 28px;
  height: 28px;
  margin-top: 10px;
}

/*ドットナビゲーションの設定*/
/*再生停止ボタンの設定*/
/*========= レイアウトのためのCSS ===============*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover, a:active {
  text-decoration: none;
}

#main_visual .slick-slide img {
  width: 100%;
  height: 100vh !important;
  object-fit: cover;
}

/*スライドショー(メインビジュアル) ここまで*/
/*----- ヘッダー(トップ) ここまで -----*/
/*----- トップページ背景のライン ここから -----*/
.top_bg_line {
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
}

#top_bg_item01 {
  height: 240px;
  background-image: url("../img_common/line01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#top_bg_item02 {
  height: 275px;
  margin-top: 70px;
  background-image: url("../img_common/line02.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#top_bg_item03 {
  height: 236px;
  margin-top: 25px;
  background-image: url("../img_common/line03.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#top_bg_item04 {
  height: 370px;
  margin-top: 30px;
  background-image: url("../img_common/line04.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#top_bg_item05 {
  height: 290px;
  margin-top: -30px;
  background-image: url("../img_common/line05.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#top_bg_item07 {
  height: 164px;
  margin-top: 30px;
  background-image: url("../img_common/line07.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* スクロールすると下からふわっとさせるためのコード */
.inview {
  /* 30px下げる */
  transform: translateY(30px);
  /* 要素を透明にする */
  opacity: 0;
  /* 2秒かけて、変化させる */
  transition: transform 3s, opacity 3s;
}
.inview.show {
  transform: translateY(0);
  opacity: 1;
}

/*----- トップページ背景のライン ここまで -----*/
/*----- ももりんシェアサイクルって？ ここから -----*/
#about_bg {
  width: 100%;
  background: #ce1120;
  position: relative;
}
#about_bg:after {
  content: "";
  width: 100%;
  height: 80px;
  background: url(../img_common/red_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  bottom: -80px;
}

#top_about {
  width: 100%;
  max-width: 1300px;
  height: 840px;
  padding-top: 90px;
  margin: 0 auto;
  position: relative;
}

/*about_01 ここから*/
#about_01 {
  width: 690px;
  height: 310px;
  background: #1D5188;
  border: solid 3px #fff;
  -webkit-box-shadow: 0 0 0 10px #1D5188;
  box-shadow: 0 0 0 10px #1D5188;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  top: 90px;
  right: 90px;
  z-index: 1;
}

#h2_toptitle_about {
  width: 420px;
  margin: 0 auto;
  margin-top: 32px;
}

#about_01 p {
  color: #fff;
  font-size: 1.8rem;
  margin-top: 50px;
}
#about_01 p em {
  font-style: normal;
  font-size: 2rem;
  font-weight: bold;
}
#about_01 a {
  display: inline-block;
  margin-top: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 16px 60px 16px 50px;
  background: #fff;
  border: solid 3px #1D5188;
  border-radius: 10px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
#about_01 a:after {
  content: "";
  width: 20px;
  height: 19.5px;
  background: url(../img_common/arrow_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 20.5px;
}
#about_01 a:hover:after {
  transition: transform 0.5s;
  transform: rotateX(360deg);
}

/*about_01 ここまで*/
/*about_02 ここから*/
#about_02 {
  width: 520px;
  height: 520px;
  text-align: center;
  position: absolute;
  top: 180px;
  left: -30px;
  z-index: 9;
}

.about_02_circle {
  width: 520px;
  height: 520px;
  position: relative;
}
.about_02_circle::after {
  content: "";
  width: 520px;
  height: 520px;
  background: url(../img_common/circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: rotate-anime 30s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#about_02 p {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
#about_02 p:first-of-type {
  padding-top: 170px;
  padding-bottom: 80px;
  position: relative;
}
#about_02 p:first-of-type::after {
  content: "";
  width: 102px;
  height: 60px;
  background: url(../img_common/bike.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 42%;
}

/*about_02 ここまで*/
/*about_03 ここから*/
#about_03 {
  content: "";
  display: block;
  width: 60%;
  height: 405px;
  position: absolute;
  right: -20px;
  bottom: 55px;
}
#about_03 .gallery {
  display: grid;
  /* 比率の合計を 350 + 416 = 766 とする */
  grid-template-columns: 44.1814602564% 52.5128213333%;
  grid-template-rows: 1fr;
  gap: 0px 1.53846%; /* 画像間の余白 */
  padding: 0px; /* 外枠の余白 */
}
#about_03 .gallery .main {
  width: 100%;
  max-width: 350px;
  aspect-ratio: 350/338;
}
#about_03 .gallery .main img {
  width: 100%;
  aspect-ratio: 350/338;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}
#about_03 .gallery .side {
  width: 100%;
  max-width: 416px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2.88461%; /* 小画像同士の余白 */
  /* 右上の小画像 */
  /* 右下の小画像 */
}
#about_03 .gallery .side img {
  width: 100%;
  aspect-ratio: 202/162.38;
  object-fit: cover;
}
#about_03 .gallery .side img:nth-child(2) {
  border-top-right-radius: 10px;
}
#about_03 .gallery .side img:nth-child(4) {
  border-bottom-right-radius: 10px;
}
#about_03 .gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*about_03 ここまで*/
/*----- ももりんシェアサイクルって？ ここまで -----*/
/*----- 協賛企業 ここから -----*/
#top_kyosan {
  width: 100%;
  margin-top: 140px;
}

#top_kyosan_content {
  width: 100%;
  height: 146px;
  background: url(../img_common/slide_bg.png);
  background-repeat: repeat-x;
  background-size: 1502px 83px;
  background-position: bottom;
  margin-top: 40px;
}

/* #top_kyosan_btn {
  width: 256px;
  height: 93px;
  border-radius: 10px;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, .2);
  margin-left: 30px;
} */
#top_kyosan_btn_box {
  width: 246px;
  height: 83px;
  background: #1D5188;
  border-radius: 10px;
  padding: 5px;
  position: relative;
}
#top_kyosan_btn_box:after {
  content: "";
  width: 41px;
  height: 37px;
  background: url(../img_common/arrow_kyosan.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 22px;
  top: 27px;
}
#top_kyosan_btn_box a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding: 24px 73px 24px 23px;
  background: #1D5188;
  border: solid 3px #fff;
  border-radius: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
}

#top_kyosan_content ul.linear_slider li img {
  width: 220px;
  height: 80px;
  border: solid 3px #F5F4EE;
  border-radius: 5px;
  margin: 0 auto;
}
#top_kyosan_content ul.linear_slider li.kyosan_momo img {
  width: 194px;
  height: 144px;
  object-fit: contain;
  border: none;
}
#top_kyosan_content .slick-track {
  display: flex;
  align-items: center;
}

/*----- 協賛企業 ここまで -----*/
/*----- 新着情報 ここから -----*/
#h2_toptitle_news {
  width: 402px;
  height: 195px;
  margin: 0;
  margin-left: 10%;
  margin-bottom: -50px;
}

#news_content {
  width: 100%;
  height: auto;
  background: url(../img_common/news_bg.png);
  background-repeat: repeat;
  background-size: 1366px 380px;
}

.oshiraseList {
  width: 85%;
  margin: 0 auto;
  padding-top: 90px;
}
.oshiraseList p.noData {
  color: #FFF;
  text-align: center;
}
.oshiraseList ul {
  display: flex;
}
.oshiraseList ul li {
  width: 25%;
  padding: 40px 20px;
  background: #fff;
  border-radius: 20px;
  border: solid 4px #ce1120;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
}
.oshiraseList ul li span.ecobykeDate {
  font-size: 1.6rem;
}
.oshiraseList ul li span.ecobykeTitle {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: underline;
  flex-grow: 1;
}

.btnOshirase {
  text-align: center;
}
.btnOshirase a {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 16px 60px 16px 50px;
  background: #fff;
  border: solid 3px #1D5188;
  border-radius: 10px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.btnOshirase a:after {
  content: "";
  width: 20px;
  height: 19.5px;
  background: url(../img_common/arrow_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 20.5px;
}
.btnOshirase a:hover:after {
  transition: transform 0.5s;
  transform: rotateX(360deg);
}

/*----- 新着情報 ここまで -----*/
/*----- サイクルポートマップ ここから -----*/
#top_port_bg {
  background: #ce1120;
  position: relative;
  margin-top: 80px;
  padding-top: 20px;
  z-index: -9;
}
#top_port_bg::before {
  content: "";
  width: 100%;
  height: 246px;
  background: url(../img_common/port_title_bg.png);
  background-repeat: repeat-x;
  background-size: 1366px 50px;
  position: absolute;
  top: -50px;
}

#top_port_posi {
  display: table;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 440px;
  position: relative;
}
#top_port_posi::before {
  content: "";
  width: 62px;
  height: 196px;
  background: url(../img_common/item_port01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 30px;
  left: 0;
}
#top_port_posi::after {
  content: "";
  width: 418px;
  height: 265px;
  background: url(../img_common/item_port02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}

#h2_toptitle_port {
  width: 400px;
  height: 40px;
  margin: 0;
}

#top_port p {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 0;
  padding-bottom: 30px;
}

/*マップ(埋め込み) ここから*/
#top_port_map {
  margin-top: -10px;
}
#top_port_map iframe {
  width: 100%;
  height: 480px;
  border: none;
}
#top_port_map #map_canvas {
  width: 100% !important;
  height: 480px !important;
}

/*マップ(埋め込み) ここまで*/
#top_port_real-time {
  text-align: center;
  width: 230px;
  height: 230px;
  margin: 0 auto;
  margin-top: -70px;
  background: #fff;
  border: solid 3px #ce1120;
  border-radius: 50%;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  transition: 0.3s;
}
#top_port_real-time:hover {
  scale: 1.1;
}
#top_port_real-time::after {
  content: "";
  width: 115px;
  height: 116px;
  background: url(../img_common/item_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  right: -50px;
}
#top_port_real-time a {
  display: block;
  padding: 60px 15px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ce1120;
  position: relative;
}
#top_port_real-time a::after {
  content: "";
  width: 26px;
  height: 25px;
  background: url(../img_common/arrow_red.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 22px;
  left: 100px;
}

/*スライダー(サイクルポート) ここから*/
#top_port_slider {
  margin-top: -100px;
}
#top_port_slider ul {
  z-index: -9;
}
#top_port_slider ul li {
  width: 320px;
  height: 240px;
  margin-right: 40px;
}
#top_port_slider ul li img {
  height: 240px;
  border-radius: 20px;
  object-fit: cover;
}

/*スライダー(サイクルポート) ここまで*/
/*----- サイクルポートマップ ここまで -----*/
/*----- 料金プラン ここから -----*/
#top_plan_bg {
  text-align: center;
}

#h2_toptitle_plan {
  width: 200px;
  height: 100px;
  margin: 0 auto;
}

#top_plan_content {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 70px;
  background: #1d5188;
  text-align: center;
  background-image: url(../img_common/plan_bg02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  z-index: -9;
}
#top_plan_content::before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: url(../img_common/plan_bg01.png);
  background-repeat: repeat-x;
  background-size: 1920px 50px;
  position: absolute;
  top: -50px;
  z-index: -9;
}
#top_plan_content p {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
}
#top_plan_content p em {
  font-style: normal;
  font-size: 4rem;
}
#top_plan_content p:nth-of-type(3) {
  display: inline-block;
  font-size: 2.6rem;
  margin-top: 30px;
  position: relative;
}
#top_plan_content p:nth-of-type(3)::before {
  content: "";
  width: 154px;
  height: 202px;
  background: url(../img_common/item_plan01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -90px;
  left: -200px;
}
#top_plan_content p:nth-of-type(3)::after {
  content: "";
  width: 129px;
  height: 193px;
  background: url(../img_common/item_plan02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -80px;
  right: -200px;
}
#top_plan_content .plan_price_note p {
  display: inline-block;
  font-size: 2.6rem;
  margin-top: 30px;
  position: relative;
}
#top_plan_content .plan_price_note p::before {
  content: "";
  width: 154px;
  height: 202px;
  background: url(../img_common/item_plan01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -90px;
  left: -200px;
}
#top_plan_content .plan_price_note p::after {
  content: "";
  width: 129px;
  height: 193px;
  background: url(../img_common/item_plan02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -80px;
  right: -200px;
}

#top_plan_more {
  display: inline-block;
  margin-top: -30px;
}
#top_plan_more a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 16px 60px 16px 30px;
  background: #fff;
  border: solid 3px #1D5188;
  border-radius: 10px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
#top_plan_more a:after {
  content: "";
  width: 20px;
  height: 19.5px;
  background: url(../img_common/arrow_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 20.5px;
}
#top_plan_more a:hover:after {
  transition: transform 0.5s;
  transform: rotateX(360deg);
}

/*----- 料金プラン ここまで -----*/
/*----- ご利用方法 ここから -----*/
#top_howto {
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 30px;
}

#h2_toptitle_howto {
  width: 340px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: -30px;
}

#top_howto_content {
  width: 100%;
  margin: 0 auto;
  background: #ce1120;
  border-radius: 20px;
}

#howto_tyui_app {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 47px;
  margin-left: 30px;
  margin-right: 30px;
  flex-wrap: wrap;
}
#howto_tyui_app ul {
  margin-bottom: 10px;
}

ul#howto_tyui {
  display: flex;
  align-items: center;
}

li.howto_tyui_item01 {
  display: flex;
  align-items: center;
  position: relative;
  border: solid 2px #fff;
  box-sizing: border-box;
  margin-right: 30px;
}
li.howto_tyui_item01 span {
  content: "";
  display: block;
  width: 100px;
  height: 89px;
  background: url(../img_common/howto_tyui01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 20px;
}
li.howto_tyui_item01 p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}
li.howto_tyui_item01:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 20px solid #ce1120;
  z-index: 2;
}
li.howto_tyui_item01:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -38px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 22px solid #fff;
  z-index: 1;
}
li.howto_tyui_item02 {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
li.howto_tyui_item02 span {
  content: "";
  display: block;
  width: 55px;
  height: 100px;
  background: url(../img_common/howto_tyui02.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 7px;
}
li.howto_tyui_item02 a img {
  width: 130px;
  height: 130px;
  transition: 0.3s;
}
li.howto_tyui_item02 a:hover img {
  scale: 1.1;
}

ul#howto_app {
  display: flex;
  align-items: center;
  background: #F5F4EE;
  border-radius: 10px;
  padding: 16px 30px;
}

#howto_app li {
  margin-right: 20px;
}
#howto_app li:last-of-type {
  margin-right: 0;
}

#howto_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  margin-right: 23px;
  margin-left: 23px;
}
#howto_list ul li {
  width: 280px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 20px 10px;
}
#howto_list ul li::before {
  content: "";
  width: 65px;
  height: 60px;
  background: url(../img_common/howto_no01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: -20px;
}
#howto_list ul li.howto_list_item02::before {
  background: url(../img_common/howto_no02.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#howto_list ul li.howto_list_item03::before {
  background: url(../img_common/howto_no03.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#howto_list ul li.howto_list_item04::before {
  background: url(../img_common/howto_no04.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#howto_list ul li img {
  margin: 0 auto;
  margin-top: -16px;
  margin-bottom: 15px;
}

li.howto_list_item01 img, li.howto_list_item03 img, li.howto_list_item04 img {
  width: 160px;
  height: 160px;
}
li.howto_list_item02 img {
  width: 168px;
  height: 168px;
}

#howto_list ul li p {
  flex-grow: 1;
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px;
}
#howto_list ul li p.p_red {
  font-size: 1.6rem;
  color: #ce1120;
  margin-left: 15px;
  margin-right: 15px;
}

#top_howto_more {
  width: 98%;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  position: relative;
}
#top_howto_more::before {
  content: "";
  width: 35%;
  height: 50px;
  background: url(../img_common/howto_foot02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  left: 0;
  bottom: 30px;
}
#top_howto_more::after {
  content: "";
  width: 35%;
  height: 50px;
  background: url(../img_common/howto_foot01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  right: 0;
  bottom: 30px;
}
#top_howto_more a {
  display: inline-block;
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 16px 60px 16px 50px;
  background: #1D5188;
  border: solid 3px #1D5188;
  border-radius: 10px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 9;
}
#top_howto_more a:after {
  content: "";
  width: 20px;
  height: 19.5px;
  background: url(../img_common/arrow_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 20.5px;
}
#top_howto_more a:hover:after {
  transition: transform 0.5s;
  transform: rotateX(360deg);
}

/*----- ご利用方法 ここまで -----*/
/*----- SDGS・ドレスガード ここから -----*/
#top_sdgs_dg {
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background: url(../img_common/line06.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 210px;
  padding-bottom: 260px;
}

#top_sdgs, #top_dg {
  width: 46%;
  transition: 0.3s;
}

#top_sdgs:hover, #top_dg:hover {
  scale: 1.1;
}

/*----- SDGS・ドレスガード ここまで -----*/
/*----- 関連リンク ここから -----*/
#h2_toptitle_link {
  width: 242px;
  height: 165px;
  margin: 0 auto;
  margin-bottom: -36px;
  position: relative;
}
#h2_toptitle_link::before {
  content: "";
  width: 154px;
  height: 122px;
  background: url(../img_common/item_link.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -180px;
  bottom: -30px;
}

/*スライド（関連リンク） ここから*/
#top_link {
  background: url(../img_common/link_bg.png);
  background-repeat: repeat-x;
  background-size: 1600px 240px;
  background-position: bottom;
}

#top_banner_pr {
  height: 240px;
  position: relative;
}
#top_banner_pr .slick-list {
  width: 77%;
  margin: 0 auto;
  padding: 0;
  padding-top: 80px;
}
#top_banner_pr .free_box.slick-slide {
  height: 83px;
}
#top_banner_pr .free_box.slick-slide a img {
  width: 220px;
  height: 80px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}
#top_banner_pr .slick-arrow {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  bottom: 100px;
}
#top_banner_pr .slick-arrow_prev {
  left: 100px;
}
#top_banner_pr .slick-arrow_next {
  right: 100px;
}
#top_banner_pr ul.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 6px;
}
#top_banner_pr ul.slick-dots li {
  width: 12px;
  height: 12px;
  background: url(../img_common/link_dots.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 10px;
}
#top_banner_pr ul.slick-dots li.slick-active {
  background: url(../img_common/link_dots_active.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#top_banner_pr #link_tglBtn {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

/*スライド（関連リンク） ここまで*/
/*----- 関連リンク ここまで -----*/
/*----- フッター ここから -----*/
#img_rule {
  width: 32%;
  max-width: 300px;
  height: auto;
  margin-left: 2%;
  margin-bottom: -127px;
}

#foot_bg {
  width: 100%;
  background: url(../img_common/foot_bg.png);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: bottom;
  padding-top: 110px;
}

#foot_logo {
  margin-bottom: -110px;
}

#h1_footlogo {
  width: 230px;
  height: 230px;
  margin: 0 auto;
}

#foot_content {
  width: 72%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background: #fff;
  border-radius: 20px;
}

#contact_tel, #contact_web {
  margin: 20px 30px;
}

#foot_content p {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0;
}
#foot_content p.contact_ttl {
  font-size: 1.8rem;
  padding: 5px 125px 5px 0px;
  margin-bottom: 20px;
  background: url(../img_common/foot_line.png) bottom repeat-x;
  background-size: contain;
  position: relative;
}
#foot_content p.contact_ttl::after {
  content: "";
  width: 52px;
  height: 30px;
  background: url(../img_common/foot_bike.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 35px;
  bottom: 3px;
}
#foot_content p.contact_telnom {
  font-size: 4rem;
  color: #ce1120;
  margin-top: 20px;
}

#cRights p {
  text-align: center;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 1.6rem;
}

/*----- フッター ここまで -----*/
/*----- トップへ戻る ここから -----*/
.top_scroll {
  width: 82px;
  height: 150px;
  position: fixed;
  right: 30px;
  bottom: 10px;
  z-index: 9;
}

/*----- トップへ戻る ここまで -----*/
/*===== ハンバーガーメニュー ここから =====*/
/*ハンバーガーボタン ここから*/
#hamburger {
  display: none;
  /*非表示にしておく*/
  position: absolute;
  top: 15px;
  right: 20px;
}

.nav-icon-1 {
  width: 30px;
  height: 30px;
  position: relative;
  transition: 0.1s;
  margin: 10px 10px;
  cursor: pointer;
  display: inline-block;
}
.nav-icon-1 span {
  width: 5px;
  height: 5px;
  background-color: #ce1120;
  display: block;
  border-radius: 50%;
  position: absolute;
}
.nav-icon-1:hover span {
  transform: scale(1.2);
  transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.nav-icon-1 span:nth-child(1) {
  left: 0;
  top: 0;
}
.nav-icon-1 span:nth-child(2) {
  left: 12px;
  top: 0;
}
.nav-icon-1 span:nth-child(3) {
  right: 0;
  top: 0;
}
.nav-icon-1 span:nth-child(4) {
  left: 0;
  top: 12px;
}
.nav-icon-1 span:nth-child(5) {
  position: absolute;
  left: 12px;
  top: 12px;
}
.nav-icon-1 span:nth-child(6) {
  right: 0px;
  top: 12px;
}
.nav-icon-1 span:nth-child(7) {
  left: 0px;
  bottom: 0px;
}
.nav-icon-1 span:nth-child(8) {
  position: absolute;
  left: 12px;
  bottom: 0px;
}
.nav-icon-1 span:nth-child(9) {
  right: 0px;
  bottom: 0px;
}
.nav-icon-1.open {
  transform: rotate(180deg);
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.nav-icon-1.open span {
  border-radius: 50%;
  transition-delay: 200ms;
  transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.nav-icon-1.open span:nth-child(2) {
  left: 6px;
  top: 6px;
}
.nav-icon-1.open span:nth-child(4) {
  left: 6px;
  top: 18px;
}
.nav-icon-1.open span:nth-child(6) {
  right: 6px;
  top: 6px;
}
.nav-icon-1.open span:nth-child(8) {
  left: 18px;
  bottom: 6px;
}

/*ハンバーガーボタン ここまで*/
/*開いた時のスタイル ここから*/
@media screen and (max-width: 1200px) {
  .globalmenu {
    width: 100%;
    padding-bottom: 20px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 80px;
    right: 0;
  }
  #gm_ue {
    position: unset;
    margin-bottom: 20px;
  }
  #gm_ue ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  #gm_ue ul li {
    margin: 10px;
  }
  li.gm_ue01 a, li.gm_ue02 a {
    text-decoration: none;
    border-radius: 10px;
  }
  li.gm_ue01 a:hover, li.gm_ue02 a:hover {
    text-decoration: none;
  }
  #gm_shita {
    position: unset;
  }
  #gm_shita ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  #gm_shita ul li {
    flex: 0 0 50%;
    box-sizing: border-box;
    margin-left: 0;
    padding: 10px;
  }
}
/*開いた時のスタイル ここまで*/
@media screen and (max-width: 1200px) {
  #hamburger {
    display: block;
  }
  .globalmenu {
    /*非表示*/
    display: none;
  }
  .globalmenu.open {
    /*ハンバーガーボタンをクリックで.activeを追加*/
    display: block;
  }
}
/*ハンバーガーボタン ここまで*/
/*===== ハンバーガーメニュー ここまで =====*/
/*===== 1200px以下 ここから =====*/
@media screen and (max-width: 1200px) {
  /*トップ用ナビゲーション ここから*/
  li.top_nav_btn01 {
    bottom: 45%;
  }
  li.top_nav_btn02 {
    bottom: 36%;
    left: 30%;
  }
  li.top_nav_btn03 {
    bottom: 24%;
    left: 14%;
  }
  li.top_nav_btn04 {
    bottom: 20%;
    left: 40%;
  }
  li.top_nav_btn05 {
    left: unset;
    bottom: 20%;
    right: 10%;
  }
  #app_header {
    width: unset;
    background: url(../img_common/app_bg_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  /*トップ用ナビゲーション ここまで*/
  /*----- ももりんシェアサイクルって？ ここから -----*/
  #top_about {
    height: 800px;
  }
  #about_01 {
    width: 70%;
    height: auto;
    top: 430px;
    right: 3%;
  }
  #h2_toptitle_about {
    width: 70%;
  }
  #about_01 p {
    width: 90%;
    margin: 50px auto 0px;
  }
  #about_02 {
    width: 416px;
    height: 416px;
    top: 50px;
    left: 30px;
  }
  .about_02_circle {
    width: 416px;
    height: 416px;
  }
  #about_02 p {
    font-size: 1.6rem;
  }
  #about_02 p:first-of-type {
    padding-top: 130px;
  }
  .about_02_circle::after {
    width: 416px;
    height: 416px;
  }
  #about_03 {
    bottom: unset;
    top: 80px;
  }
  /*----- ももりんシェアサイクルって？ ここまで -----*/
  /*----- フッター ここから -----*/
  #foot_logo {
    margin-bottom: -90px;
  }
  #h1_footlogo {
    width: 172.5px;
    height: 172.5px;
  }
  #foot_content {
    width: 90%;
  }
  #img_rule {
    margin-bottom: -87px;
  }
  /*----- フッター ここまで -----*/
  /*----- トップページ背景のライン ここから -----*/
  .top_scroll {
    width: 61.5px;
    height: 112.5px;
  }
  /*----- トップへ戻る ここまで -----*/
}
/*===== 1200px以下 ここまで =====*/
/*===== 1000px以下 ここから =====*/
@media screen and (max-width: 1000px) {
  /*----- 新着情報 ここから -----*/
  .oshiraseList ul {
    display: block;
  }
  .oshiraseList ul li {
    width: unset;
    margin-top: 10px;
  }
  /*----- 新着情報 ここまで -----*/
  /*----- サイクルポートマップ ここから -----*/
  #h2_toptitle_port {
    width: 100%;
    max-width: 400px;
  }
  #top_port_posi {
    padding-right: 320px;
  }
  #top_port_posi::before {
    width: 46.5px;
    height: 147px;
    left: 10px;
  }
  #top_port_posi::after {
    width: 313.5px;
    height: 198.75px;
  }
  /*----- サイクルポートマップ ここまで -----*/
  /*----- 料金プラン ここから -----*/
  #top_plan_content p {
    font-size: 2.4rem;
  }
  #top_plan_content p em {
    font-size: 3.6rem;
  }
  #top_plan_content p:nth-of-type(3) {
    font-size: 2rem;
  }
  #top_plan_content p:nth-of-type(3)::before {
    width: 115.5px;
    height: 151.5px;
    left: -110px;
  }
  #top_plan_content p:nth-of-type(3)::after {
    width: 96.75px;
    height: 144.75px;
    right: -110px;
  }
  #top_plan_content .plan_price p {
    font-size: 3.6rem;
  }
  #top_plan_content .plan_price_note p {
    font-size: 2rem;
  }
  #top_plan_content .plan_price_note p::before {
    width: 115.5px;
    height: 151.5px;
    left: -110px;
  }
  #top_plan_content .plan_price_note p::after {
    width: 96.75px;
    height: 144.75px;
    right: -110px;
  }
  /*----- 料金プラン ここまで -----*/
  /*----- ご利用方法 ここから -----*/
  #h2_toptitle_howto {
    width: 255px;
    height: 90px;
  }
  #howto_tyui_app {
    padding-top: 70px;
  }
  ul#howto_tyui {
    display: block;
  }
  li.howto_tyui_item01 {
    margin-right: 0;
    margin-bottom: 30px;
  }
  li.howto_tyui_item01 p {
    padding: 10px;
  }
  li.howto_tyui_item01:before {
    border-left: none;
    border-left: 20px solid transparent;
    border: 20px solid transparent;
    border-top: 20px solid #ce1120;
    right: 43%;
    top: unset;
    bottom: -38px;
  }
  li.howto_tyui_item01:after {
    border-left: none;
    border-left: 22px solid transparent;
    border: 22px solid transparent;
    border-top: 22px solid #fff;
    right: 42.5%;
    top: unset;
    bottom: -44px;
  }
  li.howto_tyui_item02 {
    justify-content: center;
  }
  ul#howto_app {
    margin-bottom: 30px;
  }
  /*----- ご利用方法 ここまで -----*/
  /*----- SDGS・ドレスガード ここから -----*/
  #top_sdgs_dg {
    padding-top: 160px;
    padding-bottom: 200px;
  }
  /*----- SDGS・ドレスガード ここまで -----*/
}
/*===== 1000px以下 ここまで =====*/
/*===== 700px以下 ここから =====*/
@media screen and (max-width: 700px) {
  /*トップ用ナビゲーション ここから*/
  li.top_nav_btn01 {
    width: 150px;
    height: 150px;
  }
  li.top_nav_btn02, li.top_nav_btn03, li.top_nav_btn04 {
    width: 105px;
    height: 105px;
  }
  li.top_nav_btn05 {
    width: 120px;
    height: 120px;
  }
  /*トップ用ナビゲーション ここまで*/
  /*スライドショー(メインビジュアル) ここから*/
  #main_visual .slick-dots {
    width: 10px;
    padding-top: 40px;
  }
  #main_visual .slick-dots li button {
    width: 10px;
    height: 14px;
  }
  #main_visual #tglBtn {
    width: 14px;
    height: 14px;
    margin-bottom: 10px;
  }
  #main_visual .slick-prev, #main_visual .slick-next {
    width: 10.5px;
    height: 6px;
  }
  #main_visual .slick-prev {
    bottom: 460px;
  }
  #main_visual .slick-next {
    bottom: 445px;
  }
  /*スライドショー(メインビジュアル) ここまで*/
  /*----- ももりんシェアサイクルって？ ここから -----*/
  #top_about {
    height: 740px;
  }
  #about_01 {
    width: 90%;
    right: 20px;
    top: 380px;
  }
  #about_01 p {
    font-size: 1.6rem;
    margin-top: 30px;
  }
  #about_01 p em {
    font-size: 1.8rem;
  }
  #about_01 a {
    font-size: 1.6rem;
  }
  #about_01 a:after {
    top: 19px;
  }
  #about_02 {
    width: 364px;
    height: 364px;
  }
  .about_02_circle {
    width: 364px;
    height: 364px;
  }
  .about_02_circle::after {
    width: 364px;
    height: 364px;
  }
  #about_02 p {
    font-size: 1.4rem;
  }
  #about_02 p:first-of-type {
    padding-top: 135px;
    padding-bottom: 45px;
  }
  #about_02 p:first-of-type::after {
    width: 51px;
    height: 30px;
    left: 43%;
    bottom: 8px;
  }
  /*----- ももりんシェアサイクルって？ ここまで -----*/
  /*----- 協賛企業 ここから -----*/
  #top_kyosan_btn {
    width: 240px;
    height: 90px;
  }
  #top_kyosan_btn_box {
    width: 230px;
    height: 80px;
  }
  #top_kyosan_btn_box a {
    font-size: 1.6rem;
  }
  /*----- 協賛企業 ここまで -----*/
  /*----- 新着情報 ここから -----*/
  #h2_toptitle_news {
    width: 80%;
    height: auto;
    margin: 0 auto;
    margin-bottom: -50px;
  }
  .btnOshirase a {
    font-size: 1.6rem;
  }
  .btnOshirase a:after {
    top: 18px;
  }
  /*----- 新着情報 ここまで -----*/
  /*----- サイクルポートマップ ここから -----*/
  #h2_toptitle_port {
    width: 90%;
    max-width: 280px;
    height: auto;
    margin: 0 auto;
  }
  #top_port p {
    display: block;
    font-size: 1.6rem;
    width: 90%;
    margin: 16px auto 0px;
  }
  #top_port_posi {
    padding-right: 0;
    padding-left: 0;
  }
  #top_port_posi::before {
    width: 31px;
    height: 98px;
    left: 4%;
    bottom: 170px;
  }
  #top_port_posi::after {
    width: 209px;
    height: 132.5px;
    z-index: -9;
    opacity: 0.5;
  }
  #top_port_real-time {
    text-align: center;
    width: 210px;
    height: 210px;
  }
  #top_port_real-time a {
    font-size: 1.8rem;
  }
  #top_port_real-time a::after {
    left: 94px;
  }
  #top_port_real-time::after {
    width: 95px;
    height: 94px;
    bottom: 30px;
    right: -40px;
  }
  /*----- サイクルポートマップ ここまで -----*/
  /*----- 料金プラン ここから -----*/
  #h2_toptitle_plan {
    width: 180px;
    height: 90px;
  }
  #top_plan_content p {
    font-size: 1.8rem;
  }
  #top_plan_content p em {
    font-size: 2.4rem;
  }
  #top_plan_content p:nth-of-type(3) {
    font-size: 1.6rem;
    width: 90%;
  }
  #top_plan_content p:nth-of-type(3)::before {
    width: 77px;
    height: 101px;
    left: 0;
  }
  #top_plan_content p:nth-of-type(3)::after {
    width: 64.5px;
    height: 96.5px;
    right: 0;
  }
  #top_plan_content .plan_price p {
    font-size: 2.4rem;
  }
  #top_plan_content .plan_price_note p {
    font-size: 1.6rem;
    width: 90%;
  }
  #top_plan_content .plan_price_note p::before {
    width: 77px;
    height: 101px;
    left: 0;
  }
  #top_plan_content .plan_price_note p::after {
    width: 64.5px;
    height: 96.5px;
    right: 0;
  }
  #top_plan_more a {
    font-size: 1.6rem;
  }
  #top_plan_more a:after {
    top: 18px;
  }
  /*----- 料金プラン ここまで -----*/
  /*----- ご利用方法 ここから -----*/
  ul#howto_app {
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  #howto_app li {
    margin: 10px;
  }
  #top_howto_more a {
    font-size: 1.6rem;
  }
  #top_howto_more a:after {
    top: 19px;
  }
  /*----- ご利用方法 ここまで -----*/
  /*----- SDGS・ドレスガード ここから -----*/
  #top_sdgs_dg {
    display: block;
    background: url(../img_common/line06_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-top: 87px;
    padding-bottom: 111px;
  }
  #top_sdgs, #top_dg {
    width: 80%;
    margin: 10px auto;
  }
  /*----- SDGS・ドレスガード ここまで -----*/
  /*----- 関連リンク ここから -----*/
  #h2_toptitle_link {
    width: 181.5px;
    height: 123.75px;
  }
  #h2_toptitle_link::before {
    width: 115.5px;
    height: 91.5px;
    left: -130px;
  }
  /*----- 関連リンク ここまで -----*/
  /*----- フッター ここから -----*/
  #foot_logo {
    margin-bottom: -60px;
  }
  #h1_footlogo {
    width: 115px;
    height: 115px;
  }
  #foot_content {
    width: 90%;
  }
  #foot_content p {
    font-size: 1.4rem;
  }
  #foot_content p.contact_ttl {
    font-size: 1.6rem;
    padding-right: 40px;
  }
  #foot_content p.contact_telnom {
    font-size: 3rem;
  }
  #foot_content p.contact_ttl::after {
    width: 39px;
    height: 22.5px;
    right: 0;
  }
  #img_rule {
    margin-bottom: -61px;
  }
  /*----- フッター ここまで -----*/
  /*----- トップページ背景のライン ここから -----*/
  #top_bg_item01 {
    height: 130px;
  }
  #top_bg_item02 {
    height: 146px;
  }
  #top_bg_item03 {
    height: 118px;
  }
  #top_bg_item04 {
    height: 183px;
  }
  #top_bg_item05 {
    height: 170px;
  }
  #top_bg_item07 {
    height: 120px;
    background-position: top;
  }
  /*----- トップページ背景のライン ここまで -----*/
}
/*===== 700px以下 ここまで =====*/
/*===== 540px以下 ここから =====*/
@media screen and (max-width: 540px) {
  /*トップ用ナビゲーション ここから*/
  li.top_nav_btn01 {
    bottom: 58%;
  }
  li.top_nav_btn02 {
    bottom: 48%;
  }
  li.top_nav_btn03 {
    bottom: 36%;
  }
  li.top_nav_btn04 {
    bottom: 32%;
  }
  li.top_nav_btn05 {
    bottom: 20%;
  }
  #app_header {
    width: 280px;
    height: 105px;
    right: 1%;
  }
  #app_header ul {
    margin-top: 64px;
  }
  /*トップ用ナビゲーション ここまで*/
  /*スライドショー(メインビジュアル) ここから*/
  #main_visual .slick-dots {
    padding-top: 10px;
    left: 10px;
    bottom: 110px;
  }
  #main_visual .slick-prev, #main_visual .slick-next {
    display: none !important;
  }
  /*スライドショー(メインビジュアル) ここまで*/
  /*----- ももりんシェアサイクルって？ ここから -----*/
  #about_01 {
    top: 410px;
  }
  #h2_toptitle_about {
    width: 90%;
  }
  #about_02 {
    width: 260px;
    height: 260px;
    top: 20px;
  }
  .about_02_circle {
    width: 260px;
    height: 260px;
  }
  .about_02_circle::after {
    width: 260px;
    height: 260px;
    opacity: 0.6;
  }
  #about_02 p:first-of-type {
    padding-top: 80px;
  }
  #about_03 {
    width: 90%;
    height: 380px;
    right: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
  }
  /*----- ももりんシェアサイクルって？ ここまで -----*/
  /*----- 料金プラン ここから -----*/
  #top_plan_content p:nth-of-type(3)::before {
    width: 61.6px;
    height: 80.8px;
  }
  #top_plan_content p:nth-of-type(3)::after {
    width: 51.6px;
    height: 77.2px;
  }
  #top_plan_content .plan_price_note p::before {
    width: 61.6px;
    height: 80.8px;
  }
  #top_plan_content .plan_price_note p::after {
    width: 51.6px;
    height: 77.2px;
  }
  /*----- 料金プラン ここまで -----*/
  /*----- SDGS・ドレスガード ここから -----*/
  #top_sdgs_dg {
    padding-top: 54px;
    padding-bottom: 84px;
  }
  /*----- SDGS・ドレスガード ここまで -----*/
  /*----- 関連リンク ここから -----*/
  #h2_toptitle_link::before {
    width: 77px;
    height: 61px;
    left: -50px;
  }
  #top_link #top_banner_pr .slick-arrow {
    display: none !important;
  }
  /*----- 関連リンク ここまで -----*/
  /*----- トップへ戻る ここから -----*/
  .top_scroll {
    width: 41px;
    height: 75px;
  }
  /*----- トップへ戻る ここまで -----*/
}
/*===== 540px以下 ここまで =====*/
/*===== 400px以下 ここから =====*/
@media screen and (max-width: 400px) {
  /*トップ用ナビゲーション ここから*/
  li.top_nav_btn01 {
    width: 100px;
    height: 100px;
  }
  li.top_nav_btn02, li.top_nav_btn03, li.top_nav_btn04 {
    width: 70px;
    height: 70px;
  }
  li.top_nav_btn05 {
    width: 80px;
    height: 80px;
  }
  /*トップ用ナビゲーション ここまで*/
  /*----- ご利用方法 ここから -----*/
  #top_howto_more::before, #top_howto_more::after {
    content: none;
  }
  /*----- ご利用方法 ここまで -----*/
  /*----- SDGS・ドレスガード ここから -----*/
  #top_sdgs_dg {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  /*----- SDGS・ドレスガード ここまで -----*/
  /*----- フッター ここから -----*/
  #cRights p {
    font-size: 1.4rem;
  }
  /*----- フッター ここまで -----*/
}
/*===== 400px以下 ここまで =====*/
/*------------ トップページ ここまで ------------*/
/*------------ 下層ページ ここから ------------*/
#page_title #page_title_bg {
  width: 100%;
  background: #ce1120;
  box-shadow: inset 0px -6px 6px rgba(0, 0, 0, 0.16);
}
#page_title #page_title_bg h1 {
  padding: 130px 120px 40px 120px;
  margin: 0;
  margin-bottom: 40px;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  position: relative;
}
#page_title #page_title_bg h1::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img_common/kaso_h2_item.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 30px;
}

#kaso_main {
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
}

#kaso_kiji_area {
  margin-bottom: 100px;
}

ol li {
  margin-bottom: 10px;
}
ol li::marker {
  font-weight: bold;
}

/*パンくずリスト ここから*/
#kaso_main .pankuzu {
  margin-bottom: 80px;
}
#kaso_main .pankuzu ul.pankuzu_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
#kaso_main .pankuzu ul.pankuzu_list li {
  font-size: 1.6rem;
}
#kaso_main .pankuzu ul.pankuzu_list a {
  color: #1d5188;
  text-decoration: underline;
  padding-right: 32px;
  position: relative;
}
#kaso_main .pankuzu ul.pankuzu_list a::after {
  content: ">";
  font-size: 1.6rem;
  position: absolute;
  top: -3px;
  right: 0;
}
#kaso_main #btn_annai {
  margin-bottom: 60px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #1d5188;
  display: flex;
  justify-content: center;
}
#kaso_main #btn_annai a {
  font-size: 2.4rem;
  font-weight: bold;
  color: #1d5188;
  display: flex;
  justify-content: center;
}
#kaso_main #btn_annai .active_annai_item, #kaso_main #btn_annai .btn_annai_item a {
  padding: 24px 40px;
  background-color: #F5F4EE;
  border: 4px solid #1d5188;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
#kaso_main #btn_annai .area_arrow {
  margin: 0px 25px;
  padding-bottom: 32px;
}
#kaso_main #btn_annai .active_arrow {
  position: relative;
}
#kaso_main #btn_annai .active_arrow::after {
  content: "";
  width: 25px;
  height: 22px;
  background: url(../img_common/kaso_btn_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 45%;
}

/*パンくずリスト ここまで*/
/*ご利用案内 ボタン ここから*/
/*===== 600px以下 ここから =====*/
@media screen and (max-width: 600px) {
  #kaso_main #btn_annai {
    font-size: 1.8rem;
  }
  #kaso_main #btn_annai .area_arrow {
    margin: 0px 15px;
  }
  #kaso_main #btn_annai .active_annai_item, #kaso_main #btn_annai .btn_annai_item a {
    padding: 12px 20px;
    border: 3px solid #1d5188;
  }
  #kaso_main #btn_annai a {
    font-size: 1.8rem;
  }
  #kaso_main #btn_annai .active_arrow::after {
    width: 20px;
    height: 18px;
    left: 42%;
  }
}
/*===== 600px以下 ここまで =====*/
/*ご利用案内 ボタン ここまで*/
/*ご利用方法 タイトル ここから*/
#kaso_page_title_howto {
  width: 178px;
  height: 89px;
  margin: 0 auto;
  margin-bottom: 60px;
}

/*ご利用方法 タイトル ここまで*/
/*ご利用方法 記事 ここから*/
.howto_rental li img {
  margin-top: -50px;
}

.howto_seisanki li span {
  display: block;
  width: 60px;
  height: 60px;
  padding: 0 40px;
  margin: 0 auto;
  background-image: url(../img_common/maru_seisanki.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
.howto_seisanki li:first-of-type span {
  background-image: url(../img_common/maru_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.howto_seisanki li span::after {
  content: "";
  width: 22px;
  height: 40px;
  background-image: url(../img_common/icon_seisanki.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
}
.howto_seisanki li:first-of-type span::after {
  width: 27.5px;
  height: 42px;
  background-image: url(../img_common/icon_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
}

img.howto_byke {
  width: 200px;
  height: auto;
}

.kiji_red li {
  display: inline-grid;
  padding: 5px 10px;
  background-color: #ce1120;
  color: #fff;
  font-size: 1.8rem;
  margin: 5px;
}

#howto_list.kiji_howto_list ul li {
  max-width: 260px;
  min-width: 260px;
}
#howto_list.kiji_howto_list ul li p {
  font-size: 1.6rem;
}

/*ご利用方法 記事 ここまで*/
/*料金プラン 記事 ここから*/
.time_en {
  font-size: 2rem;
  font-weight: bold;
}

span.otoku {
  display: flex;
  /* color: #fff; */
  /* font-size: 1.8rem; */
  /* font-weight: bold; */
  /* padding: 8px 16px; */
  /* background-color: #004EA2; */
  /* border-radius: 5px; */
  align-items: center;
  width: fit-content;
  column-gap: 8px;
}
span.otoku::after {
  content: "オススメ";
  padding: 2px 5px;
  color: #004EA2;
  font-size: 1.2rem;
  letter-spacing: -0.15rem;
  font-weight: bold;
  background: #fef000;
  border-radius: 50%;
}
span.kaisu {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2px 45px 2px 45px;
  margin-bottom: 20px;
  background-color: #ce1120;
  border-radius: 5px;
}

ul.kiji_fee_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.kiji_fee_list li {
  display: flex;
  width: 240px;
  margin: 10px;
  background: #D9D9D9;
  font-weight: bold;
  border-radius: 50px;
  height: 100px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#kaso_kiji_area ul.btn_fee {
  display: flex;
  flex-wrap: wrap;
}
#kaso_kiji_area ul.btn_fee li a {
  padding: 10px 30px;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  border: 3px solid #1d5188;
  border-radius: 10px;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  margin: 10px;
}
#kaso_kiji_area ul.btn_fee li a::after {
  content: none;
}

/*料金プラン 記事 ここまで*/
/*シェアサイクルとは 記事 ここから*/
.kiji_about_center {
  /* text-align: center; */
  font-weight: bold;
}

.kiji_about_column {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-top: 30px;
}
.kiji_about_column p {
  width: 50%;
  font-weight: bold;
  font-size: 2rem;
  color: #ce1120;
}
.kiji_about_column p:nth-of-type(2) {
  width: 30%;
}
.kiji_about_column p img {
  width: 100%;
  border-radius: 20px;
}

p.kiji_about_momorin {
  padding-right: 200px;
  margin-top: 40px;
  position: relative;
}
p.kiji_about_momorin::after {
  content: "";
  width: 194px;
  height: 144px;
  background: url(../img_common/kyosan_momo.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}

.kiji_sdgs_bold {
  font-size: 1.8rem;
  font-weight: bold;
}

.about_sdgs_item02 img {
  width: 50%;
  min-width: 180px;
}

.about_sdgs_text p img {
  width: 80%;
  margin: 0 auto;
}

/*===== 700px以下 ここから =====*/
@media screen and (max-width: 700px) {
  .kiji_about_column {
    display: block;
  }
  .kiji_about_column p {
    width: 100%;
  }
  .kiji_about_column p:nth-of-type(2) {
    width: 80%;
    margin: 0 auto;
  }
  p.kiji_about_momorin {
    padding-right: 0;
  }
  p.kiji_about_momorin::after {
    width: 97px;
    height: 72px;
    top: unset;
    bottom: -80px;
  }
}
/*===== 700px以下 ここまで =====*/
/*シェアサイクルとは 記事 ここまで*/
/*アプリダウンロード 記事 ここから*/
.kiji_download_01 {
  /* text-align: center; */
  font-weight: bold;
  margin-bottom: 60px;
}
.kiji_download_01 p em {
  font-style: normal;
  font-size: 1.8rem;
  color: #1d5188;
}

.kiji_download_center {
  /* text-align: center; */
  font-size: 2rem;
  font-weight: bold;
}

.kiji_download_flex_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.kiji_download_flex_2 {
  width: 40%;
  min-width: 260px;
}
.kiji_download_flex_2 p img {
  display: block;
  width: 200px;
  margin: 0 auto;
}

.download_qr {
  width: 40%;
  max-width: 300px;
  min-width: 180px;
}

.kiji_download_flex_3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#kaso_kiji_area .kiji_download_flex_3 p a {
  padding-right: 0;
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
}
#kaso_kiji_area .kiji_download_flex_3 p a::after {
  content: none;
}
#kaso_kiji_area .kiji_download_flex_3 p a img {
  min-width: 150px;
}

.kiji_download_flex_4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.kiji_download_flex_4 li {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  font-weight: bold;
}
.kiji_download_flex_4 li:first-of-type {
  padding-right: 50px;
  margin-right: 20px;
  position: relative;
}
.kiji_download_flex_4 li:first-of-type::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img_common/arrow_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 50%;
}
.kiji_download_flex_4 li img {
  max-width: 300px;
}
.kiji_download_flex_4 li:nth-of-type(2) img {
  max-width: 200px;
}

.kiji_download_flex_toroku li img, .kiji_download_flex_toroku li:nth-of-type(2) img {
  max-width: 200px;
}

#go_howto {
  text-align: center;
  margin-top: 40px;
}
#go_howto p {
  font-weight: bold;
  margin: 0;
}
#go_howto p a {
  margin: 0;
  background-color: #ce1120;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 40px;
  border-radius: 10px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}
#go_howto p a::after {
  content: none;
}

/*===== 800px以下 ここから =====*/
@media screen and (max-width: 800px) {
  .kiji_download_flex_4 {
    display: block;
  }
  .kiji_download_flex_4 li:first-of-type {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative;
  }
  .kiji_download_flex_4 li:first-of-type::after {
    transform: rotate(90deg);
    width: 30px;
    height: 30px;
    bottom: 0;
    content: "";
    display: block;
    right: auto;
  }
}
/*===== 800px以下 ここまで =====*/
/*アプリダウンロード 記事 ここまで*/
/*ポートマップ 記事 ここから*/
.kiji_map_center {
  /* text-align: center; */
  font-weight: bold;
  margin-bottom: 60px;
}
.kiji_map_center a {
  margin-left: 10px;
  margin-right: 10px;
}

#kaso_kiji_area ul.btn_map {
  display: flex;
  flex-wrap: wrap;
}
#kaso_kiji_area ul.btn_map li a {
  padding: 10px 30px;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
  border: 3px solid #1d5188;
  border-radius: 10px;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  margin: 10px;
}
#kaso_kiji_area ul.btn_map li a::after {
  content: none;
}

/*ポートマップ 記事 ここまで*/
/*ドレスガード広告掲載 記事 ここから*/
.kiji_kokoku_center {
  /* text-align: center; */
  font-weight: bold;
}

.kiji_kokoku_flex {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap-reverse;
  align-items: center;
  margin-top: 40px;
}
.kiji_kokoku_flex p em {
  font-style: normal;
  font-size: 2rem;
  color: #ce1120;
}
.kiji_kokoku_flex img {
  width: 50%;
  max-width: 400px;
  object-fit: cover;
}

#kaso_kiji_area ul.kokoku_column_list li.column_item {
  width: 40%;
  display: flex;
  flex-direction: column;
}
#kaso_kiji_area ul.kokoku_column_list li.column_item p {
  font-weight: bold;
  font-size: 2rem;
}
#kaso_kiji_area ul.kokoku_column_list li.column_item img {
  width: 100%;
  object-fit: contain;
  flex-grow: 1;
}

/*ドレスガード広告掲載 記事 ここまで*/
/*新着情報一覧 ここから*/
.news_list_area {
  margin-bottom: 100px;
}

ul.news_list li {
  border-bottom: 2px dashed #BBBBBB;
  padding-left: 55px;
  position: relative;
}
ul.news_list li::before {
  content: "";
  width: 15px;
  height: 21px;
  background-image: url(../img_common/item_list.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 30px;
  top: 16px;
}
ul.news_list li span {
  margin: 0;
}
ul.news_list li span.news_ttl {
  display: block;
  padding: 16px 40px 16px 120px;
}
ul.news_list li span.news_date {
  display: block;
  width: 10rem;
  margin-right: 30px;
  float: left;
  padding-top: 16px;
}
ul.news_list li span.news_ttl a {
  display: block;
  margin: 0;
  font-weight: bold;
}
ul.news_list li span.news_ttl a::after {
  content: none;
}
ul.news_list li:first-of-type span.news_ttl a {
  padding-right: 80px;
  position: relative;
}

/* ul.news_list li:first-of-type span.news_ttl a:after {
  content: "NEW";
  width: 60px;
  height: 22px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-image: none;
  background-color: #7F0725;
  border-radius: 4px;
} */
/*===== 700px以下 ここから =====*/
@media screen and (max-width: 700px) {
  ul.news_list li {
    padding-left: 32px;
  }
  ul.news_list li::before {
    left: 8px;
  }
  ul.news_list li span.news_date {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  ul.news_list li span.news_ttl {
    display: block;
    padding: 0;
    width: 100%;
  }
  ul.news_list li:first-of-type span.news_ttl a {
    padding-right: 0;
    padding-bottom: 8px;
  }
}
/*===== 700px以下 ここまで =====*/
/*新着情報一覧 ここまで*/
/*見出し h2～h5、p、a、li ここから*/
#kasoOshirase h2 {
  color: #1d5188;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 10px 40px;
  background-color: #fff;
  border-radius: 5px;
  border: 5px solid #1d5188;
  border-left: 10px solid #1d5188;
  border-right: 10px solid #1d5188;
}

h2.kiji_h2 {
  color: #1d5188;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 10px 40px;
  background-color: #fff;
  border-radius: 5px;
  border: 5px solid #1d5188;
  border-left: 10px solid #1d5188;
  border-right: 10px solid #1d5188;
}
h2.kiji_h2.illust {
  position: relative;
}
h2.kiji_h2.illust span {
  position: absolute;
  right: -35px;
  bottom: -50px;
  z-index: 1;
}

#kasoOshirase h3, h3.kiji_h3 {
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 0 5px 0 5px;
  position: relative;
  border-bottom: 4px solid #ce1120;
  border-left: 4px solid #ce1120;
}

#kasoOshirase h3::before, h3.kiji_h3::before {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 50%;
  height: 4px;
  background: #F5F4EE;
}

#kasoOshirase h3::after, h3.kiji_h3::after {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 4px;
  height: 50%;
  background: #F5F4EE;
}

#kasoOshirase h4, h4.kiji_h4 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 10px;
  border-bottom: 4px solid #fef000;
  position: relative;
}

#kasoOshirase h4::before, h4.kiji_h4::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img_common/h4_item.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: 28%;
}

#kasoOshirase h5, h5.kiji_h5 {
  border-bottom: 2px dashed #1d5188;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 40px;
  background-color: #fff;
}

p.kiji_aka {
  color: #ce1120;
}
p.kiji_kome {
  text-decoration: underline 3px #fef000;
}
p.kiji_point {
  padding-left: 50px;
  position: relative;
}
p.kiji_point::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img_common/item_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -10px;
}
p.kiji_fee_entyo {
  font-weight: bold;
}

#kaso_kiji_area a {
  display: inline-block;
  color: #1d5188;
  text-decoration: underline;
  padding-right: 20px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
#kaso_kiji_area a::after {
  content: "";
  width: 8px;
  height: 15px;
  background-image: url(../img_common/arrow_text_a.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 6px;
}
#kaso_kiji_area ul.kiji_list li {
  padding-left: 27px;
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
}
#kaso_kiji_area ul.kiji_list li::before {
  content: "";
  width: 15px;
  height: 21px;
  background-image: url(../img_common/item_list.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 15%;
}

/*見出し h2～h5、p、a、li ここまで*/
/*記事のエリア分けあり ここから*/
.kiji_area_wake_bg {
  /*囲った<div>にクラスを追加*/
  background-color: #F5F4EE;
  border-radius: 20px;
  margin-bottom: 100px;
  padding: 0px 50px 40px 50px;
}

/*記事のエリア分けあり ここまで*/
/*記事内のカラム ここから*/
#kaso_kiji_area ul.column_list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#kaso_kiji_area ul.column_list li {
  width: 20%;
  min-width: 240px;
  padding: 20px 16px 14px 16px;
  margin-top: 50px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}

p.column_item_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1d5188;
}

#kaso_kiji_area ul.column_list li p em {
  color: #ce1120;
  font-style: normal;
  font-weight: bold;
}
#kaso_kiji_area ul.column_list li img {
  width: 160px;
  height: auto;
}

.kokoku_sanko {
  max-width: 640px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.kokoku_sanko_kei {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ce1120;
}

/*===== 700px以下 ここから =====*/
@media screen and (max-width: 700px) {
  #page_title #page_title_bg h1 {
    font-size: 2.4rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  #page_title #page_title_bg h1::before {
    width: 40px;
    height: 40px;
  }
  h2.kiji_h2 {
    font-size: 2rem;
    padding: 10px 20px;
  }
  h2.kiji_h2.illust span {
    position: absolute;
    right: -30px;
    bottom: -15px;
    width: 60px;
  }
  .kiji_area_wake_bg {
    padding: 0px 16px 40px;
  }
  h3.kiji_h3 {
    font-size: 1.8rem;
    padding: 10px 20px;
  }
  h4.kiji_h4 {
    font-size: 1.8rem;
    padding: 10px 20px 10px 40px;
  }
  h5.kiji_h5 {
    padding: 10px 20px;
  }
}
/*===== 700px以下 ここから =====*/
@media screen and (max-width: 700px) {
  .kokoku_sanko {
    display: block;
  }
}
/*===== 700px以下 ここまで =====*/
/*記事内のカラム ここまで*/
/*------------ 下層ページ ここまで ------------*/
/*------------ 追加修正 ここから ------------*/
/*===== 1200px以下 ここから =====*/
@media screen and (max-width: 1200px) {
  #nav_logo img {
    vertical-align: super;
  }
}
#nav_all_tel {
  display: none;
  position: absolute;
  top: 28px;
  right: 75px;
}
#nav_all_tel a {
  background: #fff;
  border: solid 2px #CE1200;
  border-radius: 5px;
  padding: 10px;
  padding-right: 125px;
}
#nav_all_tel a img {
  width: 12px;
  height: 19px;
  margin-top: 3px;
}
#nav_all_tel a:after {
  content: "0120-225-313";
  font-size: 1.6rem;
  font-weight: bold;
  color: #CE1200;
  position: absolute;
  top: 0;
  right: 12px;
}

/*===== 1200px以下 ここから =====*/
@media screen and (max-width: 1200px) {
  #nav_all_tel {
    display: block;
  }
  li.gm_ue01 {
    display: none;
  }
}
/*===== 500px以下 ここから =====*/
@media screen and (max-width: 500px) {
  #nav_all_tel {
    top: 18px;
    right: 80px;
  }
  #nav_all_tel a {
    background: none;
    border: none;
    padding: 0;
  }
  #nav_all_tel a:after {
    content: none;
  }
  #nav_all_tel a img {
    width: 24px;
    height: 38px;
  }
}
/* CMSプレビュー　ヘッダー固定解除 */
form.cms8341-form .nav_all.nav_all_page, body#data_area .nav_all.nav_all_page {
  position: relative;
  z-index: 0;
}

/* シェアサイクルとは */
p.setsumei {
  display: flex;
  justify-content: center;
  font-size: 2.4rem;
  margin: 0px;
  padding-top: 32px;
  color: #ce1120;
}

.sashie {
  text-align: center;
}
.sashie img {
  width: 640px;
  margin: 40px 0;
}

.col3wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
  row-gap: 24px;
}
.col3wrap .colitem {
  width: calc(33.33% - 20px);
}

@media screen and (max-width: 800px) {
  p.setsumei {
    font-size: 2rem;
  }
  p.setsumei br {
    display: none;
  }
  .col3wrap {
    gap: 10px;
  }
  .col3wrap .colitem {
    width: calc(50% - 10px);
    flex: auto;
  }
}
.table-wrap, .wysiwyg .table-wrap {
  margin-top: 24px;
}
@media print, screen and (min-width: 769px) {
  .table-wrap .table-wrapper, .wysiwyg .table-wrap .table-wrapper {
    overflow: visible !important;
  }
}

.wysiwyg .table-wrap div {
  margin: auto;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrap {
    margin: 48px 0 0;
  }
  .table-wrap {
    margin: 48px 0 0;
  }
  .table-wrap tbody {
    background-color: #fff;
  }
  .table-wrap .scroll-table-switch {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
  }
  .table-wrap .scroll-table-switch a {
    display: flex;
    width: fit-content;
    background-repeat: no-repeat;
    background-position: left 5px center;
    background-size: 55px;
    color: #333;
    text-decoration: none;
    font-size: 0.75rem;
    position: relative;
    line-height: normal;
  }
  .table-wrap .scroll-table-switch a .scroll {
    background-repeat: no-repeat;
    background-image: url(../img_sub/v3.2/scroll-table-switch.png);
    background-position: left 10px center;
    background-size: 19px;
    padding: 4px 10px 5px 28px;
    border-radius: 3px 0 0 3px;
  }
  .table-wrap .scroll-table-switch a .scroll::before {
    content: "スクロール";
  }
  .table-wrap .scroll-table-switch a .in-display {
    background-repeat: no-repeat;
    background-image: url(../img_sub/v3.2/scroll-table-switch-in.png);
    background-position: left 10px center;
    background-size: 13px;
    padding: 4px 10px 5px 25px;
    border-radius: 0 3px 3px 0;
  }
  .table-wrap .scroll-table-switch a .in-display::before {
    content: "画面内";
  }
  .table-wrap .scroll-table-switch .scroll {
    background-color: #ce1120;
    color: #fff;
  }
  .table-wrap .scroll-table-switch .in-display {
    background-color: #f5f4ee;
    color: #333;
  }
  .scroll-view .scroll {
    background-color: #f5f4ee !important;
    color: #333 !important;
  }
  .scroll-view .in-display {
    background-color: #ce1120 !important;
    color: #fff !important;
  }
  .scroll-view .table-wrapper {
    overflow: visible !important;
  }
  .scroll-view .table-wrapper .is-active {
    display: none;
  }
  .table-wrapper.scroll-table {
    padding: 20px 0;
    overflow-x: auto;
  }
  .table-wrapper.scroll-table .scroll-hint-icon {
    top: calc(50% - 40px);
  }
  .table-wrapper.scroll-table table {
    margin-top: 0;
    table-layout: initial !important;
    width: 100%;
    border-collapse: collapse !important;
    white-space: nowrap !important;
  }
}
h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  color: #1d5188;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 48px;
  padding: 10px 40px;
  background-color: #fff;
  border-radius: 5px;
  border: 5px solid #1d5188;
  border-left: 10px solid #1d5188;
  border-right: 10px solid #1d5188;
}
@media screen and (max-width: 768px) {
  h2.head-title, .wysiwyg h2, .free-layout-area h2 {
    margin-top: 32px;
  }
}
h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 0 5px 0 5px;
  position: relative;
  border-bottom: 4px solid #ce1120;
  border-left: 4px solid #ce1120;
  overflow: visible !important;
}
h3.head-title::before, .wysiwyg h3::before, .free-layout-area h3::before, .smartcmsBbsBlock h3::before {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 50%;
  height: 4px;
  background: #F5F4EE;
}
h3.head-title::after, .wysiwyg h3::after, .free-layout-area h3::after, .smartcmsBbsBlock h3::after {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 4px;
  height: 50%;
  background: #F5F4EE;
}
@media screen and (max-width: 768px) {
  h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
    font-size: 1.8rem;
    padding: 10px 20px;
    margin-top: 24px;
  }
}
h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 10px;
  border-bottom: 4px solid #fef000;
  position: relative;
}
h4::before, .wysiwyg h4::before, .free-layout-area h4::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img_common/h4_item.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: 28%;
}
@media screen and (max-width: 768px) {
  h4, .wysiwyg h4, .free-layout-area h4 {
    margin-top: 24px;
    font-size: 1.8rem;
    padding: 10px 20px 10px 40px;
  }
}
h4 .bg, .wysiwyg h4 .bg, .free-layout-area h4 .bg {
  display: block;
}
h5, .wysiwyg h5, .free-layout-area h5 {
  margin-top: 48px;
  border-bottom: 2px dashed #333;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px 15px;
  background-color: #fff;
  position: relative;
}
h5::before, .wysiwyg h5::before, .free-layout-area h5::before {
  content: "";
  width: 3px;
  height: calc(100% - 15px);
  background-color: #707070;
  position: absolute;
  border-radius: 2px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  h5, .wysiwyg h5, .free-layout-area h5 {
    font-size: 1.6rem;
    margin-top: 24px;
    padding: 10px 20px;
  }
}
h5 .bg, .wysiwyg h5 .bg, .free-layout-area h5 .bg {
  display: block;
}
h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 28px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff;
  position: relative;
}
h6::before, .wysiwyg h6::before, .free-layout-area h6::before {
  content: "";
  width: 12px;
  height: 13px;
  background-image: url(../img_common/h4_item.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 6px;
  top: 38%;
}
@media screen and (max-width: 768px) {
  h6, .wysiwyg h6, .free-layout-area h6 {
    margin-top: 24px;
    font-size: 1.6rem;
    padding: 10px 20px 10px 40px;
  }
}
h6 .bg, .wysiwyg h6 .bg, .free-layout-area h6 .bg {
  display: block;
}
h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul, .pubcom-table ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul,
* html .pubcom-table ul {
  display: inline-block;
}

.wysiwyg ol, .pubcom-table ol {
  /* 回り込み画像時にリストが出ない問題を解決 */
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 2em;
  list-style: decimal;
}

* html .wysiwyg ol,
* html .pubcom-table ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
}

.wysiwyg table ul, .wysiwyg table ol, .pubcom-table table ul, .pubcom-table table ol {
  margin-left: 0;
}
.wysiwyg table p, .pubcom-table table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #333;
  margin-top: 10px;
}

.wysiwyg td,
.wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #333;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #f5f4ee;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

em, strong, b {
  font-style: normal;
  font-weight: bold;
}

.text_ {
  color: #c00;
}

.text2_ {
  color: #00c;
}

b.text2_ {
  font-weight: normal;
}

.cke_panel_list em, .cke_panel_list strong, .cke_panel_list b {
  font-style: normal;
  font-weight: bold;
}
.cke_panel_list .text_ {
  color: #c00;
}
.cke_panel_list .text2_ {
  color: #00c;
}
.cke_panel_list b.text2_ {
  font-weight: normal;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}