@charset "UTF-8";
/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */
a:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 3 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/* ===============================================
   Foundation
=============================================== */
*,
::before,
::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 6.25%;
  overflow-y: scroll;
}

body {
  color: #404040;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 12rem;
  background: #fff;
}

::selection {
  background: rgba(0, 122, 50, 0.2);
  color: inherit;
}

a:focus,
input:not([readonly]):focus,
textarea:focus,
button:focus,
select:focus {
  outline: #f3b2b7 auto 2px;
}
a:active,
input:not([readonly]):active,
textarea:active,
button:active,
select:active {
  outline: none;
}

a {
  color: #007a32;
  text-decoration: none;
}

em {
  font-style: normal;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

dl > dd {
  margin-left: 0;
}

label {
  cursor: pointer;
  display: inline-block;
}

img {
  max-width: 100%;
}

pre {
  font-family: inherit;
}

button, select, textarea, input {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

button,
textarea,
select,
input[type="text"],
input[type="time"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="submit"],
input[type="url"],
input[type="email"],
input[type="tel"] {
  border: 1px solid #b3b3b3;
  background: #fff;
  padding: 0.5em;
  border-radius: 0;
  line-height: 1;
  height: 2.5em;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  min-height: 12em;
  line-height: 1.4;
}

select {
  cursor: pointer;
}

button {
  cursor: pointer;
}

/* ===============================================
   master.css
=============================================== */
/* Header
----------------------------------------------- */
.strHeader__inner {
  width: 100%;
  display: flex;
  padding: 0 10px;
  align-items: center;
  line-height: 1;
}

.strHeader__inner__logo {
  width: 128px;
}
.strHeader__inner__logo > a {
  display: block;
}
.strHeader__inner__logo img {
  display: block;
  width: 128px;
}

.strHeader__inner__link {
  text-align: right;
  width: calc(100% - 128px);
  padding-left: 10px;
}
.strHeader__inner__link > a {
  display: inline-block;
  background: url("/sp/common/img/icon-arrow.png") no-repeat center left;
  background-size: 4px 6px;
  padding-left: 10px;
  font-size: 9px;
}

.strHeader__nav {
  background: #007a32;
  color: #fff;
  top: -80px;
  transition: 0.3s;
  z-index: 1000;
}
.strHeader__nav.is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.strHeader__nav a {
  color: #fff;
}

.strHeader__nav__list {
  line-height: 1;
  display: flex;
  text-align: center;
}
.strHeader__nav__list > li {
  width: 26%;
  display: inline-block;
  border-right: 1px dotted #fff;
}
.strHeader__nav__list > li > a {
  font-size: 9px;
  padding: 10px 0 35px;
  display: block;
  height: 100%;
  background: url("/sp/common/img/icon-menu.png") no-repeat center calc(100% - 8px);
  background-size: 25px 25px;
}
.strHeader__nav__list .strHeader__nav__list__link {
  width: 22%;
  background: #f25b00;
  border-right: none;
}
.strHeader__nav__list .strHeader__nav__list__link > a {
  background-image: url("/sp/common/img/icon-menu.png");
}
.strHeader__nav__list .strHeader__nav__list__link--2 > a {
  background-image: url("/sp/common/img/icon-menu2.png");
}
.strHeader__nav__list .strHeader__nav__list__link--3 > a {
  background-image: url("/sp/common/img/icon-menu3.png");
  letter-spacing: -1px;
}
.strHeader__nav__list .strHeader__nav__list__link--4 > a {
  background-image: url("/sp/common/img/icon-menu4.png");
}
.strHeader__nav__list .strHeader__nav__list__link--5 > a {
  background-image: url("/sp/common/img/icon-menu5.png");
}
.strHeader__nav__list .strHeader__nav__list__link--6 > a {
  background-image: url("/sp/common/img/icon-menu6.png");
}

.strHeader__search {
  background: #f7f7f7;
  padding: 10px;
  font-size: 9px;
}
.strHeader__search input[type="text"] {
  height: 32px;
  line-height: 32px;
  width: calc(100% - 45px);
}
.strHeader__search input[type="submit"] {
  width: 40px;
  height: 32px;
  border: 1px solid #b3b3b3;
  vertical-align: bottom;
  background: linear-gradient(#fff, #d3d3d3);
}

.strHeader__menu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transition: 0.3s;
  background: #007a32;
}
.strHeader__menu.is-open {
  left: 0;
}

.strHeader__menu__inner {
  background: #fff;
}

.strHeader__menu__head {
  background: #007a32;
  color: #fff;
  font-size: 14rem;
  font-weight: bold;
  overflow: hidden;
  display: flex;
  width: 100%;
}
.strHeader__menu__head > span {
  display: block;
  padding: 12px 10px;
  width: calc(100% - 49px);
}

.strHeader__menu__head__close {
  background: #d8ebcf;
  color: #007a32;
  display: inline-block;
  padding: 7px 0;
  width: 49px;
  font-size: 7rem;
  text-align: center;
}
.strHeader__menu__head__close:before {
  content: "×";
  font-weight: bold;
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 20px;
}

.strHeader__menu__close2 > a {
  background: #007a32;
  color: #fff;
  display: block;
  text-align: center;
  padding: 11px 10px 80px;
}
.strHeader__menu__close2 > a:before {
  content: "×";
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
  vertical-align: bottom;
}

.strHeader__menu__list,
.strHeader__menu__list3{
  font-weight: bold;
}
.strHeader__menu__list > li {
  background: #fff url("/sp/common/img/icon-open-menu.png") no-repeat 6px center;
  background-size: 30px 30px;
}
.strHeader__menu__list > li.strHeader__menu__list__link--2 {
  background-image: url("/sp/common/img/icon-open-menu2.png");
}
.strHeader__menu__list > li.strHeader__menu__list__link--3 {
  background-image: url("/sp/common/img/icon-open-menu3.png");
}
.strHeader__menu__list > li.strHeader__menu__list__link--4 {
  background-image: url("/sp/common/img/icon-open-menu4.png");
}
.strHeader__menu__list > li.strHeader__menu__list__link--5 {
  background-image: url("/sp/common/img/icon-open-menu5.png");
}
.strHeader__menu__list > li.strHeader__menu__list__link--6 {
  background-image: url("/sp/common/img/icon-open-menu6.png");
}
.strHeader__menu__list > li.strHeader__menu__list__link--7 {
  background-image: url("/sp/common/img/icon-open-menu7.png");
}
.strHeader__menu__list > li.strHeader__menu__list__link--8 {
  background-image: url("/sp/common/img/icon-open-menu8.png");
}
.strHeader__menu__list > li.strHeader__menu__list__link--9 {
  background-image: url("/sp/common/img/icon-open-menu9.png");
}
.strHeader__menu__list > li:not(:last-child),
.strHeader__menu__list3 > li:not(:last-child) {
  border-bottom: 1px dotted #007a32;
}
.strHeader__menu__list li > a,
.strHeader__menu__list3 li > a ,
.strHeader__menu__list li > span,
.strHeader__menu__list3 li > span {
  display: block;
  font-size: 14rem;
  padding: 15px 25px 15px 10px;
  position: relative;
  color: #007a32;
}
.strHeader__menu__list li > span,
.strHeader__menu__list3 li > span {
  padding-right: 10px;
}
.strHeader__menu__list li > a:not([target="_blank"]),
.strHeader__menu__list3 li > a:not([target="_blank"]) {
  background: url("/sp/common/img/icon-arrow.png") no-repeat calc(100% - 10px) center;
  background-size: 9px 13px;
}
.strHeader__menu__list li > a .icon,
.strHeader__menu__list3 li > a .icon{
  position: absolute;
  right: 4px;
}
.strHeader__menu__list3 .strHeader__menu__list3__link{
  font-size: 12rem;
  font-weight: normal;
  border-top: 1px dotted #007a32;
}
.strHeader__menu__list3 .strHeader__menu__list3__link li:not(:last-child){
  /*border-top: solid 1px #d6d6d6;*/
  border-bottom: 1px dotted #007a32;
}
.strHeader__menu__list3 .strHeader__menu__list3__link li > a{
  padding: 10px 25px 10px 20px;
  background-color: #f7faf5;
}
.strHeader__menu__list3 .strHeader__menu__list3__link li > a:not([target="_blank"]) {
  background-color: #f7faf5;
  padding-left: 20px;
  display: block;
}

.strHeader__menu__list > li > a {
  padding: 15px 25px 15px 40px;
}
.strHeader__menu__list2 {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}
.strHeader__menu__list2 > li {
  width: 50%;
  border-bottom: 1px dotted #007a32;
}
.strHeader__menu__list2 > li:nth-child(odd) {
  border-right: 1px dotted #007a32;
}
.strHeader__menu__list2 > li:nth-last-of-type(2), .strHeader__menu__list2 > li:nth-last-of-type(1) {
  border-bottom: none;
}
.strHeader__menu__list2 > li:nth-child(4) {
  border-bottom: 1px dotted #007a32;
}
.strHeader__menu__list2 > li > a{
  display: block;
  font-size: 14rem;
  padding: 15px 19px 15px 10px;
  position: relative;
}
.strHeader__menu__list2 > li > a:not([target="_blank"]){
  background: url("/sp/common/img/icon-arrow.png") no-repeat calc(100% - 10px) center;
  background-size: 9px 13px;
}
.strHeader__menu__list2 .tw-2{
  letter-spacing: -1px;
  white-space: nowrap;
}
.strHeader__menu__list2 li > a .icon{
  position: absolute;
  right: 4px;
}

.strHeader__menu__list2 > li.list-btn a{
  color:#c81432;
}

.headerBanner{
  border-top: 1px dotted #007a32;
  padding: 20px 10px 10px;
  margin: 0 0 10px;
}


/* Footer
----------------------------------------------- */
.strFooter {
  background: #007a32;
  color: #fff;
}

/* Heading
----------------------------------------------- */
.headTop {
  color: #007a32;
  font-weight: bold;
  font-size: 16rem;
  margin: 8px 0 15px;
}
.headTop:not(:first-child) {
  margin-top: 20px;
}
.headTop a {
  color: #fff;
}

.strFooter__list {
  display: flex;
  flex-wrap: wrap;
}
.strFooter__list > li {
  width: 50%;
  border-bottom: 1px dotted #fff;
}
.strFooter__list > li:nth-child(2n) {
  border-left: 1px dotted #fff;
}
.strFooter__list > li:nth-of-type(2), .strFooter__list > li:nth-of-type(1) {
  margin-bottom: 0;
}
.strFooter__list > li > a {
  color: #fff;
  display: block;
  padding: 12px 20px 12px 10px;
  background: url("/sp/common/img/icon-arrow2.png") no-repeat calc(100% - 10px) center;
  background-size: 6px 9px;
  font-size: 9px;
  position:relative;
}
.strFooter__list > li > a[target="_blank"]{ background:none; }
.strFooter__list > li > a[target="_blank"] .icon{
  position:absolute;
  top:50%;
  right:5px;
  margin:-8px 0;
}

.strFooter__copy {
  text-align: center;
}
.strFooter__copy small {
  display: block;
  padding: 10px;
  font-size: 7rem;
}

/* BreadCrumb
----------------------------------------------- */
.breadCrumb{
  font-size: 11rem;
  border-top:solid 1px #b3b3b3;
  border-bottom:solid 1px #b3b3b3;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.breadCrumb > li{
  display: table-cell;
  vertical-align: top;
  position: relative;
  line-height: 1;
  vertical-align: middle;
  background: #fff;
  padding: 0 0 0 18px;
}
.breadCrumb > li:first-child{
  padding: 0 0 0 10px;
}
.breadCrumb > li:last-child{
  padding: 0 10px 0 18px;
}
.breadCrumb > li a{
  background-size:500px 50px;
  color: #1a1a1a;
  display: block;
  background: #d6d6d6;
  padding:1em 10px 1em 18px;
  position: relative;
  margin: 0 0 0 -18px;
}
.breadCrumb > li a:after{
  background:url(/sp/common/img/bg-breadcrumb.png) no-repeat 100% 50%;
  background-size:500px 50px; 
  content: "";
  display: inline-block;
  width: 20px;
  height: 3.2em;
  position: absolute;
  top: 50%;
  right: -10px;
  z-index: 10;
  margin: -1.6em 0 0;
}

/* Local Navigation
----------------------------------------------- */
.localNav{
  margin: -5px -10px -10px;
  border-top: dotted 1px #007a32;
  font-weight: bold;
  font-size: 14rem;
}
.localNav > li{
  border-bottom: solid 1px #d6d6d6;
}
.localNav > li a,
.localNav > li > span{
  display: block;
  padding: 14px 10px;
  position: relative;
  color: #007a32;
}
.localNav > li a:not([target="_blank"]):after{
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #007a32;
  border-right: solid 1px #007a32;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.localNav > li .icon{
  position: absolute;
  right: 10px;
  margin: 0;
}

.localNav .localNav__list{
  font-size: 12rem;
  font-weight: normal;
}
.localNav .localNav__list > li{
  border-top: solid 1px #d6d6d6;
}
.localNav .localNav__list a{
  background: #f7faf5;
  display: block;
  padding-left:20px; 
}

/* Section
----------------------------------------------- */
.sectionTop {
  padding: 10px;
  background: #007a32 url("/sp/common/img/bg-section.png") repeat center center;
  background-size: 4px 4px;
}

.sectionTop2 {
  padding: 10px;
  background: #fff;
}

.sectionTop3 {
  padding: 10px;
  background: #f7f7f7;
}

/* List
----------------------------------------------- */
.listItem {
  margin: -10px 0 10px;
}
.listItem > li:not(:last-child) {
  border-bottom: 1px solid #cbcbcb;
}
.listItem > li > a,
.listItem > li > div{
  min-height: 110px;
  display: block;
  position: relative;
  padding: 10px 15px 10px 95px;
  background: url("/sp/common/img/icon-arrow.png") no-repeat calc(100%) center;
  background-size: 9px 13px;
}
.listItem > li > div{
  background: none;
}
.listItem .listItem__head {
  font-size: 12rem;
  font-weight: bold;
  color: #007a32;
}
.listItem .listItem__text {
  font-size: 11rem;
  color: #404040;
  margin-top: 10px;
}
.listItem .price{
  font-weight: bold;
  display: block;
  margin: -5px 0 5px; 
}
.listItem .listItem__point {
  font-size: 14rem;
  color: #fff4c6;
  padding: 17px 0;
  width: 47px;
  height: 47px;
  box-sizing:border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  border-radius: 100px;
  background: #ff9c00;
  position: absolute;
  top: 5px;
  left: -5px;
  font-weight: bold;
  z-index: 2;
}
.listItem .listItem__point:before {
  content: "+";
  display: inline-block;
  vertical-align: middle;
  margin-right: -2px;
  font-size: 13rem;
}
.listItem .listItem__image {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 80px;
}
.listItem .listItem__image img {
  border: 1px solid #cbcbcb;
}
.listItem.bonus .listItem__image{
  top: 20px;
  min-height: 110px;
}

.listItem .listItem__detail{
  font-size: 11rem;
  color: #404040;
}
.listItem .listItem__detail > li{
  margin-bottom: 3px;
  line-height: 1.4;
}

.listItem2 {
  margin: -10px 0 10px;
}
.listItem2 > li:not(:first-child) {
  border-top: 1px solid #cbcbcb;
}
.listItem2 > li > a {
  min-height: 85px;
  display: block;
  position: relative;
  padding: 10px 15px 10px 120px;
  background: url("/sp/common/img/icon-arrow.png") no-repeat calc(100%) center;
  background-size: 9px 13px;
}
.listItem2 .listItem2__head {
  font-size: 12rem;
  font-weight: bold;
  margin-top: 3px;
}
.listItem2 .listItem2__date {
  font-size: 10rem;
  color: #404040;
}
.listItem2 .listItem2__image {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 105px;
}

.listItem3 {
  margin: -10px 0 10px;
}
.listItem3.type-features {
  margin-bottom: -10px !important;
}
.listItem3 > li:not(:first-child) {
  border-top: 1px solid #cbcbcb;
}
.listItem3 > li > a {
  padding: 0;
  display: block;
  overflow: hidden;
  margin: 0 -5px;
}

.listItem4 {
  margin: 0 -5px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.listItem4 > li {
  margin: 0 0 10px;
  padding: 0 5px;
  width: calc(100% / 2);
  max-width: 274px;
}
.listItem4 > li:nth-of-type(2), .listItem4 > li:nth-of-type(1) {
  margin-bottom: 0;
}
.listItem4 > li > a {
  background: #007a32 url("/sp/common/img/bg-section2.png") repeat center center;
  background-size: 4px 4px;
  padding: 4px;
  display: block;
}
.listItem4 > li > a img {
  width: 100%;
}
.listItem4 .listItem4__image {
  background: #fff;
}

.listItem5 {
  margin: 0 -10px;
  padding-bottom: 10px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.listItem5 > .listItem5__list {
  display: table;
}
.listItem5 > .listItem5__list > li {
  display: table-cell;
}
.listItem5 > .listItem5__list > li > a {
  display: block;
  padding: 0 10px;
}
.listItem5 > .listItem5__list > li > a img {
  height: 25px;
  width: auto;
  max-width: inherit;
}

.listItem6 {
  margin: 0 5px;
  letter-spacing: -.5em;
}
.listItem6 > li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: calc(100% / 2);
  max-width: 156px;
  padding: 0 10px;
  text-align: left;
}
.listItem6 > li .listItem__head{
  font-size: 12rem;
  font-weight: bold;
  padding: 10px 0 20px;
}
.listItem6 > li img{
  border: 1px solid #cbcbcb;
}

.listItem7 {
  margin: 15px -5px 10px;
  letter-spacing: -.5em;
  font-size: 10rem;
}
.listItem7.full {
  font-size: 13rem;
}
.listItem7 > li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  text-align: left;
  padding: 0 5px 10px;
}
.listItem7.full > li {
  width: 100%;
  text-align: center;
}
.listItem7 > li a{
  display: block;
  position: relative;
  padding: 5px 0.5em 5px 1.7em;
  border:solid 1px #007a32;
  border-radius: 5px;
  background: #f5f7ed;
  color: #404040;
}
.listItem7.full > li a{
  padding: 5px 0.5em 5px 1em;
}
.listItem7 > li a:before{
  content: "▼";
  display: inline-block;
  position: absolute;
  margin: 0 0 0 -1.2em;
  color: #007a32;
}
.listItem7.full > li a:before{
  left: 5px;
  margin: 0;
}

/* Emergency
----------------------------------------------- */
.emergency{
  border:solid 5px #f3f3f3;
  font-size:12px;
  font-weight:bold;
  padding: 10px;
}
.emergency .emergency__title{
  display:inline-block;
  background:#c81432;
  color:#fff;
  padding:5px 8px;
  line-height:1;
}
.emergency .emergency__list > li{
  margin:5px 0 0;
}
.emergency .emergency__list a{
  color:#c81432;
  display:block;
}
.emergency .emergency__list time{
  margin:0 5px 0 0;
}

/* Pager
----------------------------------------------- */
.pager{
  letter-spacing: -.5em;
  line-height: 1;
  margin: -10px -5px 0;
  text-align: center;
  border-top: solid 1px #d6d6d6;
  padding: 40px 0 10px;
}
.pager li{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.pager > li a,
.pager > li span{
  border-color:transparent;
}
.pager a,
.pager span{
  display: block;
  padding: 8px 12px;
}
.pager .pagerNest{
  letter-spacing: -.5em;
}
.pager .pagerNest > li{
  margin:0 4px;
}
.pager .pagerNest a,
.pager .pagerNest span{
  border:solid 1px #007a32;
}
.pager .pagerNest a{
  background:#007a32;
  color: #fff;
}
.pager .pagerNest span{
  color:#007a32;
}

.strContent + .sectionTop2 .headTop{
  font-size: 14rem;
}

/* Search
----------------------------------------------- */
#SS_naviResult{
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  color: #464646;
  padding: 8px 0;
}
.SS_item{
  padding: 10px 15px 10px 0;
  border-bottom: 1px solid #cbcbcb;
  background:url("/sp/common/img/icon-arrow.png") no-repeat calc(100%) center;
  background-size: 9px 13px;
}

.SS_item:after{
  content: ".";
  display: block;
  height: 1px;
  clear: both;
  visibility: hidden;
}

.SS_image{
  float: left;
  width: 80px;
}
.SS_image img{
  height: auto;
  border: 1px solid #cbcbcb;
}

.SS_page{
  overflow: hidden;
  padding: 0 0 0 15px;
}
.SS_title{
  font-size: 12rem;
  font-weight: bold;
}
.SS_summary{
  font-size: 11rem;
  color: #404040;
  margin:10px 0 0;
}


div.SS_item div.SS_page {
    line-height: 1.5em;
    padding-left: 5%;
    width: 65%;
    float:left;
}
div.SS_item div.SS_page div.SS_title {
  font-size: 120%;
  padding:0;
  margin:0;
}
div.SS_item div.SS_page div.SS_summary  {
  margin: 4px 0 0 0;
  font-size: 100%;
  color: #666666;
}
div.SS_item span.SS_highlight {
  font-weight: bold;
}
div.SS_item div.SS_page span.SS_url {
  color: #006F00;
}
div.SS_item span.SS_contentType {
  font-weight: bold;
}
div.SS_item span.SS_contentLength {
  display: block;
  float: left;
}
div.SS_item span.SS_lastModified {
  float: left;
  margin-left: 5px;
}

/* === Paging === */

div.SS_paging {
  margin: 35px 15px 10px ;
  clear: left;
  text-align:center;

}
div.SS_paging b.SS_selectPage {
  text-align:center;
  border: 1px solid #EEE;
  background-color: #FAFAFA;
  padding: 7px 7px;
  width: 36px;
  margin-bottom:10px;
  position:relative; /* for IE bug */
  display: inline-block;
}
div.SS_paging span.SS_numberPage {
  text-align:center;
  border: 1px solid #EEE;
  padding: 7px 7px;
  width: 36px;
  margin-bottom:10px;
  position:relative; /* for IE bug */
  display: inline-block;
}
div.SS_paging span.SS_prevPage , div.SS_paging  span.SS_nextPage{
  text-align:center;
  padding: 7px 7px;
  width: 40px;
  margin-bottom:10px;
  position:relative; /* for IE bug */
  display: inline-block;
}

#SS_notFound{
  padding: 20px 10px;
  font-size: 14rem;
}
#SS_hint{
  margin: 20px 0 5px;
}
#SS_hintMessage{
  font-size: 12rem;
}
#SS_hintMessage > li:before{
  content: " ";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #404040;
  border-radius: 10px;
  margin: 0 0 0 -1.2em;
  top:0.4em;
}
#SS_hintMessage > li{
  position: relative;
  margin: 0 0 3px;
  padding: 0 0 0 1.2em;
}


