@charset "UTF-8";
/* CSS Document */
.pt-10 {
  padding-top: 100px
}
.pb-10 {
  padding-bottom: 100px
}
.mt-n10 {
  margin-top: -100px
}
.mt-5-3 {
  margin-top: 3rem !important;
}
@media (max-width: 640px) {
	.mt-5-3 {
  margin-top: 1rem !important;
}
	}
.mt-8 {
  margin-top: 80px
}
.mt-35 {
  margin-top: 35px
}
.mt-50 {
  margin-top: 50px
}
.mt-10 {
  margin-top: 100px
}
.mt-10-3 {
  margin-top: 100px
}
.mg_t150 {
  margin-top: 150px
}
.mg_t150-30 {
  margin-top: 150px
}
.mg_t150-80 {
  margin-top: 150px
}
.mg_t200 {
  margin-top: 200px
}
.mg_t200-0 {
  margin-top: 200px
}
@media (max-width: 640px) {
	.mg_t150-30 {
  margin-top: 30px
}
	.mg_t150-80 {
  margin-top: 80px
}
	.mg_t150 {
  margin-top: 100px
}
  .mg_t200 {
    margin-top: 70px
  }
  .mg_t200-0 {
    margin-top: 00px
  }
  .mt-10-3 {
    margin-top: 30px
  }
}
.mb-50 {
  margin-bottom: 50px
}
.mb-100 {
  margin-bottom: 100px
}
.mb-150-30 {
  margin-bottom: 150px
}
@media (max-width: 640px) {
  .mb-100 {
    margin-bottom: 50px
  }
	.mb-150-30 {
  margin-bottom: 30px
}
  .mb-200 {
    margin-bottom: 100px
  }
	
}
.mb-200 {
  margin-bottom: 200px
}
.mb-200-50 {
  margin-bottom: 200px
}
@media (max-width: 640px) {
  .mb-200 {
    margin-bottom: 100px
  }
	.mb-200-50 {
  margin-bottom: 50px
}
}
.mt-n140-10 {
  margin-top: -140px
}
@media (max-width: 640px) {
  .mt-n140-10 {
    margin-top: -20px
  }
}
.ml-100-0 {
  margin-left: 100px
}
@media (max-width: 640px) {
  .ml-100-0 {
    margin-left: 0px
  }
}
.box-pad {
  padding: 100px 0 60px;
}
/* 背景 */
.back-white {
  background: #FFFFFF
}
.back-black {
  background: #231815
}
.back-beige {
  background: #FFFAEF
}
.back-gray {
  background: #EEEEEE
}
.back-right-orange {
  background: #FFFBF7
}
.back-black-transparent {
  background: #EFEFEF
}
/* 背景 */
.bt-black {
  background: #231815;
  padding: 10px 20px 12px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 900;
}
/* 角丸 */
.kado-maru {
  border-radius: 10px;
}
/* シャドウ */
.shadow-m {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
/* ボーダー */
.b-b-1-gray {
  border-bottom: gainsboro solid 1px;
}
.border-gray {
  border: gainsboro solid 1px;
}
.b-t-dot-gray {
  border-top: gainsboro dotted 1px;
}


.back-message {
  background: rgba(232,232,232,1.00);
	padding: 30px 30px 10px;
	border-radius: 5px;
	
}


  .text-left-center{
    text-align: left
  }
@media screen and (max-width: 48em) {
  .text-left-center{
    text-align: center
  }
}

/* フォントカラー */
.text-red {
  color: #FF0004
}
.text-brown {
  color: #625149
}
/* フォントサイズ */
.text-s {
  font-size: 13px;
}
.text-sm {
  font-size: 15px;
  line-height: 1.5em
}
.text-m {
  font-size: 18px;
  line-height: 1.9em
}
.text-m p {
  padding-top: -3em; /*段落と段落の間*/
}
@media (max-width: 640px) {
  .text-m {
    font-size: 16px;
    line-height: 1.6em
  }
  .text-m p {
    padding-top: -3em; /*段落と段落の間*/
  }
  .text-l {
    font-size: 20px;
  }
  .text-l2 {
    font-size: 22px;
    line-height: 0.7em;
  }
}
.text-l {
  font-size: 20px;
}
.text-l2 {
  font-size: 24px;
  line-height: 2.3em
}
/* 見出しフォントサイズ */
.h3-colour {
  margin-top: 5px;
  font-size: 20px !important;
  line-height: 1.7em
}
.h2-colour {
  margin-top: 5px;
  font-size: 24px !important;
  line-height: 1.5em
}
.colour-h2 {
  margin-top: 5px;
  font-size: 24px !important;
  line-height: 1.5em
}
/* 英語フォントサイズ */
.text-en-bold {
  font-weight: bolder;
}
/* 英語フォントサイズ */
.text-bold {
  font-weight: bold
}
.text-en-s {
  font-size: 12px;
}
.text-en-m {
  font-size: 18px;
}
.text-en-l {
  font-size: 22px;
}
.text-en-m {
  font-size: 18px;
}
/* フォント */
.under__line {
  border-bottom: 1px solid #231815;
  width: 40px;
  margin: 10px auto 15px;
}
.left__line {
  margin-right: 15px;
  margin-left: 15px;
  border-left: 1px solid #231815;
  height: 5px;
}