@charset "UTF-8";
body {
  padding: 2px 0 0;
  background: #90c31f none;
}

/* ユーティリティ */

.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;
}

.pl00 {
  padding-left: 0 !important;
}

.spbr {
  display: none !important;
}

.ds_none  {display:none !important;}

.pcbr {
  display: block !important;
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

.pdf:before {
  width: 22px;
  height: 24px;
  margin: 0 2px 0 3px;
}

.newwin:after {
  width: 22px;
  height: 22px;
  margin: 0 0 0.2em 3px;
}

.global__wrapper {
  width: 1240px;
  min-width: 1240px;
  margin: 0 auto;
  background: #fff none;
}

/* global__header */
/* global__header */
.global__header {
  position: static;
  padding: 36px 70px 10px;
}

.global__header_companyname {
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 100%;
  min-width: 1240px;
  height: 36px;
  background: #e9eaec none;
  line-height: 36px;
}
.global__header_companyname p {
  display: block;
  width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
  color: #5f7278;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}

.global__header_logo {
  display: block;
  width: 109px;
  height: 61px;
  margin: 13px 0 0;
  background: transparent url(/common/img/global__header_logo_pc.png) left top no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  text-indent: -9999px;
}

/* global__nav_top */
/* global__nav_top */
.global__nav_top_spbtn {
  display: none;
}

.global__nav_top {
  position: static;
  display: block;
  width: 924px;
  margin: -35px 0 0 177px;
  padding: 0;
}
.global__nav_top:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.global__nav_company_name {
  display: none;
}

.global__nav_top_list {
  position: static;
  display: block;
  width: 924px;
  overflow-y: visible;
}
.global__nav_top_list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}
.global__nav_top_list li {
  position: relative;
  float: left;
  display: block;
  width: 104px;
  margin: 0 0 0 10px;
  border-top: none;
  border-bottom: 2px solid #d4d6da;
}
.global__nav_top_list li.active {
  border-bottom: 2px solid #76ba3f;
}
.global__nav_top_list li.active a, .global__nav_top_list li.active p {
  color: #76ba3f;
}
.global__nav_top_list li:nth-child(1) {
  display: none;
}
.global__nav_top_list li:nth-child(2) {
  margin: 0;
  width: 105px;
}
.global__nav_top_list li:nth-child(4) {
  width: 232px;
}
.global__nav_top_list li:nth-child(5) {
  width: 168px;
}
.global__nav_top_list li:nth-child(7) {
  width: 137px;
}
.global__nav_top_list li:nth-child(8) {
  display: none;
}
.global__nav_top_list li a, .global__nav_top_list li p {
  display: block;
  height: 33px;
  padding: 0;
  background: transparent none;
  color: #263248;
  font-size: 16px;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
}
.global__nav_top_list li a:after, .global__nav_top_list li p:after {
  display: none;
}
.global__nav_top_list li p {
  cursor: default;
}
.global__nav_top_list li > ul {
  display: none;
}
.global__nav_top_list li:hover {
  margin-bottom: -1px;
  border-bottom: 3px solid #76ba3f;
}
.global__nav_top_list li:hover > a, .global__nav_top_list li:hover p {
  color: #76ba3f;
  text-decoration: none;
}
.global__nav_top_list li:hover > ul {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 100;
  display: block;
  width: auto;
  background: #f2f3f4 none;
  border: 1px solid #d4d5d6;
  white-space: nowrap;
}
.global__nav_top_list li:hover > ul > li {
  display: block;
  width: 100%;
  margin: 0;
  border: none;
  border-top: 1px solid #d4d5d6;
}
.global__nav_top_list li:hover > ul > li:hover {
  border-bottom: none;
}
.global__nav_top_list li:hover > ul > li > a {
  display: block;
  height: auto;
  padding: 9px 20px;
  color: #263248;
  text-align: left;
  line-height: 1.3;
}
.global__nav_top_list li:hover > ul > li > a:hover {
  color: #76ba3f;
}

.global__nav_top_close {
  display: none;
}

/* global__breadcrumb */
/* global__breadcrumb */
.global__breadcrumb {
  display: block;
  padding: 0 50px;
  background: #e9eaec none;
  color: #999;
}
.global__breadcrumb ul {
  display: block;
  padding: 0 20px;
  background: #f4f4f5 none;
}
.global__breadcrumb ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}
.global__breadcrumb ul li {
  float: left;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
}
.global__breadcrumb ul li::before {
  content: '>';
  display: inline-block;
  margin: 0 8px;
}
.global__breadcrumb ul li:first-child::before {
  display: none;
}
.global__breadcrumb ul li a {
  display: inline-block;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
}

