/**/
body{
font-family: a-otf-ud-shin-go-pr6n, sans-serif;
font-style: normal;
font-weight: 300;
}
.material-icons-outlined{
	font-size:36px;
}
.text-fontSerif{
	font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, HGP明朝E, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", sans-serif!important;
}
.navbar #gnavi.navbar-nav .nav-item .nav-link,
.navbar #gnavi.navbar-nav .nav-item .nav-link,
#gnavi ul li, #gnavi ol li{
	color: #fff;
}


@media screen and ( min-width : 992px ) and (max-width : 1199.98px ){/*1200画面狭くした時ナビ調整(2)*/
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/

	/*.navbar #gnavi.navbar-nav .nav-item .nav-link{
		font-size: .8rem!important;
	}*/
	.navbar-nav li {
    padding: 0 0px!important;
		font-size: .8rem!important;
}
}

@media screen and (max-width:991px) { /*狭くした時にテキストが折れるようにする*/
	.cramped {
		display:block;
	}
}


@media (min-width: 992px) {
  
  }

#localNavi{ /*ローカル*/
	background-color: #f7f7f7;
}
#localNavi .nav-innerMenu{
	max-width: 780px;
	margin-right: auto;
	margin-left:auto;
	
	margin-bottom: 0px;
	
}

/*文字*/
p span.small{
	font-size: .5em;
	padding-left: 4px;
}
.material-icons-outlined{
	vertical-align: middle;
	margin-right: 10px;
}

/* ページ最後のローカルメニュー */
.slipLink-wrap li a {
    display: block;
    background: #fff;
    border-left: 8px solid #0d3780;
    padding: 20px;
    transition: .2s;
}

.slipLink-wrap {
    background: #e9f0f4;
    padding: 30px 6.25%;
    /*margin-bottom: 80px;*/
}
.slipLink-wrap li {
    width: 32%;
}
.slipLink-wrap ol, .slipLink-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.slipLink-wrap li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.slipLink-wrap ul {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
}
h1.title span.small{
	font-size: .8rem;
	padding-top: 4px;
	display: block!important;
}
h5.card-title {
    color: #6d6d73;
	font-weight: 700;
}
.bg-default .card-body .card-title,
.bg-danger .card-body .card-title,
.bg-info .card-body .card-title{
    color: #fff;/*暗背景の時、白字*/
}


img.cardFace {/* 欠けていない画像 */
	border-bottom-left-radius: 0rem;
	border-bottom-right-radius: 0rem;
}

.container header {
	margin-bottom: 60px;
}

article section {
	margin-bottom: 60px;
}

article section:last-of-type {
	margin-bottom: 0px;/*色対策*/
	padding-bottom: 60px;
}
aside.aside {
    background-color: #ecf1f5;
	padding: 30px 0px;
}
aside h2 span.subTitle{
	display: block;
    /* color: #222a42; */
    padding-top: 5px;
}

/* ボタン */
.btn-simple.bk-white {
	background-color: #fff;
}

/*カタログダウンロード*/
.downloadLink .material-icons-outlined{
	float: left;
    font-size: 20px;
    margin-right: 10px;
    color: #fff;
}
a.downloadLink{
	color:#fff;
}



.text-white p,
.text-white cite,
.text-white small {
	color: #fff;
}

.row {
	/*padding-bottom: 40px;*/
	margin-bottom: 40px;
}

