<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/***** module.css - 日東電工 *****/
.m-x-small {
  font-size: 86%;
}

.m-small {
  font-size: 91%;
}

.m-medium {
  font-size: 100%;
}

.m-large {
  font-size: 116%;
}

.m-x-large {
  font-size: 133%;
}

.m-xx-large {
  font-size: 150%;
}

.m-xxx-large {
  font-size: 166%;
}

.m-xxxx-large {
  font-size: 216%;
}

.m-layout {
  width: 960px;
  margin: 0 auto;
}

.m-layout-750 {
  width: 750px;
  margin: 0 auto;
}

.m-layout-825 {
  width: 825px;
  margin: 0 auto;
}

.m-banner-box {
  border: 1px solid #cecece;
  padding: 14px;
}
.m-banner-box li {
  margin-top: 15px;
}
.m-banner-box li:first-child {
  margin-top: 0;
}
.m-banner-box a[target="_blank"] img {
  width: auto !important;
}

.m-gray-box {
  background-color: #f7f7f7;
  border: 1px solid #cecece;
  padding: 20px;
}

body.s-page h2 {
  color: #000;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.4;
}

p.g-tar {
  margin-bottom: 50px;
}
p.g-tar &gt; img {
  height: 20px;
  margin-right: 15px;
  width: auto;
}

.m-red-box {
  padding: 2px;
  border: 1px solid #e71282;
}
.m-red-box .inner {
  background-color: #ffd7d8;
  padding: 20px;
  color: #e71218;
}

.m-tab .tab-body.s-init {
  display: none;
}
.m-tab .tab-body.current {
  display: block;
}
body.s-page .m-tab .tab-head.s-main {
  font-size: 100%;
}
body.s-page .m-tab .tab-head.s-main li {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
  width: 134px;
  margin-left: 1px;
  /*background: url("../img/bg_tabhead1.gif") no-repeat;*/
  padding-top: 3px;
}
body.s-page #G-T-A-BASELIST .m-tab .tab-head.s-main li {
  width: 120px;
}
body.s-page .m-tab .tab-head.s-main li:first-child {
  margin-left: 0;
}
body.s-page .m-tab .tab-head.s-main li.current {
  margin-bottom: -1px;
  /*background-image: url("../img/bg_tabhead1_cur.gif");*/
  padding-top: 0;
}
body.s-page .m-tab .tab-head.s-main li.current a, body.s-page .m-tab .tab-head.s-main li.current span {
  color: #2f3244;
  font-weight: bold;
  background: #fff;
  padding: 11px 5px 6px 5px;
  border: 1px solid #000;
  border-bottom: none;
}
body.s-page .m-tab .tab-head.s-main a, body.s-page .m-tab .tab-head.s-main span {
  color: #fff;
  text-align: center;
  display: block;
  background: #000;
  padding: 11px 5px 6px 5px;
  word-wrap: break-word;
}
body.s-page .m-tab .tab-head.s-sub {
  text-align: center;
  border-bottom: 1px solid #000;
}
body.s-page .m-tab .tab-head.s-sub li {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 30px;
}

body.s-page .m-tab .tab-head.s-sub li:last-child {
  margin-right: 0;
}

body.s-page .m-tab .tab-head.s-sub li a {
  color: #171c8f;
  display: block;
  font-size: 86%;
  padding: 15px 0 12px;
  border-bottom: 3px solid #fff;
  box-sizing: border-box;
}
body.s-page .m-tab .tab-head.s-sub li.current a {
  color: #2f3244;
  font-weight: bold;
  border-bottom: 3px solid #000;
}

body.s-page .m-tab .tab-head.s-sub li span {
  display: none;
}