/* Slide
----------------------------------------------- */
.slideTop {
  background: #fff url("/sp/common/img/bg-topslide.png") repeat center center;
  background-size: 5px 5px;
  display: flex;
  justify-content: space-around;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.slideTop .slick-list {
  transform: translateX(-10px);
}
.slideTop .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  color: transparent;
  background: #007a32 url("/sp/common/img/icon-arrow2.png") no-repeat center center;
  border-radius: 4px 0 0 4px;
  background-size: 9px 13px;
  width: 30px;
  height: 42px;
  border: none;
  transform: translateY(-50%);
}
.slideTop .slick-prev {
  left: 0;
  transform: translateY(-50%) scaleX(-1);
}
.slideTop .slick-next {
  right: 0;
}
.slideTop .slick-slide img {
  width: 96.625vw;
}
.slideTop .is-animation img {
  animation: bound 0.3s ease 0s 1 alternate none running;
}
.slideTop a {
  display: block;
  padding: 20px 10px;
}

@keyframes bound {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(1.15);
  }
  66% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
/* Button
----------------------------------------------- */
.buttonFill {
  text-align: center;
  margin-bottom: 10px;
}
.buttonFill.jsToggle__button{
  margin-bottom: 20px;
}
.buttonFill.indent{
  margin: 0 15px 20px;
}
.buttonFill > a {
  background: #007a32 url("/sp/common/img/icon-arrow2.png") no-repeat calc(100% - 10px) center;
  background-size: 9px 13px;
  color: #fff;
  font-weight: bold;
  font-size: 14rem;
  display: block;
  padding: 10px 25px;
  border-radius: 4px;
}
.buttonFill.jsToggle__button > a{
  background: #ff9c00;
  position: relative;
}
.buttonFill.jsToggle__button > a:before{
  content: "+";
  display: inline-block;
  font-weight: bold;
  font-size: 20rem;
  position: absolute;
  top: 50%;
  right: 8px;
  margin: -10px 0 0;
  line-height: 1;
}

