@charset "UTF-8";
/* ---------------------------
 * ALL Width
 * --------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Quicksand:700");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  line-height: 1.8;
  font-family: "Quicksand", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

table ul, table ol {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

a {
  color: #72c02c;
  text-decoration: underline;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-font-smoothing: antialiased;
}
a:hover {
  text-decoration: none;
  opacity: .7;
}

button {
  -webkit-transition: .3s;
  transition: .3s;
}
button:hover {
  opacity: .7;
}

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

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

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.section {
  overflow: hidden;
  background: #f9f9f9;
}
.section.section-color01 {
  background: url(/common/img/bg_section_color01.png) #6e3b1c center;
  background-size: 338px 230px;
  color: #fff;
}
.section.section-color02 {
  background: #fff;
}
.section.section-color03 {
  background: #f2fce0;
}

.section__inner {
  box-sizing: border-box;
}

.header {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .1em;
}
.header a {
  text-decoration: none;
}

.header__inner {
  position: relative;
}

.header__logo {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.footer {
  background: #6e3b1c;
}

.footer-navigation {
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
}

.footer-navigation__item {
  display: inline-block;
  margin: 0 5px;
  letter-spacing: .1em;
}
.footer-navigation__item a {
  color: #fff;
  text-decoration: none;
}

.footer-snslist {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}

.footer-snslist__item {
  display: inline-block;
  margin: 0 2px;
}
.footer-snslist__item a {
  display: block;
}

.copyright {
  display: block;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
}

.main-visual {
  width: 100%;
}

.main-visual__inner {
  position: relative;
  box-sizing: border-box;
  background: #f1feb6;
  background-size: 100% auto;
  border-radius: 4px;
  text-align: center;
}
.main-visual__inner img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.main-visual__title {
  padding: 0;
  margin-bottom: 20px;
}

.main-visual__copy {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .1em;
  color: #666;
}

.btn-type01 {
  position: relative;
  display: inline-block;
  background: #6e3b1c;
  color: #fff;
  text-decoration: none;
  padding: 0 35px 0 20px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 18px;
  line-height: 36px;
  letter-spacing: .1em;
  font-weight: bold;
}
.btn-type01:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  background: url(/common/img/icon_arrow01.svg);
  width: 10px;
  height: 10px;
  margin-top: -5px;
  line-height: 1;
}

.btn-type02 {
  position: relative;
  display: block;
  background: #fff;
  color: #6e3b1c;
  text-decoration: none;
  text-align: center;
  border-radius: 20px;
  line-height: 40px;
  letter-spacing: .1em;
  font-weight: bold;
}
.btn-type02:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  background: url(/common/img/icon_arrow02.svg);
  width: 10px;
  height: 10px;
  margin-top: -5px;
  line-height: 1;
}

.btn-type03 {
  display: inline-block;
  min-width: 220px;
  vertical-align: top;
  text-align: center;
  line-height: 1.42857;
  font-weight: bold;
  color: #fff;
  background-color: #6e3b1c;
  padding: 10px 40px;
  border: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
}
.btn-type03:after {
  content: "";
  background-image: url(/common/img/icon_arrow05.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.conetnts-nav ul {
  padding: 0;
  margin: 0;
}

.message {
  text-align: center;
  font-weight: bold;
  margin: 40px 0 0 0;
  letter-spacing: .1em;
}

.service-list {
  padding: 0;
  margin: 0;
}

.service-list__item {
  position: relative;
  margin-top: 40px;
  padding: 0;
}
.service-list__item:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  border-bottom: 2px solid #72c02c;
  border-left: 2px solid #72c02c;
}
.service-list__item:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  content: "";
  border-bottom: 2px solid #72c02c;
  border-right: 2px solid #72c02c;
}

.service-list__inner {
  position: relative;
  box-sizing: border-box;
  padding: 30px;
  overflow: hidden;
}
.service-list__inner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #72c02c;
  border-left: 2px solid #72c02c;
}
.service-list__inner:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #72c02c;
  border-right: 2px solid #72c02c;
}

.service-list__icon {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  padding: 20px;
  background: #ffe6a7;
  border-radius: 50%;
}
.service-list__icon img {
  width: 60px;
  height: 60px;
}

.service-list__title {
  margin: 0 0 10px 0;
  padding: 0;
}

.service-list__description {
  margin: 0;
  padding: 0;
  color: #666;
}

.member-list {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}
.member-list ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.member-list ul img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #ddd;
}

.member-list__title {
  margin: 0;
  padding: 0;
  color: #72c02c;
  letter-spacing: .1em;
}

.member {
  margin: 0;
  padding: 0;
}

.member__item {
  overflow: hidden;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #ddd;
}
.member__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.member__photo img {
  width: 180px;
  height: 180px;
  border-radius: 6px;
}

.member__name {
  position: relative;
  margin: 0 0 30px 0;
  padding-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
.member__name:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #72c02c;
  left: 0;
  bottom: 0;
}

.member__sns {
  margin: 0;
  padding: 0;
}

.member__description {
  color: #666;
  margin-bottom: 20px;
}

.member__website {
  margin: 0;
  padding: 0;
}
.member__website li span {
  display: inline-block;
  margin-right: 20px;
  color: #666;
}

.icon-sns {
  display: block;
  width: 30px;
  height: 30px;
}

.icon-github {
  background: url(/common/img/icon_github.svg);
}

.icon-twitter {
  background: url(/common/img/icon_twitter.svg);
}

.icon-facebook {
  background: url(/common/img/icon_facebook.svg);
}

.icon-googleplus {
  background: url(/common/img/icon_googleplus.svg);
}

.icon-instagram {
  background: url(/common/img/icon_instagram.svg);
}

.icon-rss {
  background: url(/common/img/icon_rss.svg);
}

.news-list01 {
  border-bottom: 2px solid #72c02c;
  margin: 0;
  padding: 0;
}

.news-list01__item {
  padding: 30px 20px;
  border-top: 2px solid #ddd;
  overflow: hidden;
}
.news-list01__item:first-child {
  border-top: 2px solid #72c02c;
}

.news-list01__date {
  color: #666;
}

.news-list01__title {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
  padding-left: 20px;
  font-weight: bold;
}
.news-list01__title:before {
  position: absolute;
  content: "";
  background: url(/common/img/icon_arrow03.svg);
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
}

.news-list01__taxonomy {
  background: #fff;
  border-radius: 4px;
  padding: 8px 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
  overflow: hidden;
}
.news-list01__taxonomy dt {
  float: left;
  color: #72c02c;
  margin: 0 5px;
}
.news-list01__taxonomy dd {
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 5px;
}
.news-list01__taxonomy dd a {
  color: #666;
  text-decoration: none;
}

.table-type01 {
  width: 100%;
  border-top: 2px solid #ddd;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
}
.table-type01 th {
  text-align: left;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #fff;
}
.table-type01 td {
  border-bottom: 2px solid #ddd;
  text-align: left;
  background-color: #fff;
  box-sizing: border-box;
}
.table-type01 thead th {
  background-color: transparent;
  text-align: center;
}
.table-type01 thead tr:last-child th, .table-type01 thead tr:last-child td {
  border-bottom: 0;
}

.page-title {
  background-image: url(/common/img/bg_pagetitle.png);
  background-repeat: repeat-x;
  background-position: left top;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
}

.page-title__title {
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: .05em;
}

.breadcrumb {
  background-color: #e7f4db;
  margin: 0 40px 40px;
}

.breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 10px 20px;
  font-size: 0;
}

.breadcrumb__item {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
.breadcrumb__item a {
  color: #6e3b1c;
  text-decoration: none;
}
.breadcrumb__item a:after {
  content: ">";
  margin: 0 10px;
  color: #72c02c;
}
.breadcrumb__item span {
  color: #72c02c;
}

.entry-wrap {
  box-sizing: border-box;
}

.entry-head__date {
  color: #666;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 10px;
}

.entry-head__title {
  font-weight: bold;
  line-height: 1.6;
  color: #6e3b1c;
  padding-bottom: 10px;
  margin: 10px 0 15px;
  border-bottom: 4px solid #72c02c;
}

.entry-body p img {
  display: block;
  margin: 0 auto;
}

.entry-body h2:not([class]) {
  position: relative;
  font-weight: bold;
  padding-left: 25px;
}
.entry-body h2:not([class]):before {
  content: "";
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-image: url(/common/img/icon_title.svg);
  background-repeat: no-repeat;
}

.entry-body h3:not([class]) {
  position: relative;
  font-weight: bold;
  padding-bottom: 10px;
}
.entry-body h3:not([class]):after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #72c02c;
  position: absolute;
  bottom: 0;
  left: 0;
}

.entry-body h4:not([class]) {
  color: #72c02c;
  font-weight: bold;
}

.entry-body hr {
  border: 0;
  border-top: 2px solid #ddd;
  margin: 40px 0;
}

.entry-body [target="_blank"]:after {
  content: "";
  background-image: url(/common/img/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 3px;
}

.entry-body [href$="doc"]:after, .entry-body [href$="docx"]:after {
  content: "";
  background-image: url(/common/img/icon_doc.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 3px;
}

.entry-body [href$="pdf"]:after {
  content: "";
  background-image: url(/common/img/icon_pdf.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 3px;
}

.entry-body ul:not([class]) {
  list-style: none;
  margin: 0;
  padding: 0;
}
.entry-body ul:not([class]) li {
  position: relative;
}
.entry-body ul:not([class]) li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border: 1px solid #666;
  background-color: #666;
  border-radius: 100%;
  position: absolute;
  left: 3px;
  box-sizing: border-box;
}
.entry-body ul:not([class]) li ul, .entry-body ul:not([class]) li .list-type01 {
  margin: 5px 0;
}
.entry-body ul:not([class]) li ul li:before, .entry-body ul:not([class]) li .list-type01 li:before {
  background-color: #fff;
}

.entry-body ol:not([class]) {
  list-style: none;
  margin: 0;
  padding: 0;
}
.entry-body ol:not([class]) li {
  counter-increment: numeber;
  position: relative;
  padding-left: 20px;
}
.entry-body ol:not([class]) li:before {
  content: counter(numeber) ".";
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: absolute;
  left: 0;
}

.entry-body figure {
  margin: 0;
}

.entry-body figcaption {
  margin-top: 10px;
}

.entry-body blockquote {
  border-left: 2px solid #ddd;
  margin: 20px 0;
  padding-left: 20px;
}

.entry-body pre {
  background-color: #efefef;
  border: 1px solid #ddd;
  padding: 20px;
}

.entry-body table:not([class]) {
  width: 100%;
  border-top: 2px solid #ddd;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
}
.entry-body table:not([class]) th {
  text-align: left;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #fff;
}
.entry-body table:not([class]) td {
  border-bottom: 2px solid #ddd;
  text-align: left;
  background-color: #fff;
  box-sizing: border-box;
}
.entry-body table:not([class]) thead th {
  background-color: transparent;
  text-align: center;
}
.entry-body table:not([class]) thead tr:last-child th, .entry-body table:not([class]) thead tr:last-child td {
  border-bottom: 0;
}

.no-icon:after {
  display: none !important;
}

.taxonomy-list {
  background: #fff;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 0;
}

.taxonomy-list__list {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  line-height: 25px;
}
.taxonomy-list__list:not(:last-child) {
  margin-right: 20px;
}

.taxonomy-list__title {
  float: left;
  color: #72c02c;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.taxonomy-list__name {
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
.taxonomy-list__name:not(:last-child):after {
  content: " ,";
}
.taxonomy-list__name a {
  color: #666;
  text-decoration: none;
}

.sns-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.sns-list__item {
  display: inline-block;
  vertical-align: top;
}

.fb-like > span {
  vertical-align: top !important;
}

.heading-block {
  position: relative;
}
.heading-block .heading-block__btn {
  position: absolute;
  right: 0;
  top: 0;
}

.heading-type01 {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: .1em;
  color: #6e3b1c;
  padding-left: 25px;
  margin-bottom: 40px;
}
.heading-type01:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url(/common/img/icon_title.svg);
}

.heading-type02 {
  position: relative;
  font-weight: bold;
  padding-left: 25px;
}
.heading-type02:before {
  content: "";
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-image: url(/common/img/icon_title.svg);
  background-repeat: no-repeat;
}

.heading-type03 {
  position: relative;
  font-weight: bold;
  padding-bottom: 10px;
}
.heading-type03:after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #72c02c;
  position: absolute;
  bottom: 0;
  left: 0;
}

.heading-type04 {
  color: #72c02c;
  font-weight: bold;
}

.heading-type05 {
  text-align: left;
  margin: 5px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.heading-type05 a {
  display: block;
  background-color: #72c02c;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  line-height: 1.4;
  padding: 10px 10px;
}

.heading-type06 {
  text-align: left;
  margin: 20px 0 10px;
  padding-bottom: 5px;
  font-weight: normal;
  position: relative;
}
.heading-type06:after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #72c02c;
  position: absolute;
  left: 0;
  bottom: 0;
}

.media-block.media-center .media-block__media {
  text-align: center;
}

.media-block__text *:first-child {
  margin-top: 0 !important;
}

.list-type01 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-type01 li {
  position: relative;
}
.list-type01 li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border: 1px solid #666;
  background-color: #666;
  border-radius: 100%;
  position: absolute;
  left: 3px;
  box-sizing: border-box;
}
.list-type01 li ul, .list-type01 li .list-type01 {
  margin: 5px 0;
}
.list-type01 li ul li:before, .list-type01 li .list-type01 li:before {
  background-color: #fff;
}

.list-type02 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-type02 li {
  position: relative;
}
.list-type02 li:before {
  content: "";
  background-image: url(/common/img/icon_arrow03.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  background-position: center;
  position: absolute;
  left: 0;
}

.list-type03 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-type03 li {
  position: relative;
  text-indent: -1.3em;
  margin-left: 1.3em;
}
.list-type03 li > i {
  font-style: normal;
  margin-right: 3px;
}

.list-type04 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-type04 li {
  counter-increment: numeber;
  position: relative;
  padding-left: 20px;
}
.list-type04 li:before {
  content: counter(numeber) ".";
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: absolute;
  left: 0;
}

.frame-type01 {
  border-style: solid;
  border-width: 2px;
  background-color: #fff;
}
.frame-type01 > *:first-child {
  margin-top: 0 !important;
}
.frame-type01 > *:last-child {
  margin-bottom: 0 !important;
}
.frame-type01.frame-color01 {
  border-color: #e4007f;
  color: #e4007f;
}
.frame-type01.frame-color02 {
  border-color: #ddd;
  color: #666;
}
.frame-type01.frame-color03 {
  border-color: #333;
}

.tag-type01 {
  color: #72c02c;
  font-style: normal;
  display: inline-block;
}

.tag-type02 {
  font-style: normal;
  display: inline-block;
  background-color: #f5f5f5;
  border-radius: 25px;
  line-height: 1.2;
  text-decoration: none;
  color: #333;
}

.column-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.tag-list__item {
  display: inline-block;
}

.aside-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside-list li {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5px;
}
.aside-list li a {
  display: block;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.aside-list li a:hover {
  background-color: #eee;
  opacity: 1;
}

.form-table {
  width: 100%;
  line-height: 1.8;
  background-color: #fff;
}
.form-table th {
  border: 2px solid #ddd;
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: left;
}
.form-table th .required {
  background-color: #d00;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  padding: 5px 10px;
  line-height: 1;
  margin-left: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.form-table td {
  border: 2px solid #ddd;
}
.form-table td.error {
  background-color: #ffeef3;
}
.form-table td.error .error {
  display: block;
}
.form-table td .error {
  display: none;
  color: #d00;
  font-weight: bold;
  margin: 10px 0 0;
}

.form-group input[type="text"], .form-group textarea {
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #ddd;
  padding: 5px;
  box-sizing: border-box;
}

.form-size-max {
  width: 100%;
}

.form-size-xs {
  width: 80px;
}

.form-size-xxs {
  width: 45px;
}

.form-radio input, .form-checkbox input {
  margin-right: 5px;
}

@media print, screen and (min-width: 48em) {
  /* ---------------------------
 * PC
 * --------------------------- */
  .pc-hide {
    display: none !important;
  }
  .wrapper {
    min-width: 1020px;
  }
  .section__inner {
    width: 1020px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 60px auto;
  }
  .header {
    min-width: 1000px;
  }
  .header__inner {
    margin: 0 40px;
  }
  .header__inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .header__logo {
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
  }
  .nav {
    position: absolute;
    top: 0;
    right: 0;
  }
  .global-nav {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .global-nav:after {
    display: block;
    clear: both;
    content: "";
  }
  .global-nav__item {
    position: relative;
    float: left;
    margin-right: 12px;
  }
  .global-nav__item a {
    display: block;
    white-space: nowrap;
    color: #666;
    padding-top: 24px;
    padding-bottom: 22px;
  }
  .global-nav__item a:hover {
    color: #72c02c;
  }
  .global-nav__item:hover:after {
    position: absolute;
    bottom: 20px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background: #72c02c;
  }
  .is-drop {
    padding-right: 15px;
  }
  .is-drop:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    background: url(/common/img/icon_arrow02.svg);
    width: 10px;
    height: 10px;
    margin-top: -5px;
    line-height: 1;
  }
  .drop-nav {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    text-align: left;
    z-index: 1;
    margin: 0;
    padding: 5px 0;
    background: #72c02c;
    border-radius: 3px;
  }
  .drop-nav:after {
    position: absolute;
    top: -8px;
    left: 20px;
    border-bottom: 8px solid #72c02c;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: "";
  }
  .global-nav__item:hover > .drop-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .drop-nav__item a {
    color: #fff;
    padding: 5px 20px;
  }
  .drop-nav__item a:hover {
    color: #fff;
  }
  .cms {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 20px;
  }
  .cms_name {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    color: #666;
  }
  .cms_name:before {
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -11px;
    width: 23px;
    height: 23px;
    content: url(/common/img/icon_cms_setting.svg);
  }
  .cms-change {
    display: inline-block;
    padding-bottom: 18px;
  }
  .cms-change__btn {
    position: relative;
    display: inline-block;
    background: #6e3b1c;
    color: #fff;
    text-decoration: none;
    padding: 0 35px 0 20px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 18px;
    line-height: 36px;
    letter-spacing: .1em;
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-font-smoothing: antialiased;
  }
  .cms-change__btn:hover {
    text-decoration: none;
    opacity: .7;
  }
  .cms-change__btn:after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    background: url(/common/img/icon_arrow01.svg);
    width: 10px;
    height: 10px;
    margin-top: -5px;
    line-height: 1;
  }
  .cms-select {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    position: absolute;
    top: 100%;
    right: 0;
    text-align: left;
    z-index: 1;
    margin: 0;
    padding: 5px 0;
    background: #72c02c;
    border-radius: 3px;
  }
  .cms-select:after {
    border-bottom: 8px solid #72c02c;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: "";
    position: absolute;
    top: -8px;
    right: 20px;
  }
  .cms-change:hover > .cms-select {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .cms-select__item a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
  }
  .footer .section__inner {
    margin: 0 auto;
    padding: 60px 0;
  }
  .js-goto-pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    content: "";
    width: 45px;
    height: 45px;
    background: url(/common/img/icon_pagetop.svg) #72c02c;
    background-size: 100%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .js-goto-pagetop:hover {
    text-decoration: none;
    opacity: .7;
  }
  .js-goto-pagetop span {
    display: none;
  }
  .main-visual {
    min-width: 1000px;
  }
  .main-visual__inner {
    margin: 0 40px 40px;
    padding-top: 120px;
  }
  .main-visual__text {
    position: absolute;
    top: 60px;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .main-visual__title img {
    width: 600px;
    height: 37px;
  }
  .btn-group01 [class^="btn-type"] {
    margin-right: 20px;
  }
  .btn-type03 {
    margin: 10px 0;
  }
  .conetnts-nav ul {
    overflow: hidden;
  }
  .conetnts-nav__item {
    float: left;
    width: 184px;
    margin-left: 20px;
  }
  .conetnts-nav__item:first-child {
    margin-left: 0;
  }
  .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: -40px 0 0 0;
  }
  .service-list__item {
    width: 480px;
  }
  .service-list__icon {
    float: left;
    margin-right: 20px;
  }
  .service-list__data {
    float: left;
    width: 300px;
  }
  .member-list ul li {
    float: left;
    margin-left: 10px;
  }
  .member-list__title {
    float: left;
    width: 130px;
    line-height: 50px;
  }
  .member__photo {
    width: 180px;
    float: left;
    margin-right: 40px;
  }
  .member__data {
    position: relative;
    float: left;
    width: 780px;
  }
  .member__name {
    width: 580px;
  }
  .member__sns {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
  }
  .member__sns li {
    float: left;
    margin-left: 5px;
  }
  .member__sns li:first-child {
    margin-left: 0;
  }
  .member__sns li a {
    display: block;
  }
  .news-list01 {
    margin: 40px 0;
  }
  .news-list01__date {
    float: left;
    width: 160px;
    margin-right: 20px;
  }
  .news-list01__data {
    float: left;
    width: 780px;
  }
  .table-type01 {
    margin: 20px 0 40px;
  }
  .table-type01 th {
    border-bottom: 2px solid #ddd;
    width: 25%;
    padding: 30px;
  }
  .table-type01 td {
    padding: 30px;
  }
  .table-type01.type-border th, .table-type01.type-border td {
    border-left: 2px solid #ddd;
  }
  .page-title {
    height: 110px;
    margin: 0 40px;
  }
  .page-title__title {
    margin: 45px 0 0 50px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .entry-wrap {
    width: 1020px;
    margin: 50px auto 70px;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .entry-main {
    width: calc(100% - 200px - 30px);
  }
  .entry-side {
    width: 200px;
    margin-left: 30px;
  }
  .entry + .entry {
    margin-top: 150px;
  }
  .entry-head__title {
    font-size: 20px;
    font-size: 2rem;
  }
  .entry-head__taxonomy {
    margin: 20px 0;
  }
  .entry-head__sns {
    margin: 20px 0 0;
  }
  .entry-body {
    line-height: 2;
  }
  .entry-body h2:not([class]) {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
    margin: 20px 0;
  }
  .entry-body h2:not([class]):before {
    top: 15px;
  }
  .entry-body h3:not([class]) {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7;
    margin: 20px 0;
  }
  .entry-body h4:not([class]) {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 20px 0;
  }
  .entry-body ul:not([class]) {
    margin: 20px 0;
  }
  .entry-body ul:not([class]) li {
    padding-left: 15px;
  }
  .entry-body ul:not([class]) li:before {
    top: 11px;
  }
  .entry-body ol:not([class]) {
    margin: 20px 0;
  }
  .entry-body table:not([class]) {
    margin: 20px 0 40px;
  }
  .entry-body table:not([class]) th {
    border-bottom: 2px solid #ddd;
    width: 25%;
    padding: 30px;
  }
  .entry-body table:not([class]) td {
    padding: 30px;
  }
  .entry-body table:not([class]).type-border th, .entry-body table:not([class]).type-border td {
    border-left: 2px solid #ddd;
  }
  .sns-list {
    text-align: right;
  }
  .sns-list__item {
    margin-left: 10px;
  }
  .heading-type02 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
    margin: 20px 0;
  }
  .heading-type02:before {
    top: 15px;
  }
  .heading-type03 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7;
    margin: 20px 0;
  }
  .heading-type04 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 20px 0;
  }
  .heading-type06 {
    font-size: 20px;
    font-size: 2rem;
  }
  .media-block {
    overflow: hidden;
  }
  .media-block.media-left .media-block__media {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .media-block.media-right .media-block__media {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
  }
  .media-block.type-nowrap .media-block__text {
    overflow: hidden;
  }
  .list-type01 {
    margin: 20px 0;
  }
  .list-type01 li {
    padding-left: 15px;
  }
  .list-type01 li:before {
    top: 11px;
  }
  .list-type02 {
    margin: 20px 0;
  }
  .list-type02 li {
    padding-left: 15px;
  }
  .list-type02 li:before {
    top: 7px;
  }
  .list-type03 {
    margin: 20px 0;
  }
  .list-type04 {
    margin: 20px 0;
  }
  .frame-type01 {
    padding: 25px;
    margin: 40px 0;
  }
  .tag-type02 {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 20px;
  }
  .column-group.column2 .column-group__item {
    width: calc((100% / 2) - 20px);
    margin: 40px 40px 0 0;
  }
  .column-group.column2 .column-group__item:nth-child(even) {
    margin-right: 0;
  }
  .column-group.column2 .column-group__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .column-group.column3 .column-group__item {
    width: calc((100% / 3) - 27px);
    margin: 40px 40px 0 0;
  }
  .column-group.column3 .column-group__item:nth-child(3n) {
    margin-right: 0;
  }
  .column-group.column3 .column-group__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .column-group.column4 .column-group__item {
    width: calc((100% / 4) - 30px);
    margin: 40px 40px 0 0;
  }
  .column-group.column4 .column-group__item:nth-child(4n) {
    margin-right: 0;
  }
  .column-group.column4 .column-group__item:nth-child(-n+4) {
    margin-top: 0;
  }
  .tag-list {
    margin: 20px 0 40px;
  }
  .heading-block + .tag-list {
    margin-top: -20px;
  }
  .tag-list__item {
    margin: 0 10px 10px 0;
  }
  .form-table {
    margin: 30px 0;
  }
  .form-table th {
    width: 30%;
    padding: 20px;
    white-space: nowrap;
    box-sizing: border-box;
  }
  .form-table td {
    padding: 20px;
  }
  .form-group textarea {
    min-height: 100px;
  }
  .form-radio {
    margin-right: 20px;
  }
  .form-checkbox {
    margin-right: 20px;
  }
  .form-size-m {
    width: 60%;
  }
}