body.s-page .m-tab .tab-body {
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
  padding: 47px 0 15px 0;
}
body.s-page .m-tab.s-gray .tab-head.s-main li.current a, body.s-page .m-tab.s-gray .tab-head.s-main li.current span {
  background: #f7f7f7;
}
body.s-page .m-tab.s-gray .tab-body {
  background: #f7f7f7;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
body.s-page .m-tab.s-no-head .tab-body {
  border-top-width: 1px;
}

.m-slideitems {
  position: relative;
}
.m-slideitems .frame {
  margin: 0 auto;
  overflow: hidden;
}
.m-slideitems .list {
  width: 200000px;
  overflow: hidden;
}
.m-slideitems li {
  float: left;
}
.m-slideitems .pager {
  position: absolute;
}
.m-slideitems .pager.prev {
  left: 0;
}
.m-slideitems .pager.next {
  right: 0;
}
.m-slideitems .pager a {
  display: block;
  text-indent: -20000px;
  overflow: hidden;
}
.m-slideitems.no-pager .pager {
  visibility: hidden;
}

.m-search,
.m-search * {
  box-sizing: border-box;
  line-height: 1;
}
.m-search {
  margin: 60px 0 65px;
  /*border: 1px solid #cecece;*/
  position: relative;
}
.m-search input {
	vertical-align: middle;
}
.m-search dl {
  /*background: whitesmoke url("../img/bg_find.gif") repeat-x;*/
  text-align: center;
  padding: 40px 20px;
  background-color: #f2f2f2;
  box-sizing: border-box;
}
.m-search dt,
.m-search dd {
  margin: 0 auto;
}
.m-search dt {
  color: #000;
  width: 500px;
  font-size: 16px;
  text-align: left;
  margin-bottom: 13px;
}
.m-search dd {
  width: 500px;
  font-size: 16px;
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid #0a2986;
  background: url("../img/icon_product_search.png") 97% 50% no-repeat;
  background-size: 30px auto;
}
.m-search input[type="text"] {
  font-size: 16px;
  width: 420px;
  height: 30px;
  margin: 0 auto;
  /*height: 18px\9;*/
  /*border: 1px solid #cecece;*/
  border: none;
  /*border-right: 0;*/
  border-left: 1px solid #0a2986;
  background-color: #f2f2f2;
  color: #171c8f;
  padding-left: 18px;
  outline-color: transparent;
}

.m-search input[type="text"]::-webkit-input-placeholder {color: #ff0000;}
.m-search input[type="text"]::-moz-placeholder {color: #ff0000;}
.m-search input[type="text"]:-ms-input-placeholder {color: #ff0000;}

.m-search input[type="text"]:focus {
  border-left-color: transparent;
}

.m-search input[type="image"] {
  position: relative;
  left: 20px;
  opacity: 0;
  width: 48px;
}

.m-search .close {
  height: 60px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
}
.m-search .close a:hover {
  opacity: .6;
}

dl.m-news {
  margin-top: 35px;
}
dl.m-news dt img {
  height: 20px;
  margin-left: 20px;
  width: auto;
}
dl.m-news dd {
  margin: 15px 0 18px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

table.m-news {
  margin: 30px 0px 25px;
  width: 100%;
}
table.m-news th, table.m-news td {
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  padding: 14px 0 14px 20px;
  vertical-align: top;
}
table.m-news .date, table.m-news .icon {
  white-space: nowrap;
}
table.m-news .icon img {
  height: 20px;
  width: auto;
}
table.m-news .headline {
  width: 100%;
}

.m-flow &gt; * {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 40px;
}
.m-flow &gt; *:first-child {
  margin-left: 0;
}

.m-arrow-list &gt; li {
  padding-left: 20px;
  position: relative;
}
.m-arrow-list &gt; li:before {
  background-color: #ccc;
  content: "";
  height: 5px;
  left: 5px;
  position: absolute;
  top: 9px;
  width: 5px;
}

a.m-arrow {
  background-position: 0 0.15em\9;
}
.m-arrow {
  background: url("../img/arrow2.png") no-repeat 0 0.3em;
  padding-left: 12px;
}

.m-arrow-list &gt; li {
  font-size: 86%;
  line-height: 1.66;
  margin-bottom: 10px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a img[src*=pdf] {
	margin-bottom: 0;
  vertical-align: middle;
  width: 13px;
}
.m-arrow-list.s-one-third {
  margin-left: -20px;
}
.m-arrow-list.s-one-third &gt; li {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 0 10px 20px;
  width: 28%;
}

.m-rss {
  background: url("../img/rss.png") no-repeat 0 50%;
  background-size: 10px auto;
  padding-left: 20px;
}

.m-zoom {
  background: url("../img/zoom.png") no-repeat 0 50%;
  background-size: 13px 13px;
  padding-left: 20px;
}

.m-grid .s-box {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.m-one-half .s-box,
.m-one-third .s-box {
  margin-bottom: 45px;
}
.m-grid.s-no-margin {
  margin-bottom: -40px;
}
.m-grid.s-no-margin.g-mt40 {
  margin-top: 75px !important;
}

.m-one-half,
.m-one-third ,
.m-one-fourth {
  margin-top: 45px;
}

.m-one-half,
.m-one-third {
  margin-bottom: -45px;
}
.m-one-third {
  margin-right: -30px;
}
.m-one-third .s-box {
  width: 300px;
  margin-right: 30px;
}

#G-RIGHT-PANE .m-one-half .s-box {
  width: 335px;
  margin-right: 20px;
}
#G-RIGHT-PANE .m-one-half .s-box:nth-child(even) {
  margin-right: 0;
}
#G-RIGHT-PANE .m-one-half .m-h2-box .m-h2 &gt; span {
  width: 310px;
}
#G-RIGHT-PANE .m-one-third {
  margin-right: -21px;
}
#G-RIGHT-PANE .m-one-third .s-box {
  width: 216px;
  margin-right: 21px;
}
#G-RIGHT-PANE .m-one-third .m-h2-box .m-h2 &gt; span {
  width: 191px;
}
#G-RIGHT-PANE .m-one-fourth {
  margin-right: -19px;
}
#G-RIGHT-PANE .m-one-fourth .s-box {
  width: 158px;
  margin-bottom: 40px;
  margin-right: 19px;
}
#G-RIGHT-PANE .m-one-fourth .m-h2-box .m-h2 &gt; span {
  width: 133px;
}

.m-h2-box .photo {
  display: block;
  margin-bottom: 15px;
}
.m-h2-box .desc {
  margin-bottom: 20px;
}
.m-h2-box .m-h2 {
  margin-bottom: 20px;
}
.m-h2-box .m-h2 &gt; span {
  width: 275px;
}

body.s-page .m-h2-box .m-h2 {1
  font-size: 115%;
  letter-spacing: -.1px;
  line-height: 1.75;
}

.m-button-box {
  margin-top: 24px;
  margin-bottom: 0 !important;
  padding-top: 20px;
  /*border-top: 1px dotted #7f7f7f;*/
}
.m-button-box .desc {
  font-size: 12px;
  line-height: 1.8333;
  margin-top: 10px;
}
.m-button-box.first-row {
  margin-top: -20px;
  padding-top: 0;
  border-top: none;
}
h1.m-shadow img {
  margin-bottom: 35px;
}
.m-shadow.g-mb20 img {
  margin-bottom: 10px;
}
/*
.m-shadow, .m-h1 {
  background: url("../img/shadow.gif") no-repeat 0 100%;
  padding-bottom: 9px;
}
#G-RIGHT-PANE .m-shadow, #G-RIGHT-PANE .m-h1, #fancybox-content .m-shadow, #fancybox-content .m-h1, #T_D3 .m-shadow, #T_D3 .m-h1 {
  background-image: url("../img/shadow2.gif");
}
*/

