@charset "Shift_JIS";

/**
 * Common Styles
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 *
 */
/* ==========================================================================
   01. 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-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

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; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  color: #333;
  font-size: 62.5%; }

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 160%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
  min-width: 1040px; }
  body * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

#main {
  display: block;
  padding-bottom: 100px; }

/* link
   ========================================================================== */
a {
  color: #187501;
  text-decoration: none; }

a:visited {
  color: #187501;
  text-decoration: none; }

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

/* image
   ========================================================================== */
img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top; }

table th img,
table td img {
  vertical-align: middle; }

/* ClearFix
   ========================================================================== */
.clear {
  clear: both; }

.clearfix,
.fbox,
#contents {
  display: block; }
  .clearfix:after,
  .fbox:after,
  #contents:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* float
   ========================================================================== */
.fr {
  float: right; }

.fl {
  float: left; }

ul.fbox li {
  float: left;
  display: inline; }

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

/* form label
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle; }

/* position
   ========================================================================== */
.text-r {
  text-align: right !important; }

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important; }

.text-l {
  text-align: left !important; }

/* block
   ========================================================================== */
/* 下余白確保用 */
.main-block {
  margin-bottom: 100px; }
  .main-block > * {
    margin-bottom: 30px; }

/* ==========================================================================
   03. Layout
   ========================================================================== */
/* wrapper
   ========================================================================== */
html, body {
  height: 100%; }

/* #contentsを囲むブロック要素 */
/* #mainと#sideを囲むブロック要素 */
#contents {
  background: url(/company/action/env/common/css/img/main_bg.jpg) no-repeat left top;
  background-size: 100% auto; }

/* メインエリア */
.main-inner {
  background-color: #FFF;
  margin: 0 auto;
  max-width: 1100px;
  padding-top: 80px;
  padding-bottom: 40px;
  width: 100%; }

/* サイドエリア */
/* header
   ========================================================================== */
#head-wrap {
  padding: 15px 0; }

#header {
  margin: 0 auto;
  width: 980px; }

/* ヘッダー内のロゴ */
.head-logo,
#head-ttl {
  display: inline-block;
  vertical-align: middle; }

#head-ttl {
  margin-left: 16px; }

/* ヘッダー内のユーティリティ系要素 */
/* ヘッダー内のお問い合わせ */
/* navigation
   ========================================================================== */
/* グローバルナビゲーション（nav） */
#gnav-wrap {
  background-color: #329c17; }

/* グローバルナビゲーション内のリスト（ul） */
#gnav ul {
  display: table;
  width: 100%; }
#gnav a,
#gnav a:visited,
#gnav a:hover {
  color: #FFF;
  text-decoration: none; }
#gnav span,
#gnav a {
  display: block; }
#gnav span {
  padding-bottom: 20px;
  padding-top: 20px; }
#gnav a {
  position: relative; }
  #gnav a:hover:after {
    background-color: #FFF;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%; }
#gnav li {
  display: table-cell;
  padding-right: 60px;
  font-size: 16px;
  font-size: 1.6rem; }
  #gnav li:last-child {
    padding-right: 0; }

/* 固定ナビゲーション */
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%); }

.is-show {
  transform: translateY(0); }

/* side
   ========================================================================== */
/* サイドエリア内のタイトル */
/* サイドエリア内のナビゲーション */
/* footer
   ========================================================================== */
/* ページトップ */
#pagetop {
  background-color: #329c17;
  font-size: 14px;
  font-size: 1.4rem; }
  #pagetop a {
    color: #FFF;
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    text-decoration: none;
    width: 980px; }
    #pagetop a:hover, #pagetop a:visited {
      color: #FFF; }

/*  */
#scroll-pagetop {
  display: none;
  bottom: 160px;
  position: fixed;
  right: 0;
  z-index: 10; }

/* フッターナビ */
#foot-wrap {
  background-color: #f6f6e8; }

#foot {
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0;
  position: relative;
  width: 980px; }

.foot-row {
  float: left;
  margin-right: 40px;
  width: 470px; }
  .foot-row:nth-child(2n) {
    margin-right: 0; }

.foot-row-ttl {
  margin-bottom: 15px;
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem; }
  .foot-row-ttl:first-child {
    margin-top: 0; }
  .foot-row-ttl a,
  .foot-row-ttl span {
    display: block; }
  .foot-row-ttl span {
    background: #FFF url(img/arrow01_green.png) no-repeat 443px center;
    background-size: 6px auto;
    border-radius: 6px;
    padding: 5px 15px;
    position: relative; }

.foot-row-list {
  padding-left: 15px;
  padding-right: 15px; }
  .foot-row-list li {
    font-size: 12px;
    font-size: 1.2rem; }
  .foot-row-list a,
  .foot-row-list a:visited,
  .foot-row-list a:hover {
    color: #333; }

#copyright-wrap {
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 30px;
  width: 980px; }

