/* s-support-discontinue css */
/*------------------------------------------------------------------------
Basic Layout (PC Layout)
------------------------------------------------------------------------*/
/* !disconList01
---------------------------------------------------------- */
.disconList01 {
  margin: 0 0 20px 0; }

.disconList01 .disconDataSet01 {
  border-bottom: 1px dotted #cfd6e6;
  position: relative;
  padding: 0 0 0 140px;
  margin: 0 0 20px;
  min-height: 160px;
  height: auto !important;
  height: 160px; }

.disconList01 .disconImg {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 1em;
  border-color: #cfd6e6;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px; }

.disconList01 table th {
  padding: .5em 0em;
  white-space:nowrap;
  }

.disconList01 table td {
  padding: .5em 1em; }

.disconList01 table th span {
  display: block;
  padding: 0 1em 0 2em;
  border-right: 3px solid #cfd6e6; }

/*----------------------- BREAK POINT ------------------------------------
Tablet Layout
------------------------- BREAK POINT ----------------------------------*/
@media screen and (max-width: 768px) {
	.disconList01 {
		margin: 0 0 10px 0;
		}
	.disconList01 .disconDataSet01 {
		padding: 0 0 0 120px;
		min-height: 0;
		}
	.disconList01 .disconImg {
		padding: 0;
		width: 120px;
		height: 120px;
		}
	.disconList01 table th {
		font-size:1.3rem;
		}
	.disconList01 table td {
		font-size:1.3rem;
		line-height:125%;
		}
	}

@media screen and (max-width:480px) {
	.disconList01 .disconDataSet01 {
		position: static;
		padding: 0 0 0 0;
		}
	.disconList01 .disconImg {
		padding: 0;
		width: 100px;
		height: 100px;
		position: static;
		margin:0 auto;
		}
	.disconList01 table{
		margin-bottom:10px;
		}
	.disconList01 table th {
		white-space:normal;
		font-weight:bold;
		display: block;
		padding:0 0 0 0.75em;
		margin:0.5em 0 0 0;
		border-left: 4px solid #cfd6e6;
		}
	.disconList01 table td {
		padding:0 0 0 0.75em;
		display: block;
		margin:0 0 0 0;
		border-left: 4px solid #cfd6e6;
		}
	.disconList01 table th span {
		display: block;
		padding: 0;
		border-right:0;
		}
	}