/*
.m-h1 {
  color: #000;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.714;
  margin-bottom: 50px;
  padding: 0 0 4px 0;
}
.m-h1 span {
  display: block;
}
.m-h1 &gt; span {
  border-bottom: 1px solid #171c8f;
  position: relative;
}
.m-h1 &gt; span:after {
  background-color: #171c8f;
  bottom: -5px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100px;
}
.m-h1 &gt; span &gt; span {
  padding: 0 0 10px;
}
.m-h1.s-q &gt; span &gt; span &gt; span {
  background: url("../img/bar_h1_q.png") left center no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
}

.m-h1 {
    position: relative;
    color: #212121;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 70px;
    padding: 0 0 0 0;
    &amp;::before {
        z-index: 1;
        position: absolute;
        top: 10px;
        display: block;
        content: ' ';
        width: 100%;
        height: 1px;
        background: #ddd;
    }
    &amp;::after {
        z-index: 4;
        position: absolute;
        bottom: -25px;
        display: block;
        content: ' ';
        width: 45px;
        height: 3px;
        background: #0a2986;
    }
    span {
        span {
            span {
                z-index: 3;
                position: relative;
                display: inline-block;
                height: auto;
                min-height: 45px;
                margin: 0;
                padding: 0 50px 0 0;
                box-sizing: border-box;
                background: #fff;
                color: #212121;
                font-size: 40px;
                font-weight: normal;        
            }
        }
    }
}
*/

.m-h1 span {
    display: block;
}

.m-h1 {
  position: relative;
  color: #212121;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 70px;
  padding: 0 0 0 0;
}

.m-h1::before {
  z-index: 1;
  position: absolute;
  top: 10px;
  display: block;
  content: ' ';
  width: 100%;
  height: 1px;
  background: #ddd;
}

.m-h1::after {
  z-index: 4;
  position: absolute;
  bottom: -25px;
  display: block;
  content: ' ';
  width: 45px;
  height: 3px;
  background: #0a2986;
}

.m-h1 span span span {
  z-index: 3;
  position: relative;
  display: inline-block;
  height: auto;
  min-height: 45px;
  margin: 0;
  padding: 0 50px 0 0;
  box-sizing: border-box;
  background: #fff;
  color: #212121;
  font-size: 40px;
  font-weight: normal;
}

.m-h1 span {
  display: block;
}

.m-h1 &gt; span {
  border-bottom: none;
  position: relative;
}

.m-h1 &gt; span:after {
  background-color: none;
  bottom: auto;
  content: "";
  height: auto;
  left: 0;
  position: static;
  width: auto;
}

.m-h1 &gt; span &gt; span {
  padding: 0 0 0 0;
}

.m-h1.s-q &gt; span &gt; span &gt; span {
  background: none;
  background-size: auto auto;
  padding-left: 0;
}

.m-h2 {
  *zoom: 1;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0;
  border-left: none;
  margin-bottom: 40px;
  padding: 0;
  position: relative;
  margin: 50px 0 60px;

}

.m-h2:before {
  z-index: 1;
  position: absolute;
  top: 10px;
  display: block;
  content: ' ';
  width: 100%;
  height: 1px;
  background: #ddd;
}
.m-h2:after {
  z-index: 1;
  position: absolute;
  bottom: -18px;
  display: block;
  content: ' ';
  width: 45px !important;
  height: 3px !important;
  background: #0a2986;
}
body.s-page .m-h2 {
  font-size: 28px;
}
.m-h2:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.m-h2 &gt; span {

  font-weight: normal;
  float: none;
  /*background: url("../img/bar_h2.gif") no-repeat;*/
  padding: 0;
  word-wrap: break-word;

  z-index: 3;
  position: relative;
  display: inline-block;
  min-height: 34px;
  margin: 0;
  padding: 0 48px 0 0;
  box-sizing: border-box;
  background: #fff;
  color: #212121;
  font-size: 28px;
  font-weight: normal;
}
.m-h2 span.m-x-small {
  font-size: 60%;
}
.m-h2 &gt; a {
  font-size: auto;
  float: none;
  margin-top: 0;
}

.m-h2-2 {
  font-size: 116%;
  background: url("../img/bar_h2.gif") no-repeat 0 100%;
  padding-left: 14px;
}



.m-h3 {
  font-size: 20px;
  font-weight: normal;
  background-color: #f2f4fa;
  border-left: 2px solid #0a2986;
  padding: 10px 15px;
  margin: 0 0 20px 0;
}

.m-h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.m-h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.m-icon-button {
  font-size:86%;
  font-weight: 300;
  width: 220px;
}
.m-icon-button a, .m-icon-button span {
  display: block;
}
.m-icon-button a {
  color: #171c8f;
  cursor: pointer;
  border: 1px solid #171c8f;
}
.m-icon-button a &gt; span &gt; span {
  font-size: 108%;
  font-weight: bold;
  padding: 9px 8px 9px 50px;
  text-align: left;
}
.m-icon-button a:hover {
}
.m-icon-button a:hover &gt; span {
}
.m-icon-button.s-download a &gt; span &gt; span {
  background: url("../img/icon_download.gif") no-repeat 10px 50%;
  background-size: 30px auto;
  min-height: 17px;
}
.m-icon-button.s-search a &gt; span &gt; span {
  background: url("../img/magnifier2.png") no-repeat left 50%;
}
.m-icon-button.s-small {
  width: 180px;
}
.m-icon-button.s-small a {
}
.m-icon-button.s-small a &gt; span {
}
.m-icon-button.s-small a:hover {
}
.m-icon-button.s-small a:hover &gt; span {
}
.m-icon-button.s-small.s-download a &gt; span &gt; span {
  background-image: url("../img/icon_download.gif");
  background-size: 30px auto;
  min-height: 30px;
}

.m-flex-button {
  text-align: center;
  font-weight: 300;
}
.m-flex-button a, .m-flex-button span {
  display: block;
}
.m-flex-button a {
  *zoom: 1;
  color: #fff;
  cursor: pointer;
  background: #fff;
  border: 2px solid #e50112;
  box-sizing: border-box;
}
.m-flex-button a[href*="cs-nitto"] {
  border: none;
  display: block;
  margin-top: 10px;
}
.m-flex-button a[href*="cs-nitto"] img {
  width: 100%;
}

