@charset "UTF-8";
/*!***************************************************************
 *  reset
 ****************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  border: none;
}

/*!***************************************************************
 *  ベーススタイル
 ****************************************************************/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #333;
}

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

p:not(:last-child) {
  margin-bottom: 1em;
}

i {
  font-style: normal;
}

em {
  font-style: normal;
}

a {
  color: #3a614f;
  text-decoration: none;
}

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

a.disabled {
  color: #ccc;
}

a.disabled:hover {
  text-decoration: none;
}

label, input[type=radio], input[type=checkbox], input[type=file], select {
  cursor: pointer;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

input, textarea {
  padding-left: 10px;
  padding-right: 10px;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

pre {
  margin-bottom: 20px;
}

code {
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: 320px;
    font-size: 1.2rem;
  }
}

/*!***************************************************************
 *  ベーススタイル
 ****************************************************************/
@font-face {
  font-family: 'Hannari';
  src: url("../fonts/hannari.otf") format("opentype"), url("../fonts/hannari.woff") format("woff");
}

/*!***************************************************************
 *  見出し
 ****************************************************************/
/*!***************************************************************
 *  ボタンスタイル
 ****************************************************************/
.m-btn {
  text-align: center;
  display: block;
  background-color: black;
  color: #FFF;
  font-size: 1.4rem;
  border: 0;
  width: 200px;
  max-width: 100%;
  padding: 10px 20px;
  cursor: pointer;
  text-decoration: none;
}

.m-btn:after {
  content: '';
  height: 100%;
  width: 0;
  vertical-align: middle;
  display: inline-block;
}

.m-btn:hover {
  opacity: 0.7;
  text-decoration: none;
  color: white;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.m-btn.btn-primary {
  background-color: #3a614f;
}

.m-btn.btn-secondary {
  background-color: #80bb67;
}

.m-btn.btn-thirdly {
  background-color: #e6f1e1;
  color: #333;
}

.m-btn.btn-fourth {
  background-color: #f2f2f2;
  color: #333;
}

.m-btn.btn-fifth {
  background-color: #f5f5f5;
  color: #333;
}

.m-btn.btn-error {
  background-color: #C70000;
}

.m-btn.btn-accent {
  background-color: #f2a531;
}

.m-btn.btn-base_font {
  background-color: #333;
}

.m-btn.btn-base_border {
  background-color: #e6e6e6;
  color: #333;
}

.m-btn.btn-base_bg {
  background-color: #f9f9f9;
  color: #333;
}

.m-btn.btn-info {
  background-color: #e6f1e1;
  color: #333;
}

.m-btn.btn-white {
  background-color: white;
  color: #333;
}

.m-btn.btn-black {
  background-color: black;
}

.m-btn.btn-transparent {
  background-color: rgba(0, 0, 0, 0);
}

.m-btn.btn-disabled {
  cursor: default;
  background-color: #d1d1d1;
  outline: none;
}

.m-btn.btn-disabled:hover {
  opacity: 1;
}

.m-btn.btn-ghost {
  background-color: transparent;
  border: 1px solid white;
  font-weight: normal;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 0px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.m-btn.btn-ghost:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.m-btn.btn-thin {
  padding: 4px 20px;
}

.m-btn.btn-img {
  padding: 0;
  border-radius: 0px;
  width: 100%;
  background: none;
}

.m-btn.btn-arrow {
  position: relative;
}

.m-btn.btn-arrow:after {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  right: .5em;
  content: '\f105';
  width: 10px;
  height: 14px;
  border-radius: 100%;
  font-weight: bold;
  margin-top: -7px;
}

.m-btn.btn-wide {
  width: 100%;
}

.m-btn.btn-flex {
  width: auto;
  display: inline-block;
}

.m-btn.btn-xl {
  font-size: 2.4rem;
  width: 400px;
  padding: 15px;
}

.m-btn.btn-l {
  font-size: 2rem;
  width: 300px;
  padding: 15px;
}

.m-btn.btn-m {
  font-size: 1.4rem;
  width: 150px;
  padding: 10px;
}

.m-btn.btn-s {
  font-size: 1.2rem;
  font-weight: normal;
  width: auto;
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 0;
}

.btns {
  text-align: center;
}

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

.btns .m-btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .btns .m-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}

/*!***************************************************************
 *  タグタイル
 ****************************************************************/
.m-tag {
  text-align: center;
  display: inline-block;
  background-color: black;
  color: #FFF;
  font-size: 1rem;
  border: 0;
  max-width: 100%;
  padding: 2px 10px;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
}

.m-tag:after {
  content: '';
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.m-tag.tag-primary {
  background-color: #3a614f;
}

.m-tag.tag-tag_type1 {
  background-color: #589b4d;
}

.m-tag.tag-tag_type2 {
  background-color: #629db0;
}

.m-tag.tag-tag_type3 {
  background-color: #d78858;
}

.m-tag.tag-error {
  background-color: #C70000;
}

.m-tag.tag-accent {
  background-color: #f2a531;
}

/*------------------------------------------------------------
ページング
------------------------------------------------------------*/
.m-paging {
  margin-bottom: 40px;
}

.m-paging.paging-type-square ul {
  text-align: center;
}

.m-paging.paging-type-square ul li {
  border: 1px solid #3a614f;
  display: inline-block;
  line-height: 0.6;
  border-radius: 3px;
  margin-left: 3px;
  margin-right: 3px;
}

.m-paging.paging-type-square ul li a {
  display: block;
  height: 100%;
  padding: 10px;
}

.m-paging.paging-type-square ul li a:hover {
  text-decoration: none;
  color: white;
  background: #579176;
  -webkit-transition: background 0.2s ,color 0.2s;
  -o-transition: background 0.2s ,color 0.2s;
  transition: background 0.2s ,color 0.2s;
}

.m-paging.paging-type-square ul li.paging-active {
  background: #3a614f;
  color: white;
  padding: 10px;
}

.m-paging.paging-type-circle ul {
  text-align: center;
}

.m-paging.paging-type-circle ul li {
  border: 1px solid #3a614f;
  display: inline-block;
  line-height: 0.6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: 3px;
  margin-right: 3px;
}

.m-paging.paging-type-circle ul li a {
  display: block;
  width: 30px;
  height: 30px;
}

.m-paging.paging-type-circle ul li a:hover {
  text-decoration: none;
  color: white;
  background: #579176;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background 0.2s , color 0.2s;
  -o-transition: background 0.2s , color 0.2s;
  transition: background 0.2s , color 0.2s;
}

.m-paging.paging-type-circle ul li a:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.m-paging.paging-type-circle ul li.paging-active {
  background: #3a614f;
  color: white;
  width: 30px;
  height: 30px;
}

.m-paging.paging-type-circle ul li.paging-active:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/*------------------------------------------------------------
ローカルナビ
------------------------------------------------------------*/
.m-local_nav {
  margin-bottom: 40px;
}

.m-local_nav header {
  display: inline-block;
  font-weight: bold;
}

.m-local_nav header:after {
  content: ":";
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.m-local_nav ul {
  display: inline-block;
}

.m-local_nav ul li {
  display: inline-block;
}

.m-local_nav ul li:after {
  content: "|";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

/*!***************************************************************
 *  リスト
 ****************************************************************/
.m-list:not(:last-child) {
  margin-bottom: 40px;
}

.m-list.list-disc > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 5px;
}

.m-list.list-disc > li:after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 100%;
}

.m-list.list-disc.list-primary li:after {
  background-color: #3a614f;
}

.m-list.list-disc.list-secondary li:after {
  background-color: #80bb67;
}

.m-list.list-disc.list-thirdly li:after {
  background-color: #e6f1e1;
}

.m-list.list-disc.list-fourth li:after {
  background-color: #f2f2f2;
}

.m-list.list-disc.list-fifth li:after {
  background-color: #f5f5f5;
}

.m-list.list-disc.list-error li:after {
  background-color: #C70000;
}

.m-list.list-disc.list-accent li:after {
  background-color: #f2a531;
}

.m-list.list-disc.list-base_font li:after {
  background-color: #333;
}

.m-list.list-disc.list-base_border li:after {
  background-color: #e6e6e6;
}

.m-list.list-disc.list-base_bg li:after {
  background-color: #f9f9f9;
}

.m-list.list-disc.list-info li:after {
  background-color: #e6f1e1;
}

.m-list.list-disc.list-white li:after {
  background-color: white;
}

.m-list.list-disc.list-black li:after {
  background-color: black;
}

.m-list.list-disc.list-transparent li:after {
  background-color: rgba(0, 0, 0, 0);
}

.m-list.list-disc_small > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.m-list.list-disc_small > li:after {
  position: absolute;
  top: 0;
  left: .5em;
  content: '・';
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.m-list.list-disc_small.list-primary li:after {
  color: #3a614f;
}

.m-list.list-disc_small.list-secondary li:after {
  color: #80bb67;
}

.m-list.list-disc_small.list-thirdly li:after {
  color: #e6f1e1;
}

.m-list.list-disc_small.list-fourth li:after {
  color: #f2f2f2;
}

.m-list.list-disc_small.list-fifth li:after {
  color: #f5f5f5;
}

.m-list.list-disc_small.list-error li:after {
  color: #C70000;
}

.m-list.list-disc_small.list-accent li:after {
  color: #f2a531;
}

.m-list.list-disc_small.list-base_font li:after {
  color: #333;
}

.m-list.list-disc_small.list-base_border li:after {
  color: #e6e6e6;
}

.m-list.list-disc_small.list-base_bg li:after {
  color: #f9f9f9;
}

.m-list.list-disc_small.list-info li:after {
  color: #e6f1e1;
}

.m-list.list-disc_small.list-white li:after {
  color: white;
}

.m-list.list-disc_small.list-black li:after {
  color: black;
}

.m-list.list-disc_small.list-transparent li:after {
  color: rgba(0, 0, 0, 0);
}

.m-list.list-angle > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.m-list.list-angle > li:after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-list.list-angle.list-primary li:after {
  border-right-color: #3a614f;
  border-bottom-color: #3a614f;
}

.m-list.list-angle.list-secondary li:after {
  border-right-color: #80bb67;
  border-bottom-color: #80bb67;
}

.m-list.list-angle.list-thirdly li:after {
  border-right-color: #e6f1e1;
  border-bottom-color: #e6f1e1;
}

.m-list.list-angle.list-fourth li:after {
  border-right-color: #f2f2f2;
  border-bottom-color: #f2f2f2;
}

.m-list.list-angle.list-fifth li:after {
  border-right-color: #f5f5f5;
  border-bottom-color: #f5f5f5;
}

.m-list.list-angle.list-error li:after {
  border-right-color: #C70000;
  border-bottom-color: #C70000;
}

.m-list.list-angle.list-accent li:after {
  border-right-color: #f2a531;
  border-bottom-color: #f2a531;
}

.m-list.list-angle.list-base_font li:after {
  border-right-color: #333;
  border-bottom-color: #333;
}

.m-list.list-angle.list-base_border li:after {
  border-right-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
}

.m-list.list-angle.list-base_bg li:after {
  border-right-color: #f9f9f9;
  border-bottom-color: #f9f9f9;
}

.m-list.list-angle.list-info li:after {
  border-right-color: #e6f1e1;
  border-bottom-color: #e6f1e1;
}

.m-list.list-angle.list-white li:after {
  border-right-color: white;
  border-bottom-color: white;
}

.m-list.list-angle.list-black li:after {
  border-right-color: black;
  border-bottom-color: black;
}

.m-list.list-angle.list-transparent li:after {
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
}

.m-list.list-arrow > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.m-list.list-arrow > li:after {
  display: block;
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-list.list-arrow > li:before {
  display: block;
  content: '';
  position: absolute;
  top: 12px;
  left: -.025em;
  width: 8px;
  height: 1px;
  background-color: black;
}

.m-list.list-arrow.list-primary li:after {
  border-right-color: #3a614f;
  border-bottom-color: #3a614f;
}

.m-list.list-arrow.list-primary li:before {
  background-color: #3a614f;
}

.m-list.list-arrow.list-secondary li:after {
  border-right-color: #80bb67;
  border-bottom-color: #80bb67;
}

.m-list.list-arrow.list-secondary li:before {
  background-color: #80bb67;
}

.m-list.list-arrow.list-thirdly li:after {
  border-right-color: #e6f1e1;
  border-bottom-color: #e6f1e1;
}

.m-list.list-arrow.list-thirdly li:before {
  background-color: #e6f1e1;
}

.m-list.list-arrow.list-fourth li:after {
  border-right-color: #f2f2f2;
  border-bottom-color: #f2f2f2;
}

.m-list.list-arrow.list-fourth li:before {
  background-color: #f2f2f2;
}

.m-list.list-arrow.list-fifth li:after {
  border-right-color: #f5f5f5;
  border-bottom-color: #f5f5f5;
}

.m-list.list-arrow.list-fifth li:before {
  background-color: #f5f5f5;
}

.m-list.list-arrow.list-error li:after {
  border-right-color: #C70000;
  border-bottom-color: #C70000;
}

.m-list.list-arrow.list-error li:before {
  background-color: #C70000;
}

.m-list.list-arrow.list-accent li:after {
  border-right-color: #f2a531;
  border-bottom-color: #f2a531;
}

.m-list.list-arrow.list-accent li:before {
  background-color: #f2a531;
}

.m-list.list-arrow.list-base_font li:after {
  border-right-color: #333;
  border-bottom-color: #333;
}

.m-list.list-arrow.list-base_font li:before {
  background-color: #333;
}

.m-list.list-arrow.list-base_border li:after {
  border-right-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
}

.m-list.list-arrow.list-base_border li:before {
  background-color: #e6e6e6;
}

.m-list.list-arrow.list-base_bg li:after {
  border-right-color: #f9f9f9;
  border-bottom-color: #f9f9f9;
}

.m-list.list-arrow.list-base_bg li:before {
  background-color: #f9f9f9;
}

.m-list.list-arrow.list-info li:after {
  border-right-color: #e6f1e1;
  border-bottom-color: #e6f1e1;
}

.m-list.list-arrow.list-info li:before {
  background-color: #e6f1e1;
}

.m-list.list-arrow.list-white li:after {
  border-right-color: white;
  border-bottom-color: white;
}

.m-list.list-arrow.list-white li:before {
  background-color: white;
}

.m-list.list-arrow.list-black li:after {
  border-right-color: black;
  border-bottom-color: black;
}

.m-list.list-arrow.list-black li:before {
  background-color: black;
}

.m-list.list-arrow.list-transparent li:after {
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
}

.m-list.list-arrow.list-transparent li:before {
  background-color: rgba(0, 0, 0, 0);
}

.m-list.list-ad > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.m-list.list-ad > li:after {
  display: block;
  content: '';
  position: absolute;
  top: .35em;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: black;
  border-radius: 100%;
}

.m-list.list-ad > li:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 2;
  top: .7em;
  left: .3em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-list.list-ad.list-primary li:after {
  background-color: #3a614f;
}

.m-list.list-ad.list-primary li:before {
  border-right-color: white;
  border-bottom-color: white;
}

.m-list.list-ad.list-secondary li:after {
  background-color: #80bb67;
}

.m-list.list-ad.list-secondary li:before {
  border-right-color: white;
  border-bottom-color: white;
}

.m-list.list-ad.list-thirdly li:after {
  background-color: #e6f1e1;
}

.m-list.list-ad.list-thirdly li:before {
  border-right-color: #333;
  border-bottom-color: #333;
}

.m-list.list-ad.list-fourth li:after {
  background-color: #f2f2f2;
}

.m-list.list-ad.list-fourth li:before {
  border-right-color: #333;
  border-bottom-color: #333;
}

.m-list.list-ad.list-fifth li:after {
  background-color: #f5f5f5;
}

.m-list.list-ad.list-fifth li:before {
  border-right-color: #333;
  border-bottom-color: #333;
}

.m-list.list-ad.list-error li:after {
  background-color: #C70000;
}

.m-list.list-ad.list-error li:before {
  border-right-color: white;
  border-bottom-color: white;
}

.m-list.list-ad.list-accent li:after {
  background-color: #f2a531;
}

.m-list.list-ad.list-accent li:before {
  border-right-color: white;
  border-bottom-color: white;
}

.m-list.list-ad.list-base_font li:after {
  background-color: #333;
}

.m-list.list-ad.list-base_font li:before {
  border-right-color: white;
  border-bottom-color: white;
}

.m-list.list-ad.list-base_border li:after {
  background-color: #e6e6e6;
}

.m-list.list-ad.list-base_border li:before {
  border-right-color: #333;
  border-bottom-color: #333;
}

.m-list.list-ad.list-base_bg li:after {
  background-color: #f9f9f9;
}

.m-list.list-ad.list-base_bg li:before {
  border-right-color: #333;
  border-bottom-color: #333;
}

.m-list.list-ad.list-info li:after {
  background-color: #e6f1e1;
}

.m-list.list-ad.list-info li:before {
  border-right-color: #333;
  border-bottom-color: #333;
}

.m-list.list-ad.list-white li:after {
  background-color: white;
}

.m-list.list-ad.list-white li:before {
  border-right-color: #333;
  border-bottom-color: #333;
}

.m-list.list-ad.list-black li:after {
  background-color: black;
}

.m-list.list-ad.list-black li:before {
  border-right-color: white;
  border-bottom-color: white;
}

.m-list.list-ad.list-transparent li:after {
  background-color: rgba(0, 0, 0, 0);
}

.m-list.list-ad.list-transparent li:before {
  border-right-color: white;
  border-bottom-color: white;
}

.m-list.list-line > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.m-list.list-line > li:after {
  display: block;
  content: '';
  position: absolute;
  top: .65em;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: black;
}

.m-list.list-line.list-primary li:after {
  background-color: #3a614f;
}

.m-list.list-line.list-secondary li:after {
  background-color: #80bb67;
}

.m-list.list-line.list-thirdly li:after {
  background-color: #e6f1e1;
}

.m-list.list-line.list-fourth li:after {
  background-color: #f2f2f2;
}

.m-list.list-line.list-fifth li:after {
  background-color: #f5f5f5;
}

.m-list.list-line.list-error li:after {
  background-color: #C70000;
}

.m-list.list-line.list-accent li:after {
  background-color: #f2a531;
}

.m-list.list-line.list-base_font li:after {
  background-color: #333;
}

.m-list.list-line.list-base_border li:after {
  background-color: #e6e6e6;
}

.m-list.list-line.list-base_bg li:after {
  background-color: #f9f9f9;
}

.m-list.list-line.list-info li:after {
  background-color: #e6f1e1;
}

.m-list.list-line.list-white li:after {
  background-color: white;
}

.m-list.list-line.list-black li:after {
  background-color: black;
}

.m-list.list-line.list-transparent li:after {
  background-color: rgba(0, 0, 0, 0);
}

.m-list.list-inline > li {
  display: inline-block;
  margin-right: 10px;
}

/*!***************************************************************
 *  m-link_list
 ****************************************************************/
.m-link_list {
  position: relative;
}

.m-link_list li {
  margin-bottom: 10px;
}

.m-link_list li a {
  display: block;
  position: relative;
  border: 1px solid #e6e6e6;
  background: white;
  padding: 10px;
}

.m-link_list li a:after {
  font-family: FontAwesome;
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  float: right;
  padding-right: 10px;
}

.m-link_list li a:hover {
  background: #f9f9f9;
}

.m-link_list:not(:last-child) {
  margin-bottom: 40px;
}

.m-link_list.link_list-local a:after {
  content: "";
}

/*!***************************************************************
 *  box
 *  wide_box
 *  thumbnail
 *  panel
 ****************************************************************/
/***** boxモジュール *****/
.m-box {
  padding: 20px;
}

.m-box:not(:last-child) {
  margin-bottom: 40px;
}

.m-box.box-primary {
  background: #3a614f;
  color: white;
}

.m-box.box-secondary {
  background: #80bb67;
  color: white;
}

.m-box.box-thirdly {
  background: #e6f1e1;
}

.m-box.box-fourth {
  background: #f2f2f2;
}

.m-box.box-fifth {
  background: #f5f5f5;
}

.m-box.box-error {
  background: #C70000;
  color: white;
}

.m-box.box-accent {
  background: #f2a531;
  color: white;
}

.m-box.box-base_font {
  background: #333;
  color: white;
}

.m-box.box-base_border {
  background: #e6e6e6;
}

.m-box.box-base_bg {
  background: #f9f9f9;
}

.m-box.box-info {
  background: #e6f1e1;
}

.m-box.box-white {
  background: white;
}

.m-box.box-black {
  background: black;
  color: white;
}

.m-box.box-transparent {
  background: rgba(0, 0, 0, 0);
  color: white;
}

.m-box.box-p-10 {
  padding: 10px;
}

.m-box.box-p-30 {
  padding: 30px;
}

.m-box.box-p-50 {
  padding: 50px;
}

.m-box.box-border {
  border: 1px solid #ccc;
}

.m-box.box-border.box-primary {
  border-color: #3a614f;
  background-color: transparent;
  color: #333;
}

.m-box.box-border.box-secondary {
  border-color: #80bb67;
  background-color: transparent;
  color: #333;
}

.m-box.box-border.box-thirdly {
  border-color: #e6f1e1;
  background-color: transparent;
  color: #333;
}

.m-box.box-border.box-fourth {
  border-color: #f2f2f2;
  background-color: transparent;
  color: #333;
}

.m-box.box-border.box-fifth {
  border-color: #f5f5f5;
  background-color: transparent;
  color: #333;
}

.m-box.box-border.box-error {
  border-color: #C70000;
  background-color: transparent;
  color: #333;
}

.m-box.box-border.box-accent {
  border-color: #f2a531;
  background-color: transparent;
  color: #333;
}

.m-box.box-border.box-base_font {
  border-color: #333;
  background-color: transparent;
  color: #333;
}

.m-box.box-border.box-base_border {
  border-color: #e6e6e6;
  background-color: transparent;
  color: #333;
}

.m-box.box-border.box-base_bg {
  border-color: #f9f9f9;
  background-color: transparent;
  color: #333;
}

.m-box.box-border.box-info {
  border-color: #e6f1e1;
  background-color: transparent;
  color: #333;
}

.m-box.box-border.box-white {
  border-color: white;
  background-color: transparent;
  color: #333;
}

.m-box.box-border.box-black {
  border-color: black;
  background-color: transparent;
  color: #333;
}

.m-box.box-border.box-transparent {
  border-color: rgba(0, 0, 0, 0);
  background-color: transparent;
  color: #333;
}

.m-box.box-border.box-border-bold {
  border-width: 4px;
}

.m-box.box-radius {
  border-radius: 5px;
}

.m-box.box-thin {
  padding: 10px 20px;
}

.m-box.box-scroll {
  height: 300px;
  overflow: auto;
}

.m-box.box-scroll_l {
  height: 500px;
  overflow: auto;
}

.m-box.box-scroll_s {
  height: 150px;
  overflow: auto;
}

.m-box.box-note {
  padding: 10px;
  border: 1px solid #C70000;
}

.m-box.box-sideScroll {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .m-box.box-sideScroll {
    padding: 0 0 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .m-box.box-sideScroll > * {
    min-width: 100%;
    width: 640px !important;
  }
}

/*!***************************************************************
 *  common_box
 ****************************************************************/
.m-common_box .common_box-header {
  margin-bottom: 10px;
}

.m-common_box .common_box-body {
  margin-bottom: 10px;
}

.m-common_box:not(:last-child) {
  margin-bottom: 40px;
}

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

.m-common_box.common_box-border {
  padding: 20px;
  border: 1px solid #e6e6e6;
}

/*!***************************************************************
 *  table_box
 ****************************************************************/
.m-table_box {
  width: 100%;
  display: table;
}

.m-table_box .table_box-row {
  display: table-row;
  vertical-align: middle;
  text-align: left;
}

.m-table_box .table_box-row > * {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 10px;
  height: 100%;
}

.m-table_box .table_box-row.table_box-row-primary {
  background: #3a614f;
  color: white;
}

.m-table_box .table_box-row.table_box-row-secondary {
  background: #80bb67;
  color: white;
}

.m-table_box .table_box-row.table_box-row-thirdly {
  background: #e6f1e1;
}

.m-table_box .table_box-row.table_box-row-fourth {
  background: #f2f2f2;
}

.m-table_box .table_box-row.table_box-row-fifth {
  background: #f5f5f5;
}

.m-table_box .table_box-row.table_box-row-error {
  background: #C70000;
  color: white;
}

.m-table_box .table_box-row.table_box-row-accent {
  background: #f2a531;
  color: white;
}

.m-table_box .table_box-row.table_box-row-base_font {
  background: #333;
  color: white;
}

.m-table_box .table_box-row.table_box-row-base_border {
  background: #e6e6e6;
}

.m-table_box .table_box-row.table_box-row-base_bg {
  background: #f9f9f9;
}

.m-table_box .table_box-row.table_box-row-info {
  background: #e6f1e1;
}

.m-table_box .table_box-row.table_box-row-white {
  background: white;
}

.m-table_box .table_box-row.table_box-row-black {
  background: black;
  color: white;
}

.m-table_box .table_box-row.table_box-row-transparent {
  background: rgba(0, 0, 0, 0);
  color: white;
}

.m-table_box .table_box-header > * {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.m-table_box .table_box-footer > * {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.m-table_box:not(:last-child) {
  margin-bottom: 40px;
}

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

.m-table_box.table_box-border {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.m-table_box.table_box-border .table_box-row > * {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.m-table_box.table_box-3-7 .table_box-row > *:first-child {
  width: 30%;
}

.m-table_box.table_box-2-8 .table_box-row > *:first-child {
  width: 30%;
}

/*!***************************************************************
 *  background
 ****************************************************************/
.bg-color-light_gray {
  background: #f9f9f9;
}

.bg-color-primary {
  background: #3a614f;
}

/*!***************************************************************
 *  thumbnail
 ****************************************************************/
.m-thumbnail {
  padding: 10px;
  border: 1px solid #e6e6e6;
  position: relative;
}

.m-thumbnail .thumbnail-img {
  margin-bottom: 20px;
  text-align: center;
}

.m-thumbnail .thumbnail-img:last-child {
  margin-bottom: 0;
}

.m-thumbnail .thumbnail-img img {
  max-width: 100%;
  height: auto;
}

.m-thumbnail .thumbnail-caption {
  margin-top: 20px;
}

.m-thumbnail.thumbnail-no_border {
  padding: 0;
  border: none;
}

.m-thumbnail.thumbnail-under_border {
  border-bottom: 3px solid #3a614f;
  padding-bottom: 30px;
}

.m-thumbnail.thumbnail-with_icon .thumbnail-icon {
  font-style: normal;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #3a614f;
  top: -10px;
  left: 50%;
  color: white;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}

.m-thumbnail.thumbnail-primary {
  border-color: #3a614f;
}

.m-thumbnail.thumbnail-secondary {
  border-color: #80bb67;
}

.m-thumbnail.thumbnail-thirdly {
  border-color: #e6f1e1;
}

.m-thumbnail.thumbnail-fourth {
  border-color: #f2f2f2;
}

.m-thumbnail.thumbnail-fifth {
  border-color: #f5f5f5;
}

.m-thumbnail.thumbnail-error {
  border-color: #C70000;
}

.m-thumbnail.thumbnail-accent {
  border-color: #f2a531;
}

.m-thumbnail.thumbnail-base_font {
  border-color: #333;
}

.m-thumbnail.thumbnail-base_border {
  border-color: #e6e6e6;
}

.m-thumbnail.thumbnail-base_bg {
  border-color: #f9f9f9;
}

.m-thumbnail.thumbnail-info {
  border-color: #e6f1e1;
}

.m-thumbnail.thumbnail-white {
  border-color: white;
}

.m-thumbnail.thumbnail-black {
  border-color: black;
}

.m-thumbnail.thumbnail-transparent {
  border-color: rgba(0, 0, 0, 0);
}

/*!***************************************************************
  *  panel
 ****************************************************************/
.m-panel {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.m-panel:not(:last-child) {
  margin-bottom: 40px;
}

.m-panel .panel-header {
  padding: 20px;
  background: black;
  color: white;
}

.m-panel .panel-body {
  margin: 20px;
}

.m-panel .panel-footer {
  text-align: right;
  border-top: 1px solid #ccc;
  padding: 20px 0;
  margin-left: 20px;
  margin-right: 20px;
}

.m-panel.panel-thin .panel-header {
  padding: 10px 20px;
}

.m-panel.panel-thin .panel-body {
  margin: 10px 20px;
}

.m-panel.panel-thin .panel-footer {
  text-align: right;
  border-top: 1px solid #ccc;
  padding: 10px 0;
  margin-left: 20px;
  margin-right: 20px;
}

.m-panel.panel-no_border {
  border: none;
}

.m-panel.panel-no_border .panel-header {
  border: none;
}

.m-panel.panel-no_border .panel-body {
  margin-left: 0;
  margin-right: 0;
  border: none;
}

.m-panel.panel-no_border .panel-footer {
  padding-top: 0;
  border: none;
  margin-left: 0;
  margin-right: 0;
}

.m-panel.panel-transparent .panel-header {
  color: white;
  background: transparent;
}

.m-panel.panel-transparent .panel-body {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e6e6e6;
}

.m-panel.panel-no_radius {
  border-radius: 0px;
}

.m-panel.panel-primary .panel-header {
  background: #3a614f;
  color: white;
}

.m-panel.panel-secondary .panel-header {
  background: #80bb67;
  color: white;
}

.m-panel.panel-thirdly .panel-header {
  background: #e6f1e1;
}

.m-panel.panel-fourth .panel-header {
  background: #f2f2f2;
}

.m-panel.panel-fifth .panel-header {
  background: #f5f5f5;
}

.m-panel.panel-error .panel-header {
  background: #C70000;
  color: white;
}

.m-panel.panel-accent .panel-header {
  background: #f2a531;
  color: white;
}

.m-panel.panel-base_font .panel-header {
  background: #333;
  color: white;
}

.m-panel.panel-base_border .panel-header {
  background: #e6e6e6;
}

.m-panel.panel-base_bg .panel-header {
  background: #f9f9f9;
}

.m-panel.panel-info .panel-header {
  background: #e6f1e1;
}

.m-panel.panel-white .panel-header {
  background: white;
}

.m-panel.panel-black .panel-header {
  background: black;
  color: white;
}

.m-panel.panel-transparent .panel-header {
  background: rgba(0, 0, 0, 0);
  color: white;
}

/*!***************************************************************
 *  m-card
 *  スキン
 *  card-no_border
 *  card-overlay
 *    - card-overlay-fit
 *  色展開
 ****************************************************************/
.m-card {
  position: relative;
  background: #f9f9f9;
}

.m-card:not(:last-child) {
  margin-bottom: 40px;
}

.m-card > a {
  display: block;
}

.m-card .card-img img {
  width: 100%;
  height: auto;
}

.m-card .card-header {
  padding: 20px 20px 0 20px;
}

.m-card .card-body {
  padding: 20px;
}

.m-card .card-footer {
  padding: 0 20px 20px 20px;
}

.m-card.card-no_border {
  background: transparent;
}

.m-card.card-no_border .card-img img {
  width: 100%;
  height: auto;
}

.m-card.card-no_border .card-header {
  padding: 10px 0 10px 0;
}

.m-card.card-no_border .card-header h1, .m-card.card-no_border .card-header h2, .m-card.card-no_border .card-header h3, .m-card.card-no_border .card-header h4, .m-card.card-no_border .card-header h5, .m-card.card-no_border .card-header h5 {
  font-weight: bold;
}

.m-card.card-no_border .card-body {
  padding: 0;
}

.m-card.card-no_border .card-footer {
  padding: 0 0 20px 0;
}

.m-card.card-no_border .card-footer-border {
  margin-top: 10px;
  padding: 10px 0 20px 0;
  border-top: 1px solid #e6e6e6;
}

.m-card.card-overlay .m-tag {
  margin: 0;
}

.m-card.card-overlay .card-body {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}

.m-card.card-overlay .card-footer {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  background: #3a614f;
  color: white;
}

.m-card.card-overlay.card-overlay-fit .card-overlay-fit-category span {
  float: right;
  font-size: 1.2rem;
}

.m-card.card-primary {
  background-color: #3a614f;
  color: white;
}

.m-card.card-secondary {
  background-color: #80bb67;
  color: white;
}

.m-card.card-thirdly {
  background-color: #e6f1e1;
}

.m-card.card-fourth {
  background-color: #f2f2f2;
}

.m-card.card-fifth {
  background-color: #f5f5f5;
}

.m-card.card-error {
  background-color: #C70000;
  color: white;
}

.m-card.card-accent {
  background-color: #f2a531;
  color: white;
}

.m-card.card-base_font {
  background-color: #333;
  color: white;
}

.m-card.card-base_border {
  background-color: #e6e6e6;
}

.m-card.card-base_bg {
  background-color: #f9f9f9;
}

.m-card.card-info {
  background-color: #e6f1e1;
}

.m-card.card-white {
  background-color: white;
}

.m-card.card-black {
  background-color: black;
  color: white;
}

.m-card.card-transparent {
  background-color: rgba(0, 0, 0, 0);
  color: white;
}

.m-horizontal_card {
  position: relative;
}

.m-horizontal_card:after {
  content: '';
  display: table;
  clear: both;
}

.m-horizontal_card .card-img {
  float: left;
  width: 50%;
}

.m-horizontal_card .card-img img {
  width: 100%;
  height: auto;
}

.m-horizontal_card .card-main {
  float: left;
  width: 50%;
  background: #f9f9f9;
}

.m-horizontal_card .card-main .card-header {
  padding: 20px 20px 0 20px;
}

.m-horizontal_card .card-main .card-body {
  padding: 20px;
}

.m-horizontal_card.horizontal_card-reverse .card-img {
  float: right;
}

.m-horizontal_card.vertical_card-primary .card-main {
  background-color: #3a614f;
  color: white;
}

.m-horizontal_card.vertical_card-secondary .card-main {
  background-color: #80bb67;
  color: white;
}

.m-horizontal_card.vertical_card-thirdly .card-main {
  background-color: #e6f1e1;
}

.m-horizontal_card.vertical_card-fourth .card-main {
  background-color: #f2f2f2;
}

.m-horizontal_card.vertical_card-fifth .card-main {
  background-color: #f5f5f5;
}

.m-horizontal_card.vertical_card-error .card-main {
  background-color: #C70000;
  color: white;
}

.m-horizontal_card.vertical_card-accent .card-main {
  background-color: #f2a531;
  color: white;
}

.m-horizontal_card.vertical_card-base_font .card-main {
  background-color: #333;
  color: white;
}

.m-horizontal_card.vertical_card-base_border .card-main {
  background-color: #e6e6e6;
}

.m-horizontal_card.vertical_card-base_bg .card-main {
  background-color: #f9f9f9;
}

.m-horizontal_card.vertical_card-info .card-main {
  background-color: #e6f1e1;
}

.m-horizontal_card.vertical_card-white .card-main {
  background-color: white;
}

.m-horizontal_card.vertical_card-black .card-main {
  background-color: black;
  color: white;
}

.m-horizontal_card.vertical_card-transparent .card-main {
  background-color: rgba(0, 0, 0, 0);
  color: white;
}

.m-horizontal_card.horizontal_card-top .card-header {
  font-size: 2rem;
  color: #3a614f;
}

/************************************************
	フォーム
************************************************/
.m-form-summary {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.m-form {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.m-form .form-wrapper {
  margin-left: 250px;
}

.m-form .form-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.m-form .form-wrapper.last {
  margin-bottom: 30px;
}

.m-form .form-header {
  width: 250px;
  float: left;
  position: relative;
  margin-left: -250px;
  padding: 20px 50px 20px 20px;
  border-bottom: 1px solid #f9f9f9;
  font-weight: bold;
}

.m-form .form-content {
  width: 100%;
  margin-right: -250px;
  float: left;
  padding: 20px;
  border-bottom: 1px solid #f9f9f9;
}

.m-form input[type=radio] {
  margin-top: -0.1em;
}

.m-form input[type=checkbox] {
  margin-top: 0.05em;
}

.m-form input[type=text], .m-form select {
  height: 35px;
}

.m-form.form-middle .form-wrapper {
  width: 100%;
  display: table;
  margin-left: 0;
}

.m-form.form-middle .form-header {
  float: none;
  display: table-cell;
  margin-left: 0;
  vertical-align: middle;
}

.m-form.form-middle .form-content {
  float: none;
  display: table-cell;
  margin-right: 0;
  vertical-align: middle;
  width: auto;
}

.m-form.form-striped .form-wrapper:nth-child(2n) {
  background: #f9f9f9;
}

.m-form.form-striped .form-wrapper:nth-child(2n) .form-header {
  background: #f9f9f9;
}

.m-form .form-require {
  font-size: smaller;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}

.m-form .form-require:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.m-form .form-require i {
  background: #C70000;
  padding: 2px 5px;
  line-height: 1.1;
  color: white;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .m-form {
    max-width: none;
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
  .m-form .form-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-form .form-wrapper .m-box {
    margin-left: 10px;
    margin-right: 10px;
  }
  .m-form .form-wrapper, .m-form.form-middle .form-wrapper {
    margin-left: 0;
  }
  .m-form .form-header, .m-form.form-middle .form-header {
    width: 100%;
    display: block;
    float: none;
    margin-left: 0;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .m-form .form-content, .m-form.form-middle .form-content {
    margin-right: 0;
    float: none;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}

/*------------------------------------------------------------
テーブル
------------------------------------------------------------*/
.m-table {
  background: white;
  border-collapse: collapse;
  font-size: 1.2rem;
  margin-bottom: 40px;
  width: 100%;
}

.m-table thead th {
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 3px solid #dcdcdc;
  color: #3a614f;
}

.m-table thead td {
  border-collapse: collapse;
  padding: 20px;
  border-bottom: 1px solid #dcdcdc;
}

.m-table tbody th {
  width: 20%;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #dcdcdc;
  background: rgba(58, 97, 79, 0.1);
}

.m-table tbody td {
  border-collapse: collapse;
  padding: 20px;
  border-bottom: 1px solid #dcdcdc;
}

.m-table tbody .table_caption_bottom {
  caption-side: bottom;
}

.m-table.table_striped tbody td {
  border-bottom: none;
}

.m-table.table_striped tbody th {
  border-bottom: none;
  background: none;
}

.m-table.table_striped tbody tr:nth-child(2n-1) {
  background: rgba(58, 97, 79, 0.1);
}

.m-table.table_middle th {
  vertical-align: middle;
}

.m-table.table_middle td {
  vertical-align: middle;
}

.m-table.table_comfortable th {
  padding: 20px;
}

.m-table.table_comfortable td {
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .m-table {
    font-size: 1rem;
  }
  .m-table tbody td, .m-table tbody th {
    padding: 10px;
  }
  .m-table thead td, .m-table thead th {
    padding: 10px;
  }
  .m-table tfoot td, .m-table tfoot th {
    padding: 10px;
  }
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    min-height: .01%;
    overflow-x: auto;
  }
  .table-responsive .m-table thead tr th, .table-responsive .m-table thead tr td, .table-responsive .m-table tbody tr th, .table-responsive .m-table tbody tr td, .table-responsive .m-table tfoot tr th, .table-responsive .m-table tfoot tr td {
    white-space: nowrap;
  }
}

/*!***************************************************************
 *  見出し
 ****************************************************************/
@media only screen and (max-width: 767px) {
  .ttl_01 img {
    width: 130px;
    height: auto;
  }
}

.ttl_02 {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  font-family: 'hannari', serif;
  background: url(../images/bg-page_title.png);
  height: 150px;
  position: relative;
  padding-top: 40px;
  /*&:after {
		content    : '';
		display    : block;
		position   : absolute;
		background : url(../images/icon-h-page_title.png);
		width      : 84px;
		height     : 64px;
		bottom     : 0;
		right      : 0;
		left       : 0;
		margin     : auto;
	}*/
}

.ttl_02 span {
  font-weight: 600;
  margin-top: 15px;
  display: block;
  color: #80bb67;
  font-size: 1.4rem;
  font-family: 'Josefin Sans', serif;
}

@media only screen and (max-width: 767px) {
  .ttl_02 {
    font-size: 3rem;
  }
}

.ttl_02_2 {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  font-family: 'hannari', sans-serif;
  position: relative;
  padding-top: 65px;
  margin-bottom: 40px;
}

.ttl_02_2 span {
  font-weight: 600;
  margin-top: 15px;
  display: block;
  color: #80bb67;
  font-size: 1.4rem;
  font-family: 'Josefin Sans', sans-serif;
}

.ttl_02_2:after {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/icon-h-ttl_02.png);
  width: 63px;
  height: 60px;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .ttl_02_2 {
    font-size: 3rem;
  }
}

.ttl_03 {
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 24px;
  position: relative;
  line-height: 1.4;
}

.ttl_03:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #80bb67;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}

.ttl_03.ttl_border {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1em;
}

.ttl_03_lead {
  text-align: center;
  font-size: 2.4rem;
  margin: 60px 0;
  color: #3a614f;
  font-family: 'hannari', serif;
}

@media only screen and (max-width: 767px) {
  .ttl_03_lead {
    margin: 30px 0;
  }
}

.ttl_04 {
  font-weight: bold;
  color: #3a614f;
  background-color: #f9f9f9;
  line-height: 1.4;
  padding: 7px 20px;
  margin-bottom: 40px;
  font-size: 1.8rem;
}

.ttl_04.icon {
  padding-left: 65px;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 29px 29px;
}

.ttl_04.icon-book {
  background-image: url(../images/icon-h-book.png);
}

.ttl_04.icon-bottle {
  background-image: url(../images/icon-h-bottle.png);
}

.ttl_04.icon-capsule {
  background-image: url(../images/icon-h-capsule.png);
}

.ttl_04.icon-capsule2 {
  background-image: url(../images/icon-h-capsule2.png);
}

.ttl_04.icon-compass {
  background-image: url(../images/icon-h-compass.png);
}

.ttl_04.icon-compass2 {
  background-image: url(../images/icon-h-compass2.png);
}

.ttl_04.icon-feather {
  background-image: url(../images/icon-h-feather.png);
}

.ttl_04.icon-graph {
  background-image: url(../images/icon-h-graph.png);
}

.ttl_04.icon-heart {
  background-image: url(../images/icon-h-heart.png);
}

.ttl_04.icon-history {
  background-image: url(../images/icon-h-history.png);
}

.ttl_04.icon-megaphone {
  background-image: url(../images/icon-h-megaphone.png);
}

.ttl_04.icon-newspaper {
  background-image: url(../images/icon-h-newspaper.png);
}

.ttl_04.icon-pig {
  background-image: url(../images/icon-h-pig.png);
}

.ttl_04.icon-clock {
  background-image: url(../images/icon-h-clock.png);
}

.ttl_04.icon-menu {
  background-image: url(../images/icon-h-menu.png);
}

.ttl_04.icon-list {
  background-image: url(../images/icon-h-list.png);
}

.ttl_04.icon-kurumin {
  background-image: url(../images/icon-h-kurumin.png);
}

.ttl_04.icon-paper {
  background-image: url(../images/icon-h-paper.png);
}

.ttl_04.icon-schedule {
  background-image: url(../images/icon-h-schedule.png);
}

.ttl_04.icon-access {
  background-image: url(../images/icon-h-access.png);
}

.ttl_04.icon-report2 {
  background-image: url(../images/icon-h-report2.png);
}

.ttl_04.icon-question {
  background-image: url(../images/icon-h-question.png);
}

.ttl_04.icon-mail {
  background-image: url(../images/icon-h-mail.png);
}

.ttl_04.icon-key {
  background-image: url(../images/icon-h-key.png);
}

.ttl_04.icon-flask {
  background-image: url(../images/icon-h-flask.png);
}

.ttl_04.icon-microscope {
  background-image: url(../images/icon-h-microscope.png);
}

.ttl_04.icon-human {
  background-image: url(../images/icon-h-human.png);
}

.ttl_04.icon-governance {
  background-image: url(../images/icon-h-governance.png);
}

.ttl_04.icon-megaphone {
  background-image: url(../images/icon-h-megaphone.png);
}

.ttl_04.icon-press {
  background-image: url(../images/icon-h-press.png);
}

.ttl_04.icon-headset {
  background-image: url(../images/icon-h-headset.png);
}

.ttl_04.icon-medicine {
  background-image: url(../images/icon-h-medicine.png);
}

.ttl_04.icon-tablet {
  background-image: url(../images/icon-h-tablet.png);
}

.ttl_04.icon-linegraph {
  background-image: url(../images/icon-h-linegraph.png);
}

.ttl_04.icon-linegraph3 {
  background-image: url(../images/icon-h-linegraph3.png);
}

.ttl_04.icon-factory {
  background-image: url(../images/icon-h-factory.png);
}

.ttl_04.icon-suppression {
  background-image: url(../images/icon-h-suppression.png);
}

.ttl_04.icon-organization {
  background-image: url(../images/icon-h-organization.png);
}

.ttl_04.icon-qa {
  display: table;
  width: 100%;
}

.ttl_04.icon-qa .icon-tag-wrap {
  display: table-cell;
}

.ttl_04.icon-qa .icon-tag-wrap:first-of-type {
  width: 80px;
}

.ttl_04.icon-qa .icon-tag {
  display: inline;
  border-radius: 100px;
  padding: 2px 10px;
}

.ttl_04.icon-qa .icon-tag-narrow:first-of-type {
  width: 50px;
}

.ttl_04.icon-qa .icon-tag-narrow .icon-tag {
  padding: 2px;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  text-align: center;
}

.ttl_04.icon-q {
  padding-left: 20px;
  margin-bottom: 20px;
}

.ttl_04.icon-q .icon-q-tag {
  background: #3a614f;
  color: #ffffff;
}

.ttl_04.icon-a {
  padding-left: 20px;
  background: none;
  margin-bottom: 10px;
}

.ttl_04.icon-a .icon-a-tag {
  background: #ffffff;
  color: #3a614f;
  border: 1px solid #3a614f;
}

.ttl_04.counter_num {
  padding-left: 59px;
}

.ttl_04.counter_num:after {
  position: absolute;
  left: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  background-color: white;
  display: inline-block;
  width: 29px;
  height: 29px;
  border-radius: 30px;
  text-align: center;
  margin: auto 10px;
  line-height: 29px;
}

.ttl_04.ttl_04_bb {
  border-bottom: 1px solid #3a614f;
  background-position: 0 center;
  padding-left: 45px;
}

.ttl_04.ttl_04_pr10 {
  background-position: 10px center;
  padding-left: 55px;
}

@media only screen and (max-width: 767px) {
  .ttl_04 {
    margin-bottom: 20px;
  }
}

.ttl_04_2 {
  margin-bottom: 40px;
  position: relative;
  font-size: 1.6rem;
  padding: 30px 0 14px 35px;
  line-height: 1.4;
  font-weight: bold;
}

.ttl_04_2:before, .ttl_04_2:after {
  content: '';
  display: block;
  background: #e6f1e1;
  position: absolute;
  top: 0;
  left: 0;
}

.ttl_04_2:before {
  width: 35px;
  height: 5px;
}

.ttl_04_2:after {
  width: 5px;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .ttl_04_2 {
    margin-bottom: 0;
    padding: 20px 20px 14px;
  }
}

.ttl_04_2.ttl_04_2_l2 {
  padding: 20px 0 14px 35px;
}

.ttl_05 {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  overflow: hidden;
  margin-bottom: 40px;
  line-height: 1.4;
}

.ttl_05:before {
  content: '';
  display: block;
  background: #3a614f;
  width: 10px;
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  margin: auto;
}

.ttl_05 span {
  display: inline-block;
  position: relative;
}

.ttl_05 span:after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  background: #e6e6e6;
  height: 2px;
  margin: auto;
  width: 1200px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.ttl_05.counter_num {
  padding-left: 50px;
}

.ttl_05.counter_num:after {
  content: counter(num);
  position: absolute;
  left: 30px;
}

@media only screen and (max-width: 767px) {
  .ttl_05 {
    margin-bottom: 20px;
  }
  .ttl_05 span:after {
    content: none;
  }
}

.ttl_06 {
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.8rem;
}

.ttl_06_2 {
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.6rem;
}

.ttl-primary {
  color: #3a614f;
}

.ttl-secondary {
  color: #80bb67;
}

.ttl-thirdly {
  color: #e6f1e1;
}

.ttl-fourth {
  color: #f2f2f2;
}

.ttl-fifth {
  color: #f5f5f5;
}

.ttl-error {
  color: #C70000;
}

.ttl-accent {
  color: #f2a531;
}

.ttl-base_font {
  color: #333;
}

.ttl-base_border {
  color: #e6e6e6;
}

.ttl-base_bg {
  color: #f9f9f9;
}

.ttl-info {
  color: #e6f1e1;
}

.ttl-white {
  color: white;
}

.ttl-black {
  color: black;
}

.ttl-transparent {
  color: rgba(0, 0, 0, 0);
}

/*!***************************************************************
 *  m-btn
 ****************************************************************/
.m-btn {
  width: 240px;
}

.m-btn.btn-border {
  border: 1px solid #e6e6e6;
  color: #333;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  width: auto;
  line-height: 1.4;
  padding: 18px 20px;
  position: relative;
}

.m-btn.btn-border.icon-right {
  padding-right: 70px;
}

.m-btn.btn-border.icon-right:before {
  font-family: 'fontawesome';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  margin: auto;
  border-left: 1px solid #e6e6e6;
  width: 50px;
  text-align: center;
  color: #3a614f;
}

.m-btn.btn-border.icon-right.icon-arr:before {
  content: '';
  font-size: 2.8rem;
}

.m-btn.btn-border.icon-right.icon-plus:before {
  content: '';
  font-size: 1.4rem;
}

.m-btn.btn-border.icon-right.icon-minus:before {
  content: '';
  font-size: 1.4rem;
}

.m-btn.btn-border.icon-right.icon-blank:before {
  content: '';
  font-size: 1.4rem;
}

.m-btn.btn-border.icon-right.icon-home:before {
  content: '';
  font-size: 1.4rem;
}

.m-btn.btn-border.icon-right.icon-dl:before {
  content: '';
  font-size: 1.4rem;
}

.m-btn.btn-border.icon-left {
  background-position: 20px center;
  background-repeat: no-repeat;
  padding-left: 45px;
}

.m-btn.btn-border.icon-left.icon-pdf {
  background-image: url(../images/icon-btn-pdf.png);
  background-size: 15px 15px;
}

.m-btn.btn-border.icon-left.icon-medicine {
  background-image: url(../images/icon-btn-medicine.png);
  background-size: 16px 14px;
}

.m-btn.btn-border.icon-left.icon-mail {
  background-image: url(../images/icon-btn-mail.png);
  background-size: 18px 15px;
}

.m-btn.btn-border.icon-left.icon-question {
  background-image: url(../images/icon-btn-question.png);
  background-size: 16px 16px;
}

.m-btn.btn-border.icon-left.icon-news {
  background-image: url(../images/icon-btn-news.png);
  background-size: 18px 15px;
}

.m-btn.btn-border.icon-left.icon-map {
  background-image: url(../images/icon-btn-map.png);
  background-size: 16px 16px;
}

.m-btn.btn-border.icon-left.icon-home2 {
  background-image: url(../images/icon-btn-home.png);
  background-size: 16px 12px;
}

.m-btn.btn-border.icon-left.pdf {
  padding-left: 20px;
  padding-right: 45px;
  background-position: right 20px center;
  background-size: 20px 20px;
}

.m-btn.btn-form {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 18px 10px;
}

.m-btn.btn-list {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 10px 20px;
  width: auto;
  display: inline-block;
  min-width: 140px;
}

.m-btn.btn-list img {
  vertical-align: middle;
}

.m-btn.color-primary {
  color: #3a614f;
}

/*!***************************************************************
 *  m-tag
 ****************************************************************/
.m-tag.tag-new {
  font-weight: bold;
  background: #f2a531;
  font-size: 1.3rem;
  text-align: center;
  padding: 0 5px;
}

/*------------------------------------------------------------
ページング
------------------------------------------------------------*/
/*------------------------------------------------------------
ローカルナビ
------------------------------------------------------------*/
.m-local_nav ul {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.m-local_nav ul li a {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}

.m-local_nav ul li a:before {
  content: '';
  font-size: 2.0rem;
  font-family: 'fontawesome';
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  color: #3a614f;
}

.m-local_nav ul li:after {
  color: #e6e6e6;
  padding-right: 20px;
  padding-left: 20px;
}

.m-local_nav ul li:last-child:after {
  content: '';
}

@media only screen and (max-width: 767px) {
  .m-local_nav ul li {
    margin-bottom: 10px;
  }
  .m-local_nav ul li:after {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/*------------------------------------------------------------
タブ
------------------------------------------------------------*/
.m-tab .tab-btns {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.m-tab .tab-btns .tab-btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
}

.m-tab .tab_contents .tab_content {
  display: none;
}

.m-tab .tab_contents .tab_content.selected {
  display: block;
}

.m-tab.tab-default .tab-btns {
  margin-bottom: 40px;
}

.m-tab.tab-default .tab-btns .tab-btn {
  border-left: solid 1px #e6e6e6;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  padding: 20px 10px;
  font-weight: bold;
  position: relative;
}

.m-tab.tab-default .tab-btns .tab-btn:last-child {
  border-right: solid 1px #e6e6e6;
}

.m-tab.tab-default .tab-btns .tab-btn:hover {
  background-color: #f9f9f9;
}

.m-tab.tab-default .tab-btns .tab-btn.selected {
  background-color: #f9f9f9;
}

.m-tab.tab-default .tab-btns .tab-btn.selected:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -14px;
  border: 12px solid transparent;
  border-top: 12px solid #f9f9f9;
  z-index: 2;
}

.m-tab.tab-default .tab-btns .tab-btn.selected:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -16px;
  border: 14px solid transparent;
  border-top: 14px solid #e6e6e6;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .m-tab .tab-btns {
    display: block;
    overflow: hidden;
  }
  .m-tab .tab-btns .tab-btn {
    display: block;
    width: 50%;
    float: left;
  }
  .m-tab.tab-default .tab-btns .tab-btn {
    padding: 10px;
    border-top: none;
  }
  .m-tab.tab-default .tab-btns .tab-btn:first-child {
    border-top: solid 1px #e6e6e6;
  }
  .m-tab.tab-default .tab-btns .tab-btn:nth-of-type(2) {
    border-top: solid 1px #e6e6e6;
  }
  .m-tab.tab-default .tab-btns .tab-btn:nth-of-type(2n) {
    border-right: solid 1px #e6e6e6;
  }
  .m-tab.tab-default .tab-btns .tab-btn.selected:before {
    content: none;
  }
  .m-tab.tab-default .tab-btns .tab-btn.selected:after {
    content: none;
  }
}

/*!***************************************************************
 *  リスト
 ****************************************************************/
.m-list.list-disc.list-small > li:after {
  top: .7em;
}

.m-list.list-counter {
  counter-reset: num;
}

.m-list.list-counter > li .counter_num {
  position: relative;
}

.m-list.list-counter > li .counter_num:after {
  counter-increment: num;
  content: counter(num);
}

.m-list.list-decimal > li {
  list-style: decimal;
}

.m-list.list-upper-alpha > li {
  list-style: upper-alpha;
}

/*!***************************************************************
 *  m-link_list
 ****************************************************************/
/*!***************************************************************
*  bnr
****************************************************************/
.bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.bnr a {
  display: contents;
}

.bnr a img {
  width: calc(100% / 2 - 20px);
  height: 25%;
  margin-bottom: 20px;
}

.bnr a img:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .bnr {
    margin-bottom: 0;
  }
  .bnr a img {
    width: calc(100% / 2 - 10px);
  }
}

/*!***************************************************************
 *  box
****************************************************************/
.m-box.box-infomation {
  padding: 40px;
}

.m-box.box-infomation .infomation-header {
  border-bottom: 1px solid #3a614f;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.m-box.box-infomation .infomation-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  color: #3a614f;
  line-height: 1.5;
}

.m-box.box-infomation .infomation-ttl.icon-exclamation {
  padding-left: 32px;
  background: url(../images/icon-h-exclamation_s.png) no-repeat left center;
  background-size: 26px 26px;
}

.m-box.box-infomation .infomation-ttl.icon-pencil {
  padding-left: 32px;
  background: url(../images/icon-h-pencil_s.png) no-repeat left center;
  background-size: 26px 26px;
}

.m-box.box-infomation .infomation-body dt {
  font-weight: bold;
  font-size: 1.8rem;
}

.m-box.box-map {
  height: 300px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .m-box.box-infomation {
    padding: 20px;
  }
}

/*!***************************************************************
 *  common_box
 ****************************************************************/
/*!***************************************************************
 *  table_box
 ****************************************************************/
/*!***************************************************************
 *  background
 ****************************************************************/
/*!***************************************************************
 *  thumbnail
 ****************************************************************/
/*!***************************************************************
  *  panel
 ****************************************************************/
/*!***************************************************************
 *  m-card
 ****************************************************************/
.m-card.card-icon {
  background: none;
}

.m-card.card-icon .card-icon-header {
  padding: 30px;
  text-align: center;
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
}

.m-card.card-icon .card-icon-img {
  display: block;
  margin: 0 auto 30px;
}

.m-card.card-icon .card-icon-body {
  padding: 20px 10px 10px;
  font-size: 1.4rem;
}

.m-card.card-icon a:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.m-card.card-photo {
  border: 1px solid #e6e6e6;
  background: #FFFFFF;
}

.m-card.card-photo .card-photo-header {
  padding: 20px 20px 0;
}

.m-card.card-photo .card-photo-body {
  padding: 15px 20px;
  background: #FFFFFF;
}

.m-card.card-photo .card-img {
  border-bottom: 1px solid #e6e6e6;
}

.m-card.card-photo .card-img-ttl {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
  color: #3a614f;
  font-weight: bold;
  line-height: 1.4;
}

.m-card.card-photo a:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

@media only screen and (max-width: 1024px) {
  .m-card.card-photo .card-img-ttl {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .m-card.card-photo .card-img-ttl {
    font-size: 16px;
    left: 20px;
  }
}

.m-card .card-arr {
  position: relative;
}

.m-card .card-arr:after {
  content: '';
  background: url(../../common/images/arr-square.gif) 0 0 no-repeat;
  -webkit-background-size: 19px 19px;
  background-size: 19px 19px;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.m-card .card-arr-gry {
  position: relative;
}

.m-card .card-arr-gry:after {
  content: '';
  background: url(../../common/images/arr-square-gry.gif) 0 0 no-repeat;
  -webkit-background-size: 19px 19px;
  background-size: 19px 19px;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.m-card .card-blank {
  position: relative;
}

.m-card .card-blank:after {
  content: '';
  background: url(../../common/images/btn-blank-square.gif) 0 0 no-repeat;
  -webkit-background-size: 19px 19px;
  background-size: 19px 19px;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.m-card.card-recruit {
  background: none;
  font-size: 1.2rem;
}

.m-card.card-recruit .card-recruit-header {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
  display: table;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}

.m-card.card-recruit .card-recruit-header span {
  display: table-cell;
  vertical-align: middle;
}

.m-card.card-recruit .card-recruit-number {
  border: 2px solid #3a614f;
  font-size: 1.4rem;
  padding: 5px 2px;
  width: 40px;
  height: 40px;
  line-height: 1.0;
  text-align: center;
  letter-spacing: -0.05em;
}

.m-card.card-recruit .card-recruit-ttl {
  padding-left: 10px;
}

.m-card.card-recruit .card-recruit-body {
  padding: 10px 0;
  color: #333;
}

.m-card.card-recruit a:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

/*!***************************************************************
 *  m-horizontal_card
 ****************************************************************/
@media only screen and (max-width: 1023px) {
  .m-card.card-recruit .card-recruit-header {
    display: block;
  }
  .m-card.card-recruit .card-recruit-header span {
    display: block;
  }
  .m-card.card-recruit .card-recruit-number {
    margin-bottom: 10px;
    font-size: 1.4rem;
    padding: 7px 0;
    width: 60px;
    height: 30px;
  }
  .m-card.card-recruit .card-recruit-ttl {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .m-card.card-recruit .card-recruit-number {
    height: 30px;
  }
}

/************************************************
	フォーム
************************************************/
.m-form {
  max-width: 100%;
}

.m-form input[type=radio] {
  border: 1px solid #e6e6e6;
}

.m-form input[type=text], .m-form select {
  border: 1px solid #e6e6e6;
}

.m-form textarea {
  border: 1px solid #e6e6e6;
}

.m-form label {
  display: inline-block;
}

.m-form .form-require i {
  background: #f2a531;
  border-radius: 0px;
}

.m-form .form-attention-wrap {
  display: table;
  width: 100%;
}

.m-form .form-attention-wrap .form-attention-child {
  display: table-cell;
  vertical-align: middle;
}

.m-form .form-attention-wrap .form-attention {
  width: 6em;
  padding: 5px;
}

.m-form .form-attention-wrap .form-attention2 {
  width: 7.5em;
}

@media only screen and (max-width: 767px) {
  .m-form .form-attention-wrap {
    display: block;
  }
  .m-form .form-attention-wrap .form-attention-child {
    display: block;
    width: 100%;
  }
}

/*------------------------------------------------------------
テーブル
------------------------------------------------------------*/
.m-table {
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  font-size: 1.6rem;
}

.m-table thead th {
  border-bottom: 1px solid #e6e6e6;
}

.m-table tbody th {
  width: 25%;
  padding: 15px 30px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px dotted #e6e6e6;
  background: #f9f9f9;
  font-weight: normal;
}

.m-table tbody td {
  border-collapse: collapse;
  padding: 15px 30px;
  border-bottom: 1px dotted #e6e6e6;
}

.m-table tbody .table_caption_bottom {
  caption-side: bottom;
}

.m-table.table_striped tbody td {
  border-bottom: none;
}

.m-table.table_striped tbody th {
  border-bottom: none;
  background: none;
}

.m-table.table_striped tbody tr:nth-child(2n-1) {
  background: #f9f9f9;
}

.m-table.table-form .table-form-header {
  position: relative;
  padding: 20px 50px 20px 20px;
}

.m-table.table-form .table-form-content {
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .m-table {
    font-size: 1.2rem;
  }
  .m-table tbody th, .m-table tbody td {
    padding: 10px;
    display: block;
    width: 100%;
  }
}

.table-recruit {
  margin-bottom: 60px;
  border: 2px solid #3a614f;
}

.table-recruit .table-recruit_box {
  display: table;
  width: 100%;
  border-bottom: 2px solid #3a614f;
}

.table-recruit .table-recruit_box:last-child {
  border-bottom: none;
}

.table-recruit .table-recruit_box .table-recruit-head, .table-recruit .table-recruit_box .table-recruit-bd {
  display: table-cell;
  vertical-align: middle;
}

.table-recruit .table-recruit_box .table-recruit-head {
  border-right: 2px dotted #3a614f;
  padding: 10px;
  vertical-align: middle;
}

.table-recruit .table-recruit_box .table-recruit-bd {
  padding: 13px 30px;
  vertical-align: middle;
}

.table-recruit .table-recruit_box .table-recruit-no {
  font-size: 2rem;
  width: 80px;
  text-align: center;
  font-weight: bold;
}

.table-recruit .table-recruit_box .table-recruit-work {
  font-weight: bold;
}

.table-recruit .table-recruit_box .table-recruit-list {
  padding: 0;
  width: 150px;
  border-left: 2px solid #3a614f;
}

.table-recruit .table-recruit_box .table-recruit-list .btn-list {
  padding: 18px 20px;
  display: block;
}

.table-recruit .table-recruit_box .table-recruit-img {
  width: 170px;
  padding: 1px;
}

.table-recruit .table-recruit_box .table-recruit-img .img-bg {
  padding-top: 100%;
}

.table-recruit .table-recruit_box .table-recruit-small {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #3a614f;
  width: 60px;
  text-align: center;
  border-left: 2px solid #3a614f;
}

.table-recruit .table-recruit_box .table-recruit-affiliation {
  font-size: 2rem;
  font-weight: bold;
}

.table-recruit .table-recruit_box .table-recruit-year {
  width: 20%;
}

.table-recruit .table-recruit_box .table-recruit-eng {
  font-size: 1.0rem;
  text-align: center;
  width: 60%;
  border-left: 2px solid #3a614f;
}

.table-recruit .table-recruit_box .table-recruit-schedule {
  border-left: 2px solid #3a614f;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .table-recruit {
    margin-bottom: 30px;
  }
  .table-recruit .table-recruit_box .table-recruit-head {
    padding: 10px;
  }
  .table-recruit .table-recruit_box .table-recruit-bd {
    padding: 10px;
  }
  .table-recruit .table-recruit_box .table-recruit-work {
    display: block;
    width: 100%;
  }
  .table-recruit .table-recruit_box .table-recruit-img {
    height: 200px;
    padding: 1px;
    border-bottom: 2px solid #3a614f;
  }
  .table-recruit .table-recruit_box .table-recruit-img .img-bg {
    -webkit-background-size: contain;
    background-size: contain;
  }
  .table-recruit .table-recruit_box .table-recruit-list {
    padding: 0;
    display: block;
    width: 100%;
    border-top: 2px solid #3a614f;
    border-left: none;
  }
  .table-recruit .table-recruit_box .table-recruit-list .btn-list {
    padding: 5px;
  }
  .table-recruit .table-recruit_box .table-recruit-affiliation {
    font-size: 1.6rem;
  }
  .table-recruit .table-recruit_box .table-recruit-small, .table-recruit .table-recruit_box .table-recruit-eng {
    border-left: none;
  }
  .table-recruit .table-recruit_box .table-recruit-year + .table-recruit-small {
    border-left: 2px solid #3a614f;
  }
  .table-recruit .table-recruit_box .table-recruit-eng {
    display: block;
    width: 100%;
  }
  .table-recruit .table-recruit_box .table-recruit-schedule {
    display: block;
    width: 100%;
    border-top: 2px solid #3a614f;
    border-left: none;
  }
}

@media only screen and (max-width: 767px) {
  .box-sideScroll .m-table tbody th, .box-sideScroll .m-table tbody td {
    padding: 10px;
    display: table-cell;
    width: auto;
  }
}

.table-bold tbody th {
  font-weight: bold;
}