/* Image
----------------------------------------------- */
.imgFull {
  text-align: center;
  margin-bottom: 10px;
}
.imgFull > a {
  display: inline-block;
}
.imgFull img {
  max-width: 100%;
}

/* Banner
----------------------------------------------- */
.bannerImage {
  margin-bottom: 10px;
  background: #007a32 url("/sp/common/img/bg-section.png") repeat center center;
  background-size: 4px 4px;
  padding: 4px;
}
.bannerImage > a {
  display: block;
  background: #fff;
}
.bannerImage img {
  width: 100%;
}

.bannerImage2 {
  margin: 20px 0 0;
}
.localNav + .bannerImage2{
  margin: 30px 0 -10px;
}
.bannerImage img {
  width: 100%;
}

/* Heading
----------------------------------------------- */
.strContent .content__head{
  margin: 0;
}
.strContent .content__head img{
  width: 100%;
}

.boxFill .content__head{
  margin: 0 0 10px;
}
.boxFill .content__head img{
  width: 100%;
}
/* Box
----------------------------------------------- */
.boxFill {
  background: #fff;
  padding: 10px;
  margin: 0 -5px 10px;
}
.boxFill:last-child,
.boxFill > *:last-child {
  margin-bottom: 0;
}
.boxFill p {
  color: #007a32;
  margin-bottom: 10px;
}