.m-flex-button a[href*="tape-omakase-navi"] {
  border: none;
  display: block;
  margin-top: 10px;
}
.m-flex-button a[href*="tape-omakase-navi"] img {
  width: 100%;
}

#G-INQUIRY-AREA .m-flex-button:nth-child(2) a {
	border: none;
	display: inline;
}
.m-flex-button a &gt; span {
  *zoom: 1;
  margin-left: 5px;
  padding-bottom: 8px;
}
.g-fr .m-flex-button a &gt; span {
  padding-bottom: 3px;
}
.m-flex-button a &gt; span &gt; span {
  margin-left: -5px;
}
.m-flex-button a &gt; span &gt; span &gt; span {
  margin-left: 5px;
  padding: 12px 10px 3px 5px;
}
.g-fr .m-flex-button a &gt; span &gt; span &gt; span {
  padding: 7px 10px 3px 5px;
}
.m-flex-button.faq1 a &gt; span &gt; span &gt; span {
  margin-left: 5px;
  padding: 8px 5px 3px 2px;
}
.m-flex-button a &gt; span &gt; span &gt; span &gt; span {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url("../img/icon_contact.gif") 0 50% no-repeat;
  background-size: 20px auto;
  color: #e50112;
  font-weight: bold;
}
.m-flex-button a:hover {
}
.m-flex-button a:hover &gt; span {
}
.m-flex-button a:hover &gt; span &gt; span {
}
.m-flex-button a:hover &gt; span &gt; span &gt; span {
}
.m-flex-button.s-mail a &gt; span &gt; span &gt; span &gt; span {
  padding-left: 28px;
  min-height: 12px;
}
.m-flex-button.faq1 a &gt; span &gt; span &gt; span &gt; span {
  background-image: url("../img/FAQ_1.png");
  padding-left: 23px;
  min-height: 12px;
}
.m-flex-button.faq2 a &gt; span &gt; span &gt; span &gt; span {
  background-image: url("../img/FAQ_2.png");
  padding-left: 28px;
  min-height: 12px;
}
.m-flex-button.s-mail2 a &gt; span &gt; span &gt; span &gt; span {
  background-image: url("../img/icon_contact.gif");
  background-size: 20px auto;
  padding-left: 30px;
  min-height: 14px;
}
.m-reader {
  margin-top: 40px;
}
.m-reader .inner {
  border: 1px solid #d1d1d1;
  padding: 30px;
}
.m-reader .inner &gt; * {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.m-reader .inner &gt; a {
  width: 26%;
  text-align: center;
}
.m-reader .inner &gt; p {
  width: 68%;
  margin-left: 30px;
  font-size: 100%;
}
.m-reader .inner &gt; p a img {
  display: none;
}

.m-column {
  /*border: 1px solid #cecece;
  padding: 1px;*/
}
.m-column &gt; .title {
  font-size: 116%;
  text-align: center;

  padding: 15px 10px 13px;
}
.m-column &gt; .body {
  padding: 24px 20px 31px;
  background: #f2f4fa;
}
.m-column.s-alert &gt; .title {
  color: #d22630;
}
.m-column.s-gray &gt; .title {
  background-color: #f3f4f9;
}
.m-column.s-lightblue &gt; .title {
  background: #fff;
  border-bottom: 3px solid #0a2986;
  /*background: url("../img/bg_lightblue_title.gif") repeat-y 50% 0;*/
  font-size: 129%;
  padding: 3px 0 8px;
  text-align: left;
}
.m-column.s-darkblue &gt; .title {
  border-top: 2px solid #0a2986;
  background: #f2f4fa;
  color: #000;
  font-size: 143%;
  font-weight: normal;
}

.m-border-top-dotted {
  border-top: 1px dotted #7f7f7f;
  margin-top: 20px;
  padding-top: 20px;
}

.m-border-top-solid {
  margin-top: 12px;
  padding-top: 12px;
}
.m-border-top-solid .m-flex-button {
  font-size: 100%;
}

.m-list-disc,
.m-list-decimal {
  list-style-type: disc;
  margin-left: 1em;
  padding-left: 1em;
}
.m-list-disc &gt; li,
.m-list-decimal &gt; li {
  margin-bottom: 0.5em;
}

.m-list-decimal {
  list-style-type: decimal;
}

.m-table {
  margin: 20px 0;
  width: 100%;
  color: #000;
  border-top: 1px solid #cecece !important;
}
.m-table th, .m-table td {
  padding: 15px;
  font-weight: normal;
}
.m-table tr {
  border-bottom: 1px solid #cecece;
}
.m-table th:not(:last-child),
.m-table td:not(:last-child) {
  border-right: 1px solid #cecece;
}

.m-table thead th {
  font-size: 100%;
  background-color: #f3f4f9;
  color: #000;
}
.m-table thead a {
  color: #171c8f;
}
.m-table tbody th {
  background-color: #f2f2f2;
}
.m-table tbody th, .m-table tbody td {
  font-size: 100%;
  text-align: left;
}
.m-table.s-vertical tbody th {
  background-color: #f3f4f9;
  color: #000;
  font-size: 100%;
}
.m-table.s-vertical tbody th,.m-table.s-vertical tbody td {
  padding: 15px 10px 15px 20px;
}

.m-table-basic {
  margin: 20px 0;
  width: 100%;
  border-collapse: collapse;
}
.m-table-basic th, .m-table-basic td {
  /* border: 1px solid #cecece; */
  padding: 15px;
  font-weight: normal;
}
.m-table-basic .h3, .m-table-basic th {
  text-align: center;
  background-color: #f7f7f7;
}
.m-table-basic .h1, .m-table-basic tr.h1 &gt; * {
  text-align: center;
  font-size: 116%;
  color: #18205c;
  background-color: #e3e6f5;
}
.m-table-basic .h1 a, .m-table-basic tr.h1 &gt; * a {
  color: #18205c;
}
.m-table-basic .h2, .m-table-basic tr.h2 &gt; * {
  text-align: center;
  background-color: #ecf6ff;
}
.m-table-basic .strong {
  font-weight: bold;
  text-align: center;
  color: #e71218;
  background-color: #ffeaee;
}
.m-table-basic .small {
  font-size: 83%;
}

/*
.m-table-transparent {
	margin-bottom: 0 !important;
	width: auto !important;
	border-collapse: separate !important;
	th, td {
		padding: 0 !important;
		border: none !important;
		background-color: transparent !important;
	}
}
*/
.m-table-transparent {
  margin-bottom: 0;
  width: auto;
  border-collapse: separate;
  border-top: none !important;
}
.m-table-transparent th, .m-table-transparent td {
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
}

.m-pager {
  position: relative;
  line-height: 1;
  *zoom: 1;
  height: 60px;
  text-align: center;
  background-color: #f2f2f2;
  margin-top: 57px !important;
}
.m-pager:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.m-pager a {
  color: #171c8f;
  min-width: 1em;
  display: block;
  padding: 8px;
}
.m-pager li {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 15px;
}
.m-pager .page, .m-pager .pages {
  margin-left: -1px;
  background: #fff;
  border: 1px solid #cecece;
}
.m-pager .page a, .m-pager .pages a {
  background: no-repeat 50% 50%;
}
.m-pager .page a:hover, .m-pager .pages a:hover {
  background-color: #e5e9ff;
}
.m-pager .page.current a, .m-pager .pages.current a {
  background-color: #8489ac;
  color: #fff;
}
.m-pager .roll, .m-pager .pages {
  text-align: left;
}
.m-pager .roll a, .m-pager .pages a {
  text-indent: -20000px;
  overflow: hidden;
}
.m-pager .pages.prev a {
  background-image: url("../img/arrow12.png");
  background-size: 7px auto;
}
.m-pager .pages.next a {
  background-image: url("../img/arrow13.png");
  background-size: 7px auto;
}
.m-pager .roll a {
  border: 1px solid #ddd;
  background: no-repeat 9px 50%;
}
.m-pager .roll.prev {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -15px;
}
.m-pager .roll.prev a {
  background-color: #fff;
  background-image: url("../img/arrow10.png");
  background-size: 12px auto;
}
.m-pager .roll.prev a:hover {
  background-color: #e5e9ff;
}
.m-pager .roll.next {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -15px;
}
.m-pager .roll.next a {
  background-color: #fff;
  background-image: url("../img/arrow11.png");
  background-size: 12px auto;
}
.m-pager .roll.next a:hover {
  background-color: #e5e9ff;
}

.m-text-button a {
  color: #171c8f;
  padding: 13px 0;
  display: block;
  border: 1px solid #cecece;
}
.m-text-button span {
  display: block;
  /*background: url("../img/arrow14.png") no-repeat 100% 50%;*/
  padding: 0 35px 0 13px;
  word-wrap: break-word;
}
.m-text-button.s-flex {
  margin-top: 9px;
}
.m-text-button.s-flex span {
  padding: 0 32px;
  text-align: center;
}
.m-text-button.s-page-anchor span {
  background-image: url("../img/arrow15.png");
  background-size: 12px auto;
  background-position: 93% 50%;
  background-repeat: no-repeat;
  
}
.m-text-button.s-plain a {
  background: #fff;
}
.m-text-button.s-plain a:hover {
  background: #e8ecff;
}

.m-text-button2 a {
  color: #18205c;
  padding: 15px 20px 15px 10px;
  display: block;
  border: 1px solid #cecece;
  background: url("../img/bg_textbutton_def.gif") no-repeat 100% 50%;
}
.m-text-button2 a:hover {
  background-image: url("../img/bg_textbutton_ovr.gif");
}

.m-text-button3 {
  text-align:left;
	vertical-align:top;
  border:1px solid #cecece;
  border-bottom: 4px solid #0a2986;
}
.m-text-button3 a {
	background: url("../img/icon_list.gif") 95% 50% no-repeat;
  background-size: 15px auto;
	display:block;
	border:1px solid #fff;
  padding:31px 25px 31px 10px;
	color:#171c8f;
	font-size: 20px;
}
.m-text-button3 a:hover {
	/*background:url("../img/bg_textbutton3b.jpg") right center no-repeat;*/
}

.m-hr {
  margin: 20px 0;
  padding: 0;
  border: none;
  border-top: 1px dotted #7f7f7f;
  height: 1px;
  color: #fff;
}

.m-remarks-list {
  margin-left: 2em;
}
.m-remarks-list li {
  text-indent: -1em;
}

.m-arrow-down {
  background: url("../img/arrow16.png") no-repeat 0 0.45em;
  background-size: 12px auto;
  padding-left: 12px;
}

a.m-arrow-down {
  background-position: 0 0.15em\9;
}

.m-anchor-list {
  margin-top: -20px;
  *zoom: 1;
}
.m-anchor-list:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.m-anchor-list li {
  float: left;
  background: url("../img/arrow16.png") no-repeat 0 50%;
  background-size: 12px auto;
  padding-left: 15px;
  margin: 20px 30px 0 0;
  white-space: nowrap;
}
.m-anchor-list.s-right li {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}
#G-CASE-M-ANCHOR-LIST.m-anchor-list {
  margin-top: 0;
}
#G-CASE-M-ANCHOR-LIST.m-anchor-list a img {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
#G-CASE-M-ANCHOR-LIST.m-anchor-list a img.g-vam.g-mh3 {
  width: 18px;
}

