@charset "UTF-8";
/*----------------------------------------------------
	☆Reset

color #444
link color #5eab40
accent color Green #7CC25F;
accent color red #CB4441;
	
----------------------------------------------------*/
html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
  color: #222;
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem; /* sets the default sizing to make sure nothing is actually 10px */
  line-height: 1;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#fancybox-wrap, #fancybox-wrap *, #fancybox-tmp, #fancybox-loading {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -o-box-sizing: content-box !important;
  -ms-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
a, a:link, a:hover, a:focus {
  color: #777;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}
a:hover {
  color: #222;
  text-decoration: none;
}
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #DDD;
  color: #444; /* Safari */
}
::-moz-selection {
  background-color: #DDD;
  color: #444; /* Firefox */
}
a {
  display: inline-block;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/
.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
/* End hide from IE-mac */
/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/
br.clear {
  display: inline !important;
  display: none;
  clear: both;
  line-height: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  br.clear {
    display: block !important;
    content: " ";
  }
}
div.clear {
  clear: both;
  line-height: 0px;
}
/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/
#topcontrol {
  z-index: 100;
}
#topcontrol a {
  background: url(../cmn_js/scrolltop/scrollup.png) center center no-repeat;
  background: url(../cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat\9; /* IE8 and below */
  *background: url(../cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE7 and below */
  _background: url(../cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE6 */
  background-size: 40px 40px;
  font-size: 0;
  text-decoration: none;
  display: block;
  height: 38px;
  width: 38px;
  opacity: 0.7;
  border-radius: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
#topcontrol a:hover {
  background-size: 54px 54px;
  opacity: 1;
  height: 50px;
  width: 50px;
}
/*----------------------------------------------------
	☆Display None
----------------------------------------------------*/
#sample {
  display: none;
  visibility: hidden;
}
/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/
/*-- WRAP --*/
#wrap {
  padding-top: 90px;
}
/*-- HEADER --*/
#header {
  background-color: #FFF;
  border-bottom: 1px solid #E0E0E0;
  height: auto;
  padding: 0 20px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
body.customize-support #header {
  top: 30px;
}
#header * {
  letter-spacing: normal;
}
#header div.inr {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
#header div.inr .logo {
  float: left;
  line-height: 0;
  padding: 3px 0 0 0;
  width: 20%;
}
#header div.inr .logo img {
  max-width: 262px;
}
#header div.inr .hdR {
  float: right;
  padding: 10px 0 0 0;
  width: 80%;
}
#header div.inr .hdR .hdMenu {
  padding: 0 0 18px;
  text-align: right;
}
#header div.inr .hdR .hdMenu ul {
  overflow: hidden;
}
#header div.inr .hdR .hdMenu ul li {
  display: inline-block;
  font-size: 12px;
  padding: 0 2px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header div.inr .hdR .hdMenu ul li a {
  border-bottom: 2px solid #FFF;
  color: #AAA;
  display: inline-block;
  padding: 5px 2px 5px;
  text-decoration: none;
  transition: 0.2s;
}
#header div.inr .hdR .hdMenu ul li a:hover, #header div.inr .hdR .hdMenu ul li a.current {
  color: #222;
  border-bottom: 2px solid #222;
}
#header div.inr .hdR .hdMenu ul li i {
  font-size: 19px;
  vertical-align: middle;
}
#header div.inr .hdR .hdMenu ul li.li03 {
  font-size: 14px;
  font-family: 'Ropa Sans', sans-serif;
}
#header div.inr .hdR .hdMenu ul li.li04 {
  border-left: 1px solid #BBBBBB;
  margin-left: 15px;
  padding: 0 10px 0 20px;
  display: none;
}
#gNav {
  text-align: right;
}
#gNav > ul {
  padding-right: 5px;
}
#gNav > ul > li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 30px;
  padding-bottom: 22px;
  position: relative;
}
#gNav > ul > li > a {
  color: #444;
  text-decoration: none !important;
  transition: 0.2s;
}
#gNav > ul > li > a:hover {
  color: #000;
}
#gNav ul li ul.sub {
  border: 1px solid #EEE;
  background-color: #FFF;
  position: absolute;
  top: 34px;
  left: -10px;
  z-index: 1000;
  display: none;
  width: 200px;
}
#gNav ul li ul.sub li {
  border-bottom: 1px dotted #DDD;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
}
#gNav ul li ul.sub li a {
  background-color: #FAFAFE;
  color: #666;
  display: block;
  padding: 10px 10px;
  text-decoration: none;
}
#gNav ul li ul.sub li a:hover {
  background-color: #FFF;
  color: #000;
}
#gNav ul li:hover ul.sub {
  display: block;
}
#gNav > ul > li.current > a {
  color: #0059A6;
}
/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 1100px) {}
/*==========================================*/
/*==========================================*/
/*-- MV --*/
#mv {
  background-size: cover;
  background-position: center top;
  border-bottom: 5px solid #0059A6;
  height: 420px;
  display: block;
  position: relative;
  width: 100%;
  /*
	background: linear-gradient(rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.3)), url(../cmn_img/sample_mv.jpg) center top no-repeat;
	background: -webkit-gradient(linear, left bottom, right top, from(#00297F), to(#011C51));
	background: -webkit-linear-gradient(left bottom, #00297F, #011C51);
	background: -moz-linear-gradient(left bottom, #00297F, #011C51);
	background: -o-linear-gradient(left bottom, #00297F, #011C51);
	background: linear-gradient(to right top, #00297F, #011C51);
	*/
}
#mv.materials {
  background: linear-gradient(rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.3)), url(/cmn/uniq/materials/bg_mv.png) center top no-repeat;
  background-size: cover;
}
#mv.company {
  background: linear-gradient(rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.3));
  background-size: cover;
}
#mv #mvInr {
  height: 420px;
  display: table;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: 100%;
  max-width: 1280px;
}
#mv .cName {
  color: #FFF;
  height: 420px;
  display: table-cell;
  line-height: 1.4;
  vertical-align: middle;
  width: 100%;
  transition: 0.2s;
}
#mv .cName span {
  display: block;
  transition: 0.2s;
}
#mv .cName span.en {
  color: #FFF;
  font-weight: 600;
  font-size: 50px;
  font-size: 5rem;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