/* global__main */
.global__main {
  border-top: none;
}

/* module */
.m__main_article {
  margin: 0 70px;
}

.m__main_txt {
  margin: 21px 0 0;
  line-height: 1.7;
}

.m__column_2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.m__column_2 .m__section {
  width: 550px;
  padding-left: 20px;
}
.m__column_2 .m__section:first-of-type {
  padding: 31px 0 29px;
}

.m__section {
  padding: 31px 0 29px;
  border-top: 1px solid #e9eaec;
  font-size: 16px;
  line-height: 2;
}
.m__section:first-of-type {
  margin-top: 0;
  padding: 20px 0 29px;
  border-top: none;
}

/* m__section for lead_txt */
.m__section.lead_txt {
  margin-top: 50px;
  /* padding: 0 18px 25px; */
  padding: 0 0 25px;
  font-size: 30px;
  line-height: 1.4;
}

.m__section.lead_txt + .m__section {
  border-top: none;
}

/* m__column_wrap */
.m__column_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
}
.m__column_space-between{
  justify-content: space-between;
}
.m__column_wrap.m__figure_pc_right .m__column_txt {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding: 0;
}
.m__column_wrap.m__figure_pc_right .m__column_img {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 0 0 20px;
}
.m__column_wrap + .m__column_wrap {
  margin: 30px 20px 10px !important;
}

.m__column_wrap_rl  {
  margin: 0px 20px 0px !important;
}

/* m__column_txt */
.m__column_txt,
.m__column_img {
  width: auto;
  margin: 0;
  padding: 0 0 0 40px;
  vertical-align: top;
}
.m__column_txt:first-of-type,
.m__column_img:first-of-type {
  margin: 0;
  padding: 0;
}
.m__column_txt figure img,
.m__column_img figure img {
  /* width: 380px; */
  width: auto;
  height: auto;
  /* margin: 10px 0 0; */
  margin: 5px 0 0;
}

.m__column_txt figure figcaption,
.m__column_img figure figcaption {
  margin: 7px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
}

.m__column_txt figure figcaption .newwin:after,
.m__column_img figure figcaption .newwin:after {
  width: 15px;
  height: 15px;
  margin: 0 0 0.2em 1px;
}


.m__column_txt {
  width: 100%;
}
.m__column_txt .m__figure_left,
.m__column_txt .m__figure_right {
  width: auto;
}
.m__column_txt .m__figure_left img,
.m__column_txt .m__figure_right img {
  width: auto;
  margin: 0;
}
.m__column_txt .m__figure_left {
  float: left;
  margin: 8px 10px 10px 0;
}
.m__column_txt .m__figure_right {
  float: right;
  margin: 8px 0 10px 10px;
}

.m__figure_sp_left .m__column_txt,
.m__figure_sp_right .m__column_txt {
  width: 100%;
}
.m__figure_sp_left .m__column_img,
.m__figure_sp_right .m__column_img {
  width: auto;
  margin: 0;
}

.m__figure_sp_right .m__column_txt {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding: 0;
}
.m__figure_sp_right .m__column_img {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 0 0 20px;
}

.m__figure_pc_left {
  /* float: left; */
  margin: 0 0 20px;
}

.m__figure_pc_right {
  /* float: left; */
  margin: 0 0 20px;
}

.m__column_w01 {
  width: 60px !important;
}

.m__column_w02 {
  width: 140px !important;
}

.m__column_w03 {
  width: 220px !important;
}

.m__column_w04 {
  width: 300px !important;
}

.m__column_w05 {
  width: 380px !important;
}

.m__column_w06 {
  width: 460px !important;
}

.m__column_w07 {
  width: 540px !important;
}

