@charset "UTF-8";
html,
body,
div,
span,
hr,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

@media screen and (min-width: 768px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}
img {
  border: none;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

body {
  color: #333;
  font-family: "Noto Sans JP", serif;
}

html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

.c-text-link {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
  .c-list-custom {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
  .c-list-custom {
    margin-bottom: 26px !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}
.c-btn-wrap{
  display: flex;
  justify-content: center;}
.c-btn-wrap-fd {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(22, 27, 29, 0.16);
  text-align: center;
  padding: 40px 0;
  transform: translateY(120%);
  opacity: 0;
  transition: transform .4s ease, opacity .4s ease;
}
.c-btn-wrap-fd.is-show {
  transform: translateY(0);
  opacity: 1;
}
.c-btn {
  position: relative;
  display: inline-block;
  width: 460px;
  min-height: 70px;
  padding: 21px 50px;
  border-radius: 5px;
  background-color: #E70012;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0px 7px 0px #be0000;
  cursor: pointer;
}
.c-btn::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  background: url("../images/ico_arrow_right.svg") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.4rem;
    width: 240px;
    padding: 15px 32px;
    min-height: 44px;
    border-radius: 4px;
    text-align: left;
    box-shadow: 0px 4px 0px #be0000;
  }
  .c-btn::after {
    width: 6px;
    height: 11px;
    right: 12px;
  }
  .c-btn-wrap-fd{
    padding: 20px 0;
  }
}
.c-heading {
  font-size: 4.2rem;
  color: #E70012;
  line-height: 1.4523809524;
  font-weight: 700;
  text-align: center;
}
.c-text-new {
    color: #333333;
    font-size: 1.8rem;
    font-weight: 400;
    position: relative;
    top: -8px;
}
.c-heading--blue {
  color: #009FBC;
}

@media screen and (max-width: 767px) {
  .c-text-new {
      position: relative;
      top: 0;
  }
  .section_content .c-heading{
    font-size: 2.4rem;
    margin-bottom: 10px !important;
  }
  .c-heading {
    font-size: 2.7rem;
    line-height: 1.462962963;
  }
  .c-text-new {
    font-size: 1.4rem;
    line-height: 2.1rem;
    display: flex;
    justify-content: left;
    text-align: start;
    margin-top: 14px;
  }
}
.c-heading--02 {
  font-size: 5rem;
  line-height: 1.44;
  font-weight: 700;
  text-align: center;
}
.c-heading--02 span {
  font-size: 7.2rem;
}

@media screen and (max-width: 767px) {
  .c-heading--02 {
    font-size: 2.7rem;
    line-height: 1.462962963;
  }
  .c-heading--02 span {
    font-size: 2.7rem;
  }
}

.c-title {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 700;
  margin-bottom: 14px;
}
.title-h3 {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.4285714286;
  font-weight: 700;
  margin-bottom: 52px;
  color: #333333;
}
.title-h3-02{
  margin-bottom: 34px;
  margin-top: -29px;
}
.title-span-2{
  font-size: 3.15rem;
}
.title-span-2 br{
  display: none;
}
.title-span{
  font-size: 2.1rem;
}
.c-title--blue {
  color: #009FBC;
}

@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-bottom: 14px;
  }
  .title-h3{
    font-size: 1.8rem;
    margin-bottom: 26px;
  }
  .section_step .title-h3{
    position: relative;
    top: -8px;
  }
  .title-span{
    font-size: 1.4rem;
  }
  .title-span-2{
    font-size: 1.8rem;
  }
  .title-span-2 br{
    display: block;
  }
}

.c-sub-title {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .c-sub-title {
    font-size: 1.6rem;
    line-height: 1.4375;
    margin-bottom: 14px;
  }
}

.c-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.c-list li {
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.c-list li:before {
  content: "・";
  display: inline-block;
  color: #009FBC;
  font-size: 1.8rem;
  margin-right: 12px;
}
.c-list--blue li:before {
  color: #009FBC;
}
.c-list--note {
  gap: 0;
}
.c-list--note li {
  gap: 0;
}
.c-list--note li:before {
  content: "※";
  color: #333;
  font-size: 1.6rem;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .c-list {
    gap: 7px;
    margin-bottom: 32px;
  }
  .c-list li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .c-list li:before {
    font-size: 1.4rem;
  }
  .c-list--note {
    gap: 0;
  }
  .c-list--note li {
    display: inline-block;
    gap: 0;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .c-list--note li:before {
    font-size: 1.2rem;
  }
}

.l-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 20px;
  }
}