hr { /* 水平線 */
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
	/*width: 90%;*/
}
.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: #000;
    text-align: center;
    height: 1.5em;
    opacity: .5;
    margin-top: 30px;
    margin-bottom: 30px;
}
.hr-text:before {
    content: '';
    background: -webkit-linear-gradient(left, transparent, #818078, transparent);
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    /*color: black;*/
	color: #818078;
    padding: 0 .5em;
    line-height: 1.5em;
    background-color: #fff;
}

/* リンク */
a:hover {
	opacity: 0.7;
	-webkit-opacity: 0.7;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
p a[target="_blank"]:after, /*別ウインドウの時にアイコンを付ける*/
.popup:after {
  	font-family: 'Material Icons';
	content: "\e3e0";
	font-weight: 400;
	margin:0px 5px;  /* 5pxぐらい離した方が見栄えがよい */
	/* content:url('target.png'); 表示するアイコンを指定 */
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../iconfont/MaterialIcons-Regular.woff2) format('woff2'),
    url(../iconfont/MaterialIcons-Regular.woff) format('woff'),
    url(../iconfont/MaterialIcons-Regular.ttf) format('truetype');
}


p.text {
	margin-bottom: 20px;
}

.hrSlash-2 {
  height: 8px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="3px" height="3px" viewBox="0 0 3 3" fill="hsla(0, 0%, 65%, 1.0)"><polygon points="0,0.5 0,1.5 1.5,3 2.5,3"/><polygon points="2.5,0 1.5,0 3,1.5 3,0.5"/></svg>');
  background-size: 3px 3px;
  width: 65%;
	margin-bottom: 40px;
}

.geta30 {
	margin-bottom: 30px;
}

/*ユニットボタン*/
.unitButton {
    background-color: #F3F3F3;
    border-bottom-left-radius: 0.2857rem;
    border-bottom-right-radius: 0.2857rem;
}
.unitButton img {
	border-radius :0.2857rem 0.2857rem 0 0;
}
.unitButton .textHolder {
	padding :10px;
}

.buttonHolder{
    background-color: #fff;
    display: block;
    text-align: center;
	padding-bottom: 10px;
}

.buttonHolder .material-icons-outlined{
	font-size: 20px;
	line-height: 20px;
}

/*ロゴサイズ修正*/
.ecomId {/*ロゴ画像*/
	height: 22px;/*18*/
	width: auto;
    margin-bottom: 3px;
    margin-right: 14px;
}
.navbar .navbar-brand{/*サイトID*/
	font-size: 0.5rem;
	margin-right: 20px;
}
.navbar .navbar-brand strong{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	
}
.subTitle{
    font-size: 0.8rem;
    font-weight: 600;
}

/*パンくず*/
#footBreadCrumb{
	background-color:#1d253b;
}

ol.breadcrumb{ /*隙間対策*/
	margin-bottom: 0px;
}
#footBreadCrumb .material-icons-outlined {
    font-size: 18px;
    /* line-height: 18px; */
    vertical-align: bottom;
    color: #fff;
}
#footBreadCrumb a:hover, #footBreadCrumb a:focus {
    color: #00f2c3;
}

#footInquiry {
	margin-top: 30px;
}
/*フッター*/


.footer p{
    color: #fff;
    font-size: .75rem;
}

.footer h5, .footer p.h5{
    /*color: rgba(230, 230, 230, 0.8);*/
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom:0px;
    margin-top: 8px;
}

#footerCopyright {
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
}

#snsFooter .title{
	margin-top: 30px;
	margin-bottom: 25px;
}
#nameID {
	margin-bottom: 10px;
	font-weight: 700;
}
aside#footTopics{
	padding: 40px;
	background-color: #f5f5f5;
}
aside#footTopics .row{
	margin-bottom: 0px;
}
aside#footTopics .col-sm-3 {
	text-align: center;
}
/*aside#footTopics .col-sm-3 img{
	border: 4px solid #fff;
}*/


/*サイト内メニュー*/
.nav-innerMenu li{
	display:inline-block;
	margin-left: 20px;
}
.nav-innerMenu li a{
	padding:15px 5px;
		color: #333;
}
.nav-innerMenu {
	padding-top: 15px;
	padding-bottom: 17px;
	border-bottom: thin solid #eee;
	background-color: #f7f7f7;
}
.nav-innerMenu li.active a{
	border-bottom: 2px solid #f00;
}


/* タイトル */
.title-border {
    position: relative;     /* 位置調整 */
    margin-bottom:25px;     /* 周りの余白指定 */
}
.title-border:before {
    content:  '';           /* 空白の要素を作る */
    background-color: #ccc; /* 背景色指定 */
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    width:  100%;           /* 幅指定 */
    height:  1px;           /* 高さ指定 */
    top: 0;                 /* 位置調整 */
    bottom:  0;             /* 位置調整 */
    margin:  auto;          /* 位置調整 */
}
.title-border span {
    margin:  0;             /* デフォルトCSS打ち消し */
    /*font-size:  24px; */      /* 文字サイズ指定 */
    position:  relative;    /* 位置調整 */
    font-weight:  bold;   /* 文字の太さ調整 */
    display:  inline-block; /* インラインブロックにする */
    background-color: #fff; /* 背景色指定 */
    /*margin-left: 20px; */     /* 周りの余白指定 */
    /*padding: 0 10px;*/        /* 余白指定 */
	padding-right: 20px;
}

