/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
.pc {
  display: block;
}
@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 736px) {
  .sp {
    display: block;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  img {
    max-width: 100%;
  }
}

#contact input[type=button], input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=text], select {
  height: 40px;
  font-size: 1.6rem;
  padding-left: 5px;
  border: 1px solid #ccc;
}

input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  vertical-align: text-top;
}

textarea {
  border: 1px solid #ccc;
  font-size: 1.6rem;
}

.supplement1 {
  color: #8c8c8c;
  margin: 5px 0 20px 0;
}

.supplement2 {
  color: #8c8c8c;
  margin: 5px 0 0 0;
}

.supplement3 {
  color: #8c8c8c;
  margin: 0;
}

input.bnone {
  height: 27px;
  padding-left: 5px;
  border: 0;
  border-bottom: 1px solid #ccc;
}

.head {
  background: url("../img/bg_head_back.jpg") no-repeat center center;
  background-size: cover;
  padding: 70px 0;
}
.head .title {
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.head .title span {
  color: #fff;
}

section > .content {
  padding-top: 80px;
}

#contact .contactHead {
  margin-bottom: 60px;
}
#contact .contactHead .txt + .txt {
  margin-top: 20px;
}
#contact form th span {
  color: #f00;
}
#contact .privacy {
  margin: 40px 0;
}
#contact .privacy .txt {
  margin-bottom: 20px;
}
#contact .privacy .txt a {
  color: #d12600;
}
#contact .privacy .txt a img {
  margin-left: 5px;
}
#contact .b_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to left, #d93924, #ef8200 70%, #f6aa00);
  width: 300px;
  height: 60px;
  margin: 0 auto;
  font-size: 2.2rem;
}
#contact .b_btn:hover {
  opacity: 1;
}
#contact .b_btn span {
  color: #fff;
  z-index: 2;
}
#contact .b_btn_on {
  cursor: pointer;
}
#contact .b_btn_on:after {
  content: "";
  background: linear-gradient(to left, #f6aa00, #ef8200 30%, #d93924);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all 1s;
  border-radius: 60px;
}
#contact .b_btn_on:hover:after {
  opacity: 0;
}
#contact .b_btn_off {
  background: #E6E6E6;
  cursor: inherit;
}

#news .contact .content {
  padding: 60px 0 80px;
}
#news .news_cnt {
  padding: 20px 0;
  border-top: solid 1px #ccc;
}
#news .news_cnt:last-child {
  border-bottom: solid 1px #ccc;
}

#privacy .content {
  width: 960px;
}
#privacy .caption {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: solid #cccccc 1px;
}
#privacy .privacy_block {
  margin-bottom: 60px;
  text-align: left;
}
#privacy .privacy_block ol li {
  margin-left: 20px;
  list-style: disc;
}
#privacy .privacy_block a {
  color: #d12600;
}
#privacy .privacy_block * + *:not(li) {
  margin-top: 20px;
}

#moved .title_txtRed {
  font-size: 3.4rem;
  color: #d12600;
}
#moved .background .content {
  padding: 60px 0 80px;
  text-align: center;
}
#moved .background_logo {
  position: relative;
  background: #d12600;
  padding: 30px 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
