@charset "utf-8";
/*++++++++++++++
access
++++++++++++++*/
article#access {
	padding: 0 0 200px;
}

article#access iframe{
	width: 100%;
	height: 600px;
}

article#access ul.flex {
	align-items:flex-start;
	/* display: block; */
}
article#access ul.flex li {
	width:47%
}

article#access ul.flex li p {
	font-size: 0.95em;
}

article#access table {position: relative;border: none;}

article#access table:after {
    content:"";
}

article#access tr {margin: 0 0 10px;display: block;border: none;background: none;}

article#access tr:nth-child(odd) {
	background: none;
}

article#access td {
	/* border-radius: 10px; */
	border: none;
	padding: 15px 0 15px 60px;
	background: #f7f7f7;
	width: 100%;
	display: block;
	box-sizing: border-box;
	position: relative;
}

article#access td b {
    position: absolute;
    background: #fff;
    border: 1px solid #222;
    color: #222;
	font-weight: normal;
    font-size: 0.9em;
    padding: 10px;
    border-radius: 10px;
    line-height: 1.5;
    top: 0;
    bottom: 0;
    right: 3%;
    width: 200px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 15px;
    margin: auto;
}

article#access b:before {
    content:"";
}

article#access table:after {
	content: "";
	position: absolute;
	background: #ccc;
	width: 5px;
	height: 90%;
	left: 20px;
	top: 0;
	z-index: 0;
	bottom: 0;
	margin: auto;
}

article#access td:before {
	content:"";
	position: absolute;
	background: #666;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	left: 3%;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
}


article#access td.cmt {
	font-size: 0.8em;
	background: none;
	padding: 10px 0 10px 60px;
	color: #666;
	border: none;
}

article#access td.cmt:before {
	display:none;
}

@media screen and (max-width: 1699px) {
.access ul.flex li {
	width:47%
}

.access table:after {
    content:"";
}

.access tr:nth-child(odd) {
	background: none;
}

.access table:after {
	content: "";
	position: absolute;
	background: #ccc;
	width: 5px;
	height: 90%;
	left: 22px;
	top: 0;
	z-index: 0;
	bottom: 0;
	margin: auto;
}

.access td.cmt {
	font-size: 0.8em;
	background: none;
	padding: 10px 0 10px 60px;
	color: #666;
}

.access td.cmt:before {
	display:none;
}
}

@media screen and (max-width: 1299px) {
article#access table:after {
	left: 16px;
}	
.access ul.flex li {
	width:47%
}

.access table:after {
    content:"";
}

.access tr:nth-child(odd) {
	background: none;
}
.access td b {
    position: relative;
    width: 180px;
    margin: 10px 0 0;
    padding: 10px;
    font-size: 0.8em;
}
.access table:after {
	left: 18px;
	width: 3px;
}

.access td.cmt {
	font-size: 0.8em;
	background: none;
	padding: 10px 0 10px 60px;
	color: #666;
}

.access td.cmt:before {
	display:none;
}
}

@media screen and (max-width: 1023px) {
article#access ul.flex {
	display:block;
}

article#access ul.flex li {
	width:100%;
	margin:0 0 80px;
}
.access ul.flex {
	display: block;
}
.access ul.flex li {width: 100%;margin: 0 0 70px;}

.access table {position: relative;}

.access table:after {left: 25px;}

.access tr {margin: 0 0 10px;display: block;}

.access tr:nth-child(odd) {
	background: none;
}

.access td {
	border-radius: 10px;
	border: none;
	padding: 15px 0 15px 60px;
	background: #f7f7f7;
	width: 100%;
	display: block;
	box-sizing: border-box;
	position: relative;
}

.access td b {
    position: absolute;
}

.access b:before {
    content:"";
}



.access td.cmt {
	font-size: 0.8em;
	background: none;
	padding: 10px 0 10px 60px;
	color: #666;
}

.access td.cmt:before {
	display:none;
}
}

@media screen and (max-width: 767px) {
.access ul.flex li {margin: 0 0 20px;}

.access table {position: relative;}


.access tr {margin: 0 0 10px;display: block;}

.access tr:nth-child(odd) {
	background: none;
}

.access td {
	border-radius: 10px;
	border: none;
	padding: 15px 0 15px 60px;
	background: #f7f7f7;
	width: 100%;
	display: block;
	box-sizing: border-box;
	position: relative;
}

.access td b {position: relative;}


.access td:before {
	content:"";
	position: absolute;
	background: #666;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	left: 3%;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
}


.access td.cmt {
	font-size: 0.8em;
	background: none;
	padding: 10px 0 10px 60px;
	color: #666;
}

.access td.cmt:before {
	display:none;
}
}

@media screen and (max-width: 480px) {
article#access iframe {
	height:350px;
}	
article#access td b {
	width: 50%;
	position: relative;
	display: block;
	padding: 8px;
	margin: 10px 0 0;
}	
article#access ul.flex li {
	width: 100%;
	margin: 0 0 50px;
}

article#access table:after {
	left: 14px;
	height: 90%;
	top: -10px;
}

	.access table {position: relative;}

.access tr {margin: 0 0 10px;display: block;}

.access tr:nth-child(odd) {
	background: none;
}

.access td {
	border-radius: 10px;
	border: none;
	padding: 15px 0 15px 60px;
	background: #f7f7f7;
	width: 100%;
	display: block;
	box-sizing: border-box;
	position: relative;
}

.access td b {width: 150px;}

.access b:before {
    content:"";
}

.access table:after {left: 15px;width: 3px;}

.access td:before {
	content:"";
	position: absolute;
	background: #666;
	width: 13px;
	height: 13px;
	border-radius: 100%;

	left: 3%;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
}


.access td.cmt {
	font-size: 0.8em;
	background: none;
	padding: 10px 0 10px 60px;
	color: #666;
}

.access td.cmt:before {
	display:none;
}
}