.m__column_w08 {
  width: 620px !important;
}

.m__column_w09 {
  width: 700px !important;
}

.m__column_w10 {
  width: 780px !important;
}

.m__column_w11 {
  width: 860px !important;
}

.m__column_w12 {
  width: 940px !important;
}

.m__column_w13 {
  width: 1020px !important;
}

.m__column_w14 {
  width: 1100px !important;
  clear: both;
}

.width250{
  width: 250px;
}

.width420{
  width: 420px;
}

.m__column_figwrap {
  display: table;
  width: 100%;
}
.m__column_figwrap .m__column_w01,
.m__column_figwrap .m__column_w02,
.m__column_figwrap .m__column_w03,
.m__column_figwrap .m__column_w04,
.m__column_figwrap .m__column_w05,
.m__column_figwrap .m__column_w06,
.m__column_figwrap .m__column_w07,
.m__column_figwrap .m__column_w08,
.m__column_figwrap .m__column_w09,
.m__column_figwrap .m__column_w10,
.m__column_figwrap .m__column_w11,
.m__column_figwrap .m__column_w12,
.m__column_figwrap .m__column_w13 {
  float: none;
  display: table-cell;
  padding: 0 0 0 20px;
  vertical-align: middle;
}
.m__column_figwrap .m__column_w01:first-child,
.m__column_figwrap .m__column_w02:first-child,
.m__column_figwrap .m__column_w03:first-child,
.m__column_figwrap .m__column_w04:first-child,
.m__column_figwrap .m__column_w05:first-child,
.m__column_figwrap .m__column_w06:first-child,
.m__column_figwrap .m__column_w07:first-child,
.m__column_figwrap .m__column_w08:first-child,
.m__column_figwrap .m__column_w09:first-child,
.m__column_figwrap .m__column_w10:first-child,
.m__column_figwrap .m__column_w11:first-child,
.m__column_figwrap .m__column_w12:first-child,
.m__column_figwrap .m__column_w13:first-child {
  padding: 0;
}

/* h1, h2, h3 */
.m__main_h1_wrap {
  width: 1240px;
  min-height: 120px;
  margin: 0 -70px;
  padding: 0;
  background: transparent url(/common/img/m__main_h1_bg_pc.png) left top no-repeat;
  font-size: 1rem;
}

.m__main_h1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 35px 67px 0;
  -webkit-margin-before: unset;
  -webkit-margin-after: unset;
  -webkit-margin-start: unset;
  -webkit-margin-end: unset;
  font-size: 2.5em;
  font-weight: 200;
}

.m__main_h2 {
  position: relative;
  margin: 0 0 18px 7px;
  padding: 2px 0 2px 12px;
  border-left: 2px solid #b9c2c3;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.2;
}

.m__main_h2::before {
  content: '';
  position: absolute;
  left: -9px;
  top: 0;
  width: 8px;
  height: 100%;
  background: #e9eaec none;
}

.m__main_h3_wrap {
  margin: 30px 0 20px;
  border-bottom: 1px solid #e9eaec;
  line-height: 1;
  font-size:18px;
}
.m__main_h3_wrap:first-of-type {
  margin: 0 0 20px;
}

.m__main_h3 {
  margin: 0 0 -1px;
  padding: 0 0 1px;
  display: inline-block;
  border-bottom: 1px solid #00939a;
  font-size: 18px;
  line-height: 1.5;
  -webkit-margin-before: unset;
  -webkit-margin-after: unset;
  -webkit-margin-start: unset;
  -webkit-margin-end: unset;
  font-weight: normal;
}

.m__main_h4_wrap {
  margin: 20px 0;
}

.m__main_h4 {
  font-size: 18px;
}

/* link */
.m__column_txt .link {
	margin: 15px 0 0;
	text-align: right;
}

/* URL, address */
.m__column_wrap .address,
.m__column_wrap .url {
  margin: 1em 0 0;
  font-size: 18px;
  font-weight: bold;
}

.m__column_wrap .url {
  text-align: right;
}

/* global__footer */
.global__footer {
  margin: 45px 0 0;
  padding: 0 50px 10px;
}