.m-title {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 20px;
}

.m-lead {
  font-size: 115%;
  margin-bottom: 20px;
}

.m-large-text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}

.m-em {
  font-weight: bold;
}

.m-note {
  color: #d22630;
}

.m-text-button-rt {
  background: none;
  color: #171c8f;
  display: inline-block;
  padding: 13px 32px;
  border: 1px solid #cecece;
  text-align: center;
}
.m-pdf, .m-word, .m-excel, .m-download, .m-arrow-popup, .m-arrow-overlay {
  background: url("../img/arrow2.png") no-repeat 0 0.35em;
  padding-left: 12px;
}
.m-text-button-rt.m-arrow-popup {
  background: none;
  color: #171c8f;
  padding: 13px 32px;
  border: 1px solid #cecece;
  text-align: center;
}

a.m-pdf, a.m-word, a.m-excel, a.m-download, a.m-arrow-popup, a.m-arrow-overlay {
  background-position: 0 0.15em\9;
}

.m-richtext {
  font-size: 100%;
}
.m-richtext h2 {
  *zoom: 1;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 1px;
  /*border-bottom: 3px solid #cecece;*/
  border-left: 3px solid #0a2986;
  margin-bottom: 60px;
  padding: 8px 10px 8px 16px;
}
.m-richtext h3 {
  color: #333;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 20px;
}
.m-richtext h4 {
  border-bottom: 1px solid #dddddd;
  font-size: 133%;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.m-richtext h5 {
  font-size: 117%;
  font-weight: bold;
  margin-bottom: 20px;
}
.m-richtext p {
  font-size: 117%;
  line-height: 2;
  margin-bottom: 10px;
}
.m-richtext p + p {
  margin-top: 23px;
}
.m-richtext, .m-richtext.text {
  font-size: 117%;
  line-height: 2;
}
.m-richtext p {
  font-size:inherit;
}
.m-richtext .m-lead {
  font-size: 133%;
}
.m-richtext hr {
  margin: 24px 0 20px 0;
  padding: 0;
  border: none;
  border-top: 1px dotted #7f7f7f;
  height: 1px;
  color: #fff;
}
.m-richtext ul, .m-richtext ol {
  list-style-type: disc;
  margin: 0 0 20px 1.5em;
  margin-top: ;
}
.m-richtext ul &gt; li, .m-richtext ol &gt; li {
  line-height: 2;
  margin-bottom: 0.5em;
}
.m-richtext ul &gt; li .m-arrow, .m-richtext ol &gt; li .m-arrow {
  background: none;
  padding-left: 0;
}
.m-richtext ol {
  list-style-type: decimal;
}
.m-richtext ul ul, .m-richtext ul ol, .m-richtext ol ul, .m-richtext ol ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#ANSWER .m-richtext p + ul, #ANSWER .m-richtext p + ol {
  font-size: 117%;
  margin-bottom: 30px;
  margin-top: 27px;
}
.m-richtext ul.m-grid {
  list-style-type: none;
  margin: 0;
}
.m-richtext ul.m-grid p {
  margin: 0;
}
.m-richtext .m-remarks-list {
  list-style-type: none;
  margin-left: 2em;
}
.m-richtext .m-anchor-list {
  list-style-type: none;
  margin: -20px 0 20px 0;
  padding: 0;
}
.m-richtext .m-anchor-list &gt; li {
  margin-bottom: 0;
}
.m-richtext .m-column &gt; .title {
  margin-bottom: 0;
}
.m-richtext .m-gray-box {
  background-color: #fff;
  line-height: 2;
  margin-bottom: 20px;
  padding: 20px 20px 22px;
}
.m-richtext table {
  position: relative;
  margin: 20px 0;
  width: 100%;
  border-top: 1px solid #ddd !important;
  margin-bottom: 30px;
  border-collapse:collapse !important;
}

