@charset "utf-8";

/* ========================================
    Initialize
======================================== */
body {
  /* min-width: 1200px; */
  position: relative;
  font: 14px/1.8 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  color: #3c3c3c;
}

a {
  text-decoration: none;
  color: #3c3c3c;
  cursor: pointer;
}

a:visited {
  text-decoration: none;
  color: #9b7f9c;
}

a:hover {
  text-decoration: underline;
  color: #5a92ae;
}

h2 {
  margin: 0;
  padding: 0;
}

/* ==========================================================
 common
========================================================== */
.header *,
.nav-global *,
.footer * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.header input {
  margin: 0;
  font-size: 100%;
}

.header img,
.footer img {
  height: auto;
  vertical-align: top;
}

.header a,
.nav-global a,
.footer a {
  color: #e18007;
  text-decoration: none;
}

.header a:hover,
.footer a:hover,
.header a:active,
.footer a:active,
.header a:focus,
.footer a:focus {
  text-decoration: underline;
}

.header img-opacity {
  color: #1d1d1d;
}

.header ol,
.header ul,
.nav-global ol,
.nav-global ul,
.footer ol,
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* pc
---------------------------------------------------------- */
.only-sp,
.no-pc {
  display: none !important;
}

/* sp
---------------------------------------------------------- */
@media screen and (max-width: 768px) {

  .only-pc,
  .no-sp {
    display: none !important;
  }

  .only-sp,
  .no-pc {
    display: block !important;
  }

  img.only-sp,
  img.no-pc {
    display: block !important;
  }
}


/* ========================================
    Image hover
======================================== */
.imgHover,
.bgHover {
  cursor: pointer;
}

/* ========================================
    Text Style
======================================== */
.textBold {
  font-weight: bold;
}

.textCenter {
  text-align: center;
}

.textRight {
  display: block;
  text-align: right;
  text-indent: 0;
}

.textSmall {
  font-size: 12px;
  font-weight: normal;
}

.wt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

/* ========================================
    Horizontal Line
======================================== */
.cLine {
  content: "";
  clear: both;
  display: block;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #c6c6c6;
  margin: 24px 0;
}

.dotLine {
  content: "";
  clear: both;
  display: block;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px dotted #c6c6c6;
  margin: 24px 0;
}

/* ========================================
    Icon
======================================== */
.icon {
  display: inline-block;
  padding-left: 18px;
}

.icon:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin: 0.2em 2px 0 -18px;

}

.icon--arrow:before {
  content: url('../img/cmn_icon_arrow.png');
}

.icon--arrowUnder:before {
  content: url('../img/cmn_icon_arrow_under.png');
}

.icon--newWindow:before {
  content: url('../img/cmn_icon_new_window.png');
}

.icon--blank:before {
  content: url('../img/cmn_icon_blank.png');
}

.icon--pdf:before {
  content: url('../img/cmn_icon_pdf.png');
}

.icon--brick:before {
  content: url('../img/cmn_icon_brickplot.png');
}

.icon--blankRight {
  padding-left: 0;
}

.icon--blankRight:before {
  display: none;
}

.icon--blankRight:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  content: url('../img/cmn_icon_blank_cell.png');
}

.icon--blankRight--black:after {
  content: url('../img/cmn_icon_blank.png');
}

/* ico-arrow-01
---------------------------------------------------------- */
.ico-arrow-01 {
	display: block;
	position: relative;
	padding-left: 20px;
}
.ico-arrow-01::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.5px 0 6.5px 9px;
	border-color: transparent transparent transparent #f38a0a;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.ico-arrow-01 {
		padding-left: 12px;
	}
	.ico-arrow-01::after {
		border-width: 3.5px 0 3.5px 5px;
	}
}

.ico-arrow-01.fz-16
.ico-arrow-01.fz-16::after {
	top: 13px;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

@media screen and (max-width: 768px) {
	.ico-arrow-01.fz-16::after {
		top: 13px;
	}
}

/* position top */
.ico-arrow-01.ico-arrow-01-top::after {
	top: 0.75em;
}


/* ========================================
    List Style
======================================== */
.list li {
  display: list-item;
  list-style-position: outside;
}

.list--inside li {
  list-style-position: inside;
}

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

.list__heading {
  display: block;
  font-weight: bold;
}

.list--grayPlot li {
  list-style-image: url('../img/cmn_mark_grayplot.png');
}

.list--orangePlot li {
  list-style-image: url('../img/cmn_mark_orangeplot.png');
}

/* ========================================
    Inner Link 
======================================== */
.innerLink {
  margin: 30px 0 0 0;
  padding: 0 0 25px;
  background: url('../img/cmn_bg_anchor.jpg') repeat-x bottom left;
  border-top: 1px solid #c6c6c6;
}

.innerLink ul {
  margin: 18px 0 0 0;
  padding: 0;
  list-style: none;
}

.innerLink ul:after {
  display: block;
  content: "";
  clear: both;
}

.innerLink ul li {
  float: left;
  padding: 0 20px 0 20px;
}

/* ========================================
    Category Title
======================================== */
.catTitle {
  position: relative;
  margin: -4px 0 0 0;
  padding: 0;
  min-width: 1200px;
}

.catTitle__label {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 180px;
  background: none no-repeat center center;
}

.catTitle__img {
  display: none;
  width: 925px;
  height: 111px;
  margin-left: -93px;
}

/* ========================================
    Page Title
======================================== */
.pageTitle {
  margin: 0;
  padding: 0 0 28px 0;
  font-size: 26px;
  line-height: 1.4;
  background: url('../img/cmn_pt_bar.jpg') no-repeat center bottom;
}

@media screen and (max-width: 768px) {
  .pageTitle {
    font-size: 20px;
    font-weight: normal;
    /* padding-left: 20px; */
  }
}

/* ==========================================================
 nav-breadcrumb
========================================================== */
.nav-breadcrumb {
  margin-bottom: 50px;
  margin-top: 72px;
  padding: 9px 0;
  border-bottom: 1px solid #dadada;
}

.hero-cmn+.nav-breadcrumb {
  margin-top: 0;
}

.nav-breadcrumb-in {
  width: 1210px;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
}

.nav-breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-breadcrumb li {
  position: relative;
  float: left;
  white-space: nowrap;
  padding: 0 22px;
  font-size: 15px;
  color: #767676;
}

.nav-breadcrumb li::before {
  content: '>';
  position: absolute;
  display: inline-block;
  left: 0;
  vertical-align: middle;
}

.nav-breadcrumb li.home {
  padding: 0 14px 0 10px;
}

.nav-breadcrumb li.home::before {
  display: none;
}

.nav-breadcrumb li a {
  color: #767676;
}

@media screen and (max-width: 768px) {
  .nav-breadcrumb {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 5px 0;
  }

  .nav-breadcrumb-in {
    width: auto;
  }

  .nav-breadcrumb li {
    font-size: 12px;
  }

  .nav-breadcrumb li {
    white-space: normal;
  }
}

/* ==========================================================
 wrapper
========================================================== */
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 95px;
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding-top: 60px;
  }
}

