@charset "UTF-8";
/**
 * [オリジナル防災マップ]
 * [00] 2017.07.27 新規作成
 * [01] 2017.08.17 地図ボタンスタイル修正（buttonの共通指定初期化を追加）
 */
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/* ------------------
 スタイルリセット
 ------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* form */
[type="button"], [type="submit"], button, textarea, select {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

select::-ms-expand {
  display: none;
}

a {
  color: #0033cc;
  text-decoration: underline;
  cursor: pointer;
}

/* ------------------
 基本スタイル
 ------------------- */
* {
  box-sizing: border-box;
  -webkit-touch-callout: none;
}

html {
  margin: 0;
  height: 100%;
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0;
  line-height: 1.6;
  width: 100%;
}

img {
  display: inline-block;
  vertical-align: middle;
}

.wrapper {
  width: 980px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.3);
}

.block-image {
  display: block;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

/* ------------------
 セクション共通
 ------------------- */
.section {
  text-align: center;
}

.section:not(.top) {
  padding-top: 40px;
}

.section-main-title {
  font-size: 30px;
  font-weight: bold;
}

.section-sub-title {
  margin-bottom: 32px;
  font-size: 18px;
}

.top, .flow, .knack {
  background-color: #e9f5ff;
}

.separator {
  margin: 16px auto;
}

.open-map {
  height: auto;
  background: auto;
  line-height: auto;
  background: none;
  cursor: pointer;
}

.open-map:hover {
  background: none;
}

.open-map:active {
  position: relative;
  top: 2px;
}

.open-map[type='button'] {
  margin-top: 64px;
  margin-bottom: 8px;
}

/* ------------------
 作り方フロー
 ------------------- */
.flow-title {
  font-size: 24px;
  font-weight: bold;
  height: 60px;
  margin: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.flow-title img {
  margin-right: 16px;
}

.flow-item {
  font-size: 14px;
  padding-bottom: 40px;
}

.flow .step-container {
  margin-top: 24px;
  padding: 0 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flow .step:not(:first-child) {
  margin-left: 30px;
}

.flow .step.type-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.flow .step.type-vertical *:not(:first-child) {
  margin-top: 24px;
}

.flow .step-description {
  margin-top: 16px;
  text-align: left;
}

.flow .step-description.pos-upper {
  margin-top: 0;
  margin-bottom: 16px;
}

.flow .flow-output .step {
  width: 280px;
}

.flow .flow-save img[src*="13_illust"] {
  width: 216px;
  height: 197px;
  margin: 0 auto;
}

/* ------------------
 作り方のコツ
 ------------------- */
.knack .inner-block {
  margin: 0 16px;
  padding: 0 24px 48px;
  background-color: #ffffff;
}

.knack-title {
  padding-top: 4px;
  padding-left: 24px;
  display: table-cell;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  height: 79px;
  background: url("../img/top/originalMap/17_midashi_bg.png") no-repeat;
  background-size: 90px 79px;
  vertical-align: middle;
}

.knack-item {
  text-align: left;
  font-size: 14px;
  margin-top: 64px;
}

.knack-item p {
  margin: 16px 0;
}

.knack > .knack-item:first-child {
  margin-top: 24px;
}

.knack .half-box {
  width: 46%;
}

.knack .half-box:not(:first-child) {
  margin-left: 40px;
}

.knack .knack-flex {
  display: -ms-flexbox;
  display: flex;
}

.knack .knack-flex.type-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 240px;
}

.knack .knack-flex.type-vertical *:not(:first-child) {
  margin-top: 8px;
}

.knack .knack-flex:not(.type-vertical) p {
  margin-left: 16px;
}

.knack img[src*="20_illust"] {
  width: 180px;
  height: 181px;
  display: block;
}

.knack img[src*="21_illust"] {
  width: 207px;
  height: 67px;
}

/* ------------------
 マップを利用
 ------------------- */
.training-contents {
  font-size: 14px;
  margin: 24px 40px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

/* TOPに戻る */
.label-button {
  display: inline-block;
  margin: 48px auto;
  background-color: #24579c;
  color: #ffffff;
  width: 400px;
  padding: 8px;
  border-radius: 24px;
  font-size: 16px;
  text-decoration: none;
}

.label-button:active {
  position: relative;
  top: 2px;
}
