@charset "Shift_JIS";
/**
* リスクマネジメント
*/


/* ==========================================================================
レイアウト
========================================================================== */
#index-company-action-risk_management .full-box {
  width: 1024px;
  margin-bottom: -25px;
}
@media screen and (max-width: 767px) {
  #index-company-action-risk_management .full-box {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
  }
}

.img-c {
  margin: 0;
  text-align: center;
}

.text-wrap p {
  text-indent: 1em;
}

/* heading */
.underPage {
  margin: 20px 0 10px;
  padding: 5px 0;
  background: #fff url(/common/css/shift/ex/img/dotLineH.gif) repeat-x center bottom;
  color: #002D6C;
  font-size: 14px;
  font-weight: bold;
}

/* image column */
.imageArea,
.imageArea2colWrap {
  width: 705px;
  margin: 0 auto;
  overflow: hidden;
}
.imageArea.w460 {
  width: 460px;
}
.imageArea.w220 {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .imageArea,
  .imageArea.w460,
  .imageArea.w220,
  .imageArea2colWrap {
    width: 100%;
  }
}
.imageArea figure,
.imageArea2colWrap figure {
  margin: 0;
}
.imageArea figure img,
.imageArea2colWrap figure img {
  padding: 20px;
  border: #dadada 2px solid;
}
@media screen and (max-width: 767px) {
  .imageArea figure img,
  .imageArea2colWrap figure img {
    padding: 10px;
  }
}
.imageArea figure figcaption,
.imageArea2colWrap figure figcaption {
  margin-top: 5px;
  padding-left: 13px;
  background: url(img/icon_caption.gif) no-repeat left 1px;
  font-size: 10px;
  text-align: left;
}
.imageArea2colWrap .leftCol {
  float: left;
  width: 460px;
}
.imageArea2colWrap .rightCol {
  float: right;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .imageArea2colWrap .leftCol,
  .imageArea2colWrap .rightCol {
    float: none;
    width: 100%;
  }
  .imageArea2colWrap .rightCol {
    margin-top: 20px;
  }
}

/* list */
.orderedList {
  position: relative;
  left: 4px;
  padding-left: 14px;
}
.orderedList > li {
  list-style-type: decimal;
  list-style-position: outside;
  line-height: 1.8;
}

.ruleList {
  margin-left: 2em;
}
.ruleList > li {
  line-height: 1.8;
}

.discList {
}
.discList > li {
  position: relative;
  list-style-position: inside;
  padding-left: 16px;
  line-height: 1.8;
}
.discList > li:before {
  position: absolute;
  top: 0.7em;
  left: 0.4em;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #d53a10;
  border-radius: 2px 2px;
}

/* tabele */
.data-table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}
.data-table caption {
  margin-bottom: 5px;
  font-size: 14px;
}
.data-table thead th {
  padding: 5px;
  background: #0071bc;
  border: 1px solid #ccc;
  color: #fff;
  text-align: center;
}
.data-table tbody th {
  padding: 5px;
  border: 1px solid #ccc;
  text-align: left;
}
.data-table tbody td {
  padding: 5px;
  border: 1px solid #ccc;
  text-align: right;
}
.data-unit {
  margin-top: 5px;
  text-align: right;
  font-size: 10px;
}

.-padding10 td{
  padding: 10px;
}


/* other */
.iconPdfS {
  padding-left: 12px;
  background: url(img/iconPdfS.gif) no-repeat left 2px;
}

.frame {
  margin: 45px 0 0;
  padding: 13px;
  border: #E6E6E6 2px solid;
}
.frame h3 {
  padding: 18px 8px;
  background: #E6E6E6;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.frame h4 {
  margin: 30px 0 0;
  padding: 0 0 5px;
  background: #FFF url(/common/css/shift/ex/img/dotLineH.gif) repeat-x bottom;
  color: #002D6C;
  font-weight: bold;
  font-size: 14px;
}
.frame h4 span {
  padding-left: 15px;
  background: url(img/icon_square.gif) no-repeat 1px center;
}
.frame h5 {
  padding-left: 15px;
  margin-top: 40px;
  background: url(img/icon_circle.gif) no-repeat 1px 2px;
  font-size: 14px;
}
.frame p.circle {
  padding-left: 20px;
  background: url(img/icon_double_circle.gif) no-repeat 1px 5px;
}
.frame p.ttlNote {
  padding-left: 20px;
  background: url(img/ic_explanatory_note.gif) no-repeat 1px 5px;
}
.frame #buttonArea {
  margin-top: 5px;
  padding: 10px;
  background: #E6E6E6;
  text-align: center;
}
.frame #address {
  margin-top: 5px;
  padding: 15px;
  background: #E6E6E6;
  line-height: 1.4;
}

