@charset "utf-8";
/* CSS Document */
body{
  line-height: 1.5em;
  font-family:'M PLUS Rounded 1c',"Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif !important;
  color:#171c60 !important;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.oswald {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}
.Page-top {
    position: fixed;
    right: 0;
    bottom: 15%;
    right: 1%;
}

/*header
************************************************/

/*mv
************************************************/

/*cv-point
************************************************/

/*content01
************************************************/

/*content02
************************************************/

/*content03
************************************************/

/*content04
************************************************/

/*content05
************************************************/

/*content06
************************************************/

/*content07
************************************************/

/*content08
************************************************/

/*footer
************************************************/
footer{
  background:#333;
  color:#fff;
  text-align:center;
}
p.c_font{
  color:#fff;
}
.bg-white{
  background-color:#fff;
}

/*お問い合わせフォーム
******************************************/

/* 1200px以上の場合
************************************************/
@media screen and (min-width : 1200px) {

}

/* 992px以上の場合
************************************************/
@media screen and (min-width : 992px) {

}

/* 1199px以下の場合
************************************************/
@media screen and (max-width : 1199px) {
}

/* 991px以下の場合（タブレット以下）
************************************************/
@media screen and (max-width : 991px) {
}

/* 992px以上の場合（PC以上）
************************************************/
@media screen and (min-width : 992px) {
}

/* 768px以上の場合（タブレット以上以上）
************************************************/
@media screen and (min-width : 768px) {
}

/* 768px以上 ～ 991px以下(タブレット限定)
************************************************/
@media screen and (min-width: 768px) and (max-width: 991px) {
}

/* 767px以下の場合(スマートフォン以下)
************************************************/
@media screen and (max-width: 767px) {
  footer{
  height: 70px;
}

}
/* form fin ************************************/
}
