/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

h2 {
  font-size: 24px;
  margin-bottom: 30px;
  border-left: solid 3px gray;
  padding-left: 8px;
  font-weight: bold; }
  h2.item-title {
    border-left: none;
    margin-bottom: 10px; }

h3 {
  border-bottom: 1px solid #000;
  font-size: 110% !important;
  font-weight: bold;
  padding-bottom: 5px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 30px; }

h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000; }

h3:before {
  background: #000;
  content: "";
  height: 10px;
  width: 10px;
  left: 0;
  position: absolute;
  top: 3px; }

figure {
  margin-bottom: 30px; }

ol, ul {
  margin-left: 16px;
  margin-bottom: 30px; }
  ol li, ul li {
    font-size: 16px;
    line-height: 2em; }

ol {
  list-style: decimal; }

ul {
  list-style: disc; }

p {
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 30px; }
  p.introduction {
    color: #444;
    font-size: 16px;
    display: flex;
    align-items: center; }
  p.introduction:before, p.introduction:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #444;
    display: block; }
  p.introduction:before {
    margin-right: .4em; }
  p.introduction:after {
    margin-left: .4em; }
  p.fr, p.fr_c {
    float: right;
    width: 280px;
    margin-left: 15px; }
    p.fr img, p.fr_c img {
      width: 100%; }
  p.fl {
    float: left;
    width: 280px; }
  p.fc {
    width: 100%; }
    p.fc img {
      width: 100%; }

.grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }

.cell.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }

section.inquiry {
  border: solid 1px #ceddf6;
  background-color: #f3f6fc;
  /* border-radius */
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 15px; }

table.hyou {
  margin-bottom: 60px; }
  table.hyou th {
    background-color: #eee; }
  table.hyou th, table.hyou td {
    font-size: 14px;
    line-height: 2em; }

.red {
  color: red; }

div.photobox {
  overflow: hidden; }
  div.photobox p.fr, div.photobox p.fl {
    width: 48%; }

@media only screen and (max-width: 767px) {
  p.fr {
    width: 200px; }
  p.fr_c {
    width: 100%;
    float: none;
    margin: 0px;
    margin-bottom: 20px; }

  div.photobox p.fr, div.photobox p.fl {
    width: 100%; } }