.boxFill .decoration{
  font-weight: bold;
  color: #c81432;
  margin-bottom: 20px;
}

.boxFill__head {
  border-bottom: 1px dotted #007a32;
  color: #007a32;
  display: flex;
  align-items: center;
  margin: 0 -5px 10px;
  padding: 0 5px 10px;
}
.boxFill__head > span {
  display: inline-block;
  padding-left: 8px;
  line-height: 1.2;
}

.boxFill__head__icon {
  width: 40px;
  /*height: 40px;*/
}

.boxFill__head__ja {
  font-size: 16rem;
  display: block;
  margin: 2px 0;
}

.boxFill__head__en {
  font-size: 9rem;
  display: block;
}
.boxFill__head__date {
  font-size: 9rem;
  display: block;
}

.boxFill__head2,.text_h2 {
  background:#007a32;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 0;
  font-size: 16rem;
}
.boxFill__head2 > span {
  display: inline-block;
  padding-left: 8px;
  line-height: 1.2;
}

.boxFill__head2 .boxFill__head__icon {
  width: 45px;
  vertical-align: middle;
}
.boxFill__head2 .boxFill__head__text {
  vertical-align: middle;
  line-height: 1;
  padding: 0;
}

.boxFill__head3 {
  border-bottom: 1px dotted #007a32;
  color: #007a32;
  display: flex;
  align-items: center;
  margin: 0 -5px 12px;
  padding: 0 5px 10px;
  position: relative;
  font-size: 2em;
}
p.boxFill__head3 {
  margin-bottom: 12px;
}
.boxFill__head3 > span {
  display: inline-block;
  padding-left: 8px;
  line-height: 1.2;
}
.boxFill__head3 .boxFill__text{
  line-height: 1;
  font-size: 22rem;
  font-weight: bold;
}
.boxFill__head3 .boxFill__head__icon {
  width: 35px;
}
.boxFill__head3 .boxFill__head__icon2 {
  width: 62px;
  position: absolute;
  right: 5px;
  top: -5px;
}