#foot-logo {
  font-size: 12px;
  font-size: 1.2rem; }
  #foot-logo a {
    color: #333; }

#foot-logo,
#copyright {
  display: inline-block;
  vertical-align: middle; }

.foot-logo-img,
.foot-logo-sitename {
  display: inline-block;
  vertical-align: middle; }

.foot-logo-sitename {
  margin-left: 5px; }

#copyright {
  margin-left: 25px;
  font-size: 12px;
  font-size: 1.2rem; }

/* ==========================================================================
   04. Parts
   ========================================================================== */
/* ボックス
   ========================================================================== */
/* 共通セクション */
.cmn-sct {
  padding-top: 100px; }

/* センターボックス */
.box-center {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: 980px; }

.box-center + .cmn-sct {
  padding-top: 25px; }

.main-inner .cmn-sct:first-child {
  padding-top: 0; }

/* 横並びボックス（flex） */
.box-col2 {
  overflow: hidden; }
  .box-col2 > * {
    float: left;
    margin: 0 20px 20px 0;
    overflow: hidden;
    width: 50%; }
    .box-col2 > *:nth-child(2n) {
      margin-right: -20px; }

.box-col3 {
  overflow: hidden; }
  .box-col3 > * {
    float: left;
    margin: 0 20px 20px 0;
    overflow: hidden;
    width: 33.3333333333%; }
    .box-col3 > *:nth-child(3n) {
      margin-right: -40px; }

.box-col4 {
  overflow: hidden; }
  .box-col4 > * {
    float: left;
    margin: 0 20px 20px 0;
    overflow: hidden;
    width: 25%; }
    .box-col4 > *:nth-child(4n) {
      margin-right: -60px; }

.box-col2-parsent {
  overflow: hidden; }
  .box-col2-parsent > * {
    float: left;
    overflow: hidden;
    width: 49%; }
    .box-col2-parsent > *:nth-child(n+1) {
      margin: 0 2% 2% 0; }
    .box-col2-parsent > *:nth-child(2n) {
      margin-right: 0; }

.box-col3-parsent {
  overflow: hidden; }
  .box-col3-parsent > * {
    float: left;
    overflow: hidden;
    width: 32%; }
    .box-col3-parsent > *:nth-child(n+1) {
      margin: 0 2% 2% 0; }
    .box-col3-parsent > *:nth-child(3n) {
      margin-right: 0; }

.box-col4-parsent {
  overflow: hidden; }
  .box-col4-parsent > * {
    float: left;
    overflow: hidden;
    width: 23.5%; }
    .box-col4-parsent > *:nth-child(n+1) {
      margin: 0 2% 2% 0; }
    .box-col4-parsent > *:nth-child(4n) {
      margin-right: 0; }

.box-col2,
.box-col3,
.box-col4,
.box-col2-parsent,
.box-col3-parsent,
.box-col4-parsent {
  margin-top: 20px;
  margin-bottom: 20px; }

/* 画像左、テキスト右 */
.box-img-small .box-img {
  width: 200px; }
.box-img-small .box-text {
  width: 700px; }

.box-img-medium .box-img {
  width: 300px; }
.box-img-medium .box-text {
  width: 600px; }

.box-img-large .box-img {
  width: 450px; }
.box-img-large .box-text {
  width: 450px; }

.box-bg .box-img-small .box-img {
  width: 155px; }
.box-bg .box-img-small .box-text {
  width: 655px; }
.box-bg .box-img-medium .box-img {
  width: 255px; }
.box-bg .box-img-medium .box-text {
  width: 555px; }
.box-bg .box-img-large .box-img {
  width: 405px; }
.box-bg .box-img-large .box-text {
  width: 405px; }

.box-img-l {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden; }
  .box-img-l .box-img {
    float: left; }
    .box-img-l .box-img img {
      height: auto;
      width: 100%; }
  .box-img-l .box-text {
    float: right; }

.box-img-caption {
  line-height: 1.5;
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem; }

/* 画像右、テキスト左 */
.box-img-r {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden; }
  .box-img-r .box-img {
    float: right; }
    .box-img-r .box-img img {
      height: auto;
      width: 100%; }
  .box-img-r .box-text {
    float: left; }

