@charset "UTF-8";

.out {
	border: 1px solid #27BDD8;
	margin: 42px 0 0;
	padding: 13px 80px 42px;
}

.out_title {
	margin-bottom: 33px;
}

.out_title b {
	border-bottom-color: #26BDD8;
}

.out_table {
	width: 100%;
	font-size: 16px;
}

.out_table th,
.out_table td {
	border: 1px solid #CCC;
	padding: 1px 4px;
}

.out_table thead th {
	background: #EEE;
	font-weight: normal;
}

.out_table tbody th {
	font-weight: normal;
	line-height: 1.6;
	font-size: 14px;
}

.out_table tbody th strong {
	color: inherit;
	font-weight: inherit;
	font-size: 16px;
}

.out_table td {
	width: 102px;
	text-align: center;
}

.out_table td.-pink {
	color: #FF7892;
}

.out_table td.-dashBottom {
	border-bottom-style: dashed;
}

.out_table td.-green {
	color: #45C06E;
}

.out_table td.-dashTop {
	border-top-style: dashed;
}

.out_table td.-blue {
	color: #27BDD8;
}

.out_table td small {
	display: inline-block;
	line-height: 1.5;
	font-size: 11px;
	color: #666;
}

.out_list {
	margin-top: 16px;
}

.out_list > li {
}

.out_list > li:first-child {
}

.out_text{
	display:none;
}

.out_text.-visi{
	display: block !important;
}

/* タブレット以下設定 */
@media screen and (max-width:940px) {

.out {
	padding: 15px 25px;
	margin-top: 35px;
}

.out_title {
	margin-bottom: 25px;
}

.out_title b {
}

.out_table {
	font-size: 15px;
}

.out_table th,
.out_table td {
	padding: 1px 8px;
}

.out_table thead th {
}

.out_table tbody th {
	white-space: nowrap;
}

.out_table tbody th strong {
	font-size: 15px;
}

.out_table td {
}

.out_table td.-pink {
}

.out_table td.-dashBottom {
}

.out_table td.-green {
}

.out_table td.-dashTop {
}

.out_table td.-blue {
}

.out_list {
}

.out_list > li {
}

.out_list > li:first-child {
}
}

/* スマホ設定 */
@media screen and (max-width:639px) {

.out {
	padding: 0;
	margin-top: 25px;
	border: none;
}

.out_title {
}

.out_title b {
}

.out_table {
	font-size: 12px;
}

.out_text{
	font-size:12px;
	display:block;
	line-height:1.5;
	margin-top:10px;
}

.out_table th,
.out_table td {
    padding: 1px 4px;
}

.out_table thead th {
}

.out_table tbody th {
}


.out_table tbody th .-time{
    display: none;
	
} 

.out_table tbody th strong {
	font-size: 12px;
}

.out_table td {
}

.out_table td.-pink {
}

.out_table td.-dashBottom {
}

.out_table td.-green {
}

.out_table td.-dashTop {
}

.out_table td.-blue {
}

.out_list {
}

.out_list > li {
}

.out_list > li:first-child {
}
}
