@charset "utf-8";

* {
  color: #3D3D3D;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  box-sizing: border-box;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  touch-action: pan-y;
}


section {
  display: block;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

body {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  background-color: #F0EEEC;
}

html {
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

h2 {
    font-weight: 600; 
    margin: 32px auto;
    text-align: center;
}

h3 {
    text-align: center;
    margin: 8px;
}

.wrap {
    margin: 32px 24px;
}

.section-mentenance .white-box {
    background-color: #F7F5F3;
    border-radius: 8px;
    padding: 16px;
    height: 100%;
}

.ment {
    text-align: center;
    margin: 24px 0;
}

.stop-service {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.48;
}

.btn {
    align-items: center;
    background-color: #CC0000;
    border-radius: 80px;
    color: #FCFCFC;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 44px;
    justify-content: center;
    line-height: 1.32;
    text-align: center;
    margin: 24px auto;
    width: 263px;
}

@media screen and (min-width: 768px) {
    
    h3 {
        text-align: center;
        margin: 3vw;
    }

    .section-mentenance .white-box {
        margin: auto;
        width: 327px;
    }

    .term1 {
        text-align: center;
        font-weight: bolder;
    
    }
    
}