@-moz-document url-prefix() {
  .m-richtext table:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #cecece;
  }
}

.m-richtext table th, .m-richtext table td {
  /* border: 1px solid #cecece; */
  padding: 15px;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
}
.m-richtext table .h3, .m-richtext table th {
  background-color: #f7f7f7;
}
.m-richtext table .h1 {
  font-size: 16px;
  background-color: #f3f4f9;
  /* border: solid #cecece;
  border-width: 0 0 1px 0; */
  color: #000;
  text-align: left;
}
.m-richtext table .h1:first-child[rowspan] {
  border-right: none;
}
.m-richtext table tbody tr:first-child {
  /* border: solid #cecece;
  border-width: 1px 0 0 0; */
}

.m-richtext table .h1 a {
  color: #171c8f;
}
.m-richtext table .h2 {
  font-size:16px;
  text-align: left;
  background-color: #f2f2f2;
}
.m-richtext table .strong {
  font-weight: bold;
  text-align: center;
  color: #d22630;
  background-color: #ffeaee;
}
.m-richtext table .small {
  font-size: 83%;
  padding-left: 5px;
  padding-right: 5px;
}
.m-richtext table th, .m-richtext table td,
.m-richtext table .h3, .m-richtext table th {
  padding: 15px;
  font-weight: normal;
  /* border: solid #cecece;
  border-width: 0 0 1px 1px; */

}

.m-richtext table th {
  /* border-right: 1px solid #cecece; */
}
.m-richtext table td {
  border-left: 1px solid #cecece;
}

.m-richtext table th:first-child,
.m-richtext table td:first-child {
  border-left: none;
}

.m-richtext table td:first-child[rowspan] {
  /* border-right: 1px solid #cecece; */
}
/*
.m-richtext table tr:last-child td {
  border-bottom: none;
}
*/
.m-richtext table tr:not(:last-child) {
  border-bottom: 1px solid #ddd !important;
}
.m-richtext table th:not(:last-child),
.m-richtext table td:not(:last-child) {
  border-right: 1px solid #ddd !important;
}

