@charset "UTF-8";

.advList {
  background-color:#e0ecfb;
  margin:0 auto 30px;
  padding:10px 0;
}

.advList__num {
  float:left;
  width:90px;
  margin-left:10px;
}

.advList__body {
  margin-left:120px;
  margin-right:20px;
}
.advList__body p{
  margin-bottom:0;
}

.advList__title {
  border-bottom:1px #0075a9 solid;
  color:#0075a9;
  padding:3px 5px;
  font-size: 136%;
  margin-bottom:0.5em;
  font-weight:normal;
}

@media print, screen and (min-width: 682px) {
  .advList {
    width:500px;
  }
}


.strPanel__header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color:#0075a9;
  padding:10px 0;
}
.strPanel__title {
  font-size:122%;
  text-align: center;
  font-weight:normal;
  padding:0;
  margin:0;
  color:#fff;
  line-height:1.5em;
}


.strList {
  background-color:#e0ecfb;
  margin:0 auto 30px;
  padding:10px 0;
  display: table;
}

.strList__num {
  float:left;
  width:30px;
  margin-left:10px;
  padding:20px;
}

.strList__body {
  display: table-cell;
  vertical-align: middle;
  margin-left:80px;
  padding-right:30px;
}
.strList__body p{
  margin-bottom:0;
  font-size: 122%;
}

.strList__title {
  border-bottom:1px #0075a9 solid;
  color:#0075a9;
  padding:3px 5px;
  font-size: 136%;
  margin-bottom:0.5em;
  font-weight:normal;
}

@media print, screen and (min-width: 682px) {
  .strList {
    width:650px;
  }
}

/* 2020.09.25追加 */
.img_text_box{
  margin-bottom: 10px;
}

.img_text_box .box__text {
    width: 100%;
		margin-bottom: 10px;
}

.img_text_box .box__image {
    margin-left: 0;
}

@media print, screen and (min-width: 682px) {
	.img_text_box .box__text {
			float: left;
			width: 60%;
	}

	.img_text_box .box__image {
			margin-left: 62%;
	}
}

/* 2020.10.14追加 */
.tab_menu_btn {
	margin-bottom: 20px;
	width:18%;
}
@media print, screen and (max-width: 682px) {
  .tab_menu_btn {
		width: 35%;
	}
}

.tab_menu_btn a {
	display: block;
	padding: 6px 6px 6px 25px;
	text-decoration: none;
	color: #333;
	width: 100%;
	border: 2px solid #0075a9;
}

.tab_menu_btn a {
	background: url(../img/right_arrow.gif) no-repeat 1em 0.9em;
}

.tab_menu_btn a:hover {
	background: #0075a9 url(../img/right_arrow_on.gif) no-repeat 1em 0.9em;
	color: #fff;
}

.active_tab_btn {
	background: #0075a9 url(../img/right_arrow_on.gif) no-repeat 1em 0.8em !important;
	color: #fff !important;
}

.block_area_gray{
	border:1px dashed #d2d2d2;
}

.area_bg_gray{
	background:#eeeeee;
}

/* 2020.11.17追加 */
.link--pdf:before {
    content:none !important;
}

/* 2022.07.26追加 */
/* tableの指定等を解除する（https://irpocket.com/7181/irpocket/style.cssの設定を解除）
 */

#irp-highlight-table-presenshiryo table{
	margin-bottom:1em !important;
}
#irp-highlight-table-presenshiryo td {
	font-size: unset !important;
}

/* 2022.11.11追加 */
.arrow a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url(/IR/shared/img/i_arrow.gif) no-repeat left 0.25em;
  padding-right: 5px !important;
}

/* 2023.1.23追加 */
.img_border{
  border: 1px solid #d2d2d2;
}