@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  width: 100%;
}

body {
  color: #333;
  font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS PGothic','Osaka',Arial,sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}

a {
  color: #0081CC;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* utility */
.ds_none  {display:none !important;}

.clearfix {
  display: block;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.mt00 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 0.5em !important;
}

.mt10 {
  margin-top: 1em !important;
}

.mt15 {
  margin-top: 1.5em !important;
}

.mt20 {
  margin-top: 2em !important;
}

.mr00 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 0.5em !important;
}

.mr10 {
  margin-right: 1em !important;
}

.mr15 {
  margin-right: 1.5em !important;
}

.mr20 {
  margin-right: 2em !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 0.5em !important;
}

.mb10 {
  margin-bottom: 1em !important;
}

.mb15 {
  margin-bottom: 1.5em !important;
}

.mb20 {
  margin-bottom: 2em !important;
}

.ml00 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 0.5em !important;
}

.ml10 {
  margin-left: 1em !important;
}

.ml15 {
  margin-left: 1.5em !important;
}

.ml20 {
  margin-left: 2em !important;
}


.ls03em {
  letter-spacing: -0.03em !important;
}

.ls05em {
  letter-spacing: -0.03em !important;
}

.ls07em {
  letter-spacing: -0.03em !important;
}

.taL {
  text-align: left !important;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.fwB {
  font-weight: bold !important;
}

.fs14 {
    font-size:0.875em;
}

.fs18 {
    font-size:1.125em;
}

.fs20 {
    font-size:1.25em;
}

em {
  color: #6eb92b;
}

em {
  font-size: 1.333334em;
  line-height: 1.5;
}

.spbr {
  display: block !important;
}

.pcbr {
  display: none !important;
}

.sp_only {
  display: block;
}

.pc_only {
  display: none;
}

.pdf:before {
  content: '';
  display: inline-block;
  width: 16.5px;
  height: 18px;
  margin: 0 2px 0 0;
  background: transparent url(/common/img//icon_pdf.png) left top no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  vertical-align: middle;
}

.newwin:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0.1em 2px;
  background: transparent url(/common/img//icon_newwin.png) left top no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  vertical-align: middle;
}

/* header_sp */
/* global__header */
.global__header {
  position: relative;
  padding: 9.5px 10px;
}

.global__header_companyname {
  display: none;
}

.global__header_logo {
  display: block;
  width: 106px;
  height: 35px;
  background: transparent url(/common/img/global__header_logo_sp.png) left top no-repeat;
  -webkit-background-size: 106px 35px;
  background-size: 106px 35px;
  text-indent: -9999px;
}

/* gnavi_sp */
/* global__nav_top */
.global__nav_top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0 0 0 40px;
  background: rgba(0, 0, 0, 0.3) none;
  font-size: 14px;
  line-height: 1.3;
}

.global__nav_top_spbtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 25;
  display: block;
}
.global__nav_top_spbtn img {
  display: block;
  width: 40px;
  height: 54px;
}

.global__nav_top_list {
  position: absolute;
  left: 40px;
  top: 32px;
  right: 0;
  bottom: 0;
  z-index: 40;
  overflow-y: scroll;
  background: #fff none;
}
.global__nav_top_list li {
  display: table;
  width: 100%;
  border-top: 1px solid #eee;
}
.global__nav_top_list li:first-child {
  border-top: none;
}
.global__nav_top_list li > ul > li:first-child {
  border-top: 1px solid #eee;
}
.global__nav_top_list li:last-child {
  border-bottom: 1px solid #eee;
}
.global__nav_top_list li > p {
  position: relative;
  background: #eee none;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
}
.global__nav_top_list li > p:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  background: transparent url(/common/img/global__nav_top_list_open_close.png) left bottom no-repeat;
  -webkit-background-size: 20px 60px;
  background-size: 20px 60px;
}
.global__nav_top_list li > p.open:after {
  background-position: left top;
}
.global__nav_top_list li > a {
  /* display: table-cell; */
  display: block;
  /* height: 50px; */
  /* padding: 0 10px; */
  padding: 10px 5px 10px 10px;
  font-weight: bold;
}
.global__nav_top_list li > a:hover, .global__nav_top_list li > a:active {
  text-decoration: none;
}
.global__nav_top_list li > ul > li:last-child {
  border-bottom: none;
}
.global__nav_top_list li > ul > li > a {
  /* padding: 0 10px 0 25px; */
  padding: 10px 5px 10px 30px;
}
@media screen and (max-width: 340px) {
  .global__nav_top_list li > ul > li > a {
    padding: 10px 5px 10px 18px;
  }
}

.global__nav_top.active .global__nav_top_list {
  display: block;
}

.global__nav_company_name {
  position: relative;
  z-index: 40;
  height: 32px;
  background: #8fc31f none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
}

.active .global__nav_company_name {
  display: block;
}

.global__nav_top_close {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  padding: 10px 14px 0;
}
.global__nav_top_close img {
  display: block;
  width: 12px;
  height: 12px;
}

/* breadcrumb_sp */
.global__breadcrumb {
  display: none;
}

/* global__main */
.global__main {
  border-top: 1px solid #ccc;
}

/* module */
.m__column_txt,
.m__column_img {
  margin: 0.66666666667em 0 0;
}
.m__column_txt figure img,
.m__column_img figure img {
  display: block;
  width: 100%;
  height: auto;
}

.m__column_txt figure figcaption,
.m__column_img figure figcaption {
  display: block;
  width: 100%;
  margin: 7px 0 1.7144em;
  line-height: 1.35;
}

.m__column_img {
  margin: 1.2em 0 1em;
}

