html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo;
}

.clickButton {
    background-color: #f2759a;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    height: 45px;
    font-size: 19px;
    border: none;
    width: 70%;
    max-width: 400px;
    box-sizing: border-box;
}

textarea {
    width: 90%;
    max-width: 600px;
    box-sizing: border-box;
    resize: vertical;
}

.orders img{
    width: 140px;
    margin: 10px 0;
}

.back-color {
    width: 100%;
    background-color: #0075c1;
}

.title-small {
    font-weight: bold;
    font-size: 20px;
}

.container-mb {
    margin-bottom: 20px;
}

.container-ml {
    margin-left: 20px;
}

.container-mb-double {
    margin-bottom: 40px;
}

.container-ml-harf {
    margin-left: 10px;
}

.container-mt-double {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .clickButton {
        padding: 0;
        font-size: 16px;
    }
}