.header {
  position: relative;
  padding: 18px 0;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
.header_logo {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
}

.section_anchor {
  padding: 34px 0 136px;
}

@media screen and (max-width: 767px) {
  .section_anchor {
    padding: 50px 0 56px;
  }
}

.section_bg {
  position: relative;
}
.section_bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FADBEA;
  z-index: -1;
  transform: skewY(-2deg);
}
.section_bg_02::after {
  background: #F1F9FD !important;
}

.section_step {
  padding: 110px 0px 150px !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_step {
    padding: 90px 0 55px !important;
    position: relative;
  }
}
.section_step .campaign_row {
  margin-top: 45px;
  margin-bottom: 0px !important;
}
.section_step .campaign_row--period{
  border-top: 2px solid #009FBC !important;
  border-bottom: 2px solid #009FBC !important;
}
.section_step .campaign_label {
  background: #009FBC !important;
}
.section_step .campaign_content {
  color: #009FBC !important;
}

@media screen and (max-width: 1024px) {
  .section_step .step_group{
    text-align: center;
    margin: -22px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .section_step {
    padding: 58px 0 60px;
  }
  .section_step .campaign_row {
    margin-top: 20px;
  }
}

.section_content{
  padding: 114px 0 98px;
}
.section_content .campaign_table{
  margin-bottom:40px;
}
.section_content .campaign_header{
  background: #009FBC;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  padding: 18px 20px;
  border: 2px solid #009FBC;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  text-align: center;
}
.section_content .c-heading{
  margin-bottom:40px;
  color: #009FBC !important;
}
.section_content .campaign_row{
  border:2px solid #009FBC;
  border-top:none;
  padding:29px 24px;
  background:#fff;
  border-radius:0 0 8px 8px;
  margin-bottom: 32px;
}
.section_content .campaign_row--period{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 25px 24px;
  border-top: 2px solid #009FBC;
  border-bottom: 2px solid #009FBC;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  gap: 1.4rem;
}
.section_content .campaign_label{
  background: #009FBC;
  color: #fff;
  font-size: 2.1rem;
  padding: 12px 27px;
  border-radius: 0px;
  font-weight: 700;
  white-space: nowrap;
}
.section_content .campaign_content{
  font-size:41px;
  font-weight:700;
  line-height:1.2;
  color:#333;
}
.section_content .campaign_content span{
  font-size:2.7rem;
}
.section_content .campaign_content--full{
  font-size:1.6rem;
  font-weight: 400;
  color:#333;
  line-height:1.9;
}
.section_content .campaign_row--benefit{
  padding: 34px 24px 8px;
}
.section_content .benefit_head{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:12px;
}
.section_content .benefit_head-2nd{
  margin-top: 35px;
}
.section_content .benefit_badge{
  background: #009FBC;
  color: #fff;
  font-size: 1.8rem;
  padding: 14px 23px;
  border-radius: 20px;
  font-weight: 700;
}
.section_content .benefit_title{
  font-size:1.6rem;
  color: #333333;
  font-weight:400;
}
.section_content .benefit_body p{
    font-weight: 700;
    margin-bottom: 19px;
    color: #333333;
    font-size: 1.8rem;
    margin-top: 28px;
}
.section_content .c-list{
  padding-left:0px;
}
.section_content .campaign_notice .c-list{
  padding-left:0px;
  padding-bottom: 4px;
}
.section_content .c-list li{
  font-size:1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #333333;
  margin-bottom:1px;
}
.section_content .campaign_notice{
  margin-top:103px;
}
.section_content .notice_title-top{
  font-size:2.8rem;
  font-weight:700;
  margin-top:60px;
  margin-bottom:14px;
}
.section_content .notice_title{
  font-size:2.8rem;
  font-weight:700;
  margin-top: 34px;
  margin-bottom: 24px;
}
.section_content .campaign_notice p{
  font-size:14px;
  line-height:1.9;
  color:#333;
}
.section_content .notice_list{
  padding-left:18px;
}
.section_content .notice_list li{
  font-size:14px;
  line-height:1.9;
  margin-bottom:6px;
}

@media (max-width:768px){
  .section_content{
    padding:50px 0 40px;
  }
  .section_bg_02{
    padding: 55px 0 75px;
  }
  .section_content .campaign_row{
    padding: 17px;
    margin-bottom: 20px;
  }
  .section_content .campaign_row--period{
    flex-direction:column;
    padding:12px 10px;
    gap: 0.7rem;
  }
  .section_step .campaign_row--period{
    padding:13px 10px;
  }
  .section_bg_02 .campaign_row--period{
    padding:13px 10px;
  }
  .section_content .campaign_label{
    position:static;
    font-size: 1.05rem;
    padding: 6px 10px;
  }
  .section_content .campaign_content{
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .section_step .campaign_content{
    font-size: 2.05rem;
  }
  .section_bg_02 .campaign_row--period .campaign_content{
    font-size: 2.05rem;
  }
  .section_content .campaign_content span {
      font-size: 1.35rem;
  }
  .section_content .benefit_head{
    flex-direction:column;
    align-items:flex-start;
    gap:7px;
    margin-bottom: 0px;
    padding-bottom: 17px;
  }
  .section_bg_02 .benefit_head{
    padding-bottom: 0px;
  }
  .section_content .campaign_header{
    font-size: 1.8rem;
    padding: 6px 0;
    line-height: 2.6rem;
  }
  .section_content .benefit_title{
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .section_content .benefit_body p{
    margin-top: 17px;
    font-size: 1.6rem;
    margin-bottom: 14px;
  }
  .section_content .benefit_head--second p{
    position: relative;
    top: 6px;
  }
  .section_content .c-list li{
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-bottom: 0px;
  }
  .section_content .c-list{
    gap: 8px;
    margin-bottom: -12px !important;
  }
  .section_content .benefit_head--second .c-list{
    margin-bottom: 0px !important;
  }
  .section_content .notice_title{
    font-size: 1.8rem;
    margin-top: 40px;
  }
  .section_bg_02 .notice_title{
    margin: 50px 0 11px !important;
  }
  .section_content .notice_title--first{
    margin: 48px 0 13px !important;
  }
  .section_content .notice_title--first-2{
    margin: 48px 0 13px !important;
  }
  .section_content .notice_title--first-3{
    margin: 49px 0 12px!important;
  }
  .section_content .notice_title--first-4{
    margin: 49px 0 12px!important;
  }
  .section_content .campaign_notice{
    margin-top: 40px;
  }
  .section_content .campaign_table{
    margin-bottom: 60px;
  }
  .section_content .benefit_badge{
    padding: 10px 18px;
    font-size: 1.6rem;
  }
}

.section_voucher {
  position: relative;
  padding: 153px 0 120px;
  margin-top: -86px;
}
.section_voucher .c-heading--02 {
  margin-bottom: 24px;
}
.section_voucher_title {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.section_voucher_timer {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #E70012;
  border-bottom: 2px solid #E70012;
  background: #fff;
  margin: 35px 0;
  padding: 28px 49px 25px;
  gap: 20px 46px;
}
.section_voucher_timer li {
  display: flex;
  align-items: center;
}
.section_voucher_timer li .tag {
  background-color: #E70012;
  color: #fff;
  padding: 12px 25px;
  margin-right: 13px;
}
.section_voucher_timer li .tag-blue {
  background-color: #009FBC;
  padding: 12px 38px;
  margin-right: 25px;
}
.section_voucher_timer li .tag p {
  font-size: 2.1rem;
  line-height: 1.0952380952;
  font-weight: 900;
  letter-spacing: 0.05rem;
}
.section_voucher_timer li .text {
  font-size: 2.7rem;
  font-weight: 700;
  color: #E70012;
  flex: 1;
}
.section_voucher_timer li .text-blue {
  color: #009FBC;
}
.section_voucher_timer li .text span {
  font-size: 4.1rem;
}
.section_voucher_timer-02 {
  border-top: 2px solid #009FBC;
  border-bottom: 2px solid #009FBC;
  max-width: 814px;
  margin: 48px auto;
  justify-content: center;
  padding: 28px 70px 25px;
}
.section_voucher_img {
  margin: 85px 0 48px;
}
.section_voucher_img figure {
  position: relative;
}
.section_voucher_img figure::after {
  content: "";
  position: absolute;
  top: calc(100% + 48px);
  left: 50%;
  bottom: 48px;
  width: 56px;
  height: 56px;
  transform: translate(-50%);
  background: url("../images/ico_plus.svg") no-repeat;
  background-size: contain;
}
.section_voucher_img figure:not(:last-child) {
  margin-bottom: 146px;
}
.section_voucher_img figure:last-child::after {
  content: none;
}
.section_voucher::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../images/voucher_bg_01.png") no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}

@media screen and (max-width: 767px) {
  .section_voucher {
    padding: 75px 0 80px;
    margin-top: -38px;
  }
  .section_voucher .c-heading--02 {
    margin-bottom: 12px;
  }
  .section_voucher_title {
    margin-bottom: 24px;
  }
  .section_voucher_timer {
    border-top: 1px solid #E70012;
    border-bottom: 1px solid #E70012;
    margin: 43px 0;
    padding: 24px 17px;
    gap: 16px;
  }
  .section_voucher_timer li {
    display: flex;
    align-items: center;
  }
  .section_voucher_timer li .tag {
    background-color: #E70012;
    color: #fff;
    padding: 5px;
    margin-right: 13px;
    width: 99px;
    text-align: center;
  }
  .section_voucher_timer li .tag-blue {
    background-color: #009FBC;
    padding: 12px 38px;
    margin-right: 25px;
  }
  .section_voucher_timer li .tag p {
    font-size: 1rem;
    line-height: 1.0952380952;
    letter-spacing: 0.05rem;
  }
  .section_voucher_timer li .text {
    font-size: 1.3rem;
  }
  .section_voucher_timer li .text-blue {
    color: #009FBC;
  }
  .section_voucher_timer li .text span {
    font-size: 2rem;
  }
  .section_voucher_timer-02 {
    border-top: 1px solid #009FBC;
    border-bottom: 1px solid #009FBC;
    max-width: 814px;
    margin: 41px auto;
    justify-content: center;
    padding: 20px 0 25px;
  }
  .section_voucher_timer-02 li {
    flex-direction: column;
    gap: 12px;
  }
  .section_voucher_timer-02 li .tag {
    width: 124px;
    margin-right: 0;
  }
  .section_voucher_timer-02 li .tag-blue {
    background-color: #009FBC;
    padding: 7px;
    margin-right: 0;
  }
  .section_voucher_img {
    margin: 80px 0 42px;
  }
  .section_voucher_img figure::after {
    top: calc(100% + 25px);
    width: 25px;
    height: 25px;
  }
  .section_voucher_img figure:not(:last-child) {
    margin-bottom: 73px;
  }
  .section_voucher::after {
    background: url("../images/voucher_bg_01_sp.png") no-repeat;
    background-size: contain;
  }
}

.section_detail {
  padding: 115px 0 80px;
}
.section_detail .c-heading {
  margin-bottom: 79px;
}

.section_detail_content {
  margin: 0 0px 84px;
}
.section_detail .l-inner{
  max-width: 1288px;
}
.step_img_detail{
  transform: translateX(3px);
}
@media screen and (max-width: 1024px) {
  .section_detail .step_group{
    text-align: center;
    margin: -2px;
  }
  .step_img_detail{
    transform: translateX(0px);
  }
}

@media screen and (max-width: 767px) {
  .section_detail {
    padding: 56px 0 25px;
  }
  .section_detail .c-heading {
    margin-bottom: 24px;
    font-size: 2.4rem !important;
  }
  .section_detail_content {
    margin: 0 0 42px;
  }
}

.section_schedule {
  padding: 108px 0;
}
.section_schedule_title {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.section_schedule_intro {
  margin-bottom: 47px;
}
.section_schedule_intro p {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 16px;
}
.section_schedule_table {
  margin: 46px 0;
}
.section_schedule_table table {
  border-collapse: collapse;
  width: 100%;
}
.section_schedule_table table th {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4285714286;
}
.section_schedule_table table th,
.section_schedule_table table td {
  border-bottom: 4px solid #EFF7FC;
  border-right: 4px solid #EFF7FC;
  text-align: center;
  padding: 14px;
  width: 297px;
}
.section_schedule_table table th {
  background-color: #009FBC;
  color: #fff;
}
.section_schedule_table table td {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
}
.section_schedule_table table tr {
  background-color: #fff;
}
.section_schedule_table table tr th:last-child,
.section_schedule_table table tr td:last-child {
  border-right: none;
}

@media screen and (max-width: 1200px) {
  .section_schedule_table {
    overflow-y: auto;
  }
  .section_schedule_table table {
    width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .section_schedule {
    padding: 65px 0 32px;
  }
  .section_schedule_title {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 32px;
  }
  .section_schedule_intro {
    margin-bottom: 42px;
  }
  .section_schedule_intro p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .section_schedule_table {
    margin: 25px -20px 7px 0;
    padding-bottom: 9px;
  }
  .section_schedule_table table {
    border-collapse: collapse;
    width: 600px;
  }
  .section_schedule_table table th {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4285714286;
  }
  .section_schedule_table table th,
  .section_schedule_table table td {
    border-bottom: 2px solid #EFF7FC;
    border-right: 2px solid #EFF7FC;
    text-align: center;
    padding: 7px;
    width: 149px;
  }
  .section_schedule_table table th {
    background-color: #009FBC;
    color: #fff;
  }
  .section_schedule_table table td {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.4444444444;
  }
  .section_schedule_table table tr {
    background-color: #fff;
  }
  .section_schedule_table table tr th:last-child,
  .section_schedule_table table tr td:last-child {
    border-right: none;
  }
}

.section_contact {
  padding: 115px 0 85px;
}
.section_contact .c-btn-wrap {
  margin-bottom: 84px;
}
.section_contact_intro {
  text-align: center;
  margin-top: 24px;
}
.section_contact_intro p {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 500;
  margin-bottom: 24px;
}
.section_contact_block {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.section_contact_block-item {
  width: calc(50% - 12px);
  border: 6px solid #E70012;
  border-radius: 8px;
}
.section_contact_block-item .title {
  background-color: #E70012;
  text-align: center;
  padding: 11px 0 17px;
}
.section_contact_block-item .title p {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
  color: #fff;
}
.section_contact_block-item .content {
  text-align: center;
  padding: 29px;
}
.section_contact_block-item .content-phone {
  font-size: 4.8rem;
  line-height: 1.3125;
  font-family: "Roboto", serif;
  font-weight: 700;
}
.section_contact_block-item .content-text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
}
.notice{
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .notice {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
  .section_contact {
    padding: 70px 0 139px;
  }
  .section_contact .c-heading{
    padding: 0 10px;
  }
  .section_contact .c-btn-wrap {
    margin-bottom: 60px;
  }
  .section_contact_intro {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 30px;
  }
  .section_contact_intro p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .section_contact_block {
    gap: 20px;
  }
  .section_contact_block-item {
    width: 100%;
    border: 3px solid #E70012;
    border-radius: 8px;
  }
  .section_contact_block-item .title {
    padding: 5px 0 7px;
  }
  .section_contact_block-item .title p {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .section_contact_block-item .content {
    text-align: center;
    padding: 15px;
  }
  .section_contact_block-item .content-phone {
    font-size: 3.1rem;
    line-height: 1.3225806452;
    margin-bottom: 6px;
  }
  .section_contact_block-item .content-text {
    font-size: 1rem;
    line-height: 1.45;
  }
}

.footer {
  padding: 14px;
  background: #E70012;
}
.footer_copy {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 12px;
  }
  .footer_copy {
    font-size: 1rem;
    line-height: 1;
  }
}

.pagetop {
  display: none;
  position: fixed;
  right: 234px;
  bottom: 85px;
  width: 86px;
  height: 86px;
  background: url("../images/arrow_to_top.svg") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .pagetop {
    right: 85px;
  }
}

@media screen and (max-width: 767px) {
  .pagetop {
    right: 20px;
    bottom: 76px;
    width: 55px;
    height: 55px;
  }
}
.pagetop.is-show {
  display: block;
}

@media screen and (max-width: 767px) {
  .note-scroll {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=style.css.map */
