/*==================================================================
    納品完了後、CSSを追加するファイル
===================================================================*/

body {
  /* //色 */
  --main-color: #020310;
  --sub-color-1: #f6931e;

  --white-color-1: #fff;
  --black-color-1: #22232a;
  --grey-color-1: #707070;
  --grey-color-2: #e7e7e8;
  --blue-color-1: #2c4198;

  --font-color: #fff;
  --font-color-black: #0d0e16;

  --gradation-back: rgb(0, 8, 21);
  --gradation-main: linear-gradient(
    90deg,
    #020310 0%,
    rgb(0 12 37) 50%,
    #020310 100%
  );

}

.p-lp-schedule {
    background: linear-gradient(    90deg,
      #020310 0%,
      rgb(0 12 37) 50%,
      #020310 100%
     );}

.u-text-sm-center{
  letter-spacing:.18em;
  }

.u-text-sm-center{
 margin-bottom: 1em!important;}

.u-color-blue-1{
font color:#2c4198!important;}

.u-text-sm-center {
  font-weight: 500!important;}


@media (max-width: 767px){
.p-lp-concept--textare p {
 line-height:1.8em!important;
letter-spacing:.2em!important;
font-size: 14px;
}}

.nameno{
  margin: 0 30px;
  padding: 40px 37px;}

.indent {
  margin-left: 1.8rem;
   text-indent: -1.8rem;
  }

.nnsize{
  width: 878px;
  margin: 0 auto;
}

@media (max-width: 767px){
.c-heading-1-ja {
    margin-top: 5px!important;
}}
