@charset "utf-8";
/* CSS Document */
/*--------　　共通　　---------*/


h2 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px !important;
	margin-top: 20px !important;
}
h3 {
	font-weight: bold;
	font-size: 15px;
	color: #13496F;	
	margin-bottom: 10px !important;
	margin-top: 20px !important;
}
.small-text3 {
	font-size: 12px;
	line-height: 1.5;
}
.mr0 {
	margin-bottom: 0px !important;
}
.mr10 {
	margin-bottom: 10px !important;
}
.mr20 {
	margin-bottom: 20px !important;
}
.mr30 {
	margin-bottom: 30px !important;
}
.mr50 {
	margin-bottom: 50px !important;
}
.mr60 {
	margin-bottom: 60px !important;
}
.table_1 {
	font-size: 14px;
	width: 100%;
}
.table_1 .date {
	padding: 8px;
}
.text-underline {
	text-decoration: underline;
}
.text-red {
    color: #FF0000;
}
.link_arrow {
	background: url(../../../../images/common/csspart/marker_blue.gif) no-repeat 5px 7px;
	margin-bottom: 5px;
	padding-left: 14px;
	margin-top: 5px;
}

.cel_5 {
	background: #777777;
	color: #FFFFFF;
}

a.pdf_icon2 {
    background-repeat: no-repeat;
    background-image: url(../../../../images/common/csspart/pdf_icon2.gif);
    background-position: 100% 50%;
    padding: 1px 20px 1px 0;
}

.bg_rightgray {
    background:#f1f1f1; 
    padding: 15px; 
    margin: 20px 0 50px;
}
.color_navy {
color: #13496F;
}
.list-none li {
  margin: 0 0 5px;
  padding-left: 2.0rem;
  position: relative;
}

.list-none li span {
  left: 0;
  position: absolute;
  text-align: right;
  top: 0;
  width: 1.5rem;
}
.inline {
display:inline;
}
/*======　タブ　Start　========*/
.content_area {
  width: 100%;
  margin: 0 auto;
}

.tab-container {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
}
.tab-container {
    margin: 0 ;
}
.tab {
  font-weight: bold;
  text-align:center;
  width: 45%;
  padding: 10px;
  background-color: #e7e7e7;
	border: 2px solid #13496F;
	border-bottom: none;
	border-radius: 8px 8px 0 0 ;
  cursor: pointer;
	color: #888888;
}

.tab.active {
  background-color: #13496F;
	color: #FFFFFF;
}

.content {
  display: none; /*必須*/
	border: 2px solid #13496F;
		border-radius: 5px ;
	padding: 0 10px 10px;
}
.content.show {
  display: block; /*必須*/
}
/*======　タブ　End　========*/