@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, 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: メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  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: #0c489b;
  text-decoration: none;
}

a:hover {
  color: #1169e2;
  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.4rem;
  }
}

/*!***************************************************************
 *  ベーススタイル
 ****************************************************************/
i {
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

/*!***************************************************************
 *  見出し
 ****************************************************************/
/*!***************************************************************
 *  ボタンスタイル
 ****************************************************************/
.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;
  transition: opacity .2s linear;
}

.m-btn.btn-primary {
  background-color: #0c489b;
}

.m-btn.btn-secondary {
  background-color: #79d0e3;
}

.m-btn.btn-thirdly {
  background-color: #358aea;
}

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

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

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

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

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

.m-btn.btn-info {
  background-color: #70C1B3;
}

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

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

.m-btn.btn-gray {
  background-color: #ccc;
}

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

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

.m-btn.btn-color_box01 {
  background-color: #0C499C;
}

.m-btn.btn-color_box02 {
  background-color: #3c6cae;
}

.m-btn.btn-color_box03 {
  background-color: #739dd9;
}

.m-btn.btn-color_box04 {
  background-color: #eae95d;
}

.m-btn.btn-color_box05 {
  background-color: #b984e0;
}

.m-btn.btn-color_box06 {
  background-color: #a2a1e6;
}

.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-tag_info {
  background-color: #0c3460;
}

.m-tag.tag-tag_press {
  background-color: #358aea;
}

.m-tag.tag-tag_ir {
  background-color: #1664bd;
}

.m-tag.tag-tag_news {
  background-color: #615ab8;
}
.m-tag.tag-tag_important {
  background-color: #ff2c1e;
}

.m-tag.tag-tag_other {
  background-color: #35339b;
}

.m-tag.tag-tag_spec {
  background-color: #5b7abf;
}

.m-tag.tag-tag_item {
  background-color: #bf182c;
}

.m-tag.tag-tag_uses {
  background-color: #0c3460;
}

.m-tag.tag-tag_society {
  background-color: #5bbfab;
}

.m-tag.tag-tag_paper {
  background-color: #bfb05b;
}

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

.m-paging.paging-type-square ul {
  text-align: center;
  padding: 30px 0 0;
}

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

.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: #1169e2;
  transition: background 0.2s ,color 0.2s;
}

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

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

.m-paging.paging-type-circle ul li {
  border: 1px solid #0c489b;
  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: #1169e2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  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: #0c489b;
  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: 18px;
}

.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: 18px;
}

.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: #0c489b;
}

.m-list.list-disc.list-secondary li:after {
  background-color: #79d0e3;
}

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

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

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

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

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

.m-list.list-disc.list-bg_grey li:after {
  background-color: #f8f8f8;
}

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

.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-gray li:after {
  background-color: #ccc;
}

.m-list.list-disc.list-gray2 li:after {
  background-color: #ddd;
}

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

.m-list.list-disc.list-color_box01 li:after {
  background-color: #0C499C;
}

.m-list.list-disc.list-color_box02 li:after {
  background-color: #3c6cae;
}

.m-list.list-disc.list-color_box03 li:after {
  background-color: #739dd9;
}

.m-list.list-disc.list-color_box04 li:after {
  background-color: #eae95d;
}

.m-list.list-disc.list-color_box05 li:after {
  background-color: #b984e0;
}

.m-list.list-disc.list-color_box06 li:after {
  background-color: #a2a1e6;
}

.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: #0c489b;
}

.m-list.list-disc_small.list-secondary li:after {
  color: #79d0e3;
}

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

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

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

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

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

.m-list.list-disc_small.list-bg_grey li:after {
  color: #f8f8f8;
}

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

.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-gray li:after {
  color: #ccc;
}

.m-list.list-disc_small.list-gray2 li:after {
  color: #ddd;
}

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

.m-list.list-disc_small.list-color_box01 li:after {
  color: #0C499C;
}

.m-list.list-disc_small.list-color_box02 li:after {
  color: #3c6cae;
}

.m-list.list-disc_small.list-color_box03 li:after {
  color: #739dd9;
}

.m-list.list-disc_small.list-color_box04 li:after {
  color: #eae95d;
}

.m-list.list-disc_small.list-color_box05 li:after {
  color: #b984e0;
}

.m-list.list-disc_small.list-color_box06 li:after {
  color: #a2a1e6;
}

.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);
  transform: rotate(-45deg);
}

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

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

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

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

.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: #ff2c1e;
  border-bottom-color: #ff2c1e;
}

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

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

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

.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-gray li:after {
  border-right-color: #ccc;
  border-bottom-color: #ccc;
}

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

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

.m-list.list-angle.list-color_box01 li:after {
  border-right-color: #0C499C;
  border-bottom-color: #0C499C;
}

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

.m-list.list-angle.list-color_box03 li:after {
  border-right-color: #739dd9;
  border-bottom-color: #739dd9;
}

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

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

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

.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);
  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: #0c489b;
  border-bottom-color: #0c489b;
}

.m-list.list-arrow.list-primary li:before {
  background-color: #0c489b;
}

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

.m-list.list-arrow.list-secondary li:before {
  background-color: #79d0e3;
}

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

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

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

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

.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: #ff2c1e;
  border-bottom-color: #ff2c1e;
}

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

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

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

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

.m-list.list-arrow.list-bg_grey li:before {
  background-color: #f8f8f8;
}

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

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

.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-gray li:after {
  border-right-color: #ccc;
  border-bottom-color: #ccc;
}

.m-list.list-arrow.list-gray li:before {
  background-color: #ccc;
}

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

.m-list.list-arrow.list-gray2 li:before {
  background-color: #ddd;
}

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

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

.m-list.list-arrow.list-color_box01 li:after {
  border-right-color: #0C499C;
  border-bottom-color: #0C499C;
}

.m-list.list-arrow.list-color_box01 li:before {
  background-color: #0C499C;
}

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

.m-list.list-arrow.list-color_box02 li:before {
  background-color: #3c6cae;
}

.m-list.list-arrow.list-color_box03 li:after {
  border-right-color: #739dd9;
  border-bottom-color: #739dd9;
}

.m-list.list-arrow.list-color_box03 li:before {
  background-color: #739dd9;
}

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

.m-list.list-arrow.list-color_box04 li:before {
  background-color: #eae95d;
}

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

.m-list.list-arrow.list-color_box05 li:before {
  background-color: #b984e0;
}

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

.m-list.list-arrow.list-color_box06 li:before {
  background-color: #a2a1e6;
}

.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);
  transform: rotate(-45deg);
}

.m-list.list-ad.list-primary li:after {
  background-color: #0c489b;
}

.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: #79d0e3;
}

.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: #358aea;
}

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

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

.m-list.list-ad.list-fourth 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: #ff2c1e;
}

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

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

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

.m-list.list-ad.list-bg_grey li:after {
  background-color: #f8f8f8;
}

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

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

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

.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-gray li:after {
  background-color: #ccc;
}

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

.m-list.list-ad.list-gray2 li:after {
  background-color: #ddd;
}

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

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

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

.m-list.list-ad.list-color_box01 li:after {
  background-color: #0C499C;
}

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

.m-list.list-ad.list-color_box02 li:after {
  background-color: #3c6cae;
}

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

.m-list.list-ad.list-color_box03 li:after {
  background-color: #739dd9;
}

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

.m-list.list-ad.list-color_box04 li:after {
  background-color: #eae95d;
}

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

.m-list.list-ad.list-color_box05 li:after {
  background-color: #b984e0;
}

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

.m-list.list-ad.list-color_box06 li:after {
  background-color: #a2a1e6;
}

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

.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: #0c489b;
}

.m-list.list-line.list-secondary li:after {
  background-color: #79d0e3;
}

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

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

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

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

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

.m-list.list-line.list-bg_grey li:after {
  background-color: #f8f8f8;
}

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

.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-gray li:after {
  background-color: #ccc;
}

.m-list.list-line.list-gray2 li:after {
  background-color: #ddd;
}

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

.m-list.list-line.list-color_box01 li:after {
  background-color: #0C499C;
}

.m-list.list-line.list-color_box02 li:after {
  background-color: #3c6cae;
}

.m-list.list-line.list-color_box03 li:after {
  background-color: #739dd9;
}

.m-list.list-line.list-color_box04 li:after {
  background-color: #eae95d;
}

.m-list.list-line.list-color_box05 li:after {
  background-color: #b984e0;
}

.m-list.list-line.list-color_box06 li:after {
  background-color: #a2a1e6;
}

.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 #e6e9ec;
  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: #f2f4f5;
}

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

.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: 18px;
}

.m-box.box-primary {
  background: #0c489b;
  color: white;
}

.m-box.box-secondary {
  background: #79d0e3;
}

.m-box.box-thirdly {
  background: #358aea;
  color: white;
}

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

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

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

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

.m-box.box-bg_grey {
  background: #f8f8f8;
}

.m-box.box-info {
  background: #70C1B3;
  color: white;
}

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

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

.m-box.box-gray {
  background: #ccc;
}