.boxFill__head4 {
  background:#007a32;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 9px 10px 7px;
  font-size: 15rem;
  line-height: 1.2;
  position: relative;
}
.snsArea + .boxFill__head4 {
  margin-top: 20px;
}

.boxFill__head5 {
  color: #007a32;
  margin: 0 0 10px;
  font-size: 18rem;
  line-height: 1.2;
}

.boxFill .tpctxtbdy {
  word-wrap: break-word;
}
.boxFill .tpctxtbdy p {
  color: #404040;
}
.boxFill .tpctxtbdy a {
  text-decoration: underline;
}
.boxFill .tpctxtbdy table {
  width:auto !important;
}
.boxFill .tpctxtbdy iframe{
  width:auto !important;
  height: auto !important;
}
.boxFill .notice{
  color: #c81432;
}

.boxItem{
  position: relative;
}
.boxItem .boxItem__text{
  font-size: 12rem;
  color: #404040;
  margin-left: 155px;
  min-height: 140px;
}
.boxItem .boxItem__text .price{
  display: block;
  font-weight: bold;
  text-align: right;
  font-size: 14rem;
  margin: 10px 0;
}
.boxItem .boxItem__image{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 140px;
}
.boxItem .boxItem__image img {
  border: 1px solid #cbcbcb;
  width: 100%;
}
.boxItem .boxItem__detail{
  border-top: dotted 1px #d6d6d6;
  padding: 10px 0 0;
  margin: 0 0 20px;
  font-size: 12rem;
}
.boxItem .boxItem__detail > li{
  margin-bottom: 5px;
  line-height: 1.4;
}
.boxItem .boxItem__detail .notice{
  font-size: 12rem;
}

