@charset "utf-8";

/* =============================================================

　 個別設定

============================================================= */
body,
html {
  height: 100%;
}

body {
  color: #525252;
  font-family: "segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 1.52em;
  text-align: center;
  word-wrap: break-word;
  line-height: 1.8;
  letter-spacing: .02em;
  -webkit-print-color-adjust: exact;
}

.displayPC {
  display: block;
}

.displaySP {
  display: none;
}


/*  カラー変更
---------------------------------------------*/

/*  ブルー */

.colorBlue01 #header h1 span.ttl-kv,
.colorBlue01 .ttlMain,
.colorBlue01 .ttlSub .txtEn,
.colorBlue01 .boxList ul li dt  {
  color: #1a87b1;
}

.colorBlue01 .ttl-kv-sub,
.colorBlue01 .btn-download {
  background-color: #1a87b1;
}

.colorBlue01 #footer {
  border-top: 5px solid #1a87b1;
}

.colorBlue01 .boxReferenceList dl dt:before {
  color: #1a87b1;
}

/*  グリーン */

.colorGreen01 #header h1 span.ttl-kv,
.colorGreen01 .ttlMain,
.colorGreen01 .ttlSub .txtEn,
.colorGreen01 .boxList ul li dt  {
  color: #2a9377;
}

.colorGreen01 .ttl-kv-sub,
.colorGreen01 .btn-download {
  background-color: #2a9377;
}

.colorGreen01 #footer {
  border-top: 5px solid #2a9377;
}

.colorGreen01 .boxReferenceList dl dt:before {
  color: #2a9377;
}

/*  ネイビー */

.colorNavy01 #header h1 span.ttl-kv,
.colorNavy01 .ttlMain,
.colorNavy01 .ttlSub .txtEn,
.colorNavy01 .boxList ul li dt  {
  color: #394661;
}

.colorNavy01 .ttl-kv-sub,
.colorNavy01 .btn-download {
  background-color: #394661;
}

.colorNavy01 #footer {
  border-top: 5px solid #394661;
}

.colorNavy01 .boxReferenceList dl dt:before {
  color: #394661;
}

/*  オレンジ */

.colorOrange01 #header h1 span.ttl-kv,
.colorOrange01 .ttlMain,
.colorOrange01 .ttlSub .txtEn,
.colorOrange01 .boxList ul li dt  {
  color: #e67745;
}

.colorOrange01 .ttl-kv-sub,
.colorOrange01 .btn-download {
  background-color: #e67745;
}

.colorOrange01 #footer {
  border-top: 5px solid #e67745;
}

.colorOrange01 .boxReferenceList dl dt:before {
  color: #e67745;
}


/*  レッド */

.colorRed01 #header h1 span.ttl-kv,
.colorRed01 .ttlMain,
.colorRed01 .ttlSub .txtEn,
.colorRed01 .boxList ul li dt  {
  color: #ba504a;
}

.colorRed01 .ttl-kv-sub,
.colorRed01 .btn-download {
  background-color: #ba504a;
}

.colorRed01 #footer {
  border-top: 5px solid #ba504a;
}

.colorRed01 .boxReferenceList dl dt:before {
  color: #ba504a;
}

/*  イエロー */

.colorYellow01 #header h1 span.ttl-kv,
.colorYellow01 .ttlMain,
.colorYellow01 .ttlSub .txtEn,
.colorYellow01 .boxList ul li dt  {
  color: #acac5d;
}

.colorYellow01 .ttl-kv-sub,
.colorYellow01 .btn-download {
  background-color: #acac5d;
}

.colorYellow01 #footer {
  border-top: 5px solid #acac5d;
}

.colorYellow01 .boxReferenceList dl dt:before {
  color: #acac5d;
}

/*  文字関係
---------------------------------------------*/
a {
  color: #007afe;
  text-decoration: none;
}

a:hover {
  color: #007afe;
  text-decoration: underline;
}

.fwB {
  font-weight: bold;
}

.txtLg {
  font-size: 1.3em;
}

/*  全体・コンテナー 設定
---------------------------------------------*/
#container {
  position: relative;
  width: 100% !important;
}

.boxInner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  text-align: left;
}

#header {
  display: table;
  width: 100%;
  height: 450px;
  margin-bottom: 0;
  padding: 0;
  background: url(../img/bg-header.jpg) no-repeat;
  background-size: cover;
}

#header h1 {
  width: 1000px;
  margin: 0 auto;
  padding-top: 200px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#header h1 span.ttl-kv-sub {
  display: inline-block;
  margin-bottom: 0.8em;
  padding: 8px 10px;
  text-align: left;
  color: #fff;
}

#header h1 span.ttl-kv {
  padding: 12px 14px;
  font-size: 1.35em;
  background-color: #fff;
} 

/*  コンテンツ 設定
---------------------------------------------*/
#content {
  margin: 0 auto;
  padding-top: 70px;
}

.ttlMain {
  margin-bottom: 30px;
  font-size: 1.62em;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.boxSection {
  margin-bottom: 70px;
}

.boxIntro {}

.boxIntro p {
  margin-bottom: 30px;
}

.boxAttention {
  padding: 1.5em 1.5em 1em;
  font-weight: bold;
  color: #cf3e3e;
  background-color: #fef0f0;
}

.ttlSub {
  margin-bottom: 40px;
  font-size: 1.6em;
  font-weight: bold;
  color: #525252;
}

.ttlSub .txtEn {
  padding-left: 20px;
  font-size: 0.6em;
}

.boxList {
  margin-bottom: 30px;
}

.boxList ul {
  margin-bottom: 0;
  padding-left: 0;
}

.boxList ul li {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #a5a5a5;
}

.boxList ul li p:last-child {
  margin-bottom: 0;
}

.boxList ul li dl {
  margin-bottom: 0;
}

.boxList ul li dt {
  float: left;
  width: 185px;
  font-size: 1.25em;
}

.boxList ul li dd {
  margin-bottom: 0;
  padding-left: 185px;
}

.boxList p {
  margin-bottom: 15px;
  line-height: 2;
}

.boxList a {
  color: inherit;
}

.txtPoint {
  margin-left: -10px;
  padding-left: 10px;
}

.btn-download {
  display: inline-block;
  padding-left: 38px;
  border-radius: 0;
  background-image: url(../img/icn-download.png);
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 13px;
  color: #fff !important;
  font-size: 1.25rem;
  font-weight: bold;
  white-space: inherit;
  text-align: left;
  transition: background-color 0.4s ease;
}

.btn-download:hover {
  opacity: 0.6;
  text-decoration: none !important;
}

.boxDownloadList dd {
  min-height: 25px;
  padding-top: 5px;
}

.boxReference {
  margin-bottom:80px;
}

.boxReferenceList ul {
  margin: 0;
  padding: 0;
}

.boxReferenceList ul li {
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

.boxReferenceList dl dt {
  font-size: 1.1em;
}

.boxReferenceList dl dt:before {
  content: "▼";
  margin-right: 0.25em;
  font-size: 0.65em;
  vertical-align: text-top;
}

/* ---- 終了ページ ---- */
.boxEnd {
  padding: 0 20px 70px;
}

/*  フッター 設定
---------------------------------------------*/
#footer {
  min-height: 150px;
  background: #f5f4ef;
}

#footer .boxInner {
  padding: 30px 0;
  text-align: right;
}

#footer #copyright {}