.bg-dark .title-border span{
	background-color: #212529 !important; /*黒背景の時に同じ色に塗る*/
}


/* ボックス */

.labelBox{
border: 2px solid #ccc;
width: 100%;
position: relative;
margin-bottom: 20px;
}
.labelBox .inner{
text-align: left;
padding: 15px 5px;
	padding-bottom: 0px;
}
.labelBox .small-label{
background: #fff;
padding: 3px 10px;
color: #666;
position: absolute;
top: -15px;
left: 5px;
}

.labelBoxGreen{
    border: 2px solid #ccc;
    width: 100%;
    /*position: relative;*/
    margin-bottom: 20px;
    background-color: #EFF9E6;
}
.labelBoxGreen .inner{
text-align: left;
padding: 5px 5px;
	padding-bottom: 0px;
}
.labelBoxGreen .small-label{
    display: block;
    font-weight: 700;
    padding-left: 10px;
    padding-top: 10px;
    color: #5A9724;/*position: absolute;
top: 0px;
left: 0px;*/
}


/* FAce*/
.positionLine.blurred-container:before{
    border-right: 1px solid #fff;
    bottom: 0;
	z-index: 10;
}
.positionLine.blurred-container:after {
    border-right: 1px solid #49c7e3;/*#181818*/
    bottom: -25px;
	z-index: 10;
}
.positionLine.blurred-container:after, .blurred-container:before {
    content: "";
    width: 1px;
    height: 25px;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}



.positionLine{ /*位置指定線*/
	position:relative;
}
.positionLine:after {
	border-right: 1px solid #333;
    bottom: -10px;
	z-index: 100;
    content: "";
    width: 1px;
    height: 45px;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}
.positioLineHorizon{/*水平ver*/
	position: relative;
	/*background-color: #ff0;*/
}
.positioLineHorizon:after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    border-top: 1px solid #181818;/*#181818*/
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
    right: -60px;
	z-index: 100;
}
@media screen and (max-width: 991px) {/*画面狭くした時線を消す*/
	.positioLineHorizon:after{
		display:none;
	}
}
/*.positioLineHorizon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background-color: #f00;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    z-index: 1;
}*/


/*
.positionLine:before {
    border-right: 1px solid #333;
    bottom: 0;
	z-index: 100;
}
.positionLine:after {
    border-right: 1px solid #333;
    bottom: -10px;
	z-index: 100;
}
.positionLine:after, .positionLine:before {
    content: "";
    width: 1px;
    height: 25px;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}
*/


/*テーブル*/
.dataTable{
	border-collapse : collapse;
	table-layout : fixed;
	width:100%;
	margin-bottom: 40px;
}

.dataTable td,
.dataTable th {
	padding: 10px;
	border: thin solid #ccc; 
}
.dataTable th {
    background-color: #E6EFF3;
    text-align: left;
    width: 30%;
}

