@charset "UTF-8";
/* ==================================
  reset
================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  box-sizing: border-box;
}

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-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type="text"], input[type="checkbox"], input[type="date"], input[type="tel"], input[type="url"], input[type="email"], input[type="time"], textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

ul, ol, dl {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

th {
  font-weight: normal;
}

em {
  font-style: normal;
}

/* buttonの子要素にimgで表示させる事前提。
cssで表現する場合も考え、保険でfontを入れておく */
button {
  padding: 0;
  border: none;
  background: none;
  font: inherit;
}

/* ==================================
  base setting
================================== */
html, input, textarea {
  font-family: "Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4f4f4f;
  font-size: 12px;
  word-break: break-all;
}

img {
  vertical-align: bottom;
}

a {
  outline: none;
}

a:hover, button:hover {
  opacity: 0.7;
}

.g-wrapper {
  margin: 0 auto;
}

.container {
  width: 990px;
  margin: 0 auto;
}

/* trunk用 */
*[class*="trunk8_"] {
  display: block;
}

/* clearFix
---------------------------------------------------------- */
.clear {
  clear: both;
}

.clearFix {
  zoom: 100%;
}

.clearFix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: " ";
}

/* 画像上下左右中央揃え
---------------------------------------------------------- */
/* 幅、高さは各ページで設定 */
.p-imgWrap {
  display: block;
  /* aタグの場合が多いから */
  position: relative;
  overflow: hidden;
}

.p-imgWrap img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* 1行のみ3点リーダー */
.p-ellipsis {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* テーブルにする */
.item-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.item-table > * {
  display: table-cell;
}

/* main
---------------------------------------------------------- */
.main {
  display: block;
}

/* 左カラム
---------------------------------------------------------- */
.l-col2 {
  width: 190px;
  float: left;
  margin-right: 10px;
}

/* 右カラム
---------------------------------------------------------- */
.l-rightCol {
  width: 200px;
  float: right;
  margin-top: 32px;
}

/* メインカラム
---------------------------------------------------------- */
.l-mainCol {
  width: 790px;
  float: left;
}

/* totop
---------------------------------------------------------- */
#btn-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2019/02/13, 11:05:45
    Author     : sudo
*/
/* ページのタイトル
---------------------------------------------------------- */
.page-ttl {
  padding-bottom: 7px;
  border-bottom: 3px solid #DFDCD1;
  font-size: 23px;
  font-weight: bold;
  position: relative;
}

.page-ttl em {
  color: #4BA500;
}

.page-ttl:after {
  content: "";
  display: block;
  width: 220px;
  height: 3px;
  background: #4BA500;
  position: absolute;
  left: 0;
  bottom: -3px;
}

/* セクションのタイトル
---------------------------------------------------------- */
.section-ttl {
  min-height: 45px;
  padding: 12px 5px 10px 10px;
  background: #FCF9F2;
  border-top: 1px solid #D1CCC4;
  border-left: 5px solid #4BA500;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.2;
}

.section-ttl em {
  color: #4BA500;
}

/* ==================================
検索系ページのメインコンテンツ共通部分
================================== */
.l-mainCol .search-head {
  padding: 30px 0 8px;
  border-top: 4px solid #eeece4;
  border-bottom: 4px solid #eeece4;
}

.l-mainCol .search-head h2 {
  padding-bottom: 2px;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
}

.l-mainCol .search-head li {
  width: 100px;
  float: left;
  border-right: 1px solid #a4a4a4;
  font-size: 14px;
  text-align: center;
  color: #4f4f4f;
  position: relative;
}

.l-mainCol .search-head li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -8px;
}

.l-mainCol .search-head li a:after, .l-mainCol .search-head li span:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -12px;
}

.l-mainCol .search-head li a:hover:after, .l-mainCol .search-head li span:hover:after {
  background: #ffb400;
}

.l-mainCol .search-head li span:after {
  background: #ffb400;
}

.l-mainCol .search-head li:first-child {
  border-left: 1px solid #a4a4a4;
}

.l-mainCol .search-head li:last-child {
  color: #fe5474;
}

.l-mainCol .search-head a, .l-mainCol .search-head span {
  display: block;
}

.l-mainCol .result-counter {
  padding-top: 30px;
  margin-bottom: 10px;
  color: #333333;
  font-size: 12px;
}

.l-mainCol .result-counter span {
  font-size: 16px;
  font-weight: bold;
}

.f-areaSearch {
  width: 190px;
  margin-left: 10px;
  padding: 13px 10px 20px;
  border: 1px solid #CCCCCC;
}

.f-areaSearch .areaSearch-ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 13px;
}

.f-areaSearch .areaSearch-ttl em {
  font-size: 15px;
  color: #4BA500;
}

.f-areaSearch .areaSearch-list {
  overflow: hidden;
  border: 1px solid #EEECE4;
  border-radius: 4px;
}

.f-areaSearch .areaSearch-item {
  background: #FAF8F5;
}

.f-areaSearch .areaSearch-item:last-child .areaSearch-link {
  border-bottom: none;
}

.f-areaSearch .areaSearch-link {
  display: table-cell;
  width: 190px;
  height: 40px;
  padding-left: 10px;
  border-bottom: 1px solid #EEECE4;
  font-size: 13px;
  vertical-align: middle;
  color: #4F4F4F;
  font-weight: bold;
  position: relative;
}
