.container {
  width: 749px;
  margin: auto;
}
@media screen and (min-width:481px) {
  .pc-none{
    display: none;
  }
  }
@media screen and (max-width:480px) {
  .sp-none{
    display: none;
  }
  .container {
    width: 330px;
      }
  .label-margin{
    margin-top: 20px;
  }
    }


.flex-container {
  display: flex;
  margin-bottom: 2em;
}

.flex-item {
  margin-top: 1em;
  margin-bottom: 2em;
}

.circle {
  color: #fff;
  background-color:#E0DBC9;
  width: 70px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}

.arrow-container {
  display: flex;
  flex-direction: column;
}

.arrow-bottom {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 20px;
  border-bottom: 15px solid #DBDBDB;
  border-right: 15px solid #DBDBDB;
  transform: rotate(45deg);
}

.box2 {
  width: 600px;
  padding: 0.5em 1em;
  margin: 0 0 1em 1em;
  font-weight: bold;
  color: #000;
  background: #FFF;
  border: solid 1px #C9C9C9;
  border-radius: 10px;
}

@media screen and (max-width:480px) {
  .arrow-container {
    margin:5px;
  }
  
  .box2 {
    margin: auto;
    width: 350px;
  }
 }


.box2 p {
  padding: 0;
  font-weight: lighter;
}

/* チェックボックス */
.visually-hidden {
  display: none;
  /* 既存のチェックボックスを隠すために追加 */
}

label {
  font-weight: lighter;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 10px;
  position: relative;
}


/* チェックボックス */
input[type="radio"] 
{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #bbb9b9;
  border-radius: 3px;
  position: relative;
  top: 5px;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;              /* 標準UIを消す */
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #bbb9b9;
  border-radius: 3px;            /* 角丸。丸にしたいなら 50% */
  position: relative;
  top: 5px;
  cursor: pointer;
  background: #fff;
}
input[type="radio"]:checked::after,
input[type="checkbox"]:checked::after {
  content: "✔";
  font-size: 14px;
  color: #333;                   /* 好みで #6bed07 などに */
  position: absolute;
  top: -2px;
  left: 2px;
}


/* ボタン　*/
.button1 {
  color: #000;
  background-color:#E0DBC9;
  border-radius: 25px;
  border: none;
  width: 600px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: larger;
  margin-left: 100px;
  margin-bottom: 60px;
}

@media screen and (max-width:480px) {
  .button1 {
  width: 200px;
  margin-left: 50px;
  }
  label{
 font-size: 0.8em;
  }
}
.button1:hover {
  color: #000;
  background: #f2ebd5;
}



/* result.php */
.containerR {
  width: 800px;
  margin: auto;
}

.center {
  text-align: center;
}

.kekka {
  border: solid 1px #000;
  padding: 0.8em;
  margin-bottom: 50px;
}

.flex-containerR {
  display: flex;
  margin-bottom: 2em;
}

.flex-itemR {
  margin: auto;
}



.attachment {
    padding: 1em;
    margin-bottom: 10px;
}

.large {
  text-align: center;
  font-size: larger;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.underline {
  font-weight: bold;
  color: blue;
  text-decoration: underline;
}

.red {
  color: red;
}

.indent{
  text-indent: 1em;
  margin-left: 1em;
}

/* SP */
@media screen and (max-width:480px) {
  .containerR {
    width: 400px;
  }

  .flex-containerR {
    flex-direction: column;
  }
  .attachment {
    max-width: 350px;
  }
  .line{
    max-width: 350px;
  }
}


.circle3 {
    color:#7F6000;
    background-color: #F6E7A8;
    width: 70px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}

.large-question{
	margin-top:1em;
	margin-bottom:1em;
}