table.table th {
	background-color:azure;
}
table.dataTable .text-right{
	text-align: right;
}
/**/
/*表組*/
dl.dataTable,
.dataTable dt,
.dataTable dd {
  box-sizing: border-box;
}
dl.dataTable {
  background: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.dataTable dt,
.dataTable dd {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ccc;
}
.dataTable dt {
  width: 30%; /*size*/
  float: left;
}
.dataTable dd {
  background: #fff;
  margin-left: 30%; /*size*/
  padding-bottom: 10px;
	margin-bottom: 0px;
  border-left: 1px solid #ccc;
}
.dataTable dd:after {
  content: '';
  display: block;
  clear: both;
}

/*線だけ表組*/
dl.dataRuled,
.dataRuled dt,
.dataRuled dd {
  box-sizing: border-box;
	color:rgba(47, 47, 47, 0.8);
}
dl.dataRuled {
  border-bottom: 1px solid #ccc;
}
.dataRuled dt,
.dataRuled dd {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ccc;
}
.dataRuled dt {
  width: 30%; /*size*/
  float: left;
}
.dataRuled dd {
  background: #fff;
  margin-left: 30%; /*size*/
  padding-bottom: 10px;
	margin-bottom: 0px;
}
.dataRuled dd:after {
  content: '';
  display: block;
  clear: both;
}
/* 背景入れた*/
.card-origin {
					  background: #EFF1F2;
    border-radius: 8px;
    display: flex
;
    flex: 1;
    flex-direction: column;
    padding: 24px 8.25%;
    position: relative;
					  margin-bottom: 15px;
}
.checkText {
					  /*color:#F4006A;*/
					  font-size: 1.6rem;
					  font-weight: bold;
					  font-family:"Arial Black", Gadget, "sans-serif";
					  padding-left: 10px;
					  padding-right: 5px;
					  line-height: 100%;
}

/*レイアウトだけ*/
dl.dataTable.layout {
  background: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.dataTable.layout dt,
.dataTable.layout dd {
  padding: 10px 10px 0 10px;
  border-top: none;
}
.dataTable.layout dd {
  background: none;
  border-left: none;
}
/*レイアウトここまで*/


@media screen and (max-width: 600px) { /*responsive size*/
.dataTable dt,
.dataTable dd {
  width:100%;
	float:none;
	margin-left: 0px;
	padding: 10px;
}
.dataTable dd{border-left: none;padding-bottom:20px;}
}


/*カルーセル*/
.carousel-control.left, .carousel-control.right {
  background-image: none; }
.carousel-control .fa {
  font-size: 35px; }
.carousel-control .fa,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  margin-top: -17px;
  margin-left: -9px; }

.carousel-inner > .item {
  transition: left 1200ms cubic-bezier(0.455, 0.03, 0.4, 0.955) 0s;
  -webkit-transition: left 1200ms cubic-bezier(0.455, 0.03, 0.4, 0.955) 0s; 
}


.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

/* ブラー画像 */
/*   EXTRA SHIT  */
/* @cristina: fisier singular, folosit pentru efectul de blur la parallax in header */

.blurred-container{
  position:relative;
  width:100%;
  height:240px;/*★高さ調節　2か所*/
  top:0;
  left:0;
z-index: -1000;/*フッター被り回避*/
}
.blurred-container > .img-src{
    position:fixed;
    width:100%;
    height:240px;/*★高さ調節　2か所*/
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
}
/* 透過した黒を上から重ねるイメージ */
.blurred-container > .img-src::before{
  background-color: rgba(0,0,0,0.2);
  /* 自由に位置指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}


.blur{
  opacity:0;
}

.logo-container{
    margin-top: 10px;
}
.logo-container .logo{
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #333333;
    height: 50px;
    width: 50px;
    float: left;
}

.blurred-container .motto{
    color: #FFFFFF;
    font-size: 76px;
    font-weight: 600;

    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
    text-transform: uppercase;
    top: 100px;
    z-index: 3;

    display: block;
    margin: 0 auto;
    position: relative;
    /*width: 306px;*/
    height: 0;
}
.blurred-container .motto .border{
    float: left;
    border: 3px solid #FFFFFF;
    padding: 0px 30px;
    text-align: center;
}
.blurred-container .motto .no-right-border{
    border-right: none;
}

@media (max-width: 768px){
    .blurred-container .motto{
        font-size: 4vw;/*font-size: 60px;*/
        width: 268px;
        top: 130px;
    }
}
.main{
    /*background-color: #FFFFFF;*/
    position: relative;
}
.contentBody{
    background-color: #fff;
    position: relative;
	padding-top: 40px;
}
.contentBody.fit {
	padding-bottom: 40px;
}
/* system.css 差分を追加*/
.profile-page .profile-title {
    position: absolute;
    top: 110px;
    left: 60px;
}

.title{
    letter-spacing: 0.02em;
    font-weight: 600;
    font-family: 'Noto Serif JP';

}
section p {
    line-height: 1.75;
}

ul.layout,
pl.layout,
ul.layout li,
pl.layout li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#contentBodyHead{
    margin-bottom: 40px;
    max-width:880px;
    margin-right :auto;
    margin-left: auto;
}

img.image{
	margin-bottom: 20px;
}

