﻿@charset "UTF-8";

.follow_footer.follow {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}

.follow_footer .box {
  width: 44% !important;
  min-width: auto !important;
  margin: 10px !important;
}

.follow_footer .box .ctt1 {
  font-size: 30px !important;
  width: 60% !important;
}

.follow_footer .box .ctt1 .fs_small {
  font-size: 15px !important;
}

.follow_footer .box .ctt2 {
  font-size: 35px !important;
  width: 25% !important;
}

.detail.bg_gray {
  margin-bottom: 150px !important;
}

main .follow_header .logo a h1 img {
    width: 80%;
}

main .follow_header.follow {
    padding: 15px 4%;
}

/* 2列表示用 */
.follow_footer.two-rows.follow {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 10px;
}

.follow_footer.two-rows .box {
    width: 48% !important;
    min-width: auto !important;
    margin: 0 !important;
    padding: 5px 15px !important;
}

select#footer_select_size {
    font-size: 24px;
    padding: 8px 150px 8px 30px;
    background-size: 40px 40px;
}

/* 1列表示用 */
select#select_size {
    font-size: 24px;
    width: 80vw;
    background-size: 42px 42px;
}

.follow_footer .box_select {
    padding: 15px 0;
}