/* SNS
----------------------------------------------- */
.snsArea{
  background: #f7f7f7;
  border:none;
  padding:10px 5px;
}
.snsArea__head{
  text-align: center;
  font-size: 14rem;
  margin: 0 0 10px;
}

.listSNS{
  letter-spacing: -.5em;
  text-align: center;
}
.listSNS > li{
  letter-spacing:normal;
  width: 25%;
  padding: 0 5px;
  display: inline-block;
}
.listSNS > li.gp{display: none;}
.listSNS span{
  font-size: 80%;
  line-height: 30px;
  position: relative;
  display: block;
  border: 1px solid #bbb;
  font-weight: bold;
  color: #777;
  background: #FFF;
  text-decoration:none;
  margin-bottom:5px;
}
.listSNS span:before{
  top:100%;
  left:50%;
  border:solid transparent;
  content:" ";
  height:0;
  width:0;
  position:absolute;
  pointer-events:none
}
.listSNS span:before{
  border: 1px solid #bbb;
  border-top-color:#bbb !important;
  border-width:5px!important;
  margin-left:-5px
}
.listSNS span:after,
.listSNS span:before{
  top:100%;
  left:50%;
  border:solid transparent;
  content:" ";
  height:0;
  width:0;
  position:absolute;
  pointer-events:none;
}
.listSNS span:after{
  border-color:rgba(255,255,255,0);
  border-top-color:#fff;
  border-width:4px;
  margin-left:-4px;
}

