@media screen and (max-width: 1150px) {
  .pcImage {
    display: none !important;
  }
}

@media screen and (min-width: 1151px) {
  .spImage {
    display: none !important;
  }
}

.scrollArea01 {
  display: none;
  margin-bottom: 35px;
}

@media screen and (max-width: 757px) {
  .scrollArea01 {
    display: block;
  }
}

.scrollArea01 .scrollList01 {
  font-size: 0;
  width: 100%;
  margin: 0 auto;
}

.scrollArea01 .spOnly01 {
  display: none;
}

@media screen and (max-width: 500px) {
  .scrollArea01 .spOnly01 {
    display: block;
  }
}

.scrollArea01 .scrollitem01 {
  border: 1px solid #db877d;
  -webkit-transform: 0.5s;
  -ms-transform: 0.5s;
  transform: 0.5s;
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

.scrollArea01 .scrollitem01:last-child {
  margin-right: 0;
}

.scrollArea01 .scrollitem01 a {
  color: #db877d;
  font-size: 14px;
  text-align: center;
  padding: 15px 10px;
  display: block;
}

@media screen and (max-width: 1000px) {
  .scrollArea01 .scrollitem01 a {
    font-size: 13px;
    padding: 15px 5px;
  }
}

@media screen and (max-width: 900px) {
  .scrollArea01 .scrollitem01 a {
    padding: 15px 0;
  }
}

@media screen and (max-width: 800px) {
  .scrollArea01 .scrollitem01 a {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .scrollArea01 .scrollitem01 a {
    font-size: 14px;
    padding: 12px 10px;
  }
}

.scrollArea01 .scrollitem01:hover {
  border: 1px solid #fff;
  background-color: #db877d;
}

.scrollArea01 .scrollitem01:hover a {
  color: #fff;
}

.trialText01 {
  margin-bottom: 45px;
  line-height: 1.8;
}

.trialText01 p:not(:last-child) {
  margin-bottom: 10px;
}

.trialContents01 {
  padding: 50px;
  margin-bottom: 50px;
  background-color: #FAF6F0;
}

.trialContents01:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1150px) {
  .trialContents01 {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 420px) {
  .trialContents01 {
    padding: 35px 20px;
  }
}

@media screen and (max-width: 360px) {
  .trialContents01 {
    padding: 35px 15px;
  }
}

.trialContents01 .trialTitle01 {
  font-size: 22px;
  font-weight: bold;
  color: #EFAA7B;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1150px) {
  .trialContents01 .trialTitle01 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .trialContents01 .trialTitle01 {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .trialContents01 .trialTitle01 {
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 15px;
  }
}

@media screen and (max-width: 360px) {
  .trialContents01 .trialTitle01 {
    font-size: 13px;
  }
}

.trialContents01 .trialItem01 {
  width: 160px;
  margin-right: 25px;
  float: left;
}

.trialContents01 .trialItem01 .itemTitle01 {
  letter-spacing: 0 !important;
}

.trialContents01 .trialItem01 .pcOnly01 {
  display: block;
}

@media screen and (max-width: 1150px) {
  .trialContents01 .trialItem01 .pcOnly01 {
    display: none;
  }
}

.trialContents01 .trialItem01 .trialImage01 {
  text-align: center;
  position: relative;
}

.trialContents01 .trialItem01 .trialImage01:after {
  content: url("../images/arrow01.png");
  margin-top: -8.5px;
  display: block;
  position: absolute;
  top: 50%;
  left: 104%;
}

.trialContents01 .trialItem01 .trialImage01 img {
  vertical-align: bottom;
}

.trialContents01 .trialItem01:last-child {
  margin-right: 0;
}

.trialContents01 .trialItem01:last-child .trialImage01:after {
  display: none;
}

@media screen and (max-width: 1150px) {
  .trialContents01 .trialItem01 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
    padding: 5px 0 5px 20px;
    background-color: #fff;
    float: none;
    position: relative;
  }
  .trialContents01 .trialItem01:after {
    content: url("../images/arrow02.png");
    display: block;
    position: absolute;
    bottom: -29px;
    left: 45%;
  }
  .trialContents01 .trialItem01:last-child {
    margin-bottom: 0;
  }
  .trialContents01 .trialItem01:last-child:after {
    display: none;
  }
  .trialContents01 .trialItem01 .trialImage01 {
    width: 100px;
    padding-top: 10px;
    text-align: center;
    display: inline-block;
  }
  .trialContents01 .trialItem01 .trialImage01:after {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  .trialContents01 .trialItem01 {
    padding: 10px 10px;
  }
  .trialContents01 .trialItem01:after {
    left: 50%;
    margin-left: -30px;
  }
  .trialContents01 .trialItem01 .trialImage01 {
    width: 100%;
    text-align: center;
    display: block;
  }
}

@media screen and (max-width: 1150px) {
  .trialContents01 .itemText01 {
    vertical-align: top;
    width: calc(100% - 120px);
    padding: 20px 15px;
    display: inline-block;
  }
}

@media screen and (max-width: 420px) {
  .trialContents01 .itemText01 {
    width: 100%;
    padding: 10px 0 25px;
    display: block;
  }
}

.trialContents01 .itemTitle01 {
  font-size: 16px;
  color: #EFAA7B;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 1150px) {
  .trialContents01 .itemTitle01 {
    text-align: left;
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 420px) {
  .trialContents01 .itemTitle01 {
    text-align: center;
    margin-bottom: 10px;
  }
}

.trialContents01 .itemDescription01 {
  font-size: 12px;
  color: #333333;
}

@media screen and (max-width: 1150px) {
  .trialContents01 .itemDescription01 {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 420px) {
  .trialContents01 .itemDescription01 {
    font-size: 13px;
  }
}

.trialContents01 .trialList01 {
  margin-bottom: 35px;
}

.contents01 .itemTitle01 {
  height: 45px;
}

@media screen and (max-width: 1150px) {
  .contents01 .itemTitle01 {
    height: auto;
  }
}

.contents01 .item02 .itemTitle01,
.contents01 .item05 .itemTitle01 {
  letter-spacing: 0;
}

.contents01 .item03 .itemTitle01 {
  padding-top: 15px;
}

@media screen and (max-width: 1150px) {
  .contents01 .item03 .itemTitle01 {
    padding-top: 0;
  }
}

@media screen and (max-width: 1150px) {
  .contents01 .item04 .trialImage01 {
    padding-top: 13px;
  }
}

.contents02 .item04 .itemTitle01 {
  letter-spacing: 0;
}

.contents02 .includedText01 {
  font-size: 12px;
  margin-top: 50px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 1150px) {
  .contents02 .includedText01 {
    font-size: 14px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .contents02 .includedText01 {
    font-size: 13px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .contents02 .includedText01 {
    font-size: 12px;
  }
}

@media screen and (max-width: 1150px) {
  .contents02 .item01 .trialImage01 {
    padding-top: 24px;
  }
}

@media screen and (max-width: 420px) {
  .contents02 .item01 .trialImage01 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 1150px) {
  .contents02 .item02 .trialImage01 {
    padding-top: 0;
  }
}

@media screen and (max-width: 420px) {
  .contents02 .item02 .trialImage01 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 1150px) {
  .contents02 .item04 .trialImage01 {
    padding-top: 3px;
  }
}

@media screen and (max-width: 420px) {
  .contents02 .item04 .trialImage01 {
    padding-top: 10px;
  }
}

.contents03 .item03 .itemTitle01,
.contents03 .item04 .itemTitle01,
.contents03 .item05 .itemTitle01 {
  letter-spacing: 0;
}

.contents03 .item04 .linkText01 {
  margin-top: 5px;
}

@media screen and (max-width: 1150px) {
  .contents03 .item04 .linkText01 {
    margin-top: 8px;
  }
}

.contents03 .item04 .linkText01 a {
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
}

@media screen and (max-width: 1150px) {
  .contents03 .item04 .linkText01 a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .contents03 .item04 .linkText01 a {
    font-size: 13px;
  }
}

@media screen and (max-width: 500px) {
  .contents03 .item04 .linkText01 a {
    font-size: 12px;
  }
}

@media screen and (max-width: 1150px) {
  .contents03 .item01 .trialImage01 {
    padding-top: 0;
  }
}

@media screen and (max-width: 420px) {
  .contents03 .item01 .trialImage01 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 1150px) {
  .contents03 .item04 .trialImage01 {
    padding-top: 32px;
  }
}

@media screen and (max-width: 420px) {
  .contents03 .item04 .trialImage01 {
    padding-top: 10px;
  }
}

.contents03 .item02 .itemTitle01,
.contents03 .item05 .itemTitle01 {
  padding-top: 15px;
}

@media screen and (max-width: 1150px) {
  .contents03 .item02 .itemTitle01,
  .contents03 .item05 .itemTitle01 {
    padding-top: 0;
  }
}

@media screen and (max-width: 1150px) {
  .contents03 .item05 .itemTitle01 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 420px) {
  .contents03 .item05 .itemTitle01 {
    padding-top: 15px;
  }
}

@media screen and (max-width: 420px) {
  .contents03 .item05 .itemText01 {
    padding: 0;
  }
}

.textBox01 {
  background-color: #fff;
}

.textBox01 th {
  color: #fff;
  vertical-align: middle;
  width: 180px;
  background-color: #e38a80;
  border: 1px solid #e38a80;
}

@media screen and (max-width: 767px) {
  .textBox01 th {
    width: 100%;
    padding: 7px 20px;
    text-align: left;
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .textBox01 th {
    text-align: center;
  }
}

.textBox01 td {
  font-size: 12px;
  padding: 20px;
  border: 1px solid #e38a80;
}

@media screen and (max-width: 767px) {
  .textBox01 td {
    width: 100%;
    padding: 10px 20px;
    display: block;
  }
}

@media screen and (max-width: 420px) {
  .textBox01 td {
    font-size: 13px;
  }
}

.textBox01 .incident {
  text-indent: -1em;
  padding-left: 1em;
}

.textBox01 .btn01 {
  width: 250px;
  margin: 15px 0 0;
}

@media screen and (max-width: 500px) {
  .textBox01 .btn01 {
    width: 90%;
    margin: 15px auto 0;
  }
}

.textBox01 .btn01 a {
  font-size: 13px;
  padding: 3px 0 4px;
}

.textBox01 .btn01 a:before {
  font-size: 15px;
}

@media screen and (max-width: 500px) {
  .textBox01 .btn01 a:before {
    font-size: 14px;
  }
}

.attentionContents01 {
  padding: 30px 20px;
  border: 1px solid #db877d;
}

.attentionContents01 .attentionTitle01 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .attentionContents01 .attentionTitle01 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 500px) {
  .attentionContents01 .attentionTitle01 {
    font-size: 16px;
  }
}

.attentionContents01 .attentionText01 {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .attentionContents01 .attentionText01 {
    font-size: 13px;
  }
}

.contents02 .textBox01 th:first-of-type {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .contents02 .textBox01 th:first-of-type {
    border-bottom: none;
  }
}

.contents03 .spOnly01 {
  display: none;
}

@media screen and (max-width: 1050px) {
  .contents03 .spOnly01 {
    display: block;
  }
}

.contents03 .spOnly02 {
  display: none;
}

@media screen and (max-width: 400px) {
  .contents03 .spOnly02 {
    display: block;
  }
}

.contents03 .itemTitle01 {
  height: 45px;
}

@media screen and (max-width: 1150px) {
  .contents03 .itemTitle01 {
    height: auto;
  }
}

.bottom01 {
  margin-bottom: 50px;
}

#trialContents01,
#trialContents02,
#trialContents03 {
  margin-top: -50px;
  padding-top: 50px;
}
