@charset "utf-8";

/***************************************
* Title: EMot 旅行約款スタイル
* Date: 2019. 09. 24.
* Author: hato maho
***************************************/

/***************************************
* 初期化（触らない）
***************************************/

html {
  font-size: 62.5%; /* = 10px */
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0 auto;
  max-width: 640px;
  font-size: 1.4rem; /* = 14px */
  line-height: 1.5;
  color: #090909;
  background: #fdfdff;
  border: 1px solid #e9e9ea;
}

h1 {
  margin: 15px 0;
  font-size: 1.8rem;
} 

h2 {
  margin: 15px 0;
  padding-top: 8px;
  font-size: 1.6rem;
  border-bottom: 1px solid #e9e9ea;
}

h3 {
  margin: 0 0 8px;
  padding-top: 8px;
  font-size: 1.4rem;
}

ol, ul {
  margin: 0;
  padding-left: 20px;
}

li {
  margin-top: 10px;
}

p {
  margin: 0 auto 8px;
}

a {
  text-decoration: none;
  color: #f5ac04;
}

/***************************************
* メインコンテンツ
***************************************/

/* ヘッダー */
header {
  background: #ffcb06; /* ヘッダエリアの背景色 */
  padding: 1px 15px;
}

/* メイン（ヘッダー、フッタ以外の部分） */
main {
  padding: 0 15px;
  margin: 15px 0;
}

/* 章 */
article {
  margin-bottom: 20px;
}

/* 節 */
section {
  margin-bottom: 15px;
}

/* 表 */
table {
  border-collapse: collapse;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
th, td {
  border: 1px solid #e9e9ea;
}
.numeric {
  text-align: right;
}

/* リード文 */
.introduction {
  background: #fff;
  margin: 15px 0;
  padding: 15px;
  border-radius: 5px;
  filter:drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));
}
.introduction p {
  margin: 0;
}

/* 注意書き */
.caution {
  color: #ff0000
}

/* 社名 */
.company {
  margin-top: 15px;
  text-align: right;
}

/***************************************
* フッタ
***************************************/

footer {
  padding: 1px 15px;
  background: #ffcb06; /* フッタエリアの背景色 */
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}