#mv .cName span.jp {
  color: #FFF;
  font-weight: 300 !important;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
/*
#mv:after {
	background:rgba(0,0,0,0.6);
	content:'';
	height:290px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
*/
#mv2 {
  background-size: cover;
  border-bottom: 5px solid #0059A6;
  display: block;
  position: relative;
  padding: 0 20px;
  width: 100%;
}
#mv2 #mvInr {
  display: table;
  height: 200px;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  position: relative;
}
/*
#mv2:before {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	
	background:-webkit-gradient(linear, left top, right bottom, from(#00297F), to(#00297F));
	background:-moz-linear-gradient(left, #00297F, #00297F);
	background:linear-gradient(left, #00297F, #00297F);
	

	
}
*/
/*
#mv2 #mvInr:before {
	background-color: #0059A6;
	content: '';
	display: block;
	height: 2px;
	width: 30%;
	position: absolute;
	top: -1px;
	left: 0;
}
*/
#mv2 #mvInr .cell {
  display: table-cell;
  height: 200px;
  vertical-align: middle;
  padding: 20px 0;
  width: 100%;
}
#mv2 #mvInr h1 {
  display: block;
  letter-spacing: 0.1em;
}
#mv2 #mvInr h1 span {
  display: block;
  letter-spacing: 0.1em;
}
#mv2 #mvInr h1 span.category {
  color: #0059A6;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 25px;
}
#mv2 #mvInr h1 span.name {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.4;
}
#mv2 #mvInr h1 em {
  color: #999;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-left: 15px;
  padding-top: 5px;
}
#mv2 #mvInr h1 em.date {
  color: #999;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-left: 0;
}
#mv2 #mvInr p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9;
  padding-top: 25px;
}
/*==========================================*/
/*-- BREADCHUMBS --*/
#breadChumbs {
  border-bottom: 1px solid #E0E0E0;
  color: #999;
  margin: 0 auto;
  padding: 15px 20px 15px;
}
#breadChumbs p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 0 auto;
  transition: 0.2s;
  max-width: 1280px;
}
#breadChumbs p a {
  color: #999;
  text-decoration: none;
}
#breadChumbs p a.currentPoint, #breadChumbs p a:hover {
  color: #666;
  text-decoration: none;
}
/*-- CategoryNav --*/
.categoryNav {
  border-bottom: 1px solid #E0E0E0;
  background-color: #FAFAFE;
}
.categoryNav.cnBtm {
  border-top: 5px solid #0059A6;
  padding-top: 40px;
  padding-bottom: 15px;
}
.categoryNav h3 {
  margin-bottom: 5px;
  text-align: center;
}
.categoryNav h3:after {
  background-color: #000;
  content: '';
  display: block;
  height: 2px;
  margin: 20px auto 0;
  width: 35px;
}
.categoryNav ul {
  margin: 0 auto;
  padding: 25px 30px;
  max-width: 1280px;
}
.categoryNav ul li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 5px;
  padding: 0 10px;
  vertical-align: top;
}
.categoryNav ul li a {
  color: #AAA;
  display: block;
  padding: 10px 6px 10px;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
}
.categoryNav ul li a:hover {
  color: #000;
}
.categoryNav ul li a:after {
  background-color: #FAFAFE;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.categoryNav ul li.current a {
  color: #000;
}
.categoryNav ul li.current a:after, .categoryNav ul li a:hover:after {
  background-color: #0059A6;
}
/*
#categoryNav ul li a:before {
	content: "\f107";
	color: #00A4FF;
	display: inline-block;
	font-family: "fontawesome";
	font-size: 15px;
	margin-right: 7px;
}
*/
#anchorNav {
  background-color: #FAFAFE;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 70px;
}
#anchorNav ul {
  margin: 0 auto;
  padding: 35px 30px 30px;
  max-width: 1280px;
}
#anchorNav ul li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding-left: 10px;
  vertical-align: top;
  width: 16.2%;
}
#anchorNav.inline {
  border-bottom: 1px solid #EEE;
  margin-bottom: 40px;
  text-align: center;
}
#anchorNav.inline ul {
  margin: 0 auto;
  padding: 12px 30px 12px;
  max-width: 1280px;
}
#anchorNav.inline ul li {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
  padding: 0 10px;
  vertical-align: top;
  width: auto;
}
/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 1200px) {
  #anchorNav ul li {
    font-size: 13px;
    font-size: 1.3rem;
    width: 24%;
  }
}
#anchorNav ul li a {
  display: block;
  padding: 7px;
  text-decoration: none;
}
#anchorNav ul li a:before {
  content: "\f107";
  color: #0059A6;
  display: inline-block;
  font-family: "fontawesome";
  font-size: 15px;
  margin-right: 7px;
}
/*-- CONTENTS --*/
#contents {
  margin: 0 auto 0;
  padding: 0 0;
  position: relative;
  z-index: 2;
}
#contents p, #contents li, #contents dt, #contents dd, #contents th, #contents td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}
#main {
  background-color: #FFF;
  margin: 0 auto 0;
  position: relative;
}
body#detail #main {
  padding-top: 60px;
  padding-bottom: 50px;
}
#main section {
  margin: 0 auto 80px;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