/* 背景色付きボックス */
.box-bg {
  background-color: #f7fae8;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 25px 45px; }

/* ボタン
   ========================================================================== */
/* ボタンの基本スタイル */
.btn01 {
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  outline: none;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

/* スタイル別クラス */
.btn01 {
  border: 2px solid #72ba60;
  border-radius: 6px;
  padding: 14px 50px;
  position: relative; }
  .btn01:hover {
    background-color: #fff;
    color: #329c17; }
  .btn01:after {
    background: url(/company/action/env/common/css/img/arrow02.png) no-repeat left top;
    background-size: 18px auto;
    content: '';
    display: block;
    position: absolute;
    right: 18px;
    top: 14px;
    height: 18px;
    width: 18px; }

/* サイズ別クラス */
.btn-s {
  padding: 8px;
  font-size: 16px;
  font-size: 1.6rem; }

.btn-l {
  padding: 13px;
  font-size: 22px;
  font-size: 2.2rem; }

/* ボタンレイアウト */
/* NEXTボタン */
.btn-next {
  margin-top: 80px;
  text-align: center; }
  .btn-next .btn {
    position: relative; }

.btn-next-item {
  background-color: #329c17;
  border-radius: 20px;
  color: #FFF;
  display: block;
  height: 40px;
  position: absolute;
  padding-top: 13px;
  left: -20px;
  top: -20px;
  width: 40px;
  font-size: 10px;
  font-size: 1rem; }

/* フォーム
   ========================================================================== */
/* アイコン
   ========================================================================== */
.icon-external {
  margin-left: 3px;
  vertical-align: middle; }

.icon-web {
  background-color: #329c17;
  border-radius: 3px;
  color: #FFF;
  margin-left: 10px;
  padding: 3px 10px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem; }

.related-link {
  padding-left: 16px;
  position: relative; }
  .related-link:before {
    border: 4px solid transparent;
    border-left: 4px solid #329c17;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    top: .6em;
    width: 4px;
    left: 4px; }

/* リスト
   ========================================================================== */
/* 新規ウィンドウ */
/* PDF */
/* リスト
   ========================================================================== */
/* 黒丸付きリスト */
.list-disc {
  margin-left: 1.5em; }
  .list-disc li {
    list-style-type: disc;
    margin-bottom: 5px; }
    .list-disc li:last-child {
      margin-bottom: 0; }

/* 番号付きリスト */
.list-decimal {
  margin-left: 1.5em; }
  .list-decimal li {
    list-style-type: decimal;
    margin-bottom: 10px; }
    .list-decimal li:last-child {
      margin-bottom: 0; }

/* ※印リスト */
.list-note li {
  background: url(img/icon_note.gif) no-repeat left 6px;
  background-size: 10px auto;
  margin-bottom: 10px;
  padding-left: 12px;
  font-size: 12px;
  font-size: 1.2rem; }
  .list-note li:last-child {
    margin-bottom: 0; }

/* 注釈説明リスト */
.list-annotation {
  margin-bottom: 20px;
  margin-top: 20px; }
  .list-annotation li {
    font-size: 12px;
    font-size: 1.2rem; }
  .list-annotation .text-important {
    display: block; }

/* アンカーリスト */
.anchor-nav {
  background-color: #f6f6f6;
  text-align: center;
  margin: 0 auto;
  padding: 30px 20px;
  width: 960px; }

.anchor-nav-list {
  margin: 0 auto -20px;
  padding-right: 20px;
  text-align: left;
  letter-spacing: -.40em; }
  .anchor-nav-list li {
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle; }
    .anchor-nav-list li:nth-child(2n) {
      margin-right: -20px; }
  .anchor-nav-list a {
    background-color: #FFF;
    display: block;
    border: 2px solid #329c17;
    border-radius: 6px;
    padding: 10px 28px; }
  .anchor-nav-list span {
    background: url(img/arrow_anchor.png) no-repeat right center;
    background-size: 18px auto;
    padding: 2px 28px 2px 0; }
    .anchor-nav-list span.blank-link {
      background: none;
      padding: 2px 0 2px; }

/* その他パーツ
   ========================================================================== */
img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top; }

/* 画像を幅100%にする */
img.img-full {
  max-width: 100%;
  width: 100%;
  height: auto; }

/* object fit image */
img.ofi {
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

sub {
  font-size: 10px;
  font-size: 1rem; }

/* ==========================================================================
   アクセシビリティ
   ========================================================================== */
.guidance {
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -9999px; }

.noscript {
  background-color: #FFF;
  color: #c00;
  font-size: 107.69231%;
  padding-bottom: 10px;
  text-align: center; }

#blockskip {
  /*  background-color: #999;*/
  height: 1px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: -1px;
  width: 100%;
  z-index: 5;
  font-size: 16px;
  font-size: 1.6rem; }

#blockskip a {
  /*  color: #999;*/
  overflow: hidden; }

.show {
  background-color: #f2f3f5 !important;
  border-bottom: solid 1px #999 !important;
  padding-top: 10px;
  padding-bottom: 8px; }

.show a {
  background-color: #f2f3f5;
  color: #000 !important;
  font-size: 100% !important; }

.sp-item {
  display: none; }

/* ==========================================================================
   配置
   ========================================================================== */
.cmn-img {
  margin-top: 50px;
  margin-bottom: 50px; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

/* ==========================================================================
   フォントスタイル
   ========================================================================== */
.text-important {
  color: #e10000;
  font-size: 12px;
  font-size: 1.2rem; }

/* ==========================================================================
   フォントサイズ
   ========================================================================== */
.fs10 {
  font-size: 10px;
  font-size: 1rem; }

.fs11 {
  font-size: 11px;
  font-size: 1.1rem; }

.fs12 {
  font-size: 12px;
  font-size: 1.2rem; }

.fs13 {
  font-size: 13px;
  font-size: 1.3rem; }

.fs14 {
  font-size: 14px;
  font-size: 1.4rem; }

.fs15 {
  font-size: 15px;
  font-size: 1.5rem; }

.fs16 {
  font-size: 16px;
  font-size: 1.6rem; }

.fs17 {
  font-size: 17px;
  font-size: 1.7rem; }

.fs18 {
  font-size: 18px;
  font-size: 1.8rem; }

.fs19 {
  font-size: 19px;
  font-size: 1.9rem; }

.fs20 {
  font-size: 20px;
  font-size: 2rem; }

/* ページャー
   ========================================================================== */
.pager {
  font-size: 0;
  line-height: 1;
  margin: 50px auto;
  text-align: center; }
  .pager li {
    display: inline-block;
    margin: 0 10px;
    height: 40px;
    width: 40px;
    position: relative;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem; }
  .pager a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }
    .pager a:hover {
      background-color: #f5f5f5; }
  .pager span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .pager span:before {
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease; }
  .pager .pager-item-prev,
  .pager .pager-item-next {
    background-color: #f5f5f5;
    font-size: 14px;
    font-size: 1.4rem; }
    .pager .pager-item-prev span,
    .pager .pager-item-next span {
      display: inline-block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  .pager .pager-item-prev {
    margin-right: 50px; }
  .pager .pager-item-next {
    margin-left: 50px; }
  .pager .pager-item-current {
    background-color: #f5f5f5;
    font-weight: bold; }

/* テーブル
   ========================================================================== */
.cmn-tbl {
  margin-top: 50px;
  margin-bottom: 20px;
  width: 100%; }
  .cmn-tbl th,
  .cmn-tbl td {
    padding: 10px;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem; }
  .cmn-tbl th {
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    background-color: #add6a3;
    line-height: 1.25; }
  .cmn-tbl td {
    border-bottom: 1px solid #cfcfcf; }

/* タイトル
   ========================================================================== */
/* ページタイトル */
.main-header {
  padding-top: 60px; }

.main-ttl {
  background: url(img/ttl_line.png) no-repeat center bottom;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 15px;
  font-size: 40px;
  font-size: 4rem; }
  .main-ttl a,
  .main-ttl a:visited,
  .main-ttl a:hover {
    color: #333;
    text-decoration: none; }

/* セクション内タイトル */
.ttl01 {
  background: url(img/ttl_line.png) no-repeat center bottom;
  line-height: 1.25;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 32px;
  font-size: 3.2rem; }
  .ttl01 span {
    display: block;
    padding: 12px 0 15px 28px;
    position: relative; }
    .ttl01 span:before {
      background-color: #329c17;
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      width: 2px; }

.ttl02 {
  border-radius: 3px;
  border: 2px solid #329c17;
  margin-bottom: 30px;
  margin-top: 65px;
  padding: 18px 16px;
  font-size: 24px;
  font-size: 2.4rem; }

.cmn-sct > .ttl02,
.ttl01 + .ttl02 {
  margin-top: 0; }

.ttl03 {
  border-bottom: 1px solid #72ba60;
  margin-bottom: 20px;
  margin-top: 40px;
  padding-bottom: 10px;
  font-size: 20px;
  font-size: 2rem; }

.ttl04 {
  background-color: #f0f0f0;
  margin-bottom: 20px;
  margin-top: 40px;
  padding: 10px 20px;
  font-size: 16px;
  font-size: 1.6rem; }

/* パンくずリスト
   ========================================================================== */
.topicpath {
  margin: 30px auto;
  position: relative;
  margin: 30px auto;
  max-width: 1240px;
  padding: 0 20px; }
  .topicpath li {
    display: inline;
    padding-left: 5px;
    list-style-type: none;
    font-size: 11px;
    font-size: 1.1rem; }
    .topicpath li:before {
      border-right: 1px solid #187501;
      border-top: 1px solid #187501;
      content: '';
      display: inline-block;
      height: 5px;
      width: 5px;
      margin-right: 8px;
      position: relative;
      top: -1px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .topicpath li:first-child {
      padding-left: 0; }
      .topicpath li:first-child:before {
        display: none; }
    .topicpath li:last-child a {
      font-weight: bold;
      pointer-events: none;
      text-decoration: none; }

/* Webフォント
   ========================================================================== */