/* Notice
----------------------------------------------- */
.notice{
  position: relative;
  color: #c81432;
  font-size: 10rem;
  margin-bottom: 10px;
  padding: 0 0 0 1.2em;
}
.notice:before{
  content: "※";
  position: absolute;
  margin: 0 0 0 -1.2em;
}

.notice2{
  font-size: 10rem;
  color: #666;
  display: inline-block;
  margin: 5px 0 0;
}

/* Icon
----------------------------------------------- */
.icon{
  display: inline-block;
  margin:0 3px;
  vertical-align: middle;
}

/* SNS
----------------------------------------------- */
.boxFill .result{
  border-top:solid 1px #ddd;
  border-bottom:solid 1px #ddd;
  text-align: center;
  color: #464646;
  padding: 8px 0;
}

/* JavaScript
----------------------------------------------- */
/* Helper
----------------------------------------------- */
.d-n {
  display: none;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.w-33 {
  width: 33.33333% !important;
}

.w-66 {
  width: 66.66666% !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.tw-1 {
  transform: scaleX(0.84);
  transform-origin: center center;
  display: inline-block;
}
.strHeader__nav__list__link--3 .tw-1{
  transform: scaleX(0.75);
  margin:0 -6px;
}

.tw-2 {
  transform: scaleX(0.9);
  transform-origin: left center;
  display: inline-block;

}

.renew_product_top h1.content__head{
  text-align: center;
  color: #007A31;
}
.renew_product_top .content__head-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.renew_product_top .boxFill p {
  color: #000;
  font-size: 1.3em;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.listItem_renew_product_top li a,
.page_nav_list li a{
  display: block;
  background: #F7F7F7;
  border: 1px solid #CBCBCB;
  width: 100%;
  height: 100%;
  font-size: 1.1em;
  padding: 0.5em 0.5em 0.5em 2.5em;
  border-radius: 5em;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}
.listItem_renew_product_top li {
  width: 48%;
  margin-bottom: 2%;
}.listItem_renew_product li a {
  background: none;
  padding: 0;
  min-height: auto;
}
.listItem_renew_product li {
  width: 44%;
  border: none;
  margin-bottom: 1.5em;
}
.listItem_renew_product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 1em auto;
}
.listItem_renew_product li img {
  border: 1px solid #cbcbcb;
}
.listItem_renew_product .listItem__head {
  margin-top: 0.5em;
}
.listItem_renew_product_top,.page_nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1em;
}
.listItem_renew_product_top li a:before,
.page_nav_list li a:before {
  content: "";
  background-image: url("/sp/common/img/icon-arrow.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 0.5em;
  height: 0.8em;
  left: 1em;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%) rotate(90deg);
}
.renew_product_top .boxFill__head2,.text_h2 {
  padding: 0.5em;
}

.page_nav_list {
  justify-content: center;
  grid-gap: 2%;
  margin-top: 5%;
}
.page_nav_list li {
  margin-bottom: 2%;
}
.boxFill p.product_big {
  color: #C81633;
  padding: 0em 0.2em;
  font-weight: bold;
  font-size: 14px;
}
.page_nav_list li.count0 {
  display: none;
}
.VlitemArea.VlitemArea_r .count0 {
  display: none;
}
.VlitemArea.VlitemArea_r h2 {
  background: #007A33;
  color: #fff;
  font-size: 16px;
  padding: 0.4em 0.5em;
}
.h1_title {
  margin: 0;
  border-bottom: dotted 3px #007A31;
  color: #007A31;
  font-size: 1.6em;
  padding-bottom: 0.2em;
  padding-top: 0.3em;
  margin-bottom: 0.3em;
}

.allergy {
  margin: 20px auto 10px;
}
.allegry_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  margin: 1em auto;
  font-size: 1em;
  color: #666;
}
.allegry_list li {
  text-align: center;
  padding: 0.5em;
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
}
.allegry_list li.on {
  background: #666;
  color: #fff;
  border-color: #fff;
}
.allergy .cation_list {
  font-size: 0.9em;
  color: #666;
}