/* ========================================
    Section
======================================== */
.sec {
  margin: 0;
  padding: 0;
}

.sec:after {
  content: "";
  clear: both;
  display: block;
}

.sec ul:first-child,
.sec>ol:first-child {
  margin-top: 0;
}

.sec__column {
  margin: 34px 0 0 0;
  width: 350px;
}

.sec__column:after {
  content: "";
  clear: both;
  display: block;
}

.sec__column>p {
  margin: 15px 0 0 0;
}

.sec__column--left {
  float: left;
}

.sec__column--right {
  float: right;
}



/* ======== Lv1 ======== */
.sec--lv1 {
  margin: 60px 0 0 0;
  padding: 0;
}

.sec--lv1>p {
  margin: 20px 0 0 0;
}

.sec--lv1>p+p {
  margin-top: 30px;
}

.sec--lv1>ul {
  margin: 20px 0 10px 25px;
  padding: 0;
}

.sec--lv1>ol {
  margin: 20px 0 10px 0;
  padding: 0 0 0 25px;
}

.sec--lv1>ul>li,
.sec--lv1>ol>li {
  margin: 0 0 20px 0;
}

.pageTitle+.sec--lv1 {
  margin: 30px 0 0 0;
  padding: 0;
}

@media screen and (max-width: 768px) {

  .sec--lv1 {
    padding: 0;
    margin: 30px 0 0 0;
  }

  .sec--lv1>ul {
    margin: 20px 0 10px;
    padding-left: 20px;
  }

  .sec--lv1>.column-four-detail {
    padding: 0;
  }
}


/* ======== Lv2 ======== */
.sec--lv2 {
  margin: 30px 0 0 0;
  padding: 0 20px;
}

.sec--lv2 p {
  margin: 18px 0 0;
  padding: 0;
}

.sec--lv2>ul {
  margin: 18px 0 10px 25px;
  padding: 0;
}

.sec--lv2>ol {
  margin: 18px 0 10px;
  padding: 0 0 0 25px;
}

.sec--lv2>ul>li,
.sec--lv2>ol>li {
  margin: 0 0 15px 0;
}

.sec--lv2>hr {
  margin: 24px 0;
}

@media screen and (max-width: 768px) {
  .sec--lv2 {
    padding: 0;
  }
}

/* ======== Lv3 ======== */
.sec--lv3 {
  margin: 30px 0 20px;
  padding: 0 20px;
}

.sec--lv3 p {
  margin: 12px 0 0;
  padding: 0;
}

.sec--lv3>ul {
  margin: 12px 0 10px 25px;
  padding: 0;
}

.sec--lv3>ol {
  margin: 12px 0 10px;
  padding: 0 0 0 25px;
}

.sec--lv3>ul>li,
.sec--lv3>ol>li {
  margin: 0 0 15px 0;
}

.sec--lv3>hr {
  margin: 24px 0;
}

.head--middle+.sec--lv3 {
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .sec--lv3 {
    padding: 0;
  }
}