.m-richtext dl {
  margin-bottom: 20px;
}
.m-richtext dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.m-richtext dd {
  margin-bottom: 10px;
}

.m-layout-table {
  margin: 20px 0;
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.m-layout-table td {
  padding: 0;
  border: none;
  vertical-align: top;
}
.m-layout-table .img {
  padding-right: 20px;
}
.m-layout-table .img .photo {
  margin-bottom: 35px;
}
.m-layout-table .text {
  width: 100%;
}
.m-layout-table .photo img {
  margin-left: 20px;
}
.m-layout-table .photo img:first-child {
  margin-left: 0;
}
.m-layout-table .caption {
  font-size: 91%;
  margin-top: 5px;
}
.m-layout-table.s-right .img {
  padding-right: 0;
  padding-left: 35px;
}
.m-layout-table.s-center {
  width: auto;
  margin: 0 auto !important;
}
.m-layout-table.s-center .img {
  padding-right: 0;
  margin-left: 0;
}
.m-layout-table.s-center th, .m-layout-table.s-center td {
  border: none !important;
  padding: 0 0 0 20px !important;
}
.m-layout-table.s-center th:first-child, .m-layout-table.s-center td:first-child {
  padding-left: 0 !important;
}
.m-layout-table.s-center p {
  margin-bottom: 0;
}
.m-layout-table .m-richtext table tr {
  border-bottom: none !important;
}
.m-layout-table .m-richtext table th,
.m-layout-table .m-richtext table td {
  border-right: none !important;
}
.m-layout-table .m-richtext table table {
  border-top: none !important;
}

.m-layout-table .m-richtext table {
   border: none !important;
}
.m-overlay {
  max-height: 510px;
  padding: 20px 20px 50px 20px;
}
.s-padding .m-overlay, .m-overlay.s-iframe {
  padding: 0 10px 0 0;
}
#G-MAIN-AREA .m-overlay {
  display: none;
}

.m-help {
  background: url("../img/help.png") no-repeat;
  width: 20px;
  height: 21px;
  text-indent: -20000px;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.m-help:hover {
  background-position: -20px 0;
}

table.g-nowrap {
  white-space: normal !important;
}
table.m-financial-table,
table.m-financial-table * {
  word-break: break-all !important;
}
table.m-financial-table {
  width: 100%;
  color: #000;
  border: 1px solid #cecece;
  border-bottom: none;
  border-left: none;
  border-right: none;
  table-layout: fixed;
}

table.m-financial-table caption {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}

table.m-financial-table th,
table.m-financial-table td {
  padding: 15px 0px;
  font-weight: normal;
  border: 1px solid #cecece;
  border-top: none;
  border-right: none;
  text-align: center;
}

table.m-financial-table th:first-child,
table.m-financial-table td:first-child {
  border-left: none;
}
table.m-financial-table tbody th,
table.m-financial-table tbody td {
  font-size: 86%;
}
table.m-financial-table tbody th[scope=col] {
  background-color: #e8e8f4;
  font-size: 100%;
  color: #000;
  text-align: left;
  padding: 15px;
}
table.m-financial-table tbody th[scope=col].unit {
  background-color: #fff;
  font-size: 86%;
  padding: 15px 4px;
}
table.m-financial-table tbody th[scope=row] {
  background-color: #f2f2f2;
}
table.m-financial-table thead .head th,
table.m-financial-table tbody .head th{
  font-size: 100%;
  background-color: #f3f4f9;
  color: #000;
  padding: 15px 0;
  text-align: center;
}
table.m-financial-table thead + tbody th[scope=row] ~ td {
  padding: 15px 10px;
  text-align: right;
}

table.m-financial-table2 {
  width: 100%;
  color: #000;
  border: 1px solid #cecece;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

table.m-financial-table2 th:first-child,
table.m-financial-table2 th:first-child + th,
table.m-financial-table2 th:first-child + td,
table.m-financial-table2 td:first-child {
  border-left: none;
}
table.m-financial-table2 th:first-child {
  border-right: 1px solid #cecece;
}
table.m-financial-table2 th:first-child:only-child {
  border-right: none;
}
table.m-financial-table2 th,
table.m-financial-table2 td {
  padding: 15px;
  font-weight: normal;
  border: 1px solid #cecece;
  border-top: none;
  border-right: none;
}
table.m-financial-table2 thead th {
  font-size: 100%;
  background-color: #f3f4f9;
  color: #000;
}
table.m-financial-table2 tbody th,
table.m-financial-table2 tbody td {
  font-size: 86%;
  text-align: left;
}
table.m-financial-table2 tbody th {
  background-color: #f2f2f2;
}
div#yuhoTable table {
  width: 100%;
  color: #000;
  border: 1px solid #cecece;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}
div#yuhoTable table td.yuhotitle:first-child {
  border-left: none;
}
div#yuhoTable table td.yuhotitle,
div#yuhoTable table td.yuhopdf {
  padding: 15px;
  font-weight: normal;
  border: 1px solid #cecece;
  border-top: none;
  border-right: none;
  width: auto;
}
div#yuhoTable table td.yuhotitle {
  font-size: 100%;
  background-color: #f3f4f9;
  color: #000;
}
div#yuhoTable table td.yuhotitle,
div#yuhoTable table td.yuhopdf {
  font-size: 86%;
  text-align: left;
}
div#yuhoTable table td.yuhotitle {
  background-color: #f2f2f2;
}

#G-INQUIRY-AREA {
  /*border: 1px solid #ddd;*/
  margin-top: 50px;
}
#G-T-A-BASELIST #G-INQUIRY-AREA {
  margin-top: 60px;
}
#G-INQUIRY-AREA strong {
  font-weight: bold;
}
#G-INQUIRY-AREA li {
  word-wrap: break-word;
}