/* カタログダウンロード*/
#downloadCatalog,
#downloadCatalog2 {
	margin-top: 10px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 3px solid #ff7470;
	background-image: url(../images/background.jpg);
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
#downloadCatalog .imageHolder,
#downloadCatalog2 .imageHolder {
	width: 10%;
	margin-right: 10%;
	float: left;
	margin-left: 5%;
}
#downloadCatalog .textHolder,
#downloadCatalog2 .textHolder{
	width: 70%;
	float: left;
}
#downloadCatalog .cover,
#downloadCatalog2 .cover{
	width: 100%;
	float: left;
}
#downloadCatalog .imageHolder img,
#downloadCatalog2 .imageHolder img{
	width: 100%;
	height: auto;
}
#downloadCatalog .textHolder h3,
#downloadCatalog2 .textHolder h3{
	margin-bottom: 5px;/*15*/
    font-size: 1.2rem;/**/
    font-weight: bold;/**/
}
#downloadCatalog .textHolder p.url,
#downloadCatalog2 .textHolder p.url{
	text-decoration: underline;
	margin-top: 5px;
}

.ribbon20-wrapper {  
  display: block;
  position: relative;
  /*margin: 0 auto;
  padding: 20px 0;
  width: 300px;
  background: #f1f1f1;*/
  }
.ribbon20 {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: white;
  background: #ff7470;/*#ff7470 #70c7ff*/
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.ribbon20:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #ff7470;/*#70c7ff*/
  border-radius: 5px 0 0 5px;
}
.ribbon20:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #b25552;/*#4d99ca*/
  border-radius: 5px 0 0 5px;
}
/*バナー*/
#serviceEx {
    border: 4px solid #52BCDD;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}
#serviceEx .unit {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: thin dotted #D3D3D3;
}
.unit .imgHolder {
    width: 30%;
    margin-right: 5%;
    float: left;
}
.unit .imgHolder img{
    width: 100%;
    height:auto;
}
.unit .docHolder {
    width: 65%;
    float: left;
}
.unit .docHolder h3 {
    /*font-size: 22px;*/
    font-size: 1.2rem;
    font-weight: bold;/**/
    margin-bottom:5px;/**/
    padding-bottom: 2px;
}

.unitList .card-img-top{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
}

ul.layout-text li{
	display:inline;
}

/*リストをカード上にするスタイル*/
    ul.unitList li .unit{
        /*display:block;float: left;*/
        width:90%;
        margin-right: auto;
        margin-left: auto;
        /*border: thin solid #D5D5D5;*/
        margin-bottom: 40px;
        /*backgroud-color: #f00!important;*/
        box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.1);
        border-top-left-radius: calc(0.2857rem - 0.0625rem);
        border-top-right-radius: calc(0.2857rem - 0.0625rem);
        border-radius: 0 0 calc(0.2857rem - 0.0625rem) calc(0.2857rem - 0.0625rem);
}
    .unitBody{
        padding: 1.25rem;
    }

/*見出しに下線*/
h1.bottomline_red {
    position: relative;
    padding-bottom: 15px;
	margin-bottom: 40px;
}
h1.bottomline_red::after {
    width: 50px;
    height: 2px;
}
h1.bottomline_red::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 4px;
    background: #cc0000;
    transform: translateX(-50%);
}
.miniTitle {
	font-size:1rem;
	margin-bottom: 10px;
}

/* unitColumn*/
.unitColumn2{
	width: 100%;
	float:left;
}
.unitColumn2 .row{
	display:block;
	width:50%;
	float: left;
}
.unitColumn3 .unit{
	display:block;
	width:33%;
	float: left;
}
.unitColumn4 .unit{
	display:block;
	width:25%;
	float:left;
}


/* icon */
.icon-bullet {
	margin-right: 10px;
}


/* text */
.doc-desp{
    background-color: #F7F7F7;
    padding: 30px 30px 20px 30px;
    margin-top: 20px;
    color: #333;
}
.doc-desp .row{ /*空白かぶり*/
	margin-bottom: 0px;
	padding-bottom:  0px;
}