@media screen and (max-width: 47.9375em) {
  /* ---------------------------
 * SmartPhone
 * --------------------------- */
  .sp-hide {
    display: none !important;
  }
  .wrapper {
    overflow-x: hidden;
  }
  .section {
    padding: 0 10px;
  }
  .section__inner {
    width: 100%;
    margin: 40px 0;
  }
  .header {
    z-index: 50;
  }
  .header__logo {
    position: relative;
    z-index: 5;
  }
  .header__logo img {
    width: 120px;
    height: auto;
  }
  .header__inner {
    padding: 10px 0 0;
    height: 55px;
    background-color: #fff;
    box-sizing: border-box;
  }
  .header__inner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #fff;
  }
  .sp-nav__btn {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(/common/img/icon_menu.svg);
    z-index: 5;
  }
  .sp-nav__btn.open {
    background: url(/common/img/icon_menu_open.svg);
  }
  .nav {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 1;
    text-align: left;
    width: 100%;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: .2s;
    transition: .2s;
  }
  .global-nav {
    background: #72c02c;
    margin: 0;
    padding: 0;
  }
  .global-nav__item {
    border-top: 2px solid #8ecd56;
  }
  .global-nav__item:first-child {
    border-top: 0;
  }
  .global-nav__item a {
    display: block;
    position: relative;
    color: #fff;
    padding: 6px 20px;
  }
  .global-nav__item a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    content: "";
    background: url(/common/img/icon_arrow04.svg) no-repeat;
    width: 10px;
    height: 10px;
  }
  .drop-nav {
    margin: 0;
    padding: 0;
  }
  .drop-nav__item {
    border-top: 2px solid #8ecd56;
  }
  .drop-nav__item a {
    padding: 6px 40px;
    color: #fff;
  }
  .sp-cms__btn {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url(/common/img/icon_cms_setting.svg);
    cursor: pointer;
    z-index: 5;
  }
  .sp-cms__btn.open {
    background: url(/common/img/icon_cms_setting_open.svg);
  }
  .cms {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 1;
    text-align: left;
    width: 100%;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: .2s;
    transition: .2s;
    background: #72c02c;
  }
  .cms_name {
    display: block;
    padding: 6px 20px;
    margin: 20px 20px 0;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    background: #fff;
    color: #6e3b1c;
    margin-bottom: 10px;
  }
  .cms_name span {
    padding-right: 10px;
  }
  .cms-change__btn {
    display: block;
    padding: 0 20px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
  }
  .cms-select {
    margin: 0;
    padding: 0;
  }
  .cms-select .cms-select__item {
    border-top: 2px solid #8ecd56;
  }
  .cms-select .cms-select__item a {
    position: relative;
    display: block;
    color: #fff;
    padding: 6px 20px;
  }
  .cms-select .cms-select__item a:hover {
    background: #65af22;
  }
  .cms-select .cms-select__item a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    content: "";
    background: url(/common/img/icon_arrow04.svg) no-repeat;
    width: 10px;
    height: 10px;
  }
  .is-menu-open .nav {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .is-cms-open .cms {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .footer .section__inner {
    margin: 0 auto;
    padding: 40px 0;
  }
  .js-goto-pagetop {
    position: relative;
    border-top: 2px solid #f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
  }
  .js-goto-pagetop:before {
    position: absolute;
    top: 20px;
    left: 50%;
    content: "";
    width: 30px;
    height: 30px;
    margin-left: -15px;
    background: url(/common/img/icon_pagetop.svg) #72c02c;
    background-size: 100%;
    border-radius: 50%;
  }
  .js-goto-pagetop span {
    display: block;
    padding-top: 35px;
    text-align: center;
    letter-spacing: .1em;
  }
  .main-visual__inner {
    margin: 0 20px 20px;
  }
  .main-visual__text {
    padding: 40px 40px 0;
  }
  .main-visual__title {
    margin: 0 0 20px 0;
    line-height: 1;
  }
  .main-visual__title img {
    max-width: 320px;
    height: auto;
  }
  .btn-group01 {
    text-align: center;
  }
  .btn-type03 {
    margin: 10px auto;
  }
  .conetnts-nav {
    margin-left: -10px;
    margin-top: -10px;
    overflow: hidden;
  }
  .conetnts-nav__item {
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
    margin-top: 10px;
    width: 50%;
  }
  .service-list {
    display: block;
  }
  .service-list__item {
    width: 100%;
    margin-top: 20px;
  }
  .service-list__inner {
    padding: 20px 15px;
  }
  .service-list__icon {
    margin: 0 auto 10px auto;
  }
  .service-list__title {
    text-align: center;
  }
  .member-list ul {
    font-size: 0;
  }
  .member-list ul li {
    display: inline-block;
    margin: 0 5px 5px 0;
  }
  .member-list__title {
    margin-bottom: 10px;
  }
  .member__photo {
    text-align: center;
    margin-bottom: 20px;
  }
  .member__sns {
    margin-bottom: 20px;
    text-align: center;
  }
  .member__sns li {
    display: inline-block;
  }
  .news-list01 {
    margin: 20px 0 40px;
  }
  .news-list01__item {
    padding: 15px 10px 20px;
  }
  .news-list01__date {
    margin-bottom: 10px;
  }
  .news-list01__taxonomy dt {
    clear: both;
  }
  .table-type01 {
    margin: 20px 0 40px;
  }
  .table-type01 th {
    display: block;
    padding: 15px 15px 5px;
  }
  .table-type01 td {
    display: block;
    padding: 0 15px 15px;
  }
  .table-type01.type-sp-nochange th, .table-type01.type-sp-nochange td {
    display: table-cell;
  }
  .table-type01.type-sp-nochange td {
    padding-top: 15px;
  }
  .page-title {
    height: 55px;
    margin: 0 10px 20px;
    background-size: auto 55px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .page-title__title {
    margin: 20px 0 0 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .breadcrumb {
    display: none;
  }
  .entry-wrap {
    margin-bottom: 50px;
  }
  .entry-main {
    margin-bottom: 50px;
  }
  .entry + .entry {
    margin-top: 100px;
  }
  .entry-head__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .entry-head__taxonomy {
    margin: 10px 0;
  }
  .entry-head__sns {
    margin: 10px 0 0;
  }
  .entry-body h2:not([class]) {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 20px 0;
  }
  .entry-body h2:not([class]):before {
    top: 13px;
  }
  .entry-body h3:not([class]) {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 20px 0;
  }
  .entry-body h4:not([class]) {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 20px 0;
  }
  .entry-body ul:not([class]) {
    margin: 20px 0;
  }
  .entry-body ul:not([class]) li {
    padding-left: 18px;
  }
  .entry-body ul:not([class]) li:before {
    top: 9px;
  }
  .entry-body ol:not([class]) {
    margin: 20px 0;
  }
  .entry-body figcaption {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .entry-body table:not([class]) {
    margin: 20px 0 40px;
  }
  .entry-body table:not([class]) th {
    display: block;
    padding: 15px 15px 5px;
  }
  .entry-body table:not([class]) td {
    display: block;
    padding: 0 15px 15px;
  }
  .entry-body table:not([class]).type-sp-nochange th, .entry-body table:not([class]).type-sp-nochange td {
    display: table-cell;
  }
  .entry-body table:not([class]).type-sp-nochange td {
    padding-top: 15px;
  }
  .entry-body table:not([class]) th, .entry-body table:not([class]) td {
    display: table-cell;
  }
  .entry-body table:not([class]) th {
    border-bottom: 2px solid #ddd;
  }
  .entry-body table:not([class]) td {
    padding-top: 15px;
  }
  .sns-list__item {
    margin-right: 5px;
  }
  .heading-type01 {
    margin: 0 0 20px;
  }
  .heading-type02 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 20px 0;
  }
  .heading-type02:before {
    top: 13px;
  }
  .heading-type03 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 20px 0;
  }
  .heading-type04 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 20px 0;
  }
  .heading-type06 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .media-block {
    margin: 20px 0;
  }
  .media-block__media {
    margin-bottom: 15px;
  }
  .list-type01 {
    margin: 20px 0;
  }
  .list-type01 li {
    padding-left: 18px;
  }
  .list-type01 li:before {
    top: 9px;
  }
  .list-type02 {
    margin: 20px 0;
  }
  .list-type02 li {
    padding-left: 15px;
  }
  .list-type02 li:before {
    top: 7px;
  }
  .list-type03 {
    margin: 20px 0;
  }
  .list-type04 {
    margin: 20px 0;
  }
  .frame-type01 {
    padding: 15px;
    margin: 20px 0;
  }
  .tag-type02 {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 15px;
  }
  .column-group__item {
    width: calc((100% / 2) - 10px);
    margin: 40px 20px 0 0;
  }
  .column-group__item:nth-child(even) {
    margin-right: 0;
  }
  .column-group__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .tag-list {
    margin: 20px 0 40px;
  }
  .tag-list__item {
    margin: 0 5px 5px 0;
  }
  .form-table {
    margin: 20px 0;
  }
  .form-table th {
    width: 100%;
    padding: 10px;
    display: block;
    border-bottom: 0;
    box-sizing: border-box;
  }
  .form-table td {
    width: 100%;
    padding: 10px;
    display: block;
    border-top: 0;
    border-bottom: 0;
    box-sizing: border-box;
  }
  .form-table tr:last-child td {
    border-bottom: 2px solid #ddd;
  }
  .form-group textarea {
    min-height: 80px;
  }
  .form-group input[type="text"] {
    margin-bottom: 5px;
  }
  .form-radio {
    display: block;
  }
  .form-checkbox {
    display: block;
  }
  .form-size-m {
    width: 100%;
  }
}