#moved .background_logo:before, #moved .background_logo:after {
  content: "";
  position: absolute;
  top: -90px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #d12600 transparent;
}
#moved .background_logo:before {
  left: 0;
  border-width: 0 50vw 90px 0;
}
#moved .background_logo:after {
  right: 0;
  border-width: 0 0 90px 50vw;
}
#moved .background_logo .ttl {
  margin-bottom: 30px;
  font-size: 24px;
}
#moved .background_logo .txt {
  margin-top: 10px;
}
#moved .background_logo img {
  width: 500px;
}
#moved .merit h4 {
  margin-bottom: 10px;
}
#moved .merit_list {
  width: 1000px;
  margin: 0 auto 45px;
  text-align: left;
}
#moved .merit_list_li {
  padding: 10px 10px 10px 110px;
  font-weight: bold;
  color: #fff;
}
#moved .merit_list_li:first-child {
  background: #808080;
}
#moved .merit_list_li:nth-child(2) {
  background: #4d4d4d;
}
#moved .merit_list_li:nth-child(3) {
  background: #1a1a1a;
}
#moved .merit_list_li span {
  margin-right: 80px;
  padding-right: 80px;
  border-right: solid #fff 1px;
}
#moved .merit .txt {
  width: 1000px;
  margin: 0 auto 40px;
  text-align: left;
}
#moved .merit .txt span {
  color: #d12600;
  font-weight: bold;
}
#moved .merit .catch {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6;
}
#moved .merit .catch span {
  display: inline-block;
  background: linear-gradient(transparent 80%, #fbb03b 80%);
  font-weight: bold;
}
#moved .merit .catch span.red {
  font-size: 3rem;
  color: #d12600;
}
#moved .warning {
  background: url("../../moved/img/bg_warning.jpg") no-repeat center center;
  background-size: cover;
}
#moved .warning h3 {
  color: #fff;
}
#moved .warning h4 {
  background: #450400;
  margin: 0 auto 30px;
  padding: 5px;
  font-size: 2rem;
  color: #fff;
}
#moved .warning h4:first-child {
  margin-top: 0;
}
#moved .warning_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
#moved .warning_list li {
  padding: 20px 40px;
  color: #fff;
  border: solid 1px #fff;
  text-align: left;
}
#moved .warning_list-01 li {
  width: calc(33.3333333333% - 20px);
}
#moved .warning_list-02 li:first-child {
  width: calc(33.3333333333% - 20px);
}
#moved .warning_list-02 li:nth-child(2) {
  width: calc(66.6666666667% - 10px);
}
#moved .warning_list-03 li {
  width: calc(50% - 15px);
}
#moved .warning_list-03 li h5 {
  margin: 0 auto 10px;
  font-size: 1.8rem;
  text-align: center;
}
#moved .warning .attention {
  display: flex;
  justify-content: flex-end;
  padding-left: 1em;
  font-size: 1.4rem;
  color: #fff;
  text-align: left;
  text-indent: -1em;
}
#moved .pattern {
  background: #e6e6e6;
}
#moved .pattern_list {
  width: 1100px;
  margin: 0 auto;
}
#moved .pattern_list_li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: dotted 3px #d12600;
}
#moved .pattern_list_li + li {
  margin-top: 30px;
}
#moved .pattern_list_li:last-child {
  padding-bottom: 30px;
  border-bottom: dotted 3px #d12600;
}
#moved .pattern_list_li .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 130px;
  height: 130px;
  margin-left: 30px;
  border-radius: 50%;
  font-size: 6rem;
  color: #d12600;
}
#moved .pattern_list_li .circle p {
  line-height: 0.8;
  font-family: "Alegreya Sans SC", sans-serif;
}
#moved .pattern_list_li .circle span {
  display: block;
  font-family: "Alegreya Sans SC", sans-serif;
  font-size: 2.2rem;
  color: #d12600;
}
#moved .pattern_list_cnt {
  width: 890px;
  padding-right: 30px;
  text-align: left;
}
#moved .pattern_list_cnt h4 {
  margin-bottom: 20px;
  font-size: 2rem;
}
#moved .pattern_list_cnt li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
#moved .pattern_list_cnt li + li {
  margin-top: 10px;
}
#moved .pattern_list_cnt li a {
  color: #0071bc;
}
#moved .qanda {
  background: url("../../moved/img/bg_qanda.jpg") center bottom no-repeat;
}
#moved .qanda .content {
  padding-bottom: 200px;
}
#moved .qanda_list {
  width: 1100px;
  margin: 0 auto;
  text-align: left;
}
#moved .qanda_list dt, #moved .qanda_list dd {
  position: relative;
  padding: 25px 30px 25px 130px;
}
#moved .qanda_list dt:before, #moved .qanda_list dd:before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 52px;
  height: 52px;
  margin: auto;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 50%;
}
#moved .qanda_list dt {
  margin-top: 30px;
  font-size: 2rem;
  font-weight: bold;
  color: #d12600;
}
#moved .qanda_list dt:before {
  content: "Q";
  background: #d12600;
  color: #fff;
  font-weight: normal;
}
#moved .qanda_list dt:first-child {
  margin-top: 0;
}
#moved .qanda_list dd {
  background: #d12600;
  color: #fff;
}
#moved .qanda_list dd:before {
  content: "A";
  background: #fff;
  color: #d12600;
}

body#feature {
  min-width: inherit;
}

