/* CSS Document スタウト廃盤*/

#stoutwrap {
	width: 720px;
	}
#stoutwrap h2 {
	font-size: 1.8em;
	background: #e67d39;
	color: #fff;
	padding: 4px 0 4px 8px;
	margin: 0 0 10px;
}
#stoutwrap h2 + p {
	font-size: 1.4em;
	color: #e67d39;
	font-weight: bold;
	margin: 5px 0 10px;
}
#stoutwrap h3 {
	font-size: 1.8em !important;
	color: #5b5b5b;
	padding: 4px 0 4px 8px;
	margin: 30px 0;
	border-bottom: 2px solid #e67d39;
}
#stoutwrap h4 {
	font-size: 1.4em;
	color: #e67d39;
	margin: 5px 0;
}

/*-------------------------*/

.stout_spec {
	padding: 10px;
	border: 1px solid #ccc;
	margin: -10px 0 30px;
}
.stout_column {
	display: flex;
	justify-content: space-around;
}
.stout_column_item {
	width: 46%;
}
.stout_column_item:last-of-type {
	width: 50%;
	display: flex;
}
.stout_column_item:last-of-type p {
	text-align: center;
}

/*-------------------------*/

.stoutimage{
	text-align:center;
	}
	
.stout-left{
	width: 380px;
	float:left;
	padding: 0 20px 0 0;
	margin-bottom: 30px;
	}	
.stout-left p {
	font-size: 1.0em;
	}
	
.stout-right{
	width: 300px;
	float:right;
	margin-bottom: 30px;
	}
.stout-right p {
	font-size: 1.0em;
	}
	

.stout_midasi {
	font-size: 1.1em;
	margin: 40px 0 20px;
	font-weight: bold;
	padding: 0 0 0 10px;
	border-left: 5px solid #e67d39;
	border-bottom: 1px dotted #333;
	text-align: left !important;
}	
.stout_midasi2 {
	font-size: 1.1em;
	margin: 0 0 20px;
	font-weight: bold;
	padding: 0 0 0 10px;
	border-left: 5px solid #e67d39;
	border-bottom: 1px dotted #333;
	text-align: left !important;
}	
		
	
.stout_subtext {
	/*background: linear-gradient(transparent 40%, rgba(230, 125, 57, .5) 60%);*/
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 20px;
	padding: 5px 5px 5px 10px;
	color: #f7f7f7;
	background: #e67d39;
	border-bottom: 1px dotted #ccc;
}

ul.stoutcase{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.stoutcase li{
	width: 48%;
	box-sizing: border-box;
	margin: 0 0 10px;
		}
		.stoutcase li img{
		padding:2px;
		border: solid 1px #CCC;
	transition: .3s ease-out;
	width: 170px;
	height: 128px;
	object-fit: cover;
		}

.stoutcase li a img:hover {
	opacity: .7;
		}
		

.other_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.other_link p {
	margin: 0 0 15px;
	transition: .3s ease-in-out;
	
}
.other_link p:hover {
	opacity: .7;
	
}
	
	
	
	
/*抗ウイルスのご案内***************/

.anti_v {
	border-bottom: 1px dotted #5b5b5b;
	margin: 0 0 20px;
}

.anti_v_bg {
	background:#1eb4a9;
	padding: 5px 10px;
	color:#fff;
	margin: 0 0 5px;
}

.anti_v h2{
	background:#1eb4a9;
	padding:5px 5px 5px 15px;
	margin:auto;
	color:#fff;
}

.anti_v h3 {
  padding:5px;
  margin:10px 0 3px 0;
  color: #1eb4a9;
}

.anti_v h4{
	background:#CEF0EE;
	padding:3px;
	height:2rem;
	display: table;
  width:100%;
  text-align:center;
  margin-bottom:5px;
	}

.anti_v h4 span{
	line-height:1.1;
	font-size:13px;
	display: table-cell;
  vertical-align: middle;
}

.anti_v p{
	line-height:2;
}

.anti_v p span{
	font-size:12px;
	line-height:normal !important;
}

.anti_v_inf b{
	color:red;
	font-weight:bold;
	font-size:1.2em;
}

.anti_v_inf{
	margin:0 0 20px;
}
.anti_v_inf:last-of-type {
	margin:0 0 40px;
}

.anti_v_p {
	display: flex;
	justify-content: space-between;
}

.anti_v_p p{
	width:70%;
}

.anti_v_p figure{
	width:25%;
	padding-left:10px;
}

.anti_v_p figure img{
	display:block;
	margin:0 auto;	
}

.anti_v_p figure figcaption{
	font-size:12px;
	color: #767676;
	}

.anti_v_p{
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
	
	}

.anti_v_per figure{
	margin:0 auto;
}

.anti_v_per figure figcaption{
	margin:20px 0 5px;
	font-size:12px;
	line-height:1.5;
	color: #767676;
}

.anti_v_per figure img{
	border: 1px solid #ccc;
	transition: .3s ease-in-out;
}
.anti_v_per figure img:hover {
	opacity: .7;
}

.anti_v_per .f_column2_a_item figure figcaption{
	margin:5px;
	font-size:12px;
	line-height:1.3;
}