.note-box {
  margin: 20px 0;
  padding: 20px 10px;
  border: #333 1px solid;
}
.note-box h4 {
  text-align: center;
}
.note-box .right {
  text-align: right;
}


/* =====================================

  File        : base.css

  Last Update : 2008.04.30

===================================== */

/* ////////////////////////////////////////////////////////////////////////////////////////// FONT */
#exWrap #compliance p {
	line-height: 1.8;
}

#exWrap #compliance h3 {
	font-size: 108%;	/* 14px */
	font-weight: bold;
}

#exWrap #compliance h4 {
	color: #002D6C;
	font-size: 93%;	/* 12px */
	font-weight: bold;
}

#exWrap #compliance h5 {
	font-size: 93%;	/* 12px */
}

#exWrap #compliance #frame #frameInner p#address {
	line-height: 1.4;
}


/* ////////////////////////////////////////////////////////////////////////////////////////// LAYOUT */
#exWrap #compliance .imageArea{
	width:705px;
	margin:20px auto 0;
	text-align:center;
}

#exWrap #compliance .imageArea2colWrap{
  box-sizing: border-box;
	width:705px;
  margin:20px auto 0;
  overflow: hidden;
}

#exWrap #compliance .imageArea2colWrap .leftCol{
  float: left;
  width: 490px;
}

#exWrap #compliance .imageArea2colWrap .rightCol{
  float: right;
  width: 190px;
}

#exWrap #compliance .imageArea2colWrap .images {	border:2px #dadada solid;
  padding:20px 0;
  text-align: center;
}

#exWrap #compliance .imageArea2colWrap .leftCol img,
#exWrap #compliance .imageArea2colWrap .rightCol img{
  margin-right: 10px;
}

#exWrap #compliance .imageArea2colWrap .leftCol img:last-child,
#exWrap #compliance .imageArea2colWrap .rightCol img:last-child{
  margin-right: 0;
}

#exWrap #compliance .imageArea2colWrap p.caption {
  background: url(img/icon_caption.gif) no-repeat left 0.2em;
  padding-left: 13px;
  margin-top: 5px;
  text-align: left;
  font-size: 77%;
  line-height: normal;
}

#exWrap .discList {

}

#exWrap .discList li {
  /* list-style-type: disc; */
  list-style-position: inside;
  padding-left: 16px;
  position: relative;
  line-height: 1.8;
}

#exWrap .discList li:before {
  content: '';
  width:4px;
  height: 4px;
  background-color: #d53a10;
  border-radius: 2px 2px;
  position: absolute;
  top: 0.7em;
  left: 0.4em;
}

#exWrap .orderedList {
  position: relative;
  padding-left: 14px;
  left: 4px;
}

#exWrap .orderedList li {
  list-style-type: decimal;
  list-style-position: outside;
  position: relative;
  line-height: 1.8;
}

#exWrap .ruleList {
  width: 90%;
  margin: 1em auto 0 auto;
  position: relative;
}

#exWrap .ruleList li {
  line-height: 1.8;
}

#exWrap #compliance .imageArea .image,
#exWrap #compliance .imageArea .imageList{
	border:2px #dadada solid;
	padding:20px 0;
}


#exWrap #compliance .imageArea p.caption{
	background:url(img/icon_caption.gif) no-repeat left 0.2em;
	padding-left:13px;
	margin-top:5px;
	text-align:left;
	font-size:77%;
	line-height:normal;
}

#exWrap #compliance .imageArea .imageList img{
	margin:0 25px;
}

