@charset "UTF-8";

body {
    background-color: #f7f7f5;
    width: 100%;
}

header {
    text-align: center;
    height: 120px;
}

header span {
    color: #ff5722;
}

header h1 {
    font-family:"Yu Gothic UI";
    color: #1c1b15;
    letter-spacing: 0.04em;
    font-size: 45px;
}

.container {
    width: 70%;
    margin: auto;
    text-align: center;
    background-color: #ffff;
}

.container p {
    font-family:"Yu Gothic UI";
    color: #1c1b15;
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 1.7em;
}

.about {
    height: 300px;
    padding-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title {
    width: 400px;
    margin: auto;
}


.title h3 {
    font-family:"Yu Gothic UI";
    color: #393e46;
    letter-spacing: 0.04em;
    font-weight: normal;
    position: relative;
    padding: 0 65px;
    text-align: center;
  }
  
  .title h3:before {
    position: absolute;
    top: calc(52% - 1px);
    left: 0;
    width: 100%;
    height: 2.0px;
    content: '';
    background: #ff5722;
  }
  
  .title h3 span {
    position: relative;
    padding: 0 1.1em;
    background: #fff;
  }


.contents {
    margin: auto;
    width: 90%;
    border:solid 1.0px #303841; 
    overflow-x: scroll;
}

.caution {
    height: 30px;
}

.caution p {
    color: #b3b3b3;
    font-size: 14px;
}

.comment {
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    height: 60px;
}