/* global__nav_totop */
.global__nav_totop {
  margin: 0 -50px;
  padding: 0 70px;
  font-size: 12px;
  line-height: 20px;
}

/* global__footer_company_wrap */
/* global__footer_company_info etc */
.global__footer_company_info {
  padding: 30px 0 0 20px;
  line-height: 1.5;
}

.global__footer_company_info_name,
.global__footer_company_info_postalcode,
.global__footer_company_info_address,
.global__footer_company_info_tel {
  font-size: 12px;
  line-height: 1.3;
}

.global__footer_company_info_name {
  font-size: 14px;
  font-weight: bold;
}

.global__footer_company_info_postalcode {
  margin: 15px 0 0;
}

.global__footer_company_info_name,
.global__footer_company_info_postalcode,
.global__footer_company_info_address {
  display: block;
}

.global__footer_company_info_address {
  float: left;
}

.global__footer_company_info_postalcode {
  float: none;
}

.global__footer_company_info_tel {
  margin: 0 0 0 25px;
}

/* global__footer_company_privacymark */
.global__footer_company_privacymark {
  display: table-cell;
  width: 70px;
  padding: 0 20px 0 0;
  vertical-align: top;
}
.global__footer_company_privacymark img {
  display: block;
  width: 70px;
  margin: 20px 0 19px;
}

/* global__nav_footer */
.global__nav_footer {
  display: block;
  padding: 0 0 0 20px;
  border-top: 1px solid #c1c1c1;
}

.global__nav_footer_list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 19px 0 0;
}
.global__nav_footer_list > li:nth-child(1) {
  width: 100%;
  margin: 20px 0 0;
}
.global__nav_footer_list > li:nth-child(2) {
  width: 80px;
}
.global__nav_footer_list > li:nth-child(3) {
  width: 200px;
}
.global__nav_footer_list > li:nth-child(4) {
  width: 267px;
}
.global__nav_footer_list > li:nth-child(5) {
  width: 138px;
}
.global__nav_footer_list > li:nth-child(6) {
  width: 177px;
}
.global__nav_footer_list > li:nth-child(7) {
  width: 110px;
}
.global__nav_footer_list > li:nth-child(8) {
  width: auto;
}
.global__nav_footer_list > li > a, .global__nav_footer_list > li > p {
  display: inline-block;
  border-left: 3px solid #ccc;
  height: 16px;
  padding: 0 0 0 10px;
  font-size: 14px;
  line-height: 16px;
}
.global__nav_footer_list > li > ul {
  padding: 5px 0 4px;
  border-left: 1px solid #ccc;
}
.global__nav_footer_list > li > ul > li {
  padding: 3px 0 3px 12px;
}
.global__nav_footer_list > li > ul > li > a {
  font-size: 12px;
}
.global__nav_footer_list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

/* global__footer_copyright */
.global__footer_copyright {
  margin: 20px 0 0;
  padding: 15px 20px 2px;
  border-top: 1px solid #ccc;
  font-size: 12px;
}

/*# sourceMappingURL=common_pc.css.map */





h1 {
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}


h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

div.m__newsrelease h2, div.m__label h2 {
    -webkit-margin-before: unset;
    -webkit-margin-after: unset;
    -webkit-margin-start: unset;
    -webkit-margin-end: unset;
}

h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

h5 {
    display: block;
    font-size: 0.83em;
    -webkit-margin-before: 1.67em;
    -webkit-margin-after: 1.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

h6 {
    display: block;
    font-size: 0.67em;
    -webkit-margin-before: 2.33em;
    -webkit-margin-after: 2.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

pre {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0px;
}


figure img.m__newsrelease_label {
    max-width: 310px;
    width: auto;
    min-height: 165px;
}

div.m__label li figure  {
    height: 165px;
    display: table-cell;
    vertical-align: middle;
}


.img_center {
    text-align:center;
    margin:0 auto;
}

.inline_block {
    display:inline-block !important;
}

.fwB {
    font-weight:bold;
}

.fs12 {
    font-size:12px;
}

.fs14 {
    font-size:14px;
}

.fs18 {
    font-size:18px;
}

.fs20 {
    font-size:20px;
}

.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;
}
