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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  border: none;
}
/**********************************************************************
	バナー用 - className : Topics
***********************************************************************/
h3.Industry.fair {
    text-align: center !important;
    padding: 40px 0 0;
    margin-left: -45px;
    margin-bottom: -10px;
}

.l-inner-omimai_pc {
    border: 1px solid #ccc;
    font-family: serif;
    font-weight: 800;
    font-size: 95%;
    color: #000000;
    width: 710px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1.5%;
}
.l-inner-omimai_sp {
    border: 1px solid #ccc;
    font-family: serif;
    font-weight: 800;
    font-size: 95%;
    color: #000000;
    width: 80%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-left: 11%;
    text-align: center;
    margin-bottom: 1.5%;
}

.omimai_under {
    margin-top: 3%;
}
/*!***************************************************************
 *  ベーススタイル
 ****************************************************************/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  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: #0068b7;
  text-decoration: none;
}
a:hover {
  color: #0593ff;
  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: 936px) {
  body {
    width: 100%;
    min-width: 320px;
    font-size: 1.2rem;
  }
}
/*!***************************************************************
 *  ベーススタイル
 ****************************************************************/
/**********************************************************************
	サンプルページ - className : sample
***********************************************************************/
.sample-note-body {
  margin-top: 2.5em;
  font-size: small;
}
.sample-note-body p.note {
  color: red;
  font-weight: bold;
}
.sample-note-body p.yamato {
  margin-top: 1em;
  font-weight: bold;
  color: black;
}
.yamato_link {
  color: #0593ff;
  text-decoration: underline;
  font-weight: bold;
}
/*!***************************************************************
 *  ボタンスタイル
 ****************************************************************/
