﻿@charset "UTF-8";

/* ========================================
Reset
======================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
  vertical-align:baseline;
  background:transparent;
	list-style-type: none;
}

/* ========================================
Base
======================================== */
body {
  background: #fff;
  border-top: 3px #939 solid;
}
.outer {width: 100%;}
article {
  padding: 0 10px;
  margin: 0 auto;
}

.logo {
  max-width: 960px;
  margin: 25px auto 13px;
}

article {
  max-width: 940px;
  margin: 0 auto;
}

/* Header & Footer */
header p {
  padding: 3px 12px;
  background: #efefef;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 85%;
}
header h1 {
  margin: 5px 0 0 12px;
  font-size: 200%;
  font-weight: normal;
}

header nav {
  margin: 0 0 0 12px;
  font-size: 80%;
}

footer {
  margin-top: 20px;
  padding: 15px 10px 10px 10px;
  border-top: 1px #efefef solid;
  font-size: 85%;
  line-height: 125%;
}

footer .inner {
  max-width: 960px;
  margin: 5px auto;
  line-height: 1.5;
}

/* Contents */
section {
  padding: 10px;
  margin: 30px 12px 0 12px;
  border-radius: 5px;
  box-shadow: 0 0 5px #999;
}
section h1 {
  height: 40px;
  padding-left: 50px;
  font-size: 150%;
  font-weight: normal;
  line-height: 40px;
}

div a:link, a:visited {
  color: #06c;
  text-decoration: underline;
}

p.att{margin: 5px 50px 0;font-size: 90%;}

/* List */
ul {
  margin: 5px 50px 0;
  font-size: 90%;
  line-height: 120%;
}

ul.title-list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

ul.title-list li {
  background: #f1f9f8;
  background: -moz-linear-gradient(top, #f1f9f8 0%, #e4f6f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f9f8), to(#e4f6f4));
  border: 3px #40bfb0 solid;
  border-radius: 5px;
}

ul.title-list li a {
  display: flex;
  align-items: center;
  padding: 4px;
  text-decoration: none;
  font-size: 100%;
  font-weight: bold;
  color: #40bfb0;
  line-height: 1;
}

ul.title-list li i.icon{
  display: inline-block;
  margin-right: .5em;
  min-width: 30px;
  aspect-ratio: 1 / 1;
  background-size: contain;
  border-radius: 4px;
}

i.pad {background: url(../_img/icon_pad.png) no-repeat;}
i.padr {background: url(../_img/icon_padr.png) no-repeat;}
i.rao{background: url(../_img/icon_rao.png) no-repeat;}
i.teppen{background: url(../_img/icon_teppen.png) no-repeat;}
i.rm {background: url(../_img/icon_rm.png) no-repeat;}
i.sb {background: url(../_img/icon_sb.png) no-repeat;}
i.kps {background: url(../_img/icon_kps.png) no-repeat;}
i.d-rpg {background: url(../_img/icon_d-rpg.png) no-repeat;}
i.rox {background: url(../_img/icon_rox.png) no-repeat;}
i.pad-zero {background: url(../_img/icon_pad-zero.png) no-repeat;}

@media screen and (max-width: 960px) {
  .logo {	margin: 10px 10px 0 10px; }
  ul.title-list{
    grid-template-columns: 1fr;
  }
  ul.title-list li a {
    padding: 10px;
  }
  ul.title-list li i.icon{
    min-width: 45px;
  }
}