/* ========================================
    Headline
======================================== */
.head {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.head__subText {
  font-weight: normal;
}

/* ======== Large ======== */
.head--large {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  font-size: 22px;
  border-top: 1px solid #c6c6c6;
  line-height: 1.5;
}

.head--large .head__subText {
  padding: 0 0 5px 15px;
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .head--large .head__subText {
    display: block;
    padding: 10px 0 0;
  }
}

/* ======== Middle ======== */
.head--middle {
  margin: 18px 0 0 0;
  padding: 0;
  font-size: 18px;
}

.sec--lv2+.head--middle {
  margin-top: 0;
}

.head--middle--list {
  position: relative;
  padding-left: 1.0em;
  list-style: none;
}

.head--middle--list span {
  position: absolute;
  left: 0;
}

@media screen and (max-width: 768px) {
  .head--middle {
    line-height: 1.5;
  }
}

/* ======== Small ======== */
.head--small {
  margin: 18px 0 0;
  font-size: 16px;
  color: #85624d;
}

.sec--lv3+.head--small {
  margin-top: 0;
}

/* ========================================
    Table
======================================== */
.table {
  width: 740px;
  line-height: 1.4;
}

.table th,
.table td {
  vertical-align: top;
  border-bottom: 1px solid #d5d5d5;
}

.table th {
  padding: 20px 0 20px 20px;
  width: 140px;
  font-size: 14px;
  text-align: left;
}

.table td {
  padding: 20px;
  font-size: 14px;
}

.table thead th,
.table thead td {
  border-bottom-width: 3px;
  font-weight: bold;
}

.table tbody tr.table__subRow th {
  padding: 20px 10px 0 20px;
  border: none;
  white-space: nowrap;
}

.table tbody tr.table__subRow td {
  padding: 20px 10px 0 0;
  border: none;
}

.table tbody tr.table__resultRow th,
.table tbody tr.table__resultRow td {
  font-weight: bold;
}

.table tbody tr.table__lastRow th,
.table tbody tr.table__lastRow td {
  border-bottom: 1px solid #d5d5d5;
}

.table tbody tr.table__totalRow th,
.table tbody tr.table__totalRow td {
  font-weight: bold;
  background: #f1efeb;
}


@media screen and (max-width: 768px) {
  .table {
    width: auto;
  }

  .table th {
    padding: 20px 0 20px 0px;
    width: 100%;
    display: block;
  }

  .table td {
    padding: 20px 0;
    display: block;
  }
}

/* ======== Table Sub ======== */
.table--sub {
  margin-top: 30px;
  margin-left: 40px;
  width: 700px;
}

.table--sub th,
.table--sub td {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px dotted #d5d5d5;
  border-bottom: none;
}

/* ======== Table Number ======== */
.table--number th,
.table--number td {
  padding: 20px 10px 20px 20px;
}

.table--number td {
  text-align: right;
}

.table--number thead th,
.table--number thead td {
  white-space: nowrap;
}

/* ======== Table Style C ======== */
.table--corp {
  width: 700px;
  line-height: 1.8;
  border-collapse: separate;
}

.table--corp td {
  padding: 18px 0px 18px 0px;
  background: #f1efeb;
  border-left: 1px solid #fff;
  border-bottom: 3px solid #fff;
  page-break-inside: avoid;
  vertical-align: middle;
}

td.table--corp__dark {
  background: #ded9d0;
}

td.table--corp__link {
  cursor: pointer;
  padding: 0;
  width: 70px;
  text-align: center;
  background: #6e6e6e;
}

td.table--corp__link:hover {
  background: #9a9a9a;
}

.table--corp__link a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #fff;
  background: url('../img/cmn_mark_cellarrow.png') no-repeat center left;
}

.table--corp__link a .icon {
  margin-left: 5px;
}

.table--corp ul {
  margin: 5px 0 5px 5px;
  padding: 0;
}

.table--corp__overseas td {
  background: #ebf2f2;
}

.table--corp__overseas td.table--corp__dark {
  background: #d1e1e2;
}

.table--corp__overseas td.table--corp__link {
  background: #6e6e6e;
}

.table--corp__overseas td.table--corp__link:hover {
  background: #9a9a9a;
}