.m-btn {
  text-align: center;
  display: block;
  font-size: 1.4rem;
  border: 0;
  width: 200px;
  max-width: 100%;
  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;
  transition: opacity .2s linear;
}
.m-btn.btn-primary {
  background-color: #0068b7;
}
.m-btn.btn-secondary {
  background-color: #c063ad;
}
.m-btn.btn-thirdly {
  background-color: #629db0;
}
.m-btn.btn-error {
  background-color: #C70000;
}
.m-btn.btn-accent {
  background-color: #d54762;
}
.m-btn.btn-base_bg {
  background-color: #f4f5f7;
  color: #333;
}
.m-btn.btn-base_border {
  background-color: #ccc;
  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-disabled {
  cursor: default;
  background-color: #d1d1d1;
  outline: none;
}
.m-btn.btn-disabled:hover {
  opacity: 1;
}
.m-btn.btn-disabled.btn-icon.icon-price:hover {
  background: #f4f5f7;
  color: #333;
}
.m-btn.btn-disabled.btn-icon.icon-price:hover:before {
  background: url(../images/icon_price.png);
  background-size: 100%;
  width: 18px;
  height: 18px;
}
.m-btn.btn-ghost {
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-size: 1.8rem;
  color: #0068b7;
  background-color: transparent;
  border: 2px solid #0068b7;
  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: #0068b7;
  color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.m-btn.btn-catalog {
  padding: 15px 0;
  width: inherit;
  display: block;
  font-weight: bold;
  color: #0068b7;
  background: none;
  border: 2px solid #0068b7;
  transition: .5s;
}
.m-btn.btn-catalog:before {
  transition: .5s;
  content: '';
  display: inline-block;
  margin-bottom: 2px;
  vertical-align: text-bottom;
  margin-right: 10px;
  background: url(../images/icon_catalog.png);
  background-size: 100%;
  width: 20px;
  height: 15px;
}
.m-btn.btn-catalog:hover {
  transition: .5s;
  opacity: 1;
  color: white;
  background: #0068b7;
}
.m-btn.btn-catalog:hover:before {
  background: url(../images/icon_catalog_hover.png);
  background-size: 100%;
  width: 20px;
  height: 15px;
}
.m-btn.btn-icon {
  padding: 15px 0;
  width: 100%;
  display: block;
  font-weight: bold;
  color: #0068b7;
  background: none;
  border: 2px solid #0068b7;
  transition: .5s;
}
.m-btn.btn-icon:before {
  transition: .5s;
  content: '';
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.m-btn.btn-icon:hover {
  transition: .5s;
  opacity: 1;
  color: white;
  background: #0068b7;
}
.m-btn.btn-icon:hover:before {
  transition: .5s;
  background: url(../images/icon_sample_hover.png);
  background-size: 100%;
}
.m-btn.btn-icon.icon-sample:before {
  background: url(../images/icon_sample.png);
  background-size: 100%;
  width: 22px;
  height: 17px;
}
.m-btn.btn-icon.icon-sample:hover:before {
  background: url(../images/icon_sample_hover.png);
  background-size: 100%;
  width: 22px;
  height: 17px;
}
.m-btn.btn-icon.icon-catalog:before {
  margin-bottom: 2px;
  background: url(../images/icon_catalog.png);
  background-size: 100%;
  width: 20px;
  height: 15px;
}
.m-btn.btn-icon.icon-catalog:hover:before {
  background: url(../images/icon_catalog_hover.png);
  background-size: 100%;
  width: 20px;
  height: 15px;
}
.m-btn.btn-icon.icon-contact:before {
  margin-bottom: 2px;
  background: url(../images/icon_contact.png);
  background-size: 100%;
  width: 19px;
  height: 13px;
}
.m-btn.btn-icon.icon-contact:hover:before {
  background: url(../images/icon_contact_hover.png);
  background-size: 100%;
  width: 19px;
  height: 13px;
}
.m-btn.btn-icon.icon-catalog_b {
  background: #0068b7;
  color: #ffffff;
}
.m-btn.btn-icon.icon-catalog_b:before {
  margin-bottom: 2px;
  background: url(../images/icon_catalog_hover.png);
  background-size: 100%;
  width: 20px;
  height: 15px;
}
.m-btn.btn-icon.icon-catalog_b:hover {
  background: #ffffff;
  color: #0068b7;
}
.m-btn.btn-icon.icon-catalog_b:hover:before {
  background: url(../images/icon_catalog.png);
  background-size: 100%;
  width: 20px;
  height: 15px;
}
.m-btn.btn-icon.icon-dl:before {
  background: url(../images/icon_dl.png);
  background-size: 100%;
  width: 16px;
  height: 18px;
}
.m-btn.btn-icon.icon-dl:hover:before {
  background: url(../images/icon_dl_white.png);
  background-size: 100%;
  width: 16px;
  height: 18px;
}
.m-btn.btn-icon.icon-price {
  background: #f4f5f7;
  color: #333;
  border: none;
}
.m-btn.btn-icon.icon-price:before {
  background: url(../images/icon_price.png);
  background-size: 100%;
  width: 18px;
  height: 18px;
}
.m-btn.btn-icon.icon-price:hover {
  background: #333;
  color: #ffffff;
}
.m-btn.btn-icon.icon-price:hover:before {
  background: url(../images/icon_price_white.png);
  background-size: 100%;
  width: 18px;
  height: 18px;
}
.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: 1em;
  content: '\f178';
  width: 10px;
  height: 14px;
  border-radius: 100%;
  font-weight: normal;
  margin-top: -7px;
}
.m-btn.btn-arrow:after:hover {
  right: .5em;
}
.m-btn.btn-dl {
  padding: 15px 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.m-btn.btn-dl.btn-ghost span {
  position: relative;
  margin-left: 35px;
}
.m-btn.btn-dl.btn-ghost span:before {
  background: url(../../../common/images/icon_dl.png) 0 0 no-repeat;
  -webkit-background-size: 16px 18px;
  background-size: 16px 18px;
  position: absolute;
  top: 50%;
  left: -30px;
  content: '';
  width: 16px;
  height: 18px;
  margin-top: -9px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.m-btn.btn-dl.btn-ghost:hover span:before {
  background: url(../../../common/images/icon_dl_white.png) 0 0 no-repeat;
  -webkit-background-size: 16px 18px;
  background-size: 16px 18px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.m-btn.btn-claim {
  padding: 15px 0;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
}
.m-btn.btn-claim span {
  position: relative;
  margin-left: 35px;
}
.m-btn.btn-claim span:before {
  background: url(../../../common/images/icon_claim.png) 0 0 no-repeat;
  -webkit-background-size: 22px 18px;
  background-size: 22px 18px;
  position: absolute;
  top: 50%;
  left: -30px;
  content: '';
  width: 22px;
  height: 18px;
  margin-top: -7px;
}
.m-btn.btn-catalog {
  padding: 15px 0;
}
.m-btn.btn-catalog.btn-ghost span {
  position: relative;
  margin-left: 35px;
}
.m-btn.btn-catalog.btn-ghost span:before {
  background: url(../../../common/images/icon_catalog.png) 0 0 no-repeat;
  -webkit-background-size: 20px 15px;
  background-size: 20px 15px;
  position: absolute;
  top: 50%;
  left: -30px;
  content: '';
  width: 20px;
  height: 15px;
  margin-top: -7px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.m-btn.btn-catalog.btn-ghost:hover span:before {
  background: url(../../../common/images/icon_catalog_white.png) 0 0 no-repeat;
  -webkit-background-size: 20px 15px;
  background-size: 20px 15px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.m-btn.btn-icon.icon-musclewall:before {
  background: url(../images/musclewall2016-2020.png);
  background-size: 100%;
  width: 40px;
  height: 37px;
  vertical-align: middle;
}
.m-btn.btn-icon.icon-musclewall:hover:before {
  background: url(../images/musclewall2016-2020.png);
  background-size: 100%;
  width: 40px;
  height: 37px;
  vertical-align: middle;
}

.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: 936px) {
  .btns .m-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
.Header-btn-area {
  position: relative;
}
.Header-btn-area .header_btn {
  position: absolute;
  width: 194px;
  top: 0;
}
.Header-btn-area .header_btn a {
  padding: 10px;
  background-color: #edeff2;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.1em;
  line-height: 1;
}
.Header-btn-area .header_btn a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.Header-btn-area .login{
  right:665px;
}

.Header-btn-area .bill {
  right: 463px;
}
.Header-btn-area .contact {
  right: 268px;
}
.Header-btn-area .contact a {
  color: #fff;
  background-color: #0068b7;
  letter-spacing: normal;
  line-height: 1;
}
.Header-btn-area .instagram_btn{
  margin: 0;
  padding: 0;
}

.Header-btn-area .instagram_btn a {
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  width: 50px;
}
.Header-btn-area .language_btn {
  margin-left: 10px;
}
.Header-btn-area .language_btn a {
  font-size: 1.3rem;
  padding: 9px 15px 5px;
  font-weight: bold;
  text-align: center;
  color: #0068b7;
  box-sizing: border-box;
  border: 2px solid #0068b7;
  display: block;
  line-height: 1;
}
.Header-btn-area .language_btn a span {
  font-family: "Roboto Condensed";
}
.Header-btn-area .language_btn a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

@media only screen and (max-width: 936px) {
  .Header-btn-area {
    position: static;
    width: 88%;
    float: none;
    margin: 0 auto;
  }
  .Header-btn-area .header_btn {
    position: static;
  }
  .Header-btn-area .header_btn {
    width: 100%;
    margin-bottom: 20px;
  }
  .Header-btn-area .language_btn {
    margin-left: 0px;
    margin-bottom: 30px;
  }
}
.bnr-btn {
  width: 330px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px;
  text-align: left;
}
@media only screen and (max-width: 936px) {
  .bnr-btn {
    margin: 0 auto;
  }
}
.bnr-btn img {
  display: inline-block;
  vertical-align: middle;
}
.bnr-btn span {
  color: #333;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}

.contact-btn {
  padding: 10px;
  color: #fff;
  margin: 0 auto;
}

.Inquiry .btn-ghost,
.InquiryThanks .btn-ghost,
.InquiryConfirm .btn-ghost,
.Oversea_cont02 .btn-ghost {
  color: #333;
  border: 3px solid #333;
  padding: 20px;
  letter-spacing: 0.1em;
  margin: 0;
}
.Inquiry .btn-ghost:hover,
.InquiryThanks .btn-ghost:hover,
.InquiryConfirm .btn-ghost:hover,
.Oversea_cont02 .btn-ghost:hover {
  background-color: #333;
  color: #fff;
}

.Inquiry .btn_submit,
.InquiryThanks .btn_submit,
.InquiryConfirm .btn_submit {
  margin-right: 40px;
}
@media only screen and (max-width: 936px) {
  .Inquiry .btn_submit,
  .InquiryThanks .btn_submit,
  .InquiryConfirm .btn_submit {
    margin-bottom: 20px;
  }
}

.btns .m-btn {
  margin-top: 20px;
  -webkit-transition: background-col .5s;
  -moz-transition: background-col .5s;
  -ms-transition: background-col .5s;
  -o-transition: background-col .5s;
  transition: background-col .5s;
}
.btns .btn_mail {
  margin-right: 40px;
  margin-left: 40px;
}
@media only screen and (max-width: 936px) {
  .btns .btn_mail {
    margin-right: 0;
    margin-left: 0;
  }
}

.Oversea_mv .top_btn {
  position: absolute;
  top: 20px;
  right: 18px;
  color: #fff;
  border: 2px solid #fff;
}
.Oversea_mv .top_btn:hover {
  background-color: #fff;
  color: #333;
}

@media only screen and (max-width: 936px) {
  .Oversea_cont02 .l-inner-main .top_btn {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0;
  }
}

.ContactConfirm_01 .m-form,
.CatalogConfirm_01 .m-form,
.SampleConfirm_01 .m-form {
  padding: 0 20px;
}
.ContactConfirm_01 .submit_area,
.CatalogConfirm_01 .submit_area,
.SampleConfirm_01 .submit_area {
  width: 800px;
  margin: 0 auto;
}
.ContactConfirm_01 .submit_area .m-btn,
.CatalogConfirm_01 .submit_area .m-btn,
.SampleConfirm_01 .submit_area .m-btn {
  display: inline-block;
  margin-right: 20px;
}
.ContactConfirm_01 .submit_area .m-btn:last-child,
.CatalogConfirm_01 .submit_area .m-btn:last-child,
.SampleConfirm_01 .submit_area .m-btn:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 936px) {
  .ContactConfirm_01 .submit_area,
  .CatalogConfirm_01 .submit_area,
  .SampleConfirm_01 .submit_area {
    width: 100%;
  }
  .ContactConfirm_01 .submit_area .m-btn,
  .CatalogConfirm_01 .submit_area .m-btn,
  .SampleConfirm_01 .submit_area .m-btn {
    display: block;
    margin: 20px auto;
    padding: 20px;
  }
  .ContactConfirm_01 .submit_area .m-btn:last-child,
  .CatalogConfirm_01 .submit_area .m-btn:last-child,
  .SampleConfirm_01 .submit_area .m-btn:last-child {
    margin: 20px auto;
  }
}

.InquiryThanks .m-btn {
  display: inline-block;
  padding: 20px;
}

.btn-company02 {
  font-size: 1.8rem;
  color: #fff;
  background-color: #0068b7;
  padding: 15px 25px;
  width: 290px;
  font-weight: bold;
  outline: 1px solid #fff;
  outline-offset: 3px;
  outline-offset: -4px;
  box-sizing: border-box;
  position: relative;
  margin-right: 5px;
}
.btn-company02 img {
  vertical-align: middle;
  margin-right: 15px;
}
.btn-company02 span {
  vertical-align: middle;
}
@media only screen and (max-width: 936px) {
  .btn-company02 {
    font-size: 1.6rem;
  }
}

.btn-film {
  width: 202px;
  margin: 0 auto;
  padding: 15px 30px;
  display: block;
  font-weight: bold;
  color: #0068b7;
  background: none;
  border: 3px solid #0068b7;
  transition: .5s;
}
.btn-film:hover {
  transition: .5s;
  opacity: 1;
  color: white;
  background: #0068b7;
  text-decoration: none;
}
.btn-film i {
  margin-right: 10px;
}

/*!***************************************************************
 *  タグタイル
 ****************************************************************/
.m-tag {
  text-align: center;
  display: inline-block;
  background-color: black;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: bold;
  border: 0;
  max-width: 100%;
  padding: 5px 20px;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
}
.m-tag:after {
  content: '';
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.m-tag.tag-primary {
  background-color: #0068b7;
}
.m-tag.tag-tag_type1 {
  background-color: #eee;
  color: #333;
}
.m-tag.tag-tag_type2 {
  background-color: #629db0;
}
.m-tag.tag-tag_type3 {
  background-color: #d78858;
}
.m-tag.tag-error {
  background-color: #C70000;
}

/*------------------------------------------------------------
ページング
------------------------------------------------------------*/
.m-paging {
  margin-bottom: 30px;
}
.m-paging.paging-type-square ul {
  text-align: center;
}
.m-paging.paging-type-square ul li {
  border: 1px solid #0068b7;
  display: inline-block;
  line-height: 0.6;
  border-radius: 3px;
  margin-left: 3px;
  margin-right: 3px;
}
.m-paging.paging-type-square ul li a {
  display: block;
  height: 100%;
  padding: 10px;
}
.m-paging.paging-type-square ul li a:hover {
  text-decoration: none;
  color: white;
  background: #0593ff;
  transition: background 0.2s ,color 0.2s;
}
.m-paging.paging-type-square ul li.paging-active {
  background: #0068b7;
  color: white;
  padding: 10px;
}
.m-paging.paging-type-circle ul {
  text-align: center;
}
.m-paging.paging-type-circle ul li {
  border: 1px solid #0068b7;
  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: #0593ff;
  -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: #0068b7;
  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: 30px;
}
.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: 30px;
}
.m-list.list-disc &gt; li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 5px;
}
.m-list.list-disc &gt; 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: #0068b7;
}
.m-list.list-disc.list-secondary li:after {
  background-color: #c063ad;
}
.m-list.list-disc.list-thirdly li:after {
  background-color: #629db0;
}
.m-list.list-disc.list-error li:after {
  background-color: #C70000;
}
.m-list.list-disc.list-accent li:after {
  background-color: #d54762;
}
.m-list.list-disc.list-base_bg li:after {
  background-color: #f4f5f7;
}
.m-list.list-disc.list-base_border li:after {
  background-color: #ccc;
}
.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_small &gt; li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
.m-list.list-disc_small &gt; 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: #0068b7;
}
.m-list.list-disc_small.list-secondary li:after {
  color: #c063ad;
}
.m-list.list-disc_small.list-thirdly li:after {
  color: #629db0;
}
.m-list.list-disc_small.list-error li:after {
  color: #C70000;
}
.m-list.list-disc_small.list-accent li:after {
  color: #d54762;
}
.m-list.list-disc_small.list-base_bg li:after {
  color: #f4f5f7;
}
.m-list.list-disc_small.list-base_border li:after {
  color: #ccc;
}
.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-angle &gt; li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
.m-list.list-angle &gt; 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: #0068b7;
  border-bottom-color: #0068b7;
}
.m-list.list-angle.list-secondary li:after {
  border-right-color: #c063ad;
  border-bottom-color: #c063ad;
}
.m-list.list-angle.list-thirdly li:after {
  border-right-color: #629db0;
  border-bottom-color: #629db0;
}
.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: #d54762;
  border-bottom-color: #d54762;
}
.m-list.list-angle.list-base_bg li:after {
  border-right-color: #f4f5f7;
  border-bottom-color: #f4f5f7;
}
.m-list.list-angle.list-base_border li:after {
  border-right-color: #ccc;
  border-bottom-color: #ccc;
}
.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-arrow &gt; li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
.m-list.list-arrow &gt; 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 &gt; 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: #0068b7;
  border-bottom-color: #0068b7;
}
.m-list.list-arrow.list-primary li:before {
  background-color: #0068b7;
}
.m-list.list-arrow.list-secondary li:after {
  border-right-color: #c063ad;
  border-bottom-color: #c063ad;
}
.m-list.list-arrow.list-secondary li:before {
  background-color: #c063ad;
}
.m-list.list-arrow.list-thirdly li:after {
  border-right-color: #629db0;
  border-bottom-color: #629db0;
}
.m-list.list-arrow.list-thirdly li:before {
  background-color: #629db0;
}
.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: #d54762;
  border-bottom-color: #d54762;
}
.m-list.list-arrow.list-accent li:before {
  background-color: #d54762;
}
.m-list.list-arrow.list-base_bg li:after {
  border-right-color: #f4f5f7;
  border-bottom-color: #f4f5f7;
}
.m-list.list-arrow.list-base_bg li:before {
  background-color: #f4f5f7;
}
.m-list.list-arrow.list-base_border li:after {
  border-right-color: #ccc;
  border-bottom-color: #ccc;
}
.m-list.list-arrow.list-base_border li:before {
  background-color: #ccc;
}
.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-ad &gt; li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
.m-list.list-ad &gt; 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 &gt; 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: #0068b7;
}
.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: #c063ad;
}
.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: #629db0;
}
.m-list.list-ad.list-thirdly li:before {
  border-right-color: white;
  border-bottom-color: white;
}
.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: #d54762;
}
.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: #f4f5f7;
}
.m-list.list-ad.list-base_bg li:before {
  border-right-color: #333;
  border-bottom-color: #333;
}
.m-list.list-ad.list-base_border li:after {
  background-color: #ccc;
}
.m-list.list-ad.list-base_border 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-line &gt; li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
.m-list.list-line &gt; 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: #0068b7;
}
.m-list.list-line.list-secondary li:after {
  background-color: #c063ad;
}
.m-list.list-line.list-thirdly li:after {
  background-color: #629db0;
}
.m-list.list-line.list-error li:after {
  background-color: #C70000;
}
.m-list.list-line.list-accent li:after {
  background-color: #d54762;
}
.m-list.list-line.list-base_bg li:after {
  background-color: #f4f5f7;
}
.m-list.list-line.list-base_border li:after {
  background-color: #ccc;
}
.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-inline &gt; 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 #ccc;
  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: #f4f5f7;
}
.m-link_list:not(:last-child) {
  margin-bottom: 30px;
}
.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: 30px;
}
.m-box.box-primary {
  background: #0068b7;
  color: white;
}
.m-box.box-secondary {
  background: #c063ad;
  color: white;
}
.m-box.box-thirdly {
  background: #629db0;
  color: white;
}
.m-box.box-error {
  background: #C70000;
  color: white;
}
.m-box.box-accent {
  background: #d54762;
  color: white;
}
.m-box.box-base_bg {
  background: #f4f5f7;
}
.m-box.box-base_border {
  background: #ccc;
}
.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-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 #003d6b;
}
.m-box.box-border.box-secondary {
  border: 1px solid #993e86;
}
.m-box.box-border.box-thirdly {
  border: 1px solid #427383;
}
.m-box.box-border.box-error {
  border: 1px solid #7b0000;
}
.m-box.box-border.box-accent {
  border: 1px solid #a9273f;
}
.m-box.box-border.box-base_bg {
  border: 1px solid #c8cdd7;
}
.m-box.box-border.box-base_border {
  border: 1px solid #a6a6a6;
}
.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-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: 936px) {
  .m-box.box-sideScroll {
    padding: 0 0 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .m-box.box-sideScroll &gt; * {
    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: 30px;
}
.m-common_box.common_box-center {
  text-align: center;
}
.m-common_box.common_box-border {
  padding: 20px;
  border: 1px solid #ccc;
}

/*!***************************************************************
 *  table_box
 ****************************************************************/
.m-table_box {
  width: 100%;
  display: table;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 90px;
}
@media only screen and (max-width: 936px) {
  .m-table_box {
    margin-bottom: 40px !important;
  }
}
.m-table_box.table_box-break-all .table_box-row li {
  word-break: break-all;
}
.m-table_box .table_box-row {
  display: table-row;
  vertical-align: middle;
  text-align: left;
}
@media only screen and (max-width: 936px) {
  .m-table_box .table_box-row {
    display: block;
  }
}
.m-table_box .table_box-row &gt; * {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 20px;
  height: 100%;
}
@media only screen and (max-width: 936px) {
  .m-table_box .table_box-row &gt; * {
    display: block;
  }
}
.m-table_box .table_box-row span.hyphen {
  padding: 0 10px;
}
.m-table_box .table_box-row span.require {
  position: relative;
}
.m-table_box .table_box-row span.require sup {
  position: absolute;
  font-size: 10px;
  top: -.2em;
}
.m-table_box .table_box-row select {
  padding: 0.25em;
}
.m-table_box .table_box-row .contact_txtarea {
  height: 104px;
}
.m-table_box .table_box-row .cap {
  font-weight: normal;
  font-size: 1.4rem;
}
.m-table_box .table_box-row .radiowrap .radiobtn {
  margin-right: 130px;
}
.m-table_box .table_box-row .radiowrap .radio {
  display: none;
}
.m-table_box .table_box-row .radiowrap .radio + .radio-icon:before {
  content: "\f1db";
  font-family: 'FontAwesome';
  color: #ccc;
  font-size: 20px;
}
.m-table_box .table_box-row .radiowrap .radio:checked + .radio-icon:before {
  content: "\f05d";
  color: #0068b7;
}
.m-table_box .table_box-row.table_box-row-primary {
  background: #0068b7;
  color: white;
}
.m-table_box .table_box-row.table_box-row-secondary {
  background: #c063ad;
  color: white;
}
.m-table_box .table_box-row.table_box-row-thirdly {
  background: #629db0;
  color: white;
}
.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: #d54762;
  color: white;
}
.m-table_box .table_box-row.table_box-row-base_bg {
  background: #f4f5f7;
}
.m-table_box .table_box-row.table_box-row-base_border {
  background: #ccc;
}
.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-header &gt; * {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.m-table_box .table_box-footer &gt; * {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.m-table_box:not(:last-child) {
  margin-bottom: 30px;
}
.m-table_box.table_box-center {
  text-align: center;
}
.m-table_box.table_box-border {
  border-top: 1px solid  #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
.m-table_box.table_box-border .table_box-row &gt; * {
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.m-table_box.table_box-3-7 .table_box-row &gt; *:first-child {
  width: 30%;
}
.m-table_box.table_box-2-8 .table_box-row &gt; *:first-child {
  width: 30%;
}

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

.bg-color-primary {
  background: #0068b7;
}

/*!***************************************************************
 *  thumbnail
 ****************************************************************/
.m-thumbnail {
  padding: 10px;
  border: 1px solid #ccc;
  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 #0068b7;
  padding-bottom: 30px;
}
.m-thumbnail.thumbnail-with_icon .thumbnail-icon {
  font-style: normal;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #0068b7;
  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: #0068b7;
}
.m-thumbnail.thumbnail-secondary {
  border-color: #c063ad;
}
.m-thumbnail.thumbnail-thirdly {
  border-color: #629db0;
}
.m-thumbnail.thumbnail-error {
  border-color: #C70000;
}
.m-thumbnail.thumbnail-accent {
  border-color: #d54762;
}
.m-thumbnail.thumbnail-base_bg {
  border-color: #f4f5f7;
}
.m-thumbnail.thumbnail-base_border {
  border-color: #ccc;
}
.m-thumbnail.thumbnail-info {
  border-color: #70C1B3;
}
.m-thumbnail.thumbnail-white {
  border-color: white;
}
.m-thumbnail.thumbnail-black {
  border-color: black;
}

/*!***************************************************************
  *  panel
 ****************************************************************/
.m-panel {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.m-panel:not(:last-child) {
  margin-bottom: 30px;
}
.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 #ccc;
}
.m-panel.panel-no_radius {
  border-radius: 0px;
}
.m-panel.panel-primary .panel-header {
  background: #0068b7;
  color: white;
}
.m-panel.panel-secondary .panel-header {
  background: #c063ad;
  color: white;
}
.m-panel.panel-thirdly .panel-header {
  background: #629db0;
  color: white;
}
.m-panel.panel-error .panel-header {
  background: #C70000;
  color: white;
}
.m-panel.panel-accent .panel-header {
  background: #d54762;
  color: white;
}
.m-panel.panel-base_bg .panel-header {
  background: #f4f5f7;
}
.m-panel.panel-base_border .panel-header {
  background: #ccc;
}
.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-card
 *  スキン
 *  card-no_border
 *  card-overlay
 *    - card-overlay-fit
 *  色展開
 ****************************************************************/
.m-card {
  position: relative;
  background: #f4f5f7;
}
.m-card:not(:last-child) {
  margin-bottom: 30px;
}
.m-card &gt; 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 #ccc;
}
.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: #0068b7;
  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: #0068b7;
  color: white;
}
.m-card.card-secondary {
  background-color: #c063ad;
  color: white;
}
.m-card.card-thirdly {
  background-color: #629db0;
  color: white;
}
.m-card.card-error {
  background-color: #C70000;
  color: white;
}
.m-card.card-accent {
  background-color: #d54762;
  color: white;
}
.m-card.card-base_bg {
  background-color: #f4f5f7;
}
.m-card.card-base_border {
  background-color: #ccc;
}
.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-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: #f4f5f7;
}
.m-horizontal_card .card-main .card-header {
  padding: 20px 20px 0 20px;
}
.m-horizontal_card .card-main .card-body {
  padding-top: 15px;
}
.m-horizontal_card.horizontal_card-reverse .card-img {
  float: right;
}
.m-horizontal_card.vertical_card-primary .card-main {
  background-color: #0068b7;
  color: white;
}
.m-horizontal_card.vertical_card-secondary .card-main {
  background-color: #c063ad;
  color: white;
}
.m-horizontal_card.vertical_card-thirdly .card-main {
  background-color: #629db0;
  color: white;
}
.m-horizontal_card.vertical_card-error .card-main {
  background-color: #C70000;
  color: white;
}
.m-horizontal_card.vertical_card-accent .card-main {
  background-color: #d54762;
  color: white;
}
.m-horizontal_card.vertical_card-base_bg .card-main {
  background-color: #f4f5f7;
}
.m-horizontal_card.vertical_card-base_border .card-main {
  background-color: #ccc;
}
.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.horizontal_card-top .card-header {
  font-size: 2rem;
  color: #0068b7;
}

.catalog-card {
  background-color: #f4f5f7;
}
.catalog-card .card-header {
  text-align: center;
  padding-top: 25px;
}
.catalog-card .card-header h5 {
  font-family: "Roboto Condensed";
  margin-top: 0px;
  font-size: 1.6em;
  font-weight: bold;
}
@media only screen and (max-width: 936px) {
  .catalog-card .card-header h5 {
    margin-top: 10px;
    line-height: 20px;
  }
}
.catalog-card .card-body {
  text-align: center;
  line-height: 15px;
}
@media only screen and (max-width: 936px) {
  .catalog-card .card-body {
    padding-top: 5px;
  }
}

/************************************************
	フォーム
************************************************/
.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 #f4f5f7;
  font-weight: bold;
}
.m-form .form-content {
  width: 100%;
  margin-right: -250px;
  float: left;
  padding: 20px;
  border-bottom: 1px solid #f4f5f7;
}
.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: #f4f5f7;
}
.m-form.form-striped .form-wrapper:nth-child(2n) .form-header {
  background: #f4f5f7;
}
.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: 936px) {
  .m-form {
    max-width: none;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
  .m-form .form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-form .form-wrapper .m-box {
    margin-left: 20px;
    margin-right: 20px;
  }

  .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: 30px;
  width: 100%;
}
.m-table thead th {
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 3px solid #dcdcdc;
  color: #0068b7;
}
.m-table thead td {
  border-collapse: collapse;
  padding: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.m-table tbody th {
  width: 20%;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #dcdcdc;
  background: rgba(0, 104, 183, 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(0, 104, 183, 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: 936px) {
  .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;
  }
}
/*!***************************************************************
 *  見出し
 ****************************************************************/
.Topics_top {
  padding: 0;
}
.Topics_top .l-inner-main .ttl_03 {
  color: #0068b7;
  text-align: left;
  font-size: 2.8rem;
  font-family: "Roboto Condensed";
  line-height: 1.2;
  margin-bottom: 60px;
}
.Topics_top .l-inner-main .ttl_03 span {
  display: block;
  font-size: 1.5rem;
  color: #333;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 936px) {
  .Topics_top .l-inner-main .ttl_03 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 2.4rem;
  }
  .Topics_top .l-inner-main .ttl_03 span {
    font-size: 1rem;
    position: relative;
    margin-top: 2em;
  }
  .Topics_top .l-inner-main .ttl_03 span:before {
    content: "";
    display: block;
    height: 13px;
    width: 1px;
    transform: rotate(30deg);
    background-color: #ccc;
    position: absolute;
    top: -19px;
    left: 50%;
  }
}

.Catalog .l-inner-main .ttl_03, .Search .l-inner-main .ttl_03 {
  color: #0068b7;
  font-size: 3.4rem;
  font-family: "Roboto Condensed";
}
.Catalog .l-inner-main .ttl_03 span, .Search .l-inner-main .ttl_03 span {
  color: #333;
  display: block;
  font-size: 2rem;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  position: relative;
  margin-top: 1em;
}
.Catalog .l-inner-main .ttl_03 span:before, .Search .l-inner-main .ttl_03 span:before {
  content: "";
  display: block;
  height: 20px;
  width: 1px;
  transform: rotate(30deg);
  background-color: #ccc;
  position: absolute;
  top: -24px;
  left: 50%;
}
@media only screen and (max-width: 936px) {
  .Catalog .l-inner-main .ttl_03, .Search .l-inner-main .ttl_03 {
    font-size: 2.4rem;
  }
  .Catalog .l-inner-main .ttl_03 span, .Search .l-inner-main .ttl_03 span {
    font-size: 1rem;
    margin-top: 2em;
  }
  .Catalog .l-inner-main .ttl_03 span:before, .Search .l-inner-main .ttl_03 span:before {
    height: 13px;
    top: -19px;
  }
}
.Catalog .l-inner-main .ttl_04, .Search .l-inner-main .ttl_04 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.Catalog .l-inner-main .ttl_04:before, .Search .l-inner-main .ttl_04:before {
  content: "■";
  color: #0068b7;
}

.ttl_03_under {
  color: #0068b7;
  font-size: 34px;
  font-family: "Roboto Condensed";
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
}
.ttl_03_under span {
  color: #333;
  display: block;
  font-size: 1.6rem;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  position: relative;
  margin-top: 1em;
}
.ttl_03_under span:before {
  content: "";
  display: block;
  height: 13px;
  width: 1px;
  transform: rotate(30deg);
  background-color: #ccc;
  position: absolute;
  top: -19px;
  left: 50%;
}

.ttl_04_2 {
  font-size: 20px;
  font-weight: bold;
  border-left: 4px solid #0685c4;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}
@media only screen and (max-width: 936px) {
  .ttl_04_2 {
    line-height: 1.2;
  }
}

.ttl_04_3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.ttl_04_under {
  font-size: 20px;
  font-weight: bold;
  border-left: 4px solid #0685c4;
  padding-left: 25px;
  margin-bottom: 30px;
  line-height: 40px;
}
@media only screen and (max-width: 936px) {
  .ttl_04_under {
    line-height: 1.2;
  }
}

.ttl_05_under {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.ttl_06_under {
  color: #0068b7;
  font-size: 25px;
  font-family: "Roboto Condensed";
  margin-bottom: 20px;
  line-height: 1.5;
}

.ttl_03_underOversea {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: "Roboto Condensed";
  letter-spacing: -.01em;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  padding: .1em 0;
  display: block;
  width: 110px;
  margin: 0 auto;
}

.ttl_04_underOversea {
  font-family: 'Arial';
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.ttl_07_under {
  font-family: "Roboto Condensed";
  color: #0068b7;
  font-size: 3.8rem;
}
.ttl_07_under span {
  color: #333;
  font-size: 1.6rem;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  position: relative;
  margin-top: 1em;
  top: -0.5em;
  margin-left: 40px;
}
.ttl_07_under span:before {
  content: "";
  display: block;
  height: 20px;
  width: 1px;
  transform: rotate(30deg);
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: -20px;
}
@media only screen and (max-width: 936px) {
  .ttl_07_under {
    font-size: 2.8rem;
  }
  .ttl_07_under span {
    display: block;
    margin-left: 30px;
    margin-top: 10px;
    vertical-align: middle;
  }
  .ttl_07_under span:before {
    left: -15px;
    top: 2px;
  }
}

.SampleThanks .ttl_04_under,
.contactThanks .ttl_04_under,
.CatalogThanks .ttl_04_under {
  border: none;
  color: #0068b7;
  font-size: 2.4rem;
}

.Topics_detail {
  padding-top: 0;
}
.Topics_detail .ttl_04_topics {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0068b7;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 40px;
  padding-bottom: 10px;
  line-height: 1.2;
}

/*!***************************************************************
 *  History - className : History
 ****************************************************************/
.History_cont01 .ttl_03 {
  font-size: 3.4rem;
  letter-spacing: .1em;
  line-height: 1;
  margin-bottom: .5em;
  text-align: center;
}
.History_cont01 .ttl_03 span {
  font-size: 5rem;
}

.decade_box .ttl_04 {
  font-weight: bold;
  position: relative;
}
.decade_box .ttl_04 span.h_nendai {
  position: absolute;
  top: -.8em;
}
.decade_box .ttl_04 span.h_nendai span {
  display: inline-block;
  vertical-align: top;
}
.decade_box .ttl_04 .history_blue {
  background-color: #2D5E9E;
}
.decade_box .ttl_04 .glaucous {
  color: #6083BF;
}
.decade_box .ttl_04 .nendai, .decade_box .ttl_04 .nendai2 {
  width: 100px;
}
@media only screen and (max-width: 936px) {
  .decade_box .ttl_04 span.h_nendai span {
    display: inline;
  }
  .decade_box .ttl_04 span.h_nendai .nendai {
    width: auto;
  }
  .decade_box .ttl_04 span.h_nendai .nendai2 {
    width: auto;
  }
}

/*!***************************************************************
 *  Company - className : Company
 ****************************************************************/
.ttl_05_company {
  font-size: 20px;
}

.office_place {
  font-size: 2rem;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 30px;
}

.ttl_03_film {
  text-align: center;
  margin-bottom: 20px;
}

/*!***************************************************************
 *  Efforts - className : Efforts
 ****************************************************************/
.ttl_05_efforts {
  font-size: 1.6rem;
  background-color: #0068b7;
  padding: 10px 15px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.ttl_05_efforts {
  position: relative;
  padding: 0.6em;
  background: #b3b3b3;
}
.ttl_05_efforts:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #b3b3b3;
  width: 0;
  height: 0;
}

.ttl-primary {
  color: #0068b7;
}

.ttl-secondary {
  color: #c063ad;
}

.ttl-thirdly {
  color: #629db0;
}

.ttl-error {
  color: #C70000;
}

.ttl-accent {
  color: #d54762;
}

.ttl-base_bg {
  color: #f4f5f7;
}

.ttl-base_border {
  color: #ccc;
}

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

.ttl-white {
  color: white;
}

.ttl-black {
  color: black;
}

/*!***************************************************************
 *  m-btn
 ****************************************************************/
/*!***************************************************************
 *  m-tag
 ****************************************************************/
/*------------------------------------------------------------
ページング
------------------------------------------------------------*/
/*------------------------------------------------------------
ローカルナビ
------------------------------------------------------------*/
/*!***************************************************************
 *  リスト
 ****************************************************************/
/*!***************************************************************
 *  m-link_list
 ****************************************************************/
/*!***************************************************************
 *  box
****************************************************************/
.m-box.box-categorySearch {
  padding: 0 10px;
  text-align: center;
}
.m-box.box-categorySearch .categorySearch-icon {
  margin-bottom: 15px;
}
.m-box.box-categorySearch .categorySearch-icon img {
  border-radius: 50%;
}
.m-box.box-categorySearch .categorySearch-name {
  color: #333;
  font-weight: bold;
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
}
.m-box.box-categorySearch.selected .categorySearch-name:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 4px;
  background: #0068b7;
}

/*!***************************************************************
 *  History  decade_box
****************************************************************/
.decade_box .decade_box_inner {
  padding: 30px 0 0 100px;
  border-top: 1px dashed #ccc;
}
.decade_box .decade_box_inner .event_list {
  position: relative;
}
.decade_box .decade_box_inner .event_list li {
  margin-bottom: 18px;
  font-size: 1.6rem;
}
.decade_box .decade_box_inner .event_list li:last-child {
  margin-bottom: 0;
}
.decade_box .decade_box_inner .event_list li span {
  margin-right: 35px;
  display: inline-block;
  vertical-align: top;
}
.decade_box .decade_box_inner .event_list li .bousai_mark {
  position: relative;
}
.decade_box .decade_box_inner .event_list li .bousai_mark em {
  font-size: 1rem;
  position: absolute;
  left: -130px;
  top: 35px;
}
@media only screen and (max-width: 936px) {
  .decade_box .decade_box_inner {
    padding-left: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .decade_box .decade_box_inner {
    padding-left: 0;
  }
  .decade_box .decade_box_inner .event_list li span {
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
  }
  .decade_box .decade_box_inner .event_list li .bousai_mark em {
    position: static;
  }
}

/*!***************************************************************
 *  Company
****************************************************************/
.office_box {
  width: 560px;
}

@media only screen and (max-width: 936px) {
  .m-box.box-categorySearch {
    margin-bottom: 15px;
  }
  .m-box.box-categorySearch .categorySearch-name {
    font-size: 1.2rem;
  }
}
/*!***************************************************************
 *  common_box
 ****************************************************************/
.m-common_box.cmmon_box-officelist .common_box-body {
  padding: 30px;
  background: #f4f5f7;
}
.m-common_box.cmmon_box-officelist .common_box-prefectures {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.m-common_box.cmmon_box-officelist .common_box-prefectures li {
  margin-bottom: 10px;
  margin-right: 1em;
  display: inline-block;
}
.m-common_box.cmmon_box-officelist .common_box-tel {
  color: #666;
  padding: 20px 0;
  font-size: 2.0rem;
  font-weight: bold;
}
.m-common_box.cmmon_box-officelist .common_box-btns li {
  margin-bottom: 10px;
}
.m-common_box.cmmon_box-officelist .common_box-btns li:last-child {
  margin-bottom: 0;
}

/*!***************************************************************
 *  table_box
 ****************************************************************/
/*!***************************************************************
 *  background
 ****************************************************************/
.bg-glaucous {
  background-color: #6083BF;
}

.bg-history-light_gray {
  background-color: #EFEFED;
}

.bg-moonstone {
  background-color: #7CA6C6;
}

.bg-glitter {
  background-color: #E7EEF4;
}

.bg-sunset {
  background-image: url("../../../../history/images/history_2.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.History_table .bg-book {
  background-color: #807788;
}
.History_table .bg-book2 {
  background: #C8D2DE;
}
.History_table .bg-design {
  background-color: #333333;
}
.History_table .bg-design2 {
  background: #4A4645;
}
.History_table .bg-interior {
  background-color: #4A4645;
}
.History_table .bg-interior2 {
  background: #646464;
}
@media only screen and (max-width: 936px) {
  .History_table .bg-design2 {
    border-bottom: 1px solid #fff;
  }
}

/*!***************************************************************
 *  thumbnail
 ****************************************************************/
/*!***************************************************************
  *  panel
 ****************************************************************/
/*!***************************************************************
 *  m-card
 ****************************************************************/
.m-card.card-rooms {
  background: none;
}
.m-card.card-rooms .card-body {
  margin-top: 10px;
  padding: 0;
  font-size: 1.6rem;
}
.m-card.card-rooms a {
  color: #333;
  text-decoration: underline;
}
.m-card.card-rooms a:hover {
  text-decoration: none;
}

/*!***************************************************************
 *  m-horizontal_card
 ****************************************************************/
/************************************************
	フォーム
************************************************/
/*------------------------------------------------------------
テーブル
------------------------------------------------------------*/
</pre></body></html>