.cardstyle .col-lg-4 {
	border-right :solid thin #eee;
	padding-right: 30px;
	padding-left: 30px;
}
.cardstyle .col-lg-4:last-child {
	border-right :none;
}
/*未使用
.listMenuBox {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border :solid thin #ccc;
}
.listMenuBox a{
	display:block;
	padding: 15px 30px;
}
*/

/* 背景 */
.bk-slashline {
	background-image: url(../images/patrat.png);
	background-repeat: repeat;
	background-size: 5% auto;
}

.row.panel .col-lg-3,
.row.panel .col-lg-4,
.row.panel .col-lg-5,
.row.panel .col-lg-6,
.row.panel .col-lg-7,
.row.panel .col-lg-8 {
	padding-left :3%;
	padding-right :3%;
}

/*モーダル*/
.modal-content .row{
	margin-bottom: 0px;
}
.modal-content .dataTable{
	margin-bottom: 0px;
}
.modal-content .btn{
	padding-top: 0px;
	padding-bottom: 0px;
	
}

#addFoot {
    padding: 30px;
    background-color: #ECECEC;
}
#addFoot .title{
	margin-top: 5px;
	margin-bottom: 5px;
}
#addFoot .row {
	margin-bottom: 0px;
}

footer.footer .col-sm-4 {
	padding-top: 20px;
}

@media (max-width: 576px){/*スマホ フッター*/
.footer nav{
	color:#f00;
	text-align: left;
}
.footer nav ul.nav{
	padding-top: 0px;/*reset*/
}
.footer nav h5,
.footer p.h5,
.footer nav li{
padding: 10px;
margin:0px;
	border: thin solid #333;
}
	.footer nav h5,
	.footer p.h5 {
		background-color:#152d7d;
	}

.nav-item a:before {
    font-family: 'Material Icons';
    content: "\e415";
    font-size: 20px;
    vertical-align: middle;
    color: #fff;
    margin-right: 4px;
}

.nav-item a{
  position: relative;
  display: inline-block;
  padding-left: 20px;
	display:block;
}

.nav-item a::before{/*スマホのみナビにアローアイコン*/
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px rgba(230, 230, 230, 0.8);
  border-right: solid 2px rgba(230, 230, 230, 0.8);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}


}/*/media*/

/*フッターアイコン調整*/
footer.footer .btn-wrapper.profile .svg-inline--fa {
    transform: translate(0px, 6px);
}

.call-out{
	padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
	border-left-color: #5bc0de;
}

aside .row{ /*カタログリボンリンク崩れ対策*/
	margin-left: 0px;
	margin-right: 0px;
}

/*リンク色*/
a.btn.btn-simple.bk-white:hover{
	background-color:#ecf5fd!important;
}


/* FAQコンテンツ*/
section#faqContent dt{
	margin-bottom: 20px;
	color: #000;
	font-size: 1.05rem;
}

section#faqContent dd{
	margin-bottom: 40px;
	line-height: 160%;
}

section#faqContent dd a{
	text-decoration: underline;
	color: #525f7f;
}

/*カタログダウンロードバナーが overflow する対策
　　　　　　　　　row justify-content-md-center に付ける */
.overflowFix {
	width: 90%;
	margin-right:auto;
	margin-left:auto;
}

/*バッジ*/
h2 .badge {
	vertical-align: middle;
	margin-right:8px;
}

/* IRページ */
			.sideBar {
				border-left : thin solid #ccc;
				padding-left: 20px
			}
			.sidebar i.fas{
				color: #aaa;
			}
	.sideBar p.title a {
			font-weight: 600;
	}
.sideBar p.title {
	margin-bottom: 6px;
}
			.sideBar ul, .sidebar li {
				list-style: none;
			}
			.sideBar li {
				line-height: 2rem;
				width: 100%;
			}
			.sideBar ol{
				margin: 0px;
				padding: 0px;
			}.sideBar ol li{
				margin-left: 10px;
				padding-left: 10px;
				border-left: thin solid #eee;
				font-size: .8rem;
			}
			.sideBar a,
			.sideBar .active ol li a {
				color: #525f7f;
			}
			.sideBar .active a {
				color: #ff6491;
			}

.groupBox {
	/*background-color: #E2EDF1;*/
	border-radius: 8px;
	padding: 16px 40px 0px 40px;
	border: 4px solid #E9E9E9;
}