@media screen and (max-width: 768px) {
  .table--corp {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* ======== Table Style News ======== */
.table--news {
  width: 100%;
}

.table--news td {
  padding: 0 0 10px 0;
  font-size: 12px;
  vertical-align: top;
  border: none;
}

td.table--news__new {
  width: 41px;
}

td.table--news__date {
  padding-left: 15px;
  padding-right: 15px;
}

td.table--news__category {
  width: 115px;
}

td.table--news__text {
  width: 100%;
  padding-left: 30px;
  font-size: 14px;
  background-position: 0 2px;
}

td.table--news__text a {
  margin-left: -15px;
}

/* ========================================
    Figure Area
======================================== */
.fig {
  margin: 30px 0;
}

.fig:after {
  content: "";
  clear: both;
  display: block;
}

.fig figure {
  margin: 0;
  display: table;
}

.fig figcaption {
  margin: 5px 0 0;
  display: table-caption;
  caption-side: bottom;
  font-size: 12px;
}

.fig--center figure {
  margin: 0 auto;
}

.fig--right {
  float: right;
  margin: 30px 0;
  padding: 0 0 0 40px;
}

.fig--left {
  float: left;
  margin: 30px 0;
  padding: 0 40px 0 0;
}

.fig--col2>figure {
  float: left;
  margin: 0 0 0 40px;
  width: 350px;
}

.fig--col2>figure:first-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .fig {
    margin: 20px 0 10px;
  }

  .fig figure {
    display: block;
  }

  .fig img {
    width: 100%;
  }

  .fig--corpMessage img {
    width: 100%;
  }

  .fig--right {
    float: none;
    padding: 0;
    margin-bottom: 0;
  }

  .fig--left {
    float: none;
    padding: 0;
  }
}

.sec--lv2>.fig--col2 figure {
  width: 330px;
}

.sec--lv2>.fig {
  margin-top: 18px;
}

.sec--lv3>.fig--col2 figure {
  width: 310px;
}

.sec--lv3>.fig {
  margin-top: 12px;
}

.fig-banner-01 {
	text-align: center;
}
.fig-banner-01 a {
	display: inline-block;
	text-align: left;
}
.fig-banner-01 .fig-banner-01-image {
	max-width: 100%;
	height: auto;
}
.fig-banner-01 .fig-banner-01-text {
	margin-top: 1.0em;
}

/* ========================================
    Box Area
======================================== */
.box {
  margin: 30px 0 0;
  background: #f2f2f2;
}

.box:after {
  content: "";
  clear: both;
  display: block;
}

.box__frame {
  display: inline-table;
  padding: 20px;
}

.box__frame:after {
  content: "";
  clear: both;
  display: block;
}

.box__title {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
}

.box__body .fig {
  margin: 0;
}

.box--type01 {
  border: 2px solid #ded9d0;
  background-color: #fff;
}

/* ======== search ======== */
.box--search {
  border: 2px solid #e3e2dd;
  background-color: #f1efeb;
}

.box--search .box__frame {
  width: 656px;
  padding: 15px 40px 12px;
}

.box--search__label {
  font-size: 18px;
  float: left;
  font-weight: bold;
}

.box--search__searchbox {
  float: right;
  width: 398px;
  position: relative;
}

.box--search__text {
  padding: 0 5px;
  width: 360px;
  height: 25px;
  border: none;
  line-height: 25px;
  position: absolute;
  left: 0;
  top: 3px;
}

.box--search__btn {
  width: 25px;
  height: 25px;
  background: url(../img/cmn_sprite_searchbtn_01.gif) no-repeat left top;
  border: none;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 3px;
}

.box--search__btn:hover,
.box--search__btn:focus {
  background-position: left bottom;
}

@media screen and (max-width: 768px) {
  .box--search {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .box--search .box__frame {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
  }

  .box--search__searchbox {
    width: 100%;
  }

  .box--search__text {
    position: relative;
    width: 100%;
    top: 0;
    padding: 0;
    height: 40px;
  }

  .box--search__btn {
    top: 0;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
}



/* ======== Inquiry ======== */
.box--inquiry {
  margin-top: 40px;
  background: #fff;
  border: 1px solid #d5d5d5;
}

.box--inquiry .box__frame {
  margin: 3px;
  padding: 20px 0;
  background: #f2f2f2;
}

.box--inquiry .box__title {
  display: table-cell;
  margin: 0;
  padding: 10px 20px;
  width: 180px;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

.box--inquiry .box__body {
  display: table-cell;
  padding: 5px 20px;
  width: 480px;
  font-size: 12px;
  border-left: 1px solid #d5d5d5;
}

.box--inquiry .box__body p {
  margin: 0 0 5px;
}

/* ======== mainVisual ======== */
.fig--mainVisual {
  margin-top: 30px;
  position: relative;
}

.fig--mainVisual figure {
  margin: 0;
  padding: 0;
}

.fig--mainVisual figcaption {
  padding: 5px 50px 5px 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000, gradienttype=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000,endcolorstr=#7f000000,gradienttype=0)";
  color: #fff;

}

.fig--mainVisual figcaption:not(:target) {
  filter: none;
  -ms-filter: none;
}

.fig--mainVisual .fig__title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.fig--mainVisual .fig__body {
  font-size: 13px;
}

/* ==========================================================
 header
========================================================== */
.rnw--header {
  font-weight: 400;
  line-height: 1.9em;
  color: #333;
  position: fixed;
  box-sizing: border-box;
  background-color: #fff;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 95px;
  z-index: 200;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  display: flex;
}

.rnw--header img {
  vertical-align: top;
  max-width: 500px;
  width: 100%;
  height: auto;
}

.rnw--header a {
  color: #333;
  transition: all 0.3s;
  text-underline-position: under;
}

.rnw--header a:link {
  text-decoration-color: transparent;
}

.rnw--header a:hover {
  color: #999;
  text-decoration: underline;
  text-decoration-color: #999;
}

.rnw--header a:active {
  color: #333;
  text-decoration-color: transparent;
}

.rnw--header-inner {
  max-width: 1260px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rnw--header-logo {
  width: 500px;
  padding-left: 20px;
}

.rnw--header-logo a {
  display: inline-block;
}

.rnw--header-logo a:hover {
  opacity: 0.7;
}


.rnw--header-menu::after {
  content: ' ';
  display: table;
  line-height: 0;
  clear: both;
}

.rnw--header-utility {
  padding: 0;
  margin: 0;
  list-style: none;
}

.rnw--header-utility::after {
  content: ' ';
  display: table;
  line-height: 0;
  clear: both;
}

.rnw--header-utility li {
  float: right;
  font-size: 13px;
  font-weight: 500;
  margin-right: 54px;
}

.rnw--header-utility li a {
  display: inline-block;
  position: relative;
}

.rnw--header-utility li a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 7px;
  right: -23px;
}

.rnw--header-btn-inquiry a::after {
  width: 16px;
  height: 12px;
  background: url(/cmn/img/ico_inquiry_pc.svg) no-repeat;
  background-size: 16px;
}

.rnw--header-btn-search a::after {
  width: 15px;
  height: 15px;
  background: url(/cmn/img/ico_search_pc.svg) no-repeat;
  background-size: 15px;
}

.rnw--header-btn-english a::after {
  width: 15px;
  height: 15px;
  background: url(/cmn/img/ico_english_pc.svg) no-repeat;
  background-size: 15px;
}

.rnw--header-nav ul::after {
  content: ' ';
  display: table;
  line-height: 0;
  clear: both;
}

.rnw--header-nav ul li {
  float: left;
  font-size: 15px;
  font-weight: 500;
  margin-top: 7px;
  margin-right: 33px;
}

.rnw--header-nav-inner {
  padding: 0;
  margin: 0;
  list-style: none;
}

.rnw--header-menu--sp {
  display: none;
}


@media screen and (max-width: 768px) {
  .rnw--header {
    min-width: auto;
    height: 60px;
  }

  .rnw--header-menu {
    display: none;
  }

  .rnw--header-inner {
    width: 100%;
  }

  .rnw--header-logo {
    padding-left: 10px;
  }

  .rnw--header img {
    width: 250px;
  }

  /*  */

  .rnw--header {
    height: 60px;
  }

  .rnw--header-menu--sp {
    float: right;
  }

  .rnw--header-utility {
    display: none;
  }

  .rnw--header-nav ul::after {
    content: ' ';
    display: table;
    line-height: 0;
    clear: both;
  }

  .rnw--header-nav ul li {
    position: relative;
    float: none;
    margin-top: 0;
    margin-right: 0;
  }

  .rnw--menu-trigger,
  .rnw--menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
  }

  .rnw--menu-trigger {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 16px;
    right: 15px;
  }

  .rnw--menu-trigger span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 2px;
    background-color: #333;
    border-radius: 1px;
    margin-left: -14px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }

  .rnw--menu-trigger span:nth-of-type(1) {}

  .rnw--menu-trigger span:nth-of-type(2) {
    margin-top: -10px;
  }

  .rnw--menu-trigger span:nth-of-type(3) {
    margin-top: 10px;
  }

  .rnw--menu-trigger.is-active span {
    margin-top: 0;
  }

  .rnw--menu-trigger.is-active span:nth-of-type(1) {
    width: 0;
  }

  .rnw--menu-trigger.is-active span:nth-of-type(2) {
    transform: rotate(45deg);
  }

  .rnw--menu-trigger.is-active span:nth-of-type(3) {
    transform: rotate(-45deg);
  }

  .rnw--header-menu--sp {
    display: block;
    float: none;
    width: 100%;
    height: 0;
    top: 60px;
    position: absolute;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(38, 38, 38, 0.3);
    transition: height .5s ease-in-out;
    -webkit-overflow-scrolling: touch;
  }

  .rnw--header-menu--sp.is-active {
    position: absolute;
    top: 60px;
    height: calc(100vh - 60px);
  }

  .rnw--header-nav {
    float: none;
    width: 100%;
  }

  .rnw--header-nav-inner {
    width: 84%;
    margin: 0 auto;
  }

  .rnw--header-nav-item {
    float: none;
    border-bottom: 1px solid #bfbfbf;
    text-align: left;
    /* padding: 13px 0; */
  }

  .rnw--header-nav-item:first-child {
    display: block;
    margin-top: 10px;
  }

  .rnw--header-nav-item+.rnw--header-nav-item {
    /* padding: 13px 0; */
  }

  .rnw--header-nav-item a {
    display: block;
    padding: 13px 0;
  }

  .rnw--header-nav-item:hover a {
    color: #272727;
  }

  .rnw--header-nav-item a span {
    padding-left: 10px;
  }

  .rnw--header-nav-item a.rnw--header-nav-none::after {
    content: '';
    display: block;
    position: absolute;
    top: 21px;
    right: 17px;
    width: 7px;
    height: 7px;
    border: 2px solid;
    border-color: #f69c31 #f69c31 transparent transparent;
    transform: rotate(45deg);
  }

  .rnw--header-nav-item a.rnw--header-nav-blank::after {
    content: '';
    display: block;
    position: absolute;
    top: 21px;
    right: 11px;
    width: 16px;
    height: 16px;
    background: url('/cmn/img/ico_blank.png') no-repeat 0 0;
    background-size: 16px auto;

  }

  .rnw--header-nav-2nd-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 100%;
  }

  .rnw--header-nav-2nd-toggle>span:first-child {
    position: absolute;
    top: 26px;
    right: 11px;
    content: '';
    width: 16px;
    height: 2px;
    display: block;
    border: none;
    background-color: #f69c31;
    transform: rotate(0);
  }

  .rnw--header-nav-2nd-toggle>span:last-child {
    position: absolute;
    top: 26px;
    right: 11px;
    content: '';
    width: 16px;
    height: 2px;
    display: block;
    border: none;
    background-color: #f69c31;
    transform: rotate(90deg);
    transition: all 0.3s;
  }

  .is-active>.rnw--header-nav-2nd-toggle>span:last-child {
    transform: rotate(0);
  }

  .rnw--header-nav-2nd {
    display: none;
    background-color: #f0f0f0;
    padding: 0;
  }

  .rnw--header-nav ul li.rnw--header-nav-2nd-item {
    position: relative;
    border-top: 1px solid #bfbfbf;
    list-style: none;
    font-size: 11px;
  }

  .rnw--header-nav ul li.rnw--header-nav-2nd-item a:after {
    position: absolute;
    top: 21px;
    right: 17px;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border: 2px solid;
    border-color: #f69c31 #f69c31 transparent transparent;
    transform: rotate(45deg);
  }

  .rnw--header-nav ul li.rnw--header-nav-2nd-item a span {
    padding-left: 20px;
    display: inline-block;
    line-height: 1.6;
  }

  .rnw--header-utility--sp {
    display: block;
    width: 84%;
    margin: 24px auto;
    list-style: none;
    padding: 0;
  }

  .rnw--header-utility--sp li {
    margin: 10px 0;
  }

  .rnw--header-utility--sp li a {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    padding: 8px;
  }

  .rnw--header-utility--sp li a::after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 13px;
  }

  .rnw--header-utility--sp .rnw--header-btn-inquiry a {
    background-color: #f69c31;
  }

  .rnw--header-utility--sp .rnw--header-btn-search a {
    background-color: #8197a4;
  }

  .rnw--header-utility--sp .rnw--header-btn-english a {
    background-color: #8197a4;
  }

  .rnw--header-utility--sp .rnw--header-btn-inquiry a::after {
    width: 16px;
    height: 12px;
    background: url(/cmn/img/ico_inquiry_sp.svg) no-repeat;
    background-size: 16px;
  }

  .rnw--header-utility--sp .rnw--header-btn-search a::after {
    width: 15px;
    height: 15px;
    background: url(/cmn/img/ico_search_sp.svg) no-repeat;
    background-size: 15px;
  }

  .rnw--header-utility--sp .rnw--header-btn-english a::after {
    width: 15px;
    height: 15px;
    background: url(/cmn/img/ico_english_sp.svg) no-repeat;
    background-size: 15px;
  }


}