.m-box.box-gray2 {
  background: #ddd;
}

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

.m-box.box-color_box01 {
  background: #0C499C;
  color: white;
}

.m-box.box-color_box02 {
  background: #3c6cae;
  color: white;
}

.m-box.box-color_box03 {
  background: #739dd9;
}

.m-box.box-color_box04 {
  background: #eae95d;
}

.m-box.box-color_box05 {
  background: #b984e0;
}

.m-box.box-color_box06 {
  background: #a2a1e6;
}

.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: 1px solid #072754;
}

.m-box.box-border.box-secondary {
  border: 1px solid #3abad6;
}

.m-box.box-border.box-thirdly {
  border: 1px solid #1464bf;
}

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

.m-box.box-border.box-error {
  border: 1px solid #7b0000;
}

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

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

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

.m-box.box-border.box-info {
  border: 1px solid #459f90;
}

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

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

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

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

.m-box.box-border.box-font {
  border: 1px solid #0d0d0d;
}

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

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

.m-box.box-border.box-color_box03 {
  border: 1px solid #3773c9;
}

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

.m-box.box-border.box-color_box05 {
  border: 1px solid #9647d1;
}

.m-box.box-border.box-color_box06 {
  border: 1px solid #6665d6;
}

.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: 18px;
}

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

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

/*!***************************************************************
 *  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: #0c489b;
  color: white;
}

.m-table_box .table_box-row.table_box-row-secondary {
  background: #79d0e3;
}

.m-table_box .table_box-row.table_box-row-thirdly {
  background: #358aea;
  color: white;
}

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

.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: #ff2c1e;
  color: white;
}

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

.m-table_box .table_box-row.table_box-row-bg_grey {
  background: #f8f8f8;
}

.m-table_box .table_box-row.table_box-row-info {
  background: #70C1B3;
  color: white;
}

.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-gray {
  background: #ccc;
}

.m-table_box .table_box-row.table_box-row-gray2 {
  background: #ddd;
}

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

.m-table_box .table_box-row.table_box-row-color_box01 {
  background: #0C499C;
  color: white;
}

.m-table_box .table_box-row.table_box-row-color_box02 {
  background: #3c6cae;
  color: white;
}

.m-table_box .table_box-row.table_box-row-color_box03 {
  background: #739dd9;
}

.m-table_box .table_box-row.table_box-row-color_box04 {
  background: #eae95d;
}

.m-table_box .table_box-row.table_box-row-color_box05 {
  background: #b984e0;
}

.m-table_box .table_box-row.table_box-row-color_box06 {
  background: #a2a1e6;
}

.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: 18px;
}

.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: #e6e9ec;
}

.bg-color-primary {
  background: #0c489b;
}

/*!***************************************************************
 *  thumbnail
 ****************************************************************/
.m-thumbnail {
  padding: 10px;
  border: 1px solid #e6e9ec;
  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 #0c489b;
  padding-bottom: 30px;
}

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

.m-thumbnail.thumbnail-primary {
  border-color: #0c489b;
}

.m-thumbnail.thumbnail-secondary {
  border-color: #79d0e3;
}

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

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

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

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

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

.m-thumbnail.thumbnail-bg_grey {
  border-color: #f8f8f8;
}

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

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

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

.m-thumbnail.thumbnail-gray {
  border-color: #ccc;
}

.m-thumbnail.thumbnail-gray2 {
  border-color: #ddd;
}

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

.m-thumbnail.thumbnail-color_box01 {
  border-color: #0C499C;
}

.m-thumbnail.thumbnail-color_box02 {
  border-color: #3c6cae;
}

.m-thumbnail.thumbnail-color_box03 {
  border-color: #739dd9;
}

.m-thumbnail.thumbnail-color_box04 {
  border-color: #eae95d;
}

.m-thumbnail.thumbnail-color_box05 {
  border-color: #b984e0;
}

.m-thumbnail.thumbnail-color_box06 {
  border-color: #a2a1e6;
}

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

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

.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 #e6e9ec;
}

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

.m-panel.panel-primary .panel-header {
  background: #0c489b;
  color: white;
}

.m-panel.panel-secondary .panel-header {
  background: #79d0e3;
}

.m-panel.panel-thirdly .panel-header {
  background: #358aea;
  color: white;
}

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

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

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

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

.m-panel.panel-bg_grey .panel-header {
  background: #f8f8f8;
}

.m-panel.panel-info .panel-header {
  background: #70C1B3;
  color: white;
}

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

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

.m-panel.panel-gray .panel-header {
  background: #ccc;
}

.m-panel.panel-gray2 .panel-header {
  background: #ddd;
}

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

.m-panel.panel-color_box01 .panel-header {
  background: #0C499C;
  color: white;
}

.m-panel.panel-color_box02 .panel-header {
  background: #3c6cae;
  color: white;
}

.m-panel.panel-color_box03 .panel-header {
  background: #739dd9;
}

.m-panel.panel-color_box04 .panel-header {
  background: #eae95d;
}

.m-panel.panel-color_box05 .panel-header {
  background: #b984e0;
}

.m-panel.panel-color_box06 .panel-header {
  background: #a2a1e6;
}

/*!***************************************************************
 *  タブ
 ****************************************************************/
.m-tab .tab-content {
  display: none;
}

.m-tab .tab-content:nth-of-type(1) {
  display: block;
}

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

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

.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 #e6e9ec;
}

.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: #0c489b;
  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: #0c489b;
  color: white;
}

.m-card.card-secondary {
  background-color: #79d0e3;
}

.m-card.card-thirdly {
  background-color: #358aea;
  color: white;
}

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

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

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

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

.m-card.card-bg_grey {
  background-color: #f8f8f8;
}

.m-card.card-info {
  background-color: #70C1B3;
  color: white;
}

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

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

.m-card.card-gray {
  background-color: #ccc;
}

.m-card.card-gray2 {
  background-color: #ddd;
}

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

.m-card.card-color_box01 {
  background-color: #0C499C;
  color: white;
}

.m-card.card-color_box02 {
  background-color: #3c6cae;
  color: white;
}

.m-card.card-color_box03 {
  background-color: #739dd9;
}

.m-card.card-color_box04 {
  background-color: #eae95d;
}

.m-card.card-color_box05 {
  background-color: #b984e0;
}

.m-card.card-color_box06 {
  background-color: #a2a1e6;
}

.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: #f2f4f5;
}

.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: #0c489b;
  color: white;
}

.m-horizontal_card.vertical_card-secondary .card-main {
  background-color: #79d0e3;
}

.m-horizontal_card.vertical_card-thirdly .card-main {
  background-color: #358aea;
  color: white;
}

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

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

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

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

.m-horizontal_card.vertical_card-bg_grey .card-main {
  background-color: #f8f8f8;
}

.m-horizontal_card.vertical_card-info .card-main {
  background-color: #70C1B3;
  color: white;
}

.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-gray .card-main {
  background-color: #ccc;
}

.m-horizontal_card.vertical_card-gray2 .card-main {
  background-color: #ddd;
}

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

.m-horizontal_card.vertical_card-color_box01 .card-main {
  background-color: #0C499C;
  color: white;
}

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

.m-horizontal_card.vertical_card-color_box03 .card-main {
  background-color: #739dd9;
}

.m-horizontal_card.vertical_card-color_box04 .card-main {
  background-color: #eae95d;
}

.m-horizontal_card.vertical_card-color_box05 .card-main {
  background-color: #b984e0;
}

.m-horizontal_card.vertical_card-color_box06 .card-main {
  background-color: #a2a1e6;
}

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

/************************************************
	フォーム
************************************************/
.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 #f2f4f5;
  font-weight: bold;
}

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

.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: #f2f4f5;
}

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

.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: 18px;
  width: 100%;
}

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

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

.m-table tbody th {
  width: 20%;
  padding: 20px;
  vertical-align: middle;
  border-bottom: 1px solid #dcdcdc;
  background: rgba(12, 72, 155, 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(12, 72, 155, 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;
  }
}

/*!***************************************************************
 *  見出し
 ****************************************************************/
.ttl_02, .ttl_03 {
  font-family: "Noto Sans Japanese";
  line-height: 1;
  font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
}

.ttl_02 span, .ttl_03 span {
  text-shadow: none;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  letter-spacing: normal;
  color: #0c489b;
  margin-bottom: 10px;
}

#ttl_03_min{
    font-size: 2.3rem !important;
}

#ttl_03_min span{
    font-size: 1.5rem!important;
}