#main .tiny {
  margin: 0 auto;
  max-width: 1160px;
}
#main section.firstSection {
  padding-top: 50px;
}
#lMenu {
  margin-bottom: 40px;
}
#lMenu div.categoryMenu {
  border: 1px solid #CCC;
  border-top: 4px solid #7cc25f;
  padding: 35px 35px 10px;
}
#lMenu div.categoryMenu h3 {
  border-bottom: 1px dotted #999;
  font-family: "Noto Sans Japanese";
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  margin-bottom: 35px;
  padding: 0 0 20px;
  transition: 0.2s;
}
#lMenu div.categoryMenu h3 span.en {
  color: #7cc25f;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-left: 10px;
  text-transform: uppercase;
}
#lMenu div.categoryMenu ul#nav > li {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  margin-right: 35px;
  padding-bottom: 10px;
  transition: 0.2s;
}
#lMenu div.categoryMenu ul#nav li a span:before {
  content: "\f0da";
  display: inline-block;
  font-family: "fontawesome";
  font-size: 9px;
  font-weight: normal;
  margin-right: 0.6em;
  vertical-align: middle;
}
#lMenu div.categoryMenu ul#nav > li > a {}
#lMenu div.categoryMenu ul#nav > li > a:hover {
  text-decoration: none;
}
#lMenu div.categoryMenu ul#nav > li.on {
  font-weight: bold;
  text-decoration: none;
}
#lMenu div.categoryMenu ul#nav > li.on > a {
  text-decoration: none;
}
/*-- FOOTER --*/
#footer {
  background-color: #444;
  padding: 50px 20px 80px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer div.inr {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
  overflow: hidden;
}
#footer div.inr .ftL {
  float: left;
  width: 40%;
  margin-right: 20px;
  padding-top: 20px;
}
#footer div.inr .ftL h2 {
  line-height: 0;
  margin-bottom: 60px;
}
#footer div.inr .ftL h2 img {
  width: 250px;
}
#footer div.inr .ftL .ftNav {}
#footer div.inr .ftL .ftNav {
  margin-bottom: 20px;
  overflow: hidden;
}
#footer div.inr .ftL .ftNav li {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer div.inr .ftL .ftNav li a {
  border-right: 1px solid #FFF;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  margin-right: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: 0.2s;
}
#footer div.inr .ftL .ftNav li.last a {
  border-right: none;
}
#footer div.inr .ftL .subNav {
  margin-bottom: 50px;
  overflow: hidden;
}
#footer div.inr .ftL .subNav li {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 14px;
}
#footer div.inr .ftL .subNav li a {
  border-right: 1px solid #FFF;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  margin-right: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: 0.2s;
}
#footer div.inr .ftL .subNav li.last a {
  border-right: none;
}
#footer div.inr .ftL small {
  color: #FFF;
  font-family: 'Ropa Sans', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer div.inr .ftC {
  float: left;
  width: 35%;
}
#footer div.inr .ftC img {
  height: auto;
  width: 100%;
}
#footer div.inr .ftR {
  float: right;
  width: 20%;
}
#footer div.inr .ftR img {
  height: auto;
  width: 100%;
}
#footer div.inr .accessMap {
  line-height: 0;
  margin-bottom: 20px;
}
#footer div.inr .calendar {}
#footer div.inr .calendar table {
  color: #333;
  font-size: 12px;
  margin-bottom: 15px;
  table-layout: fixed;
  width: 100%;
}
#footer div.inr .calendar table th, #footer div.inr .calendar table td {
  padding: 12px 5px;
  border: 1px solid #888
}
#footer div.inr .calendar table th {
  background: #dfdfdf;
}
#footer div.inr .calendar table td {
  background: #fff;
  text-align: center;
}
#footer div.inr h3 {
  color: #FFF;
  font-size: 13px;
  margin-bottom: 5px;
}
#footer div.inr p {
  color: #FFF;
  font-size: 12px;
  line-height: 1.7;
}
#footer #copyRight {
  display: none;
}
/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 1300px) {}
#my-button {
  display: none;
  position: absolute;
  top: 20px;
  left: 15px;
  transition: 0.2s;
  width: 28px;
}
#my-button a {
  border-radius: 4px;
  display: block;
  text-decoration: none;
  padding: 0;
}
#my-button a:hover {
  text-decoration: none;
}
#my-button .menuName {
  color: #FFF;
  display: inline-block;
  font-size: 8px;
  padding-top: 0px;
  text-align: center;
}
.menu-trigger, .menu-trigger span {
  transition: all .4s;
  box-sizing: border-box;
  text-decoration: none;
}
.menu-trigger {
  position: relative;
  /*
	width: 28px;
	*/
  height: 20px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
html.mm-opened .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
html.mm-opened .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
html.mm-opened .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
#my-button a:hover .menu-trigger span {}
/*健康経営宣言*/
.hmd {
  margin: 0 auto 80px !important;
}
h3.ttl {
  font-size: 4rem;
  margin: 0 0 -30px 0;
}
h4.stext {
  font-weight: normal;
  margin: 0 0 30px 0;
  line-height: 2.5rem;
}
.text-right {
  text-align: right;
  margin: 45px 0 0 0;
}
.highlight-box {
  padding: 2rem 4rem 4rem 4rem;
  background: #e9effd;
}
h4.sttl {
  border-bottom: 1px solid #000;
  padding: 0 0 10px 0;
  font-size: 2rem;
  margin: 30px 0 20px;
}
.highlight-box-in ol {
  margin: 20px 0 0 30px;
  counter-reset: count 0;
}
.highlight-box-in ol li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
}
.highlight-box-in ol li {
  margin: 0 0 10px 0;
}
ul.highlight-list {
  margin: 0 0 0 70px;
}
ul.highlight-list li {
  list-style-type: disc;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 750px) {
  .hmd {
    width: 90%;
    margin: 0 auto;
  }
  h3.ttl {
    font-size: 2.5rem;
    margin: 0 0 -30px 0;
  }
  h4.stext {
    font-weight: normal;
    margin: 0 auto 30px;
    line-height: 2.5rem;
    width: 90%;
    text-align: justify;
  }
  .highlight-box {
    padding: 1rem 2rem 2rem 2rem;
    background: #e9effd;
  }
  ul.highlight-list {
    margin: 0 0 0 15px;
  }
}
/**　2024/10/07 ユニソルデザイン追加　**/
h1.contact_list-left {
  width: 30%;
  display: inline-block !important;
}
.contact_list {
  display: inline-block;
}
.contact_list li {
  display: inline-block;
  margin: 10px 15px 0 0;
}
@media only screen and (max-width: 750px) {
  h1.contact_list-left {
    width: 100%;
    display: block !important;
  }
}