.m__figure_sp_left .m__column_img,
.m__figure_sp_right .m__column_img {
  width: calc(50% - 5px);
}

.m__figure_sp_left .m__column_img {
  float: left;
  margin: 4px 10px 5px 0;
}

.m__figure_sp_right .m__column_img {
  float: right;
  margin: 4px 0 5px 10px;
}

.m__figure_left,
.m__figure_right {
  width: 50%;
}
.m__figure_left img,
.m__figure_right img {
  display: block;
  width: 100%;
  height: auto;
}

.m__figure_left {
  float: left;
  margin: 5px 5px 5px 0;
}

.m__figure_right {
  float: right;
  margin: 5px 0 5px 5px;
}

/* m__section */
.m__section {
  display: block;
  padding: 16px 25px 10px;
  border-top: 1px solid #e9eaec;
  font-size: 14px;
  line-height: 1.7;
}
.m__section:first-of-type {
  margin-top: 10px;
  padding: 0 25px 30px;
  border-top: none;
}
.m__section:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.m__column_2 .m__section:first-of-type {
  padding: 16px 25px 10px;
  border-top: 1px solid #e9eaec;
}

/* m__section for lead_txt */
.m__section.lead_txt {
  display: block;
  margin-top: 11px;
  /* padding: 0 18px 5px; */
  padding: 0 25px 5px;
  border-top: none;
  font-size: 14px;
  line-height: 1.35;
}

.m__section.lead_txt + .m__section {
  border-top: none;
}

/* m__main_txt */
.m__column_wrap p {
  margin: 2em 0 0;
}
.m__column_wrap p:first-of-type {
  margin: 0;
}

/* h1, h2, h3 */
.m__main_h1_wrap, div.m__main_h1_wrap_news_list h1.m__main_h1{
  margin: 0 0 5px;
  padding: 17px 25px;
  background: transparent url(/common/img/m__main_h1_bg.png) left top no-repeat;
  -webkit-background-size: 100% 60px;
  background-size: 100% 60px;
  color: #6eb92b;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.m__main_h2 {
  position: relative;
  /* margin: 0 0 10px -6px; */
  margin: 0 0 10px 4px;
  /* padding: 1px 0 1px 5px; */
  padding: 1px 0 1px 5px;
  border-left: 1px solid #b9c2c3;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.m__main_h2::before {
  content: '';
  position: absolute;
  /* left: -5px; */
  left: -5px;
  top: 0;
  width: 4px;
  height: 100%;
  background: #e9eaec none;
}

.m__main_h3_wrap {
  margin: 10px 0 10px;
  border-bottom: 1px solid #e9eaec;
  line-height: 1;
}

.m__main_h3 {
  margin: 0 0 -1px;
  padding: 0 0 1px;
  display: inline-block;
  border-bottom: 1px solid #00939a;
  font-size: 14px;
  line-height: 1.5;
}

.m__main_h4_wrap {
  margin: 20px 0 10px;
  line-height: 1;
}

.m__main_h4 {
  display: block;
  color: #048d93;
  font-size: 14px;
  line-height: 1.5;
}

/* lead text under title */
.m__lead_txt {
  font-weight: bold;
}

/* link */
.m__column_txt .link {
	margin: 0;
	font-weight: bold;
}

/* URL, address */
.m__column_wrap .address,
.m__column_wrap .url {
  margin: 2em 0 0;
}

/* global__footer */
.global__footer {
  margin: 2.5em 0 0;
  padding: 0 10px 10px;
  background: #eae9ec none;
  color: #5f7278;
}

/* global__nav_totop */
.global__nav_totop {
  margin: 0 -10px;
  padding: 0 20px;
  background: #f4f4f5 none;
  font-size: 9px;
  line-height: 15px;
  text-align: right;
}
.global__nav_totop a {
  display: inline-block;
}
.global__nav_totop::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 8px;
  background: transparent url(/common/img/global__nav_totop_bg.png) left top no-repeat;
  -webkit-background-size: 10px 8px;
  background-size: 10px 8px;
}

/* global__footer_company_wrap */
.global__footer_company_wrap {
  display: table;
  width: 100%;
}

/* global__footer_company_info etc */
.global__footer_company_info {
  display: table-cell;
  padding: 20px 0 0;
  line-height: 1.5;
  vertical-align: top;
}

.global__footer_company_info_name,
.global__footer_company_info_postalcode,
.global__footer_company_info_address,
.global__footer_company_info_tel {
  font-size: 9px;
}

.global__footer_company_info_name {
  font-weight: bold;
}

.global__footer_company_info_postalcode {
  margin: 10px 0 0;
}

.global__footer_company_info_name,
.global__footer_company_info_postalcode,
.global__footer_company_info_address {
  display: block;
}

.global__footer_company_info_tel {
  float: left;
}

.global__footer_company_info_tel {
  margin: 0 18px 0 0;
}

/* global__footer_company_privacymark */
.global__footer_company_privacymark {
  display: table-cell;
  width: 45px;
  padding: 20px 0 0;
  vertical-align: top;
}
.global__footer_company_privacymark img {
  display: block;
  width: 45px;
  margin: 30px 0 0;
}

/* global__nav_footer */
.global__nav_footer {
  display: none;
}

/* global__footer_copyright */
.global__footer_copyright {
  margin: 8px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #ccc;
  font-size: 10px;
}


.fs12 {
    font-size:10px;
}


.f_red {
	color:#fc0909;
}

.f_line {
	text-decoration:underline;
}

.bg_yellow {
	background-color:#ff6;
}

.bg_green {
	background-color:#ecfeca
}

.noborder {
	border-top:none;
}


.noborder_btm{
	border-bottom:none !important;
}

/*# sourceMappingURL=common_sp.css.map */