#missending section {
  min-width: inherit;
}
#missending section > .content {
  max-width: 960px;
  width: 100%;
  padding: 60px 30px 80px;
}
@media screen and (max-width: 736px) {
  #missending section > .content {
    max-width: 100%;
    padding: 30px 4% 50px;
  }
}
#missending #header {
  min-width: inherit;
}
#missending #header .header_logo {
  max-width: 234px;
  min-width: 180px;
  width: 19.8vw;
}
#missending #header .header_logo img {
  width: 100%;
}
#missending #header .header_list li a {
  line-height: 1.4;
}
#missending .main {
  position: relative;
  background: url(../../missending/img/bg_main.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
#missending .main .content {
  padding: 80px 30px 260px 30px;
}
@media screen and (max-width: 736px) {
  #missending .main .content {
    padding: 40px 4% 210px;
  }
}
#missending .main h2 {
  display: inline-block;
  position: relative;
  margin: 0 auto 40px;
}
@media screen and (max-width: 736px) {
  #missending .main h2 {
    margin: 0 auto 25px;
  }
}
#missending .main h2 img:first-child {
  position: absolute;
  top: -40px;
  left: -85px;
}
@media screen and (max-width: 736px) {
  #missending .main h2 img:first-child {
    top: -20px;
    left: -12px;
    width: 65px;
    height: 65px;
  }
}
#missending .main h2 img:nth-child(2) {
  padding-left: 60px;
}
@media screen and (max-width: 736px) {
  #missending .main h2 img:nth-child(2) {
    padding-left: 70px;
  }
}
#missending .main .catch {
  font-size: 4.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 736px) {
  #missending .main .catch {
    font-size: 2rem;
  }
}
#missending .main .catch span {
  display: block;
  padding-top: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 736px) {
  #missending .main .catch span {
    padding-top: 5px;
  }
}
#missending .main .catch span.big {
  font-size: 6rem;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  #missending .main .catch span.big {
    font-size: 3.6rem;
  }
}
#missending .main .catch span.yellow {
  color: #fce124;
}
#missending .main svg {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}
#missending .main svg .cls-1 {
  width: 100%;
}
#missending .about {
  background: #f4f6fa;
}
#missending .about .content {
  padding-top: 0;
}
#missending .about .img {
  position: relative;
  z-index: 2;
  margin-top: -260px;
}
#missending .about .box {
  display: flex;
  justify-content: center;
  margin: 30px auto 60px;
}
@media screen and (max-width: 736px) {
  #missending .about .box {
    display: block;
    margin: 20px auto 40px;
  }
}
#missending .about .box .article {
  background: #fff;
  border-top: solid 5px #d12600;
  box-shadow: 0px 0px 20px 0px rgba(75, 75, 75, 0.2);
  width: 400px;
  margin: 0 20px;
  padding: 30px;
}
@media screen and (max-width: 736px) {
  #missending .about .box .article {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
}
@media screen and (max-width: 736px) {
  #missending .about .box .article + .article {
    margin-top: 10px;
  }
}
#missending .about .box .article dt {
  margin-bottom: 30px;
  font-size: 2.1rem;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  #missending .about .box .article dt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 736px) {
  #missending .about .box .article dd img {
    height: 60px;
  }
}
#missending .about .box .article dd p {
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  #missending .about .box .article dd p {
    margin-top: 10px;
  }
}
#missending .about .catch {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #d12600;
}
#missending .about .txt span {
  font-weight: bold;
}
#missending .about h3 {
  background: #d12600;
  margin: 60px auto 40px;
  padding: 10px 20px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 736px) {
  #missending .about h3 {
    margin: 40px auto 20px;
  }
}
#missending .about table {
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  #missending .about table {
    width: 900px;
    margin-bottom: 0;
  }
}
#missending .about table tr th, #missending .about table tr td {
  background: #fff;
  padding: 10px 15px;
  vertical-align: middle;
  line-height: 1.4;
  text-align: center;
  font-size: 1.3rem;
}
#missending .about table tr th:not(:last-child, :first-child) {
  border: solid #cccccc;
  border-width: 0 1px;
}
#missending .about table tr th span {
  font-size: 1.1rem;
  font-weight: normal;
}
#missending .about table tr td:first-child {
  text-align: left;
}
#missending .about table tr td:not(:last-child, :first-child) {
  border: solid #cccccc;
  border-width: 0 1px;
}
#missending .about .dlbox {
  text-align: center;
}
#missending .about .dlbox .btn {
  display: inline-block;
  background: #d12600;
  margin: -40px auto 0;
  padding: 30px 40px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  border-radius: 100vmax;
}
@media screen and (max-width: 736px) {
  #missending .about .dlbox .btn {
    width: 100%;
    margin: -30px auto 0;
    padding: 15px 20px;
    font-size: 1.8rem;
  }
}