#exWrap #compliance #frame {
	margin: 45px 0 0;
	padding: 13px;
	border: 2px #E6E6E6 solid;
}

#exWrap #compliance #frame h3 {
	padding: 18px 0;
	background-color: #E6E6E6;
	text-align: center;
}

#exWrap #compliance #frame #frameInner {
	padding: 0 5px;
}

#exWrap #compliance #frame #frameInner h4 {
	margin: 30px 0 0;
	padding: 0 0 5px;
	background: #FFFFFF url(../../../../common/css/shift/ex/img/dotLineH.gif) repeat-x bottom;
}

#exWrap #compliance #frame #frameInner h4 span{
	background:url(img/icon_square.gif) no-repeat 1px center;
	padding-left:15px;
}

#exWrap #compliance p.indent {
	margin: 0 0 0 1.3em;
	text-indent: -1.3em;
}

#exWrap #compliance p.note {
	position:relative;
	padding-left:55px;
}

#exWrap #compliance p.note span {
	position:absolute;
	left:0;
	top:0;
	/top:-6px;
}

* html #exWrap #compliance p.note span{ left:-55px; }


#exWrap #compliance #frame #frameInner p.circle {
	background:url(img/icon_double_circle.gif) no-repeat 1px 5px;
	padding-left:20px;
}

#exWrap #compliance #frame #frameInner p.ttlNote {
	background:url(img/ic_explanatory_note.gif) no-repeat 1px 5px;
	padding-left:20px;
}

#exWrap #compliance #frame #frameInner h5 {
	margin-top:40px;
	background:url(img/icon_circle.gif) no-repeat 1px 2px;
	padding-left:15px;
}

#exWrap #compliance #frame #frameInner #buttonArea {
	margin: 5px 0 0;
	padding: 10px 0;
	text-align: center;
	background-color: #E6E6E6;
}

#exWrap #compliance #frame #frameInner p#address {
	margin: 5px 0 0;
	padding: 15px 20px;
	background-color: #E6E6E6;
}

/* ==========================================================================
タブ
========================================================================== */
.tab-navi {
  display: flex;
  justify-content: space-between;
  margin: 0 10px;
  padding: 0 8px;
  border-bottom: #ccc 1px solid;
}
.tab-navi > li {
  width: 33.33333%;
  min-height: 56px;
  margin-bottom: -1px;
  border: #ccc 1px solid;
  border-right: none;
}
.tab-navi > li:last-child {
  border-right: #ccc 1px solid;
}

.tab-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
}
.tab-button:hover {
  background: #e5f0f7;
}
.tab-button > span {
  display: block;
}

.tab-button.is-active {
  background: #e5f0f7;
  border-bottom: #e5f0f7 1px solid;
}

.tab-area {
  display: none;
}

.tab-area.is-active {
  display: block;
}

.js_toggle_btn {
  cursor: pointer;
}

.accordion_button_inner {
  position: relative;
}

.accordion_button_inner::after,
.accordion_button_inner::before {
  display: block;
  content: '';
  position: absolute;
  right: -2.5em;
  top: calc(50% - 1px);
  font-size: calc(14px * 1.231);
  width: 1em;
  height: 2px;
  border-radius: 100px;
  background: #0068b4;
}

.accordion_button_inner::before {
  transform: rotate(-90deg);
  transition: transform .2s ease-out;
}

.is-open .accordion_button_inner::before {
  transform: rotate(0deg);
}

.js_toggle_content {
  display: none;
}

.nextstep-box {
  border-radius: 2px;
  margin-top: 25px;
  padding: 19px 29px 35px;
  background-color: #f3faff;
  border: 1px solid #99c6e5;
}

.nextstep-ttl2 {
  font-size: 123.076923077%;
  font-weight: bold;
  line-height: 1.7 !important;
  margin-left: 0;
}

@media screen and (max-width:767px) {
  .tab-button > span {
    font-size: 10px;
  }

  .item-wrap .img-r {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-bottom: 20px;
  }

  .table-wrap {
    overflow-x: scroll;
  }

  .nextstep-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

}
