@charset "UTF-8";

html {
  font-size: 62.5%;
}

/* スマートフォン */

@media screen and (orientation: portrait) {

/* スマホレイアウト */

.app_contents {
    padding: 6rem 20rem;
}

.contents, .app_contents {
    padding: 4rem 2rem;
}

.step_group {
    display: flex;
    max-width: 80%;
    flex-direction: column;
    gap: 6rem;
    align-items: center;
}

.app_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 6rem;
}

/* スマホ画像サイズ */

.top_img_sp {
    width: 100%;
}

.top_img_pc {
    display: none;
}

.lastoneride_img, .drive_total_img {
    max-width: 100%;
}

.step_img {
    max-width: 100%;
}

.sp_polygon_img {
    max-width: 3rem;
}

.pc_polygon_img {
    display: none;
}

/* スマホ文字サイズ */

h2 {
    font-size: 2rem;
}

.app_text {
    margin-bottom: 2rem;
}

}

/* PC */

@media screen and (orientation: landscape) {

/* PCレイアウト */

header {
    background: #008C00;
}

.contents {
    padding: 6rem 20rem;
}

.step_group {
    display: flex;
    max-width: 15rem;
    justify-content: center;
    align-items: center;
    gap: 6rem;
}

.step_box {
    align-self: stretch;
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.app_contents {
    display: flex;
    padding: 12rem 20rem;
    justify-content: center;
    align-items: center;
    gap: 24rem;
}

.app_box {
    display: flex;
    max-width: 21.5rem;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}

/* PC画像サイズ */

.top_img_sp {
    display: none;
}

.top_img_pc {
    width: 80%;
}

.lastoneride_img {
    max-width: 76rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.drive_total_img {
    max-width: 76rem;
}

.step_img {
    max-width: 20rem;
}

.sp_polygon_img {
    display: none;
}

.pc_polygon_img {
    max-width: 3rem;
}

/* PC文字サイズ */

p {
    max-width: 76rem;
}

.step_detail_text {
    max-width: 76rem;
}

.step_text {
    width: 20rem;
}

.app_text {
    width: 30rem;
    margin-bottom: 2rem;
}

h2 {
    font-size: 3.0rem;
}

}

/* 共通レイアウト */

body {
  font-size: 1.6em;
  text-align: center;
  margin:unset;
  font-family: 'Hiragino Kaku Gothic ProN';
}

footer {
    display: flex;
    justify-content: center;
    padding-bottom: 5rem;
}

.container {
    align-self: stretch;
}

.contents {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
}

.dl_button_group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

/* 共通文字色・サイズ */

h2 {
    color: #008C00;
    letter-spacing: 2px;
}

h3 {
    color: #008C00;
}

p, .step_text, .app_text {
    letter-spacing: 0.07em;
    color: #5A5A5A;
}

.step_text {
    margin-top: 1.5em;
}

.step_detail_text {
    font-size: 1.2rem;
    letter-spacing: 0.07em;
    color: #5A5A5A;
    margin-bottom: 3.5rem;
}

.co_text {
    font-size: 1.2rem;
}

/* 共通画像サイズ */

.tag_img {
    max-width: 12.3rem;
}

.max-width100_img {
    max-width: 100%;
}

.app_icon_img {
    max-width: 4.5rem
}

.dl_googleplay_button_img {
    height: 6.2rem;
}

.dl_appstore_button_img {
    height: 5rem;
}
/* 共通背景色 */

.background_yellow {
    background: #FFFEEF
}

.background_green {
    background: #E5F3E5;
}