#G-INQUIRY-AREA .m-arrow {
  font-size: 12px;
  margin-top: 10px;
  padding: 0;
  background: none;
  *zoom: 1;
  text-align: center;
}
#G-INQUIRY-AREA .m-arrow a {
  color: #171c8f;
  display: inline-block;
  margin-top: 20px;
}
#G-INQUIRY-AREA .subtitle {
  font-size: 100%;
  line-height: 2;
  text-align: center;

}
#G-INQUIRY-AREA .detail {
  margin-top: 11px;
  text-align: center;
}
#G-INQUIRY-AREA .detail &gt; * {
  vertical-align: middle;
  /*display: inline-block;*/
  display: block;
  *display: inline;
  *zoom: 1;
  text-align: left;
}
#G-INQUIRY-AREA .detail.s-plain {
  margin-top: 0;
}
#G-INQUIRY-AREA .detail.s-plain .left {
  width: 100%;
  text-align: center;
}
#G-INQUIRY-AREA .detail.s-plain .right {
  width: auto;
}
#G-INQUIRY-AREA .detail.s-list .left {
  margin: 0 auto;
  width: 528px;
}
#G-INQUIRY-AREA .detail.s-list .right {
  /*width: 30%;*/
  margin: 20px auto 0;
}
#G-INQUIRY-AREA .detail.s-list .number &gt; * {
  width: 49%;
  text-align: center;
}
#G-INQUIRY-AREA .detail.s-list .number a,
#G-INQUIRY-AREA .detail .left .number a {
  color: #0a2986;
  font-weight: 300;
}
#G-INQUIRY-AREA .detail.s-list .number a:before,
#G-INQUIRY-AREA .detail .left .number a:before {
  content: "FAX";
  color: #171c8f;
  margin-right: 10px;
  font-size: 18px;
}
#G-INQUIRY-AREA .detail.s-list .number li:first-child a:before,
#G-INQUIRY-AREA .detail .left .number li:first-child a:before {
  content: "TEL";
  font-size: 18px;
}
#G-INQUIRY-AREA .detail .left.m-richtext .number li:first-child a:before {
  content: none;
}


#G-INQUIRY-AREA .left {
  width: auto;
}
#G-INQUIRY-AREA .right {
  width: auto;
}
#G-INQUIRY-AREA .hours {
  line-height: 2.14;
  margin-top: 10px;
  text-align: center;
}
#G-INQUIRY-AREA .number &gt; * {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 186%;
  font-weight: 300;
}
#G-INQUIRY-AREA .number li {
  width: 100%;
  text-align: center;
}
#G-INQUIRY-AREA .number &gt; * img {
  display: none;
  vertical-align: middle;
  margin-right: 5px;
}

#G-INQUIRY-AREA .small-number &gt; * {
  vertical-align: middle;
  font-size: 130%;
}

#G-INQUIRY-AREA .small-number &gt; * img {
  vertical-align: middle;
  margin-right: 5px;
}

#G-INQUIRY-AREA .m-flex-button {
  margin: 20px auto 0;
  max-width: 300px;
}
#G-INQUIRY-AREA .m-flex-button a img {
  width: auto !important;
}

.m-disclaimer {
  padding-top: 40px;
}

#G-RIGHT-PANE .m-anchor-block .s-box {
  margin-bottom: 10px;
  margin-right: 10px;
  width: 340px;
}
.m-anchor-block a {
  padding-top: 11px;
  padding-bottom: 11px;
}

.m-form-button {
  padding: 5px 20px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #cecece;
  cursor: pointer;
  font-size: 116%;
}
.m-form-button.s-submit {
  background-color: #fff;
  border: 2px solid #d22630;
  color: #d22630;
  font-size: 115%;
  font-weight: bold;
  height: 44px;
  width: 133px;
}
.m-form-button.s-submit:hover {
  opacity: .7;
}
.m-form-button.s-reset {
  background-color: #fff;
  border: 2px solid #ddd;
  color: #555;
  font-size: 115%;
  font-weight: bold;
  height: 44px;
  width: 133px;
}
.m-form-button.s-reset:hover {
  opacity: .7;
}
.m-form-button.s-back {
  background-color: #fff;
  border: 2px solid #ddd;
  color: #555;
  font-size: 115%;
  font-weight: bold;
  height: 44px;
  width: 133px;
}
.m-form-button.s-back:hover {
  opacity: .7;
}

input.m-form-button {
  padding: 0;
  min-width: 74px;
  min-height: 32px;
}
input.m-form-button.s-submit {
  padding-top: 1px;
  *padding-top: 7px;
}
input.m-form-button.s-reset {
  padding-top: 3px;
  padding-top: 2px\9;
  *padding-top: 7px;
}
input.m-form-button.s-back {
  padding-top: 3px;
  *padding-top: 7px;
}


.m-overlay-inline {
  overflow: auto;
  width: 650px;
  min-height: 350px;
  padding: 20px 20px 40px 20px;
}
#G-MAIN-AREA .m-overlay-inline {
  display: none;
}

.m-split-box &gt; * {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 10px 5px;
  width: 49.5%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.m-richtext table th.m-em {
 font-weight: bold;
 }

/* お問い合わせ */
.clm2-inner .m-column.s-darkblue &gt; .title {
	font-size: 160%;
	padding: 30px 10px 0;
}

.clm2-inner #G-INQUIRY-AREA {
	margin-bottom: 90px
}

.clm2-inner #G-INQUIRY-AREA .detail {
	margin-top: 0;
}

.clm2-inner #G-INQUIRY-AREA .detail.s-list .number li:first-child a:before,
.clm2-inner #G-INQUIRY-AREA .detail .left .number li:first-child a:before {
	font-size: 18px
}

@media screen and (max-width: 960px) {
  .m-h3 {
    font-size: 15px;
    padding: 5px 10px;
    margin: 0 0 20px 0;
  }
}</pre></body></html>