.ttl_02:after, .ttl_03:after {
  content: '';
  background: #ff2c1e;
  width: 25px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.ttl_03 {
  text-align: left;
}

.ttl_03 span {
  text-indent: 0;
}

.ttl_03:after {
  right: auto;
  margin: auto;
}

.ttl_03.logo {
  font-size: 1.8rem;
  line-height: inherit;
}

.ttl_02_02 {
  font-family: "Noto Sans Japanese";
  line-height: 1;
  font-size: 3.0rem;
  font-weight: bold;
  color: white;
  letter-spacing: -0.05em;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 20px;
}

.ttl_02_02:after {
  content: '';
  background: #ff2c1e;
  width: 25px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.ttl_03_2 {
  font-family: "Noto Sans Japanese";
  font-size: 3.0rem;
  color: #071b33;
  font-weight: bold;
  border-left: 4px solid #ff2c1e;
  line-height: 1.2;
  padding-left: .5em;
  margin-bottom: 40px;
}

.ttl_03_2 .separator {
  display: inline-block;
  position: relative;
  height: 1em;
  width: 2em;
}

.ttl_03_2 .separator:after {
  transform: rotate(40deg);
  content: '';
  width: 3px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #ff2c1e;
}

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

.ttl_03_3 {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.ttl_03_3:before {
  content: '';
  display: block;
  background: url(../images/icon-recipe.png) no-repeat center;
  background-size: 100%;
  width: 52px;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.ttl_03_3 span {
  margin-top: 20px;
  display: block;
  line-height: 1;
  font-size: 3.4rem;
}

.ttl_03_3 span:before {
  content: '';
  display: block;
  background: #ff2c1e;
  transform: rotate(-45deg);
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 20px;
  margin: auto;
  margin-bottom: 30px;
}

.ttl_03_4 {
  position: relative;
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0c489b;
  background-color: #f5f5f5;
  padding: 14px 20px 10px 60px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .ttl_03_4 {
    padding: 14px 20px 10px 50px;
  }
}

.ttl_03_4:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  background: url(../images/icon_map.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 28px;
  height: 28px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .ttl_03_4:after {
    left: 10px;
  }
}

.ttl_04 {
  font-family: "Noto Sans Japanese";
  text-align: center;
  color: #071b33;
  font-weight: bold;
  font-size: 2.4rem;
  position: relative;
  line-height: 1.2;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

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

.ttl_04 span {
  position: relative;
}

.ttl_04 span:before {
  position: absolute;
  content: '';
  display: block;
  background: #ff2c1e;
  transform: rotate(-45deg);
  top: 18px;
  left: -36px;
  height: 2px;
  width: 20px;
}

.ttl_04 span:after {
  position: absolute;
  content: '';
  display: block;
  background: #ff2c1e;
  transform: rotate(-45deg);
  top: 18px;
  right: -35px;
  height: 2px;
  width: 20px;
}

@media only screen and (max-width: 767px) {
  .ttl_04 span:before {
    top: 16px;
    left: -30px;
  }
  .ttl_04 span:after {
    top: 16px;
    right: -29px;
  }
}

.ttl_05 {
  font-family: "Noto Sans Japanese";
  background: white;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0c489b;
  margin-bottom: 40px;
  border: 1px solid #ccc;
  padding: 40px;
  /*span{
		display : block;
		color: $base_font_color;
		font-size : 1.6rem;
		font-weight : 200;
		padding-top : 20px;
	}*/
}

.ttl_05_yc {
  font-family: "Noto Sans Japanese";
  background: white;
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  color: #0c489b;
  margin-bottom: 40px;
  border: 1px solid #ccc;
  padding: 40px;
  /*span{
		display : block;
		color: $base_font_color;
		font-size : 1.6rem;
		font-weight : 200;
		padding-top : 20px;
	}*/
}

.ttl_05_y {
  font-family: "Noto Sans Japanese";
  background: white;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #0c489b;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  padding: 5px;
  /*span{
		display : block;
		color: $base_font_color;
		font-size : 1.6rem;
		font-weight : 200;
		padding-top : 20px;
	}*/
}
.ttl_06 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0c489b;
  margin-bottom: 25px;
}

.ttl_07 {
  font-family: "Noto Sans Japanese";
  background: white;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0c489b;
  margin-bottom: 40px;
  padding: 20px;
  /*span{
		display : block;
		color: $base_font_color;
		font-size : 1.6rem;
		font-weight : 200;
		padding-top : 20px;
	}*/
}

.ttl_indent_blue {
  position: relative;
  font-size: 1.6rem;
  border: none;
  margin-bottom: 10px;
  padding: 0 0 0 20px;
  text-align: left;
  font-weight: normal;
}

.ttl_indent_blue span {
  font-weight: bold;
}

.ttl_indent_blue:before {
  content: '●';
  position: absolute;
  top: 0;
  left: 0;
  color: #3a77cb;
}

.ttl_dish {
  text-align: center;
  font-weight: bold;
  font-size: 2.0rem;
  position: relative;
  margin-bottom: 30px;
}

.ttl_dish:before, .ttl_dish:after {
  transform: rotate(20deg);
  content: '';
  width: 2px;
  height: 0.9em;
  display: inline-block;
  margin: 0 1em;
  background: #ff2c1e;
  vertical-align: middle;
}

/* ========================================
	フォントサイズ変更
======================================== */
#font-size li {
  padding: 5px 10px;
}

#font-size li.active {
  background-color: #0c489b;
  color: #fff;
}

.ttl-primary {
  color: #0c489b;
}

.ttl-secondary {
  color: #79d0e3;
}

.ttl-thirdly {
  color: #358aea;
}

.ttl-fourth {
  color: #e6e9ec;
}

.ttl-error {
  color: #C70000;
}

.ttl-accent {
  color: #ff2c1e;
}

.ttl-base_bg {
  color: #f2f4f5;
}

.ttl-bg_grey {
  color: #f8f8f8;
}

.ttl-info {
  color: #70C1B3;
}

.ttl-white {
  color: white;
}

.ttl-black {
  color: black;
}

.ttl-gray {
  color: #ccc;
}

.ttl-gray2 {
  color: #ddd;
}

.ttl-font {
  color: #333;
}

.ttl-color_box01 {
  color: #0C499C;
}

.ttl-color_box02 {
  color: #3c6cae;
}

.ttl-color_box03 {
  color: #739dd9;
}

.ttl-color_box04 {
  color: #eae95d;
}

.ttl-color_box05 {
  color: #b984e0;
}

.ttl-color_box06 {
  color: #a2a1e6;
}

@media only screen and (max-width: 767px) {
  .ttl_02, .ttl_03 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .ttl_02 span, .ttl_03 span {
    font-size: 1.0rem;
  }
  .ttl_05 {
    padding: 20px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    /*span{
			font-size : 1.4rem;
			padding-top : 10px;
		}*/
  }
  .ttl_03_2 .separator:after {
    width: 3px;
    height: 25px;
  }
  .ttl_dish {
    margin-bottom: 10px;
  }
}

/*!***************************************************************
 *  m-btn
 ****************************************************************/
.m-btn {
  font-size: 1.6rem;
  padding: 12px 20px;
}

.m-btn.btn-through {
  border-color: #ccc !important;
  color: #ccc !important;
}

.m-btn.btn-through:after {
  content: none !important;
}

.m-btn.btn-through img {
  display: none;
}

.m-btn.btn-through .Popup-box {
  display: none;
}

.m-btn.btn-s {
  font-weight: normal;
}

.m-btn.btn-s:after {
  margin-top: -9px;
}

.m-btn.btn-print {
  position: relative;
  float: right;
}

.m-btn.btn-download {
  position: relative;
  float: right;
  width: 276px;
  color: #333333;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  padding: 11.5px 10px;
}

.m-btn.btn-download .icon {
  position: relative;
  top: -6px;
  margin-right: 10px;
}

.m-btn.btn-download span {
  font-size: 1.3rem;
}

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

.m-btn.btn-window:after {
  position: absolute;
  top: 40%;
  right: 1.0em;
  content: '';
  width: 13px;
  height: 13px;
  background-image: url("/common/images/icon-window-white.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.m-btn.btn-primary-border {
  width: 100%;
  background-color: transparent;
  border: solid 1px #0c489b;
  color: #0c489b;
  font-weight: bold;
}

.m-btn.CheckBox-btn {
  max-width: 350px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  color: #fff;
  background-color: #0c489b;
}

.m-btn.btn-about-generic {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  font-weight: bold;
  color: #333333;
  font-size: 1.7rem;
  text-align: left;
  background-color: #fff;
  border: solid 1px #e6e9ec;
  display: table;
}

.m-btn.btn-about-generic span {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-left: 38px;
  padding-right: 25px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  /*
			background-position: left center, right center;
			*/
  background-position: left center;
}

.m-btn.btn-about-generic:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url("../../generic/images/arrow_next-page.png") no-repeat left top;
  -webkit-background-size: contain;
  background-size: contain;
  margin-top: -15px;
}

.m-btn.btn-about-generic:hover:not(.nohover) {
  background-color: rgba(12, 72, 155, 0.6);
  color: #fff;
  transition: none;
}

.m-btn.btn-about-generic.icon01 span {
  /*
				background-image: url("/generic/about-generic/images/icon_lower01.png"), url("../../generic/images/arrow_next-page.png") ;
				*/
  background-image: url("/generic/about-generic/images/icon_lower01.png");
}

.m-btn.btn-about-generic.icon02 span {
  /*
				background-image: url("/generic/about-generic/images/icon_lower02.png"), url("../../generic/images/arrow_next-page.png") ;
				 */
  background-image: url("/generic/about-generic/images/icon_lower02.png");
}

.m-btn.btn-about-generic.icon03 span {
  /*
				background-image: url("/generic/about-generic/images/icon_lower03.png"), url("../../generic/images/arrow_next-page.png") ;
				 */
  background-image: url("/generic/about-generic/images/icon_lower03.png");
}

.m-btn.btn-about-generic.icon04 span {
  /*
				background-image: url("/generic/about-generic/images/icon_lower04.png"), url("../../generic/images/arrow_next-page.png") ;
				 */
  background-image: url("/generic/about-generic/images/icon_lower04.png");
}

.m-btn.btn-about-generic.icon05 span {
  background-image: url("/generic/about-generic/images/icon_lower05.png");
}

.m-btn.btn-about-generic.icon06 span {
  /*
				background-image: url("/generic/about-generic/images/icon_lower06.png"), url("../../generic/images/arrow_next-page.png") ;
				 */
  background-image: url("/generic/about-generic/images/icon_lower06.png");
}

.m-btn.btn-about-generic.icon07 span {
  /*
				background-image: url("/generic/about-generic/images/icon_lower07.png"), url("../../generic/images/arrow_next-page.png") ;
				 */
  background-image: url("/generic/about-generic/images/icon_lower07.png");
}

.m-btn.btn-about-generic.icon08 span {
  /*
				background-image: url("/generic/about-generic/images/icon_lower08.png"), url("../../generic/images/arrow_next-page.png") ;
				 */
  background-image: url("/generic/about-generic/images/icon_lower08.png");
}

.m-btn.btn-about-generic.icon09 span {
  /*
				background-image: url("/generic/about-generic/images/icon_lower09.png"), url("../../generic/images/arrow_next-page.png") ;
				 */
  background-image: url("/generic/about-generic/images/icon_lower09.png");
}

.m-btn.btn-about-generic.icon10 span {
  /*
				background-image: url("/generic/about-generic/images/icon_lower10.png"), url("../../generic/images/arrow_next-page.png") ;
				 */
  background-image: url("/generic/about-generic/images/icon_lower10.png");
}

.m-btn.btn-about-generic.icon11 span {
  /*
				background-image: url("/generic/about-generic/images/icon_lower11.png"), url("../../generic/images/arrow_next-page.png") ;
				 */
  background-image: url("/generic/about-generic/images/icon_lower11.png");
}

.m-btn.btn-about-generic.icon12 span {
  /*
				background-image: url("/generic/about-generic/images/icon_lower12.png"), url("../../generic/images/arrow_next-page.png") ;
				 */
  background-image: url("/generic/about-generic/images/icon_lower12.png");
}

.m-btn.btn-about-generic.icon13 span {
  /*
				background-image: url("/generic/about-generic/images/icon_lower13.png"), url("../../generic/images/arrow_next-page.png") ;
				 */
  background-image: url("/generic/about-generic/images/icon_lower13.png");
}

.m-btn.btn-about-generic.icon14 span {
  /*
				background-image: url("/generic/about-generic/images/icon_lower14.png"), url("../../generic/images/arrow_next-page.png") ;
				 */
  background-image: url("/generic/about-generic/images/icon_lower14.png");
}

.m-btn.btn-about-generic.icon15 span {
  /*
				background-image: url("/generic/about-generic/images/icon_lower15.png"), url("../../generic/images/arrow_next-page.png") ;
				 */
  background-image: url("/generic/about-generic/images/icon_lower15.png");
}

.m-btn.btn-about-generic.icon16 span {
  /*
				background-image: url("/generic/about-generic/images/icon_lower16.png"), url("../../generic/images/arrow_next-page.png") ;
				 */
  background-image: url("/generic/about-generic/images/icon_lower16.png");
}

.m-btn.btn-about-generic.icon17 span {
  /*
				background-image: url("/generic/about-generic/images/icon_lower17.png"), url("../../generic/images/arrow_next-page.png") ;
				 */
  background-image: url("/generic/about-generic/images/icon_lower17.png");
}

.m-btn.btn-about-generic.icon18 span {
  /*
				background-image: url("/generic/about-generic/images/icon_lower18.png"), url("../../generic/images/arrow_next-page.png") ;
				 */
  background-image: url("/generic/about-generic/images/icon_lower18.png");
}

.m-btn.btn-about-generic.icon19 span {
  /*
				background-image: url("/generic/about-generic/images/icon_lower19.png"), url("../../generic/images/arrow_next-page.png") ;
				 */
  background-image: url("/generic/about-generic/images/icon_lower19.png");
}

.m-btn.btn-about-generic.icon20 span {
  /*
				background-image: url("/generic/about-generic/images/icon_lower20.png"), url("../../generic/images/arrow_next-page.png") ;
				 */
  background-image: url("/generic/about-generic/images/icon_lower20.png");
}

.m-btn.btn-about-generic.icon21 span {
  /*
				background-image: url("/generic/about-generic/images/icon_lower21.png"), url("../../generic/images/arrow_next-page.png") ;
				 */
  background-image: url("/generic/about-generic/images/icon_lower21.png");
}

.m-btn.btn-about-generic.adj-pdg {
  padding: 45px 25px;
}

.m-btn.btn-about-generic.icon01 span {
  background-image: url("/generic/about-generic/images/icon_lower01.png");
  background-repeat: no-repeat;
  /*
				background-size     : 25px 25px;
				 */
  background-position: left center;
}

.m-btn.btn-about-generic.icon02 span {
  background-image: url("/generic/about-generic/images/icon_lower02.png");
  background-repeat: no-repeat;
  /*
				background-size     : 25px 25px;
				 */
  background-position: left center;
}

.m-btn.btn-about-generic.icon04 span {
  background-image: url("/generic/about-generic/images/icon_lower04.png");
  background-repeat: no-repeat;
  /*
				background-size     : 25px 25px;
				 */
  background-position: left center;
}

.m-btn.btn-pdf {
  position: relative;
  width: 100%;
  padding: 30px 70px 30px 25px;
  font-weight: bold;
  color: #333333;
  font-size: 1.8rem;
  text-align: left;
  background-color: #fff;
  border: solid 1px #e6e9ec;
}

.m-btn.btn-pdf:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  display: inline-block;
  width: 22px;
  height: 38px;
  background: url("../../common/images/icon-pdf.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
}

.m-btn.btn-pdf.adj-pdg {
  padding: 45px 25px;
}

.m-btn.btn-excel {
  position: relative;
  width: 100%;
  padding: 30px 70px 30px 25px;
  font-weight: bold;
  color: #333333;
  font-size: 1.8rem;
  text-align: left;
  background-color: #fff;
  border: solid 1px #e6e9ec;
}

.m-btn.btn-excel:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  display: inline-block;
  width: 25px;
  height: 37px;
  background: url("../../common/images/icon-excel.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
}

.m-btn.btn-excel.adj-pdg {
  padding: 45px 25px;
}

.m-btn.btn-back {
  margin: 0 auto;
}

.m-btn.btn-back:after {
  top: 50%;
  right: auto;
  left: .5em;
  font-weight: normal;
  content: '\f104';
}

.m-btn.btn-int {
  text-align: left;
  width: 100%;
  background-color: #fff;
}

.m-btn.btn-int .row {
  margin-bottom: -20px;
}

.m-btn.btn-int .row > div {
  padding-bottom: 0;
}

.m-btn.btn-int .wrap {
  position: relative;
  padding-left: 35px;
  margin-bottom: 1em;
}

.m-btn.btn-int .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.m-btn.btn-int p {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 0;
}

.m-btn.btn-int p span {
  display: block;
}

.btn-gray {
  font-weight: bold;
  max-width: 300px;
  width: 100%;
  height: 50px;
  padding: 15px 60px;
  text-align: right;
  margin: 0 auto;
  display: block;
  color: white;
  background-color: #ccc;
}

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

.icon-close {
  position: relative;
}

.icon-close:before, .icon-close:after {
  position: absolute;
  top: 25px;
  left: 60px;
  content: '';
  width: 20px;
  height: 2px;
  border-bottom: solid 2px white;
}

.icon-close:before {
  transform: rotate(-45deg);
}

.icon-close:after {
  transform: rotate(45deg);
}

.icon-singleArrow-left,
.icon-singleArrow-right {
  position: relative;
}

.icon-singleArrow-left:before,
.icon-singleArrow-right:before {
  content: '';
  width: 20px;
  height: 2px;
  position: absolute;
  top: -15px;
  border-bottom: solid 2px #333;
}

.icon-singleArrow-left:after,
.icon-singleArrow-right:after {
  content: '';
  width: 5px;
  height: 10px;
  position: absolute;
  border-left: solid 2px #333;
}

.icon-singleArrow-left:after {
  top: -21px;
  left: 2px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-singleArrow-right:before {
  right: 0;
}

.icon-singleArrow-right:after {
  top: -23px;
  right: 0px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .m-btn.btn-print {
    width: 100px;
    padding: 10px 18px;
  }
  .m-btn.btn-download {
    width: 276px;
    color: #333333;
    padding: 9.5px 10px;
  }
  .m-btn.btn-about-generic {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
  .m-btn.btn-about-generic span {
    padding-right: 35px;
  }
  .m-btn.btn-about-generic.adj-pdg {
    padding: 30px 25px;
  }
  .m-btn.btn-pdf, .m-btn.btn-excel {
    font-size: 1.6rem;
  }
}

/*!***************************************************************
 *  m-btn-en
 ****************************************************************/
.m-btn-en {
  font-size: 1.4rem;
  padding: 12px 38px 12px 22px;
}

/*!***************************************************************
 *  m-tag
 ****************************************************************/
.m-tag {
  width: 13em;
  border-radius: 10px;
  font-size: 1.2rem;
  padding: 3px;
  line-height: 1;
}
.m-tag.important {
  width: 13em;
  border-radius: 0px;
  font-size: 1.2rem;
  padding: 4px;
  line-height: 1;
 margin-left:0px;
}
.Information-important{
    padding: 0px;
    border: solid 1px #ff2c1e;
}
.Information-title.important{
    margin-left:5px;
}

/*------------------------------------------------------------
ページング
------------------------------------------------------------*/
/*------------------------------------------------------------
ローカルナビ
------------------------------------------------------------*/
.m-local_nav.local_nav-type01 ul {
  display: block;
}

.m-local_nav.local_nav-type01 li {
  border-right: 1px solid white;
}

.m-local_nav.local_nav-type01 li:last-child {
  border-right: none;
}

.m-local_nav.local_nav-type01 li:after {
  content: none;
}

.m-local_nav.local_nav-type01 li.selected a {
  background: #0c489b;
}

.m-local_nav.local_nav-type01 li.selected a:after {
  content: '';
}

.m-local_nav.local_nav-type01 a {
  background: #1764be;
  color: white;
  display: block;
  line-height: 70px;
  text-align: center;
  position: relative;
}

.m-local_nav.local_nav-type01 a:after {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
}

.m-local_nav.local_nav-type01 a:hover {
  text-decoration: none;
  background: #0c489b;
}

@media only screen and (max-width: 1000px) {
  .m-local_nav.local_nav-type01 li:nth-child(-n+3) {
    border-bottom: 1px solid white;
  }
  .m-local_nav.local_nav-type01 li:nth-child(3n) {
    border-right: none;
  }
  .m-local_nav.local_nav-type01 a {
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .m-local_nav.local_nav-type01 li:after {
    content: none;
  }
  .m-local_nav.local_nav-type01 a {
    font-size: 1.2rem;
  }
  .m-local_nav.local_nav-type01 a:after {
    right: 0.5em;
  }
}

/*!***************************************************************
 *  リスト
 ****************************************************************/
.m-list.list-tri li {
  margin-top: 5px;
  font-size: 1.4rem;
  text-align: left;
  position: relative;
  display: block;
  line-height: 1.6;
  padding-left: 15px;
}

.m-list.list-tri li:before {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.0rem;
  line-height: 1;
  display: block;
}

.m-list.list-dot li {
  position: relative;
  padding-left: 15px;
}

.m-list.list-dot li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

/*!***************************************************************
 *  m-link_list
 ****************************************************************/
/*!***************************************************************
 *  box
****************************************************************/
.m-box.box-sideScroll {
  overflow: auto;
}

.m-box.box-sideScroll > * {
  /*
			width: 100%;
			min-width: 1024px;
			 */
  /*
			@media only screen and (max-width: 1024px) {
				width: 100% !important;
				min-width: 100% !important;
			}
			*/
}

@media only screen and (max-width: 768px) {
  .m-box.box-sideScroll > * {
    width: 100% !important;
    min-width: 1200px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .m-box.box-sideScroll > * {
    width: 100% !important;
    min-width: 100% !important;
  }
}

.m-box.box-sideScroll .thead-fixed thead {
  width: 1200px !important;
}

@media only screen and (max-width: 768px) {
  .m-box.box-sideScroll .thead-fixed thead.tb_w100 {
    width: 100% !important;
  }
}

@media only screen and (min-width: 786px) {
  .m-box.box-sideScroll .thead-fixed thead {
    width: 1200px !important;
    min-width: 1200px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .m-box.box-sideScroll .thead-fixed thead {
    width: 100% !important;
    min-width: 1200px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .m-box.box-sideScroll .thead-fixed thead {
    width: 1024px;
    min-width: 100% !important;
  }
}

.m-box.box-stu_ge_search {
  padding: 15px 20px;
}

.m-box.box-stu_ge_search .stu_ge_search-title {
  font-weight: bold;
  font-size: 1.8rem;
  color: #0c489b;
  text-align: center;
  margin-bottom: 5px;
}

.m-box.box-stu_ge_search .stu_ge_search-box {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.m-box.box-stu_ge_search .stu_ge_search-box dl {
  display: table-row;
}

.m-box.box-stu_ge_search .stu_ge_search-box dt {
  width: 6em;
  font-weight: bold;
  padding-bottom: 10px;
}

.m-box.box-stu_ge_search .stu_ge_search-box dd {
  font-weight: bold;
}

.m-box.box-stu_ge_search .stu_ge_search-box dt, .m-box.box-stu_ge_search .stu_ge_search-box dd {
  display: table-cell;
}

.m-box.box-stu_ge_search .stu_ge_search-box select {
  width: 100%;
  height: 28px !important;
}

.m-box.box-stu_ge_search .stu_ge_search-box input {
  height: 28px !important;
  width: 30%;
}

.m-box.box-stu_ge_search .stu_ge_search-box .js-customSelect {
  height: 28px;
  line-height: 28px;
  padding-right: 40px;
}

.m-box.box-stu_ge_search .stu_ge_search-box .js-customSelect:before {
  width: 30px;
}

.m-box.box-stu_ge_search .m-btn {
  width: 180px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}

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

.m-box.box-word_search .row a {
  display: block;
  color: #0c489b;
  text-align: center;
  background: white;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 70px;
}

.m-box.box-word_search .row a:hover {
  text-decoration: none;
}

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

.m-box.box-limit_search .limit_search-box {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 730px;
  margin-right: auto;
  margin-left: auto;
}

.m-box.box-limit_search .limit_search-box dt {
  width: 250px;
  font-weight: bold;
  color: #0c489b;
}

.m-box.box-limit_search .limit_search-box dt, .m-box.box-limit_search .limit_search-box dd {
  font-size: 1.8rem;
  display: table-cell;
  vertical-align: middle;
}

.m-box.box-limit_search .limit_search-button {
  width: 100%;
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}

.m-box.ContactWrap {
  border: solid 1px #333;
  padding: 40px;
  margin: 0 auto 60px;
  max-width: 1000px;
  width: 100%;
  background-color: #f2f4f5;
}

.m-box.ContactWrap .ttl_04 {
  margin: 0;
  padding: 30px 0;
  float: none;
  text-align: center;
  display: inherit;
}

.m-box.ContactWrap .ContactWrap-number {
  height: 90px;
  text-align: center;
  color: #0c489b;
  font-weight: bold;
  font-size: 2.7rem;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  padding-top: 5px;
}

.m-box.ContactWrap .ContactWrap-txt {
  text-align: center;
  padding: 20px 0;
}

.m-box.ContactWrap .Number-inner img {
  vertical-align: baseline;
}

@media only screen and (max-width: 1000px) {
  .m-box.ContactWrap {
    padding: 20px;
  }
  .m-box.ContactWrap .ttl_04 {
    padding: 20px 0;
  }
  .m-box.ContactWrap .ContactWrap-number {
    border-left: unset;
    margin-bottom: 30px;
  }
  .m-box.ContactWrap .tel-link {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .m-box.sp_box-slideScroll {
    overflow: auto;
  }
  .m-box.ContactWrap {
    padding: 40px 20px;
  }
  .m-box.ContactWrap .ttl_04 {
    padding: 0;
  }
  .m-box.ContactWrap .ContactWrap-number {
    border-right: none;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .m-box.box-word_search .row a {
    line-height: 40px;
  }
  .m-box.box-limit_search .limit_search-box {
    max-width: none;
  }
  .m-box.box-limit_search .limit_search-box dt, .m-box.box-limit_search .limit_search-box dd {
    width: inherit;
    display: block;
  }
  .m-box.box-limit_search .limit_search-button {
    max-width: none;
  }
}

/*!***************************************************************
 *  common_box
 ****************************************************************/
/*!***************************************************************
 *  table_box
 ****************************************************************/
.m-table_box {
  margin-bottom: 20px;
}

.m-table_box .table_box {
  width: 100%;
  border: solid 1px #bbb;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .m-table_box .table_box {
    display: block;
  }
}

.m-table_box .table_box .tr {
  display: table;
  width: 100%;
}

.m-table_box .table_box .th, .m-table_box .table_box .td {
  display: table-cell;
  color: #071b33;
  vertical-align: middle;
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .m-table_box .table_box .th, .m-table_box .table_box .td {
    display: block;
    width: 100% !important;
  }
}

.m-table_box .table_box .th {
  font-size: 1.8rem;
  font-weight: normal;
  background-color: #f3f4f6;
  padding: 17px 20px 14px 20px;
}

@media only screen and (max-width: 767px) {
  .m-table_box .table_box .th {
    font-size: 1.5rem;
  }
}

.m-table_box .table_box .td {
  font-size: 1.6rem;
  padding: 14px 20px 17px 20px;
}

@media only screen and (max-width: 767px) {
  .m-table_box .table_box .td {
    font-size: 1.4rem;
  }
}

.m-table_box .table_box .td ul li {
  position: relative;
  padding-left: 20px;
}

.m-table_box .table_box .td ul li:before {
  content: '○ ';
  position: absolute;
  top: 0;
  left: 0;
}

.m-table_box .table_box.bd-box .th {
  text-align: center;
  border-bottom: solid 1px #bbb;
  border-right: solid 1px #bbb;
}

@media only screen and (max-width: 767px) {
  .m-table_box .table_box.bd-box .th {
    text-align: left;
    border-right: none;
  }
}

@media only screen and (max-width: 767px) {
  .m-table_box .table_box.bd-box .th.pc {
    display: none;
  }
}

.m-table_box .table_box.bd-box .th:last-child {
  border-right: none;
}

.m-table_box .table_box.bd-box .td {
  text-align: center;
  border-right: solid 1px #bbb;
}

@media only screen and (max-width: 767px) {
  .m-table_box .table_box.bd-box .td {
    text-align: left;
    border-right: none;
    border-bottom: solid 1px #bbb;
  }
  .m-table_box .table_box.bd-box .td:last-child {
    border-bottom: none;
  }
}

.m-table_box .table_box.bd-box .td:last-child {
  border-right: none;
}

.m-table_box .table_box.bd-box .td .m-btn {
  max-width: 260px !important;
  width: 80%;
  padding: 12px 10px;
}

@media only screen and (max-width: 767px) {
  .m-table_box .table_box.bd-box .td .m-btn {
    max-width: 325px !important;
    width: 100%;
  }
}

.m-table_box .table_box .hoverOpc {
  display: inline-block;
  width: 16px;
}

.m-table_box.table_box_office .table_box {
  width: 100%;
  border: none;
}

.m-table_box.table_box_office .table_box .tr {
  display: table;
  width: 100%;
  vertical-align: middle;
}

.m-table_box.table_box_office .table_box .tr .th, .m-table_box.table_box_office .table_box .tr .td {
  display: table-cell;
  background-color: #fff;
  vertical-align: middle;
  padding: 16px 20px;
}

.m-table_box.table_box_office .table_box .tr .th a, .m-table_box.table_box_office .table_box .tr .td a {
  color: #071b33;
  text-decoration: none;
}

.m-table_box.table_box_office .table_box .tr .th a:hover, .m-table_box.table_box_office .table_box .tr .td a:hover {
  color: #071b33;
  text-decoration: underline;
}

.m-table_box.table_box_office .table_box .tr .th a.link-tel, .m-table_box.table_box_office .table_box .tr .td a.link-tel {
  cursor: default;
  text-decoration: none;
}

.m-table_box.table_box_office .table_box .tr .th a.ico-arrow, .m-table_box.table_box_office .table_box .tr .td a.ico-arrow {
  position: relative;
}

.m-table_box.table_box_office .table_box .tr .th a.ico-arrow:before, .m-table_box.table_box_office .table_box .tr .td a.ico-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -17px;
  height: 0px;
  width: 0px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 0px solid transparent;
  border-left: #0C489B 8px solid;
  margin-top: -4px;
}

.m-table_box.table_box_office .table_box .tr .th {
  position: relative;
  width: 40%;
  font-weight: bold;
  border-bottom: solid 1px #0c489b;
  padding-left: 40px;
}

.m-table_box.table_box_office .table_box .tr .th .arrow-link {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-table_box.table_box_office .table_box .tr .th a.link-blank span {
  position: relative;
}

.m-table_box.table_box_office .table_box .tr .th a.link-blank span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  background: url("../images/ex_link.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 13px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-table_box.table_box_office .table_box .tr .td {
  width: 60%;
  border-bottom: solid 1px #bbb;
}

@media only screen and (max-width: 767px) {
  .m-table_box.table_box_office .table_box {
    width: 100%;
    border: none;
  }
  .m-table_box.table_box_office .table_box .tr {
    display: block;
  }
  .m-table_box.table_box_office .table_box .tr .th, .m-table_box.table_box_office .table_box .tr .td {
    display: block;
    padding: 16px 0;
  }
  .m-table_box.table_box_office .table_box .tr .th {
    width: 100%;
    padding-left: 15px;
    padding-bottom: 5px;
  }
  .m-table_box.table_box_office .table_box .tr .th .arrow-link {
    top: 59%;
    left: 0;
  }
  .m-table_box.table_box_office .table_box .tr .th span {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 5px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  .m-table_box.table_box_office .table_box .tr .td {
    width: 100%;
    margin-bottom: 10px;
  }
}

/*!***************************************************************
 *  background
 ****************************************************************/
/*!***************************************************************
 *  thumbnail
 ****************************************************************/
/*!***************************************************************
  *  panel
 ****************************************************************/
/*!***************************************************************
 *  タブ
 ****************************************************************/
.m-tab.tab-style01 .tab-btns, .m-tab2.tab-style01 .tab-btns {
  border-bottom: 1px solid black;
}

.m-tab.tab-style01 .tab-btn, .m-tab2.tab-style01 .tab-btn {
  font-size: 1.4rem;
  display: inline-block;
  background: #e6e9ec;
  padding: 5px 40px;
  margin-right: 2px;
  cursor: pointer;
}

.m-tab.tab-style01 .tab-btn.selected, .m-tab2.tab-style01 .tab-btn.selected {
  cursor: default;
  background: #3d3e40;
  color: white;
}

.m-tab.tab-style01 .tab-btn.disabled, .m-tab2.tab-style01 .tab-btn.disabled {
  cursor: default;
}

.m-tab.tab-style01 .tab-content, .m-tab2.tab-style01 .tab-content {
  padding: 30px 30px 0 30px;
}

.m-tab .tab-btn.tab-arrow-down:after, .m-tab2 .tab-btn.tab-arrow-down:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  background: url("../images/arrow_down.png") no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 11px;
  height: 6px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 1000px) {
  .m-tab.tab-style01 .tab-btns, .m-tab2.tab-style01 .tab-btns {
    overflow: hidden;
  }
  .m-tab.tab-style01 .tab-btns.tb_col3 .tab-btn, .m-tab2.tab-style01 .tab-btns.tb_col3 .tab-btn {
    width: 33.33333%;
  }
  .m-tab.tab-style01 .tab-btn, .m-tab2.tab-style01 .tab-btn {
    width: 25%;
    margin: 0;
    float: left;
    padding: 5px;
    text-align: center;
    border-right: 1px solid #f2f4f5;
    border-top: 1px solid #f2f4f5;
  }
  .m-tab.tab-style01 .tab-btn:last-child, .m-tab2.tab-style01 .tab-btn:last-child {
    border-right: none;
  }
  .m-tab.tab-style01 .tab-content, .m-tab2.tab-style01 .tab-content {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .m-tab.m-tab2.tab-style01 .tab-btns {
    overflow: hidden;
  }
  .m-tab.m-tab2.tab-style01 .tab-btns.tb_col3 .tab-btn {
    width: 50%;
  }
  .m-tab.m-tab2.tab-style01 .tab-btn {
    width: 50%;
    font-size: 1.2rem;
  }
  .m-tab.m-tab2.tab-style01 .tab-content {
    padding: 20px 0;
  }
}

/*!***************************************************************
 *  m-card
 ****************************************************************/
.m-card.card-picture {
  padding: 0;
  background: none;
  position: relative;
  overflow: hidden;
}

.m-card.card-picture.picture-blank:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
  font-family: 'FontAwesome';
  font-size: 1.6rem;
  color: #0c489b;
}

.m-card.card-picture .picture-inner {
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  margin: auto;
  z-index: 5;
}

.m-card.card-picture .picture-title {
  position: relative;
  z-index: 2;
  color: #333;
}

.m-card.card-picture .picture-text {
  font-size: 1.8rem;
  font-weight: bold;
}

.m-card.card-caption {
  position: relative;
  overflow: hidden;
}

.m-card.card-caption .caption-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 18px;
  padding-right: 118px;
}

.m-card.card-caption .caption-info:before {
  content: '';
  position: absolute;
  background: #0c489b;
  width: 100px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.m-card.card-caption .caption-info:after {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-top: none;
  border-left: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 45px;
  margin: auto;
  transform: rotate(-45deg);
}

.m-card.card-caption .caption-title {
  font-weight: bold;
  color: #0c489b;
  font-size: 1.6rem;
}

.m-card.card-caption .caption-text {
  font-size: 1.4rem;
}

.m-card.card-caption .card-category {
  background: #79d0e3;
  position: absolute;
  top: 0;
  bottom: 50%;
  right: 0;
  margin: auto;
  width: 100px;
  font-size: 1.2rem;
  text-align: center;
  color: white;
}

.m-card.card-caption .card-category span {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1em;
  line-height: 1;
  margin: auto;
}

.m-card.card-caption.caption-withCategory .caption-info {
  padding: 10px;
  padding-right: 118px;
}

.m-card.card-caption.caption-withCategory .caption-info:before {
  top: 50%;
}

.m-card.card-caption.caption-withCategory .caption-info:after {
  top: 50%;
}

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

.m-card.card-recipe .recipe-day {
  text-align: center;
  position: absolute;
  top: 30px;
  left: 30px;
  border: 2px solid #0c489b;
  background: rgba(255, 255, 255, 0.8);
  width: 64px;
  font-weight: bold;
  color: #0c489b;
  font-size: 3.0rem;
  line-height: 58px;
}

.m-card.card-recipe .recipe-day span {
  line-height: 30px;
  font-size: 1.4rem;
  display: block;
  color: white;
  background: #0c489b;
  letter-spacing: 0.1em;
}

.m-card.card-recipe .recipe-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  padding-right: 100px;
}

.m-card.card-recipe .recipe-info:before {
  content: '';
  position: absolute;
  background: #0c489b;
  width: 100px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.m-card.card-recipe .recipe-info:after {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-top: none;
  border-left: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 45px;
  margin: auto;
  transform: rotate(-45deg);
}

.m-card.card-recipe .recipe-data {
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
  min-height: 65px;
}

.m-card.card-recipe .recipe-energy {
  display: table-cell;
  vertical-align: middle;
  color: #0c489b;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  width: 240px;
}

.m-card.card-recipe .recipe-text {
  display: table-cell;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
  border-left: 1px solid #0c489b;
  color: #0c489b;
  line-height: 1.4;
  padding: 4px 20px;
}

.m-card.card-recipe.recipe-s .recipe-info {
  padding: 0 20px;
}

.m-card.card-recipe.recipe-s .recipe-data {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

.m-card.card-recipe.recipe-s .recipe-day {
  width: 50px;
  font-size: 2.0rem;
  line-height: 44px;
  top: 20px;
  left: 20px;
}

.m-card.card-recipe.recipe-s .recipe-day span {
  line-height: 25px;
  font-size: 1.2rem;
}

.m-card.card-recipe.recipe-s .recipe-energy {
  text-align: left;
  width: inherit;
}

.m-card.card-search {
  padding-top: 100%;
}

.m-card.card-search .search-inner {
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 20px;
  left: 20px;
}

a .m-card.card-picture {
  position: relative;
}

a .m-card.card-picture:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-right-color: #0c489b;
  border-bottom: none;
  bottom: 0;
  right: 0;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .m-card.card-picture.picture-incontent .picture-inner {
    padding: 20px;
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
  }
  .m-card.card-picture.picture-incontent .picture-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
  .m-card.card-picture.picture-incontent .img-bg {
    padding-top: 0;
    height: 100%;
  }
  .m-card.card-picture .picture-inner {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    margin: auto;
    z-index: 5;
  }
  .m-card.card-picture .picture-text {
    font-size: 1.6rem;
  }
  .m-card.card-caption {
    border-bottom: 1px solid #f2f4f5;
  }
  .m-card.card-caption .caption-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 18px;
    padding-right: 118px;
  }
  .m-card.card-caption .caption-info:before {
    content: '';
    position: absolute;
    background: url(../../generic/images/arrow_next-page.png) no-repeat center center;
    width: 30px;
    top: 50%;
    bottom: 0;
    right: 20px;
    margin: auto;
    height: 30px;
    transform: translateY(-50%);
  }
  .m-card.card-caption .caption-info:after {
    display: none;
    content: '';
    width: 20px;
    height: 20px;
    border: none;
    border-top: none;
    border-left: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 45px;
    margin: auto;
    transform: rotate(-45deg);
  }
  .m-card.card-caption .caption-text {
    font-size: 1.2rem;
  }
  .m-card.card-recipe .recipe-day {
    width: 50px;
    font-size: 2.0rem;
    line-height: 44px;
    top: 20px;
    left: 20px;
  }
  .m-card.card-recipe .recipe-day span {
    line-height: 25px;
    font-size: 1.2rem;
  }
  .m-card.card-recipe .recipe-info:before {
    content: '';
    position: absolute;
    background: #0c489b;
    width: 40px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .m-card.card-recipe .recipe-info:after {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-top: none;
    border-left: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    transform: rotate(-45deg);
  }
  .m-card.card-recipe .recipe-data {
    display: block;
    padding: 10px;
  }
  .m-card.card-recipe .recipe-energy {
    text-align: left;
    display: block;
  }
  .m-card.card-recipe .recipe-text {
    border-top: 1px solid #0c489b;
    margin-top: 5px;
    padding: 0;
    padding-top: 5px;
    border-left: none;
    display: block;
    font-size: 1.2rem;
  }
  .m-card.card-recipe.recipe-s .recipe-info {
    padding: 0 10px;
  }
  .m-card.card-recipe.recipe-s .recipe-data {
    display: table;
  }
  .m-card.card-recipe.recipe-s .recipe-energy {
    display: table-cell;
  }
  .m-card.card-search {
    padding: 20px;
  }
  .m-card.card-search .search-inner {
    position: static;
  }
  .m-card.card-search .m-form {
    margin: 0;
  }
  a .m-card.m-card-med.card-picture .picture-img {
    position: relative;
  }
  a .m-card.m-card-med.card-picture .picture-img:before {
    content: '';
    position: absolute;
    background: url(../../generic/images/arrow_next-page.png) no-repeat center center;
    width: 30px;
    top: 50%;
    bottom: 0;
    right: 20px;
    margin: auto;
    height: 30px;
    transform: translateY(-50%);
  }
  a .m-card.m-card-med.card-picture:after {
    content: '';
    display: none;
    height: 0;
    width: 0;
    border: 20px solid transparent;
    border-right-color: none;
    border-bottom: none;
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: 0;
  }
}

/*!***************************************************************
 *  m-horizontal_card
 ****************************************************************/
/************************************************
	フォーム
************************************************/
.m-form {
  max-width: none;
}

.m-form select:focus, .m-form select:active, .m-form input:focus, .m-form input:active {
  outline: none;
}

.m-form.form-search {
  margin-left: auto;
  margin-right: auto;
}

.m-form.form-search .js-customSelect {
  background: white;
  line-height: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  width: inherit;
  font-size: 1.2rem;
  padding: 0 10px;
  position: relative;
  padding-right: 50px;
}

.m-form.form-search .js-customSelect.large {
  height: 50px;
  line-height: 50px;
  font-size: 1.8rem;
  padding-right: 60px;
}

.m-form.form-search .js-customSelect.large:before {
  width: 50px;
}

.m-form.form-search .js-customSelect.small {
  height: 30px;
  line-height: 30px;
  font-size: 1.2rem;
  padding-right: 40px;
}

.m-form.form-search .js-customSelect.small:before {
  width: 30px;
}

.m-form.form-search .js-customSelect:before {
  content: '';
  text-align: center;
  font-family: 'FontAwesome';
  color: white;
  background: #0c489b;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  display: block;
  width: 40px;
}

.m-form.form-search .js-customSelect select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .m-form.form-search .js-customSelect select {
    font-size: 16px;
  }
}

.m-form.form-search input[type=text], .m-form.form-search select {
  border: none;
  height: 40px;
  font-size: 1.2rem;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  .m-form.form-search input[type=text], .m-form.form-search select {
    font-size: 16px;
  }
}

.m-form.form-search input[type=text].large, .m-form.form-search select.large {
  font-size: 1.8rem;
  height: 50px;
}

.m-form.form-search input[type=text].small, .m-form.form-search select.small {
  font-size: 1.2rem;
  height: 30px;
}

.m-form.form-search .customSelect {
  display: none;
}

.m-form.form-search .customSelect + span {
  font-weight: bold;
  font-size: inherit;
}

.m-form.form-search .customSelect + span:before {
  width: 14px;
  height: 14px;
  border: 2px solid #0c489b;
  content: '';
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.m-form.form-search .customSelect:checked + span:before {
  background: #0c489b;
}

.m-form.form-search label {
  position: relative;
}

.m-form.form-search label input[type="checkbox"].customSelect + span:before,
.m-form.form-search label input[type="checkbox"].customSelect + span:after {
  display: inline-block;
  content: '';
  box-sizing: border-box;
}

.m-form.form-search label input[type="checkbox"].customSelect + span:before {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.m-form.form-search label input[type="checkbox"].customSelect + span:after {
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
  margin: 2px 5px;
  width: 6px;
  height: 9px;
}

.m-form.form-search label input[type="checkbox"]:checked.customSelect + span:after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-form.form-contact .attention {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .m-form.form-contact .attention {
    margin-left: 0;
  }
}

.m-form.form-contact .color_error {
  margin-top: 10px;
  color: red;
}

.m-form.form-contact .form-radio label {
  display: inline-block;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .m-form.form-contact .form-radio label {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.m-form.form-contact .form-wrapper {
  border-bottom: 1px solid #cccccc;
}

@media only screen and (max-width: 767px) {
  .m-form.form-contact .form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.m-form.form-contact .form-wrapper:first-child {
  border-top: 1px solid #cccccc;
}

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

.m-form.form-contact .form-header {
  width: 33.33%;
  font-weight: normal;
  background: #f8f8f8;
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .m-form.form-contact .form-header {
    width: 100%;
    padding: 20px;
  }
}

.m-form.form-contact .form-content {
  width: 66.66%;
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .m-form.form-contact .form-content {
    width: 100%;
    padding: 20px;
  }
}

.m-form.form-contact .form-content .form-name input {
  height: 55px;
  /*@include mq($break_sp) {
						width : 100% !important;
					}*/
}

.m-form.form-contact .form-require i {
  font-weight: normal;
  font-size: 1.4rem;
  background: #ff2d1e;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  .m-form.form-contact .btns {
    padding: 0 20px;
  }
}

.m-form.form-contact .btns .m-btn:after {
  right: auto;
  left: 20px;
}

@media only screen and (max-width: 767px) {
  .m-form.form-search .js-customSelect.large {
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
    padding-right: 50px;
  }
  .m-form.form-search .js-customSelect.large:before {
    width: 40px;
  }
  .m-form.form-search .js-customSelect.small {
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem;
    padding-right: 40px;
  }
  .m-form.form-search .js-customSelect.small:before {
    width: 30px;
  }
  .m-form.form-search input[type=text].large, .m-form.form-search input[type=text].small, .m-form.form-search select.large, .m-form.form-search select.small {
    font-size: 16px;
    height: 40px;
  }
}

/*------------------------------------------------------------
テーブル
------------------------------------------------------------*/
/*
.m-table thead th {
  text-align: inherit;
}

.m-table tbody th {
  text-align: inherit;
}
*/

.m-table th, .m-table td {
  text-align: center;
}

.m-table.table-fixed {
  table-layout: fixed;
}

.m-table.table-fixed.w100 {
  width: 100% !important;
}

@media only screen and (max-width: 768px) {
  .m-table.table-fixed.w100 td {
    font-size: 1.4rem !important;
  }
}

.m-table.thead-fixed .thead-clone {
  overflow: hidden;
  display: none;
  position: fixed;
  top: 68.5px;
  left: 10px;
  right: 10px;
  margin: auto;
  z-index: 100;
}

@media only screen and (max-width: 987px) {
  .m-table.thead-fixed .thead-clone {
    top: 84px;
  }
}

@media only screen and (max-width: 767px) {
  .m-table.thead-fixed .thead-clone {
    /*top: 69px;*/
    top: 84px;
  }
}

.m-table.thead-fixed.fixed .thead-clone {
  display: block;
}

.m-table.thead-fixed.fixed .thead-clone thead {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.m-table.thead-fixed.fixed .thead-clone thead.tb_w100 {
  width: 100% !important;
  max-width: 100%;
}

.m-table.table-style01 thead {
  border: none;
}

.m-table.table-style01 thead th {
  background: #0c489b;
  color: white;
  font-weight: normal;
  text-align: center;
  font-size: inherit;
  height: 96px;
  vertical-align: middle;
  border: none;
  border-right: 1px solid #ccc;
}

.m-table.table-style01 tbody {
  border: none;
}

.m-table.table-style01 tbody th, .m-table.table-style01 tbody td {
  border: 1px solid #e6e9ec;
  text-align: center !important;
  font-size: inherit;
  vertical-align: middle;
  padding: 20px 5px;
}

.m-table.table-style01 tbody td.txt_l {
  padding: 20px;
  text-align: left !important;
}

.m-table.table-style01 tbody td.recept-code {
  text-align: center;
}

.m-table.table-style01 tbody td.file-num {
  text-align: center;
  word-wrap: break-word;
}

.m-table.table-style01 tbody td .icon-pdf {
  position: relative;
  top: 4px;
  margin-left: 5px;
}

.m-table.table-style01 tbody tr:nth-child(even) {
  background: #f8f8f8;
}

.m-table.table-style02 {
  border: solid 1px #bbb;
}

.m-table.table-style02 thead {
  border: none;
}

.m-table.table-style02 thead th {
  font-size: 1.8rem;
  font-weight: normal;
  color: #071b33;
  vertical-align: middle;
  background-color: #f3f4f6;
  padding: 15px 20px;
  border-right: solid 1px #bbb;
  border-bottom: none;
}

.m-table.table-style02 thead th:last-child {
  border-right: none;
}

.m-table.table-style02 tbody {
  border: none;
}

.m-table.table-style02 tbody th, .m-table.table-style02 tbody td {
  font-size: 1.6rem;
  border: 1px solid #bbb;
  text-align: center;
  vertical-align: middle;
  padding: 15px 20px;
}

.m-table.table-style02 tbody th a, .m-table.table-style02 tbody td a {
  color: #333;
  text-decoration: underline;
}

.m-table.table-style02 tbody th a:hover, .m-table.table-style02 tbody td a:hover {
  color: #333;
  text-decoration: none;
}

.m-table.table-style02 tbody td.txt_l {
  text-align: left !important;
}

.m-table.table-style02 tbody td.recept-code {
  text-align: center;
}

.m-table.table-style02 tbody td.file-num {
  text-align: center;
  word-wrap: break-word;
}

.m-table.table-style02 tbody td .icon-pdf {
  position: relative;
  top: 4px;
  margin-left: 5px;
}

.m-table.table-style03 {
  font-size: inherit;
}

.m-table.table-style03 a {
  text-decoration: underline;
}

.m-table.table-style03 a:hover {
  text-decoration: none;
}

.m-table.table-style03 th, .m-table.table-style03 td {
  text-align: inherit !important;
}

.m-table.table-energy {
  font-size: inherit;
  table-layout: fixed;
  margin: 0;
}

.m-table.table-energy thead th {
  background: #0c489b;
  color: white;
  font-size: 1.8rem;
  padding: 20px;
  border: none;
}

.m-table.table-energy tbody th, .m-table.table-energy tbody td {
  padding: 25px;
}

.m-table.table-energy tbody th {
  background: none;
  border: 1px solid #e6e9ec;
}

.m-table.table-energy tbody th:first-child {
  border-left: none;
}

.m-table.table-energy tbody td {
  background: none;
  border: 1px solid #e6e9ec;
}

.m-table.table-energy tbody tr:nth-child(even) {
  background: #fafafa;
}

.m-table.table-energy tbody tr:last-child th, .m-table.table-energy tbody tr:last-child td {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .m-table.thead-fixed .thead-clone {
    width: auto;
  }
  .m-table.thead-fixed.fixed .thead-clone {
    display: block;
  }
  .m-table.thead-fixed.fixed .thead-clone thead {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 1200px;
    position: relative;
  }
  .m-table.table-style03 {
    display: block;
  }
  .m-table.table-style03 tbody, .m-table.table-style03 tr, .m-table.table-style03 td, .m-table.table-style03 th, .m-table.table-style03 thead, .m-table.table-style03 thead {
    display: block;
    width: inherit;
  }
  .m-table.table-energy {
    display: block;
  }
  .m-table.table-energy thead, .m-table.table-energy tbody, .m-table.table-energy tr, .m-table.table-energy th, .m-table.table-energy td {
    display: block;
  }
  .m-table.table-energy tbody th, .m-table.table-energy td {
    width: 50%;
    float: left;
    border: none !important;
  }
  .m-table.table-energy thead th {
    font-size: 1.6rem;
  }
  .m-table.table-energy tbody th, .m-table.table-energy tbody td {
    padding: 10px;
    border-bottom: 1px solid #e6e9ec !important;
  }
  .m-table.table-energy tbody th {
    background: #fafafa;
  }
}


/* write 2020.03.04 */

.m-table.table-style04 thead {
  border: none;
}

.m-table.table-style04 thead th {
  background: #0c489b;
  color: white;
  font-weight: normal;
  text-align: center;
  font-size: inherit;
	padding: 20px;
  vertical-align: middle;
  border: none;
  border-right: 1px solid #ccc;
}

.m-table.table-style04 tbody {
  border: none;
}

.m-table.table-style04 tbody th, .m-table.table-style04 tbody td {
  border: 1px solid #e6e9ec;
  text-align: left !important;
  font-size: inherit;
  vertical-align: middle;
  padding: 20px;
}

.m-table.table-style04 tbody td.txt_l {
  padding: 20px;
  text-align: left !important;
}

.m-table.table-style04 tbody td.recept-code {
  text-align: left;
}

.m-table.table-style04 tbody td.file-num {
  text-align: left;
  word-wrap: break-word;
}

.m-table.table-style04 tbody td .icon-pdf {
  position: relative;
  top: 4px;
  margin-left: 5px;
}

.m-table.table-style04 tbody tr:nth-child(even) {
  background: #f8f8f8;
}