/* ==========================================================
 nav-global
========================================================== */
.nav-global {
  overflow: hidden;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  width: 100%;
  height: 55px;
  min-width: 1200px;
  z-index: 100;
  background: rgba(19, 16, 0, 0.8);
  line-height: 1.6;
  color: #1d1d1d;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.nav-global-in {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.nav-global ul {
  display: flex;
  justify-content: space-between;
}

.nav-global li {
  width: 300px;
  font-size: 18px;
}

.nav-global li a {
  position: relative;
  display: block;
  padding: 14px 24px 13px;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

.nav-global li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  background: #e18007;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

.nav-global li a:hover {
  color: #e18007;
  text-decoration: none;
}

.nav-global li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.nav-global li a.is-active {
  color: #e18007;
}

.nav-global li a.is-active::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  background: #e18007;
  transform: scale(1, 1);
}

.nav-global li.nav10 {
  width: 270px;
  text-align: center;
}

.nav-global li.nav10 a {
  font-weight: bold;
  display: block;
  padding: 18px 0;
  background: rgba(225, 128, 7, 1.0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.nav-global li.nav10 a:hover {
  background: rgba(225, 128, 7, 0.5);
  color: #fff;
}

.nav-global li.nav10 a::after {
  display: none;
}

.nav-global li.nav10 .ico-mail {
  padding-left: 35px;
  background: url(/common/img/ico_mail_01.png) no-repeat left center;
}

.nav-global li.nav10 a.is-active {
  color: #fff;
}

/* ==========================================================
 hero
========================================================== */
/* hero-cmn
---------------------------------------------------------- */
.hero-cmn {
  padding: 95px 0 0;
  border-bottom: 8px solid #e18007;
}

.hero-cmn-in {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
  padding: 46px 0;
}

.hero-cmn .title {
  display: inline-block;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 29px;
  font-weight: bold;
  vertical-align: middle;
}

.hero-cmn .txt {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  color: #e18007;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {

  .hero-cmn {
    padding: 20px 0;
    border-bottom: 4px solid #e18007;
    margin-top: 60px;
  }

  .hero-cmn .title {
    font-size: 22px;
  }

  .hero-cmn-in {
    width: auto;
    padding: 0 20px;
  }
}

/* ==========================================================
 MV
========================================================== */
.mv-corporate,
.mv-service,
.mv-ir {
  height: 450px;
  margin-top: -50px;
  margin-bottom: 40px;
  position: relative;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.mv-corporate {
  background: url(../corporate/img/mv-corporate-bg.jpg) no-repeat center top;
  background-size: 1800px;
}

.mv-service {
  background: url(../service/img/mv-service-bg.jpg) no-repeat center top;
  background-size: 1800px;
}

.mv-ir {
  background: url(../ir/img/mv-ir-bg.jpg) no-repeat center top;
  background-size: 1800px;
}

.mv-corporate h2,
.mv-service h2,
.mv-ir h2 {
  position: absolute;
  font-size: 30px;
  top: 48%;
  left: 16.5%;
  transform: translateY(-50%);
  color: #fff;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
}


@media screen and (max-width: 768px) {

  .mv-corporate,
  .mv-service,
  .mv-ir {
    height: 193px;
    margin-top: -21px;
    margin-bottom: 45px;
    background-size: 768px;
  }

  .mv-corporate img,
  .mv-service img,
  .mv-ir img {
    top: 33%;
    left: 8%;
    width: 36vw;
  }
}

@media screen and (max-width: 750px) {

  .mv-corporate,
  .mv-service,
  .mv-ir {
    margin-bottom: 22px;
  }

  .mv-corporate img,
  .mv-service img,
  .mv-ir img {
    top: 36%;
    width: 50vw;
  }

  .mv-corporate h2,
  .mv-service h2,
  .mv-ir h2 {
    font-size: 22px;
    left: 7%;
  }
}


/* ==========================================================
 footer
========================================================== */
.footer {
  width: 100%;
  background-color: #fff;
  position: relative;
  background: none;
  line-height: 1.6;
  color: #1d1d1d;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
}

.footer-utility {
  padding: 62px 0 127px;
}

.footer-in {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding: 0 10px;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.footer-grid-col {
  width: 280px;
}

.footer-grid-col_w480 {
  width: 480px;
}

.footer-grid-col_w260 {
  width: 260px;
}

.footer-ttl {
  padding-bottom: 16px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}

.footer-ttl a {
  padding-left: 22px;
}

.footer-ttl::before {
  content: '';
  position: absolute;
  display: inline-block;
  background: url(/cmn/img/ico_border.svg) no-repeat;
  background-size: 12px;
  width: 12px;
  height: 3px;
  top: 10px;
}

.footer a {
  color: #1d1d1d;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
}

.footer a:hover {
  -ms-filter: 'alpha( opacity=50)';
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: none;
}

ul.footer-links {
  padding-left: 20px;
  margin: 25px 0 45px;
}

.footer-links li {
  font-size: 16px;
  margin-top: 13px;
}

.footer-ttl-group {
  margin-bottom: 50px;
}

.footer-grid-col.footer-grid-banner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.footer-banner .footer-banner-row {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-banner .footer-banner-row .footer-banner-col {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 12.5px;
}

.footer-banner .footer-banner-row .footer-banner-col .footer-banner-link {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.footer-banner .footer-banner-row .footer-banner-col .footer-banner-ttl {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.footer-banner .footer-banner-row .footer-banner-col .footer-banner-ttl {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-banner .footer-banner-row .footer-banner-col .footer-banner-img {
  -webkit-transform: translate3d(0, 0, 0) rotate(0.1deg);
  transform: translate3d(0, 0, 0) rotate(0.1deg);
}

.footer-banner .footer-banner-row .footer-banner-col .footer-banner-img {
  display: block;
  width: 225px;
}

.footer-banner .footer-banner-row .footer-banner-col .footer-banner-ttl.ico-blank-01::after {
  position: absolute;
  top: 1px;
  -webkit-transform: translate3d(0, 0, 0) rotate(0.1deg);
  transform: translate3d(0, 0, 0) rotate(0.1deg);
}

.ico-blank-01::after {
  display: inline-block;
  margin-left: 10px;
  content: '';
  width: 16px;
  height: 16px;
  background: url(/common/img/ico_blank_01.png) no-repeat 0 0;
  background-size: 16px auto;
}

.footer-nav-wrap {
  position: relative;
}

@media screen and (max-width: 768px) {
  .footer {
    min-width: auto;
  }

  .footer-in {
    width: auto;
  }

  .footer-utility {
    border-top: 1px solid #bfbfbf;
    padding: 30px 0;
  }

  .footer-utility .footer-grid-col {
    display: none;
  }

  .footer-utility .footer-grid-col.footer-grid-banner {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .footer-banner {
    padding: 0;
  }

  .footer-banner-col {
    width: 100%;
  }

  .footer-banner .footer-banner-row {
    max-width: 245px;
  }

  .footer-banner .footer-banner-row .footer-banner-col {
    margin: 0 0 20px 0;
  }

  .footer-banner .footer-banner-row .footer-banner-col .footer-banner-img {
    width: 100%;
  }
}


.btn-cmn-pagetop {
  overflow: hidden;
  position: fixed;
  right: 0;
  bottom: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 150;
}

@media screen and (min-width: 1300px) {
  .btn-cmn-pagetop {
    right: calc(50% - 590px);
  }
}

@media screen and (max-width: 1299px) and (min-width: 1200px) {
  .btn-cmn-pagetop {
    right: calc(50% - 600px);
  }
}

@media screen and (max-width: 768px) {
  .btn-cmn-pagetop {
    right: 8px;
    bottom: 8px;
  }
}

.btn-cmn-pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background: url(/common/img/btn_toppage_01.png) no-repeat 0 0;
  background-size: 50px auto;
  text-indent: -9999px;
}

.footer-nav {
  padding: 25px 0 0;
  ;
  background-color: #8197a4;
}

.footer-nav .footer-in {
  text-align: center;
}

.footer-nav li {
  display: inline;
  margin-left: 50px;
}

.footer-nav li:first-child {
  margin-left: 0;
  /* font-size: 14px; */
}

.footer-nav li a {
  color: #fff;
}

.footer-copyright {
  padding: 10px 0 22px;
  background-color: #8197a4;
}

.footer-copyright-txt {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
}


@media screen and (max-width: 768px) {
  .footer-nav {
    padding: 0;
  }

  .footer-nav .footer-in {
    padding: 0;
  }

  .footer-nav li {
    margin-left: 0;
  }

  .footer-nav li a {
    margin-left: 0;
    font-size: 10px;
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    padding: 15px 26px;
    border-bottom: 1px solid #fff;
  }

  .footer-nav li a:first-child {
    margin-left: 0;
  }

  .footer-copyright {
    padding: 8px 0;
  }

  .footer-in {
    width: 100%;
    padding: 0 20px;
  }

  .footer-copyright-txt {
    font-size: 10px;
    text-align: center;
  }
}

/* ========================================
    LocalNav
======================================== */
.localNav {
  float: left;
  margin-left: 60px;
  width: 280px;
}

.localNav .localNav__title {
  margin: 0;
  padding: 0;
  border-top: 3px solid #3c3c3c;
  border-bottom: 2px solid #eee;
}

.localNav a:hover {
  text-decoration: none;
  color: #3c3c3c;
}

.localNav a:visited {
  color: #3c3c3c;
}

.localNav .localNav__title a {
  display: block;
  margin: 0;
  padding: 10px 0 10px 20px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.localNav .localNav__title a:hover {
  background: #f3f3f3;
}

.localNav ul {
  margin: 12px 0 0 0;
  padding: 0;
  list-style: none;
}

.localNav li {
  position: relative;
}

.localNav li a {
  display: block;
  margin: 0;
  padding: 15px 0 15px 22px;
  font-size: 15px;
  line-height: 1.0;
  border-bottom: 1px solid #eee;
  position: relative;
}

.localNav li a:hover {
  background: #f3f3f3;
}

.localNav li a.localNav__active {
  background: #f3f3f3;
}

ul.localNav--sub {
  margin-top: 0;
  border-bottom: 1px solid #eee;
}

.localNav--sub li a {
  display: block;
  margin: 0;
  padding: 15px 0 15px 32px;
  font-size: 14px;
  line-height: 1.0;
  border-bottom: none;
}

.localNav li a.localNav__active:after,
.localNav li a:hover:after {
  position: absolute;
  top: 50%;
  right: -5px;
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  margin-top: -4.5px;
  background: url('../img/cmn_mark_localnavi_active.png') no-repeat center left;
}

.localNav__banner {
  margin: 20px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .localNav {
    float: none;
    width: 100%;
    margin: 0;
  }

  .localNav li a.localNav__active:after,
  .localNav li a:hover:after {
    content: none;
  }
}

/* ========================================
    Page Contents
======================================== */
.pageContents {
  margin: 0 auto;
  width: 1200px;
  padding: 0 0 100px 0;
  overflow: hidden;
}

.pageContents:after {
  content: "";
  clear: both;
  display: block;
}

.pageContents--gray {
  padding: 0 0 0 0;
  width: 100%;
  background: #e1e1e1;
}

.pageContents--lightgray {
  padding: 0 0 0 0;
  width: 100%;
  background: #e3e2dd;
  border-top: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .pageContents {
    width: auto;
    display: flex;
    flex-direction: column-reverse;
  }

  .pageContents.pageContents--index {
    width: 100%;
    padding: 0 0 50px 0;
  }
}

/* ========================================
    Article Contents
======================================== */
.contents {
  float: right;
  margin: 0 60px 0 0;
  width: 740px;
}

.contents:before,
.contents:after {
  content: "";
  clear: both;
  display: block;
}

.contents--1col {
  float: none;
  margin: 0 auto;
  width: 740px;
}

.contents--banner {
  float: none;
  margin: 0 auto;
  width: 1000px;
  min-width: 1000px;
}

@media screen and (max-width: 768px) {

  .contents {
    padding: 0 20px;
    width: auto;
    float: none;
    margin: 0 0 50px 0;
  }

  .contents--1col {
    width: auto;
  }

  .contents--banner {
    width: auto;
    min-width: auto;
  }

  .contents--fullWidth {
    padding: 0;
  }
}

.contents--gray {
  float: none;
  margin: 0 auto;
  width: 1200px;
  background: #f2f2f2;
}

.contents--lightgray {
  float: none;
  margin: 0 auto;
  width: 1200px;
  background: #f1efeb;
}

.contents>p {
  margin: 30px 0 0 0;
}

.contents>ol {
  padding: 20px 0 10px 25px;
  font-size: 14px;
}

.contents>ol li {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  .contents>p {
    margin: 15px 0 0 0;
  }
}

/* ========================================
    Category Index (main)
======================================== */
.catIndexNavi a {
  display: block;
  width: 480px;
  /* height: 180px; */
  /* background: #f2f2f2; */
}

.catIndexNavi a img {
  width: 100%;
}

.catIndexNavi a:visited {
  text-decoration: none;
  color: #3c3c3c;
}

.catIndexNavi a:hover {
  text-decoration: none;
  color: #3c3c3c;
}

.catIndexNavi a {
  float: right;
}

.catIndexNavi a:first-child {
  float: left;
}

.catIndexNavi span {
  display: block;
  width: 180px;
  font-size: 12px;
}

span.catIndexNavi__title {
  padding: 7px 0 0 15px;
  font-size: 14px;
  line-height: 1.4;
}

span.catIndexNavi__summary {
  padding: 15px 0 0 15px;
}

.catIndexNavi a:visited span.catIndexNavi__title {
  color: #9b7f9c;
}

.catIndexNavi a:hover span.catIndexNavi__title {
  text-decoration: underline;
  color: #5a92ae;
}


@media screen and (max-width: 768px) {
  /* .catIndexNavi {
    height: auto;
    padding: 0 20px;
  } */

  .catIndexNavi a {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .catIndexNavi a img {
    width: 100%;
    margin-bottom: 5px;
  }

  .catIndexNavi span {
    width: auto;
  }

  span.catIndexNavi__title {
    padding: 0 0 0 20px;
  }

  span.catIndexNavi__summary {
    padding: 10px 20px 15px 20px;
  }
}


/* ========================================
    Category Index (list)
======================================== */
.catIndexNaviList {
  margin: 0 -41px 0 0;
  padding: 0;
  list-style: none;
}

.catIndexNaviList:after {
  content: "";
  clear: both;
  display: block;
}

.catIndexNaviList a {
  display: block;
}

.catIndexNaviList a:hover {
  text-decoration: underline;
}

.catIndexNaviList a.overseas span {
  padding-top: 3px;
  line-height: 1.3;
}

.catIndexNaviList a.overseas span.icon:before {
  margin-top: 0;
}

.catIndexNaviList a.philosophy span {
  padding-top: 3px;
  line-height: 1.3;
}

.catIndexNaviList a.philosophy span.icon:before {
  margin-top: 0;
}

.catIndexNaviList>li {
  float: left;
  margin: 50px 41px 0 0;
  padding: 0;
  width: 306px;
}

.catIndexNaviList img {
  margin: 0 0 2px 0;
}

@media screen and (max-width: 768px) {
  .catIndexNaviList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .catIndexNaviList>li {
    width: 48%;
    margin: 0;
    margin-bottom: 20px;
  }

  .catIndexNaviList img {
    width: 100%;
  }

  .catIndexNaviList .icon {
    font-size: 12px;
  }
}

/* ========================================
    Dialog
======================================== */
.dialog {
  z-index: 30000;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dialog__box {
  z-index: 30001;
  display: none;
  position: absolute;
  background: #fff;
}

.dialog__overlay {
  z-index: 29999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#b2000000, EndColorStr=#b2000000);
  /* IE 8以上用 */
}

.dialog__overlay:not(:target) {
  filter: none;
}

.dialog__closeBtn {
  position: absolute;
  top: 0;
  right: -52px;
  width: 52px;
  height: 52px;
  background: url('../img/cmn_button_dialo_close.png') no-repeat 0 0;
}

.dialog__closeBtn:hover {
  background-position: 0 -52px;
}

.dialog__printBtnBox {
  margin: 0;
  height: 23px;
}

.dialog__printBtn {
  float: right;
  width: 70px;
  height: 23px;
  background: url('../img/cmn_button_dialog_print.png') no-repeat 0 0;
}

.dialog__printBtn:hover {
  background-position: 0 -23px;
}


/* ========================================
    Add on
======================================== */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ovH {
  overflow: hidden !important;
}

/* ========================================
    Print
======================================== */
@media print {
  body {
    font-size: 11pt;
    width: 740px;
    min-width: 740px;
  }

  .wrapper {
    width: auto;
    min-width: initial;
    padding-top: 20px;
  }

  .header {
    background: none;
    position: static;
    width: 740px;
    height: 54px;
    min-width: 740px;
  }

  .header-in {
    width: 740px;
  }

  .header-utility {
    display: none;
  }

  .header-link {
    display: none;
  }

  .nav-global {
    display: none;
  }

  .hero-cmn {
    padding: 10px 0 30px;
    border-bottom: 0;
  }

  .hero-cmn-in {
    width: 740px;
  }

  .nav-breadcrumb {
    display: none;
  }

  .pageContents {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 740px;
  }

  .localNav {
    display: none;
  }

  .contents {
    float: none;
    margin: 0 auto;
    width: 740px;
  }

  .footer {
    background: none;
    width: 740px;
    min-width: 740px;
    border-top: none;
  }

  .footer-utility {
    display: none;
  }

  .btn-cmn-pagetop {
    display: none;
  }

  .footer-in {
    width: 740px;
  }

  .footer-nav {
    display: none;
  }

  .innerLink {
    display: none;
  }

  .table--corp td {
    padding: 5px 0 5px 0;
  }

  .area-features {
    display: none;
  }

  body.printWide {
    zoom: 88%;
  }

  body.printWide .header {
    width: 1200px;
    min-width: 1200px;
  }

  body.printWide .header-in {
    width: 1200px;
  }

  body.printWide .pageContents {
    width: 1200px;
  }

  body.printWide .contents {
    width: 1200px;
  }

  body.printWide .contents--banner {
    width: 1000px;
  }

  body.printWide .footer {
    width: 1200px;
    min-width: 1200px;
  }

  body.printWide .footer-in {
    width: 1200px;
  }

}

@media screen and (max-width: 768px) {
  .youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .youtube iframe {
    width: 100%;
    height: 100%;
  }
}