@charset  "shift_jis";

/* csr
========================================*/
/* csr
----------------------------------------*/
#contentsMain .h4ttl {
  margin-bottom: 10px;
  font-size: 114%;
}

#contentsMain .wid130 {
  width: 130px;
}

#contentsMain .wid150 {
  width: 150px;
}

#contentsMain .wid210 {
  width: 210px;
  margin-right:20px;
}

#contentsMain .wid210:last-of-type {
  margin-right:0;
}

#contentsMain .wid230 {
  width: 230px;
}

#contentsMain .wid250 {
  width: 250px;
}

#contentsMain .wid325 {
  width: 325px;
}

#contentsMain .indexBox {
  background-color: #e7e6dc;
  padding: 25px 30px;
}

#contentsMain .indexBox .notice {
  padding: 5px 15px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

#contentsMain hr.TLine {
  border-top: 1px solid #333;
  margin: 6px 0 0;
  height: 1px;
  dislay: block;
  width: 605px;
}

.contentsBox03 .iconBox {
  float: right;
}

.contentsBox03 .iconList {
  overflow: hidden;
  margin-bottom: 3px;
}

.contentsBox03 .iconList p {
  float: left;
  padding-left: 3px;
}

.contentsBox03 .iconList span {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  background: #eee;
  font-size: 80%;
  font-weight: 700;
  color: #888;
}

.contentsBox03 .iconList .icon01 {
  width: 130px;
}

.contentsBox03 .iconList .icon02 {
  width: 80px;
}


/*----------------------------*/

@media (max-width: 639px) {
#contentsMain .wid215 {
float: none!important;
margin: 0 auto 10px!important;
}
.contentsBox02L,
.contentsBox02.mB50{
margin-bottom: 110px!important;
}
#contentsMain .wid159 {
width: calc(50% - 5px);
}
#contents .contentsBox02L, #contents .contentsBox02R {
width: 100%;
float: none;
}
#contentsMain .wid670 {
width: 100%;
}
#contentsMain .wid440 {
width: 100%;
margin-bottom: 15px;
}
#contentsMain hr.TLine {
width: 100%;
}
#contentsMain .wid210 {
    width: 100%;
    margin-right: 0px;
}
#contents .contentsBox03L {
    float: none;
}


/*max-width: 639px*/}



.csrSection {
	position: relative;
}

@media (max-width: 639px) {
	.csrSection .csrAnchor {
		position: absolute;
		top: -150px;
	}
}

.csrIndexList {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 40px;
	padding: 20px 0 10px 30px;
	background-color: #e7e6dc;
}
.csrIndexList li {
	margin: 0 30px 10px 0;
}
.csrIndexList li a {
	position: relative;
	display: block;
	padding-right: 20px;
}
.csrIndexList li a::after {
	content: '';
	position: absolute;
	top: 4px;
	right: 0;
	display: block;
	width: 14px;
	height: 14px;
	background-image: url('/common/images/icon10.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(90deg);
}

@media (max-width: 639px) {
	.csrIndexList {
		flex-direction: column;
	}
	.csrIndexList li {
		margin-right: 0;
	}
}


.csrTbl {
	max-width: 100%;
	overflow-x: auto;
}
.csrTbl table {
	border-collapse: collapse;
	border-spacing: 0;
	border: solid 1px #ccc;
}
.csrTbl table thead th,
.csrTbl table tbody th,
.csrTbl table tbody td {
	padding: 8px;
	font-size: 11px;
	line-height: 1.2;
	vertical-align: top;
	border: solid 1px #ccc;
}
.csrTbl table thead th {
	background-color: #e5e5e5;
	border-bottom: solid 2px #ccc;
}
.csrTbl table tbody th {
	background-color: #f5f5f5;
}

.csrTbl-list li {
	position: relative;
	margin-bottom: 2px;
	padding-left: 10px;
}
.csrTbl-list li::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ccc;
}
.csrTbl-notes {
	overflow: hidden;
	margin-top: 10px;
}
.csrTbl-notes ul {
	float: right;
}
.csrTbl-notes ul li {
	margin-bottom: 2px;
	font-size: 11px;
	line-height: 1.2;
}

.csrTitle01 {
	margin: 30px 0 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}

@media (max-width: 639px) {
	.csrTbl table {
		min-width: 670px;
	}
	.csrTbl-notes ul {
		float: left;
	}
}

.csrContentBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.csrContentBox .csrContentBox-pict {
	width: 325px;
}
.csrContentBox .csrContentBox-text {
	width: 325px;
}
.flex-container {
  display: flex; /* Flexboxを有効にする */
  flex-direction: row; /* PCでは横並び */
}

.flex-item {
  width: 50%;
}


@media (max-width: 639px) {
	.csrContentBox {
		flex-direction: column;
	}
	.csrContentBox .csrContentBox-pict {
		width: 100%;
	}
	.csrContentBox .csrContentBox-text {
		margin-top: 10px;
		width: 100%;
	}
	.flex-container {
    flex-direction: column; 
  }

  .flex-item {
    width: 100%; 
    margin: 10px auto; 
  }
}




