﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Poppins:wght@200;400;500;600&display=swap');

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* ----全体設定---- */
html{
  font-size: 62.5%;
}

body {
  margin: 0;
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;*/
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.5;
  min-width: 320px;
  color: #000000;
  margin-bottom: 0 !important;
	
  font-family: Poppins, Noto Sans JP,sans-serif;
  font-feature-settings: 'palt' on;
  /*font-feature-settings: 'ss04' on;*/
}

body.fixed{
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}


/* ----ヘッドライン---- */

h1,
.h1 {
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  background-color: transparent;
}



h2 {
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
/*  background-color: #efefef;*/
}

h3 {
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
}

/* ----リンク---- */

a {
  color: #000000;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}

/* ----タグ---- */

img {
  max-width: 100%;
  vertical-align: bottom;
}

hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}

address {
  font-style: normal;
}


*:focus {
outline: none;
}

/* SalesForceログイン */
/* SNSログイン復活 */
/*
#sfid-social, .sfid-small {
	display: none;
}
*/