/* reset */
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
article, footer, header, menu, nav, section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
ol, ul {
  list-style: none;
}
/* reset end */
html {
  font-size: 62.5%;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
  color: #000;
  background: #fff;
  width: 100%;
}
a {
  text-decoration: none;
}
a,
a::before,
a::after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=8);
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
h1, h2, h3 {
  font-weight: bold;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
small {
  font-size: 10px;
  font-size: 1.0rem;
}
picture {
  display: block;
}
.clear::after {
  display: block;
  content: "";
  clear: both;
}
.header_wrapper,
.dl_wrapper {
  background-color: #4fc3f7;
}
.function_wrapper {
  background-color: #D3F0FD;
}
.function_list {
  text-align: center;
}
.data_list_wrapper {
  margin-bottom: 40px;
}
.data_list {
  text-align: left;
}
.data_list dd {
  background-repeat: no-repeat;
}
.data_list dd.docomo {
  background-image: url(../../img/service/icon-bikeshare.png);
}
.data_list dd.hellocycling {
  background-image: url(../../img/service/icon-hellocycling.png);
}
.data_list dd.cogicogi {
  background-image: url(../../img/service/icon-cogicogi.png);
}
.data_list dd.ecobike {
  background-image: url(../../img/service/icon-ecobike.png);
}
.data_list dd.rentalcycle {
  background-image: url(../../img/service/icon-rentalcycle.png);
}
.map_copyright {
  text-align: right;
  font-size: 10px;
  font-size: 1.0rem;
}
.info_box {
  border-radius: 13px;
  border: solid 2px #4fc3f7;
}
.text_blue {
  color: #4fc3f7;
}
.info_box p {
  font-weight: bold;
}
.info_box a {
  color: #4fc3f7;
  font-weight: bold;
}
.info_box p:last-of-type {
  margin-bottom: 0;
  font-weight: normal;
}
.left {
  text-align: left;
}
.footer_wrapper {
  text-align: center;
}
/* for smartphone */
@media screen and (max-width: 767px) {
  body {
    line-height: 2;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
  h1 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  h2 {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 40px;
    line-height: 1.5;
  }
  h3 {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .tab_pc {
    display: none;
  }
  .note {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header_area {
    width: 85%;
    margin: 0 auto;
    padding: 45px 0 56px;
    max-width: 556px;
  }
  .header_title .copy {
    width: 73%;
    margin: 0 auto 45px;
  }
  .header_title h1 {
    margin-bottom: 58px;
  }
  .app_image {
    width: 96%;
    margin: 0 auto 50px;
  }
  .appstore,
  .googleplay {
    width: 55%;
    margin: 0 auto;
  }
  .googleplay {
    margin-bottom: 10px;
  }
  .container {
    width: 87.5%;
    padding: 40px 0 80px;
    max-width: 560px;
    margin: 0 auto;
  }
  .container2 {
    padding-bottom: 30px;
  }
  .container2 h2  {
    margin-bottom: 50px;
  }
  .container3 {
    padding: 40px 0;
  }
  .function_list li {
    margin-bottom: 96px;
  }
  .function_list li:last-child {
    margin-bottom: 0;
  }
  .function_list_text {
    margin-bottom: 20px;
  }
  .function_list_text p {
    margin-bottom: 10px;
  }
  .function_list_text p .note {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .function_list_image {
    width: 93%;
    margin: 0 auto;
  }
  .cooperationapp_image {
    width: 93%;
    margin: 24px auto 30px;
  }
  .data_list {
    padding-left: 8%;
    margin-bottom: 32px;
  }
  .data_list dt {
    margin-bottom: 15px;
  }
  .data_list dd {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 16px;
    line-height: 27px;
    background-size: 27px;
    padding-left: 40px;
  }
  .info_box {
    width: 96%;
    padding: 30px 9%;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 auto;
  }
  .info_box .text_blue {
    line-height: 1.8;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .info_box p {
    margin-bottom: 32px;
  }
  .info_box p.lh_s {
    line-height: 1.5;
  }
  .dl_wrapper {
    margin-top: -24px;
  }
  .dl_wrapper .logo {
    width: 90%;
    margin: 0 auto 32px;
  }
  .footer_wrapper {
    padding: 15px 0;
  }
}
/* for tablet */
@media screen and (min-width: 768px) and (max-width: 1439px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  h1 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.7;
    text-align: center;
    width: 630px;
    margin: 0 auto 45px;
  }
  h3 {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.4;
  }
  .sp {
    display: none;
  }
  .pc {
    display: none;
  }
  .note {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header_area {
    width: 734px;
    height: 616px;
    margin: 0 auto;
    position: relative;
    padding-left: 26px;
  }
  .header_title {
    padding-top: 97px;
  }
  .header_title .copy {
    display: block;
    width: 198px;
    margin-bottom: 135px;
  }
  .header_title h1 {
    margin-bottom: 180px;
    width: 340px;
  }
  .header_area .dl_btn {
    font-size: 0;
    height: 38px;
  }
  .appstore {
    width: 121px;
  }
  .googleplay {
    width: 149px;
    margin-right: 10px;
  }
  .appstore,
  .googleplay {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .appstore a,
  .googleplay a {
    display: block;
  }
  .app_image {
    width: 354px;
    position: absolute;
    top: 82px;
    right: 0;
  }
  .container {
    width: 630px;
    margin: 0 auto;
    padding: 63px 0;
  }
  .container2 {
    width: 640px;
    padding-bottom: 30px;
  }
  .overview h2::after {
    content: "";
    display: block;
    width: 126px;
    height: 1px;
    background: #000;
    margin: 30px auto 45px;
  }
  .overview p {
    line-height: 2.25;
  }
  .function_list {
    color: #4a4a4a;
  }
  .function_list li {
    position: relative;
    margin-bottom: 60px;
  }
  .function_list li:last-child {
    margin-bottom: 30px;
  }
  .function_list li:nth-child(odd) .function_list_text {
    right: 28px;
  }
  .function_list li:nth-child(even) .function_list_text {
    left: 28px;
  }
  .function_list_text {
    position: absolute;
    width: 277px;
    color: #4a4a4a;
    top: 30px;
  }
  .function_list li:last-child .function_list_text {
    top: 20px;
  }
  .function_list_text h3 {
    margin-bottom: 20px;
  }
  .function_list_text p {
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .cooperationapp_image {
    width: 277px;
    position: absolute;
    right: 28px;
    bottom: 45px;
  }
  .map_copyright {
    padding-right: 10px;
  }
  .data_list_wrapper {
    margin-bottom: 32px;
    font-size: 0;
  }
  .data_list {
    width: 315px;
    display: inline-block;
    vertical-align: top;
  }
  .data_list dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .data_list dd {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 24px;
    line-height: 1;
    padding-left: 43px;
    background-size: 32px;
    line-height: 32px;
  }
  .info_box {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 24px;
  }
  .info_box p {
    text-align: center;
    margin-bottom: 10px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .info_box .text_blue {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .info_box p:last-of-type {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .info_box a {
    padding-right: 5px;
  }
  .dl_wrapper {
    padding: 33px 0 20px;
  }
  .dl_wrapper .logo {
    display: inline-block;
    margin-left: 24px;
  }
  .dl_wrapper .logo img {
    height: 50px;
  }
  .dl_wrapper .dl_btn {
    display: inline-block;
    font-size: 0;
    float: right;
    height: 40px;
    margin: 5px 24px 5px 0;
  }
  .dl_wrapper .appstore {
    width: 110px;
  }
  .dl_wrapper .googleplay {
    width: 133px;
    margin-right: 8px;
  }
  .footer_wrapper {
    padding: 20px 32px;
    text-align: center;
  }
}
/* for pc */
@media screen and (min-width: 1440px) {
  body {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7;
  }
  h1 {
    font-size: 40px;
    font-size: 4.0rem;
  }
  h2 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 75px;
  }
  h3 {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.4;
  }
  .sp_tab {
    display: none;
  }
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
  .note {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header_area {
    width: 1224px;
    height: 1027px;
    margin: 0 auto;
    position: relative;
    padding-left: 44px;
  }
  .header_title {
    padding-top: 162px;
    width: 634px;
  }
  .header_title .copy {
    display: block;
    width: 330px;
    margin-bottom: 226px;
  }
  .header_title h1 {
    margin-bottom: 300px;
    width: 567px;
  }
  .header_area .dl_btn {
    font-size: 0;
    height: 63px;
  }
  .appstore {
    width: 173px;
  }
  .googleplay {
    width: 213px;
    margin-right: 18px;
  }
  .appstore,
  .googleplay {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .appstore a,
  .googleplay a {
    display: block;
  }
  .app_image {
    width: 590px;
    position: absolute;
    top: 138px;
    right: 0;
  }
  .container {
    width: 900px;
    margin: 0 auto;
    padding: 95px 0;
  }
  .container2 {
    width: 945px;
    padding-bottom: 45px;
  }
  .container2 h2 {
    width: 900px;
    margin: 0 auto 75px;
  }
  .overview h2::after {
    content: "";
    display: block;
    width: 210px;
    height: 1px;
    background: #000;
    margin: 45px auto 75px;
  }
  .overview p {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 2.25;
  }
  .function_list {
    color: #4a4a4a;
  }
  .function_list li {
    position: relative;
    margin-bottom: 85px;
  }
  .function_list li:last-child {
    margin-bottom: 50px;
  }
  .function_list li:nth-child(odd) .function_list_text {
    right: 48px;
  }
  .function_list li:nth-child(even) .function_list_text {
    left: 48px;
  }
  .function_list_text {
    position: absolute;
    width: 396px;
    color: #4a4a4a;
    top: 55px;
  }
  .function_list li:last-child .function_list_text {
    top: 45px;
  }
  .function_list_text h3 {
    margin-bottom: 35px;
  }
  .function_list_text p {
    line-height: 1.7;
    margin-bottom: 10px;
  }
  .cooperationapp_image {
    width: 396px;
    position: absolute;
    right: 48px;
    bottom: 90px;
  }
  .map_copyright {
    padding-right: 20px;
  }
  .data_list_wrapper {
    margin-bottom: 90px;
    font-size: 0;
  }
  .data_list {
    width: 450px;
    display: inline-block;
    vertical-align: top;
  }
  .data_list dt {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 35px;
  }
  .data_list dd {
    font-size: 30px;
    font-size: 3.0rem;
    margin-bottom: 40px;
    line-height: 1;
    padding-left: 75px;
    background-size: 55px;
    line-height: 55px;
  }
  .info_box {
    font-size: 20px;
    font-size: 2.0rem;
    padding: 40px;
  }
  .info_box p {
    text-align: center;
    margin-bottom: 10px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .info_box .text_blue {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: bold;
  }
  .info_box p:last-of-type {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .info_box a {
    padding-right: 5px;
  }
  .dl_wrapper {
    padding: 55px 0 35px;
  }
  .dl_wrapper .logo {
    display: inline-block;
    margin-left: 34px;
  }
  .dl_wrapper .logo img {
    height: 72px;
  }
  .dl_wrapper .dl_btn {
    display: inline-block;
    font-size: 0;
    float: right;
    margin: 10px 34px 10px 0;
    height: 52px;
  }
  .dl_wrapper .appstore {
    width: 142px;
  }
  .dl_wrapper .googleplay {
    width: 175px;
    margin-right: 15px;
  }
  .footer_wrapper {
    padding: 20px 32px;
    text-align: center;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx){
  .data_list dd.docomo {
    background-image: url(../../img/service/icon-bikeshare@2x.png);
  }
  .data_list dd.cogicogi {
    background-image: url(../../img/service/icon-cogicogi@2x.png);
  }
  .data_list dd.rentalcycle {
    background-image: url(../../img/service/icon-rentalcycle-pc@2x.png);
  }
}
