@charset "UTF-8";


/*section 20200324*/
#contents .section .notice_gray_b:last-child{
	padding-bottom: 0.7em;
}

#contents .section ul.src  li{
	list-style: none;
	background: url("/support/share/images/arrow_under.gif") no-repeat left .4em; 
	margin: 0 30px 0 0;
    padding: 0 0 0 10px;
}


#contents .section .notice_gray_b p.annotation{
	padding-left: 1em;
    text-indent: -1em;
	margin-bottom: 0.3em;
}


/*h2 20200324*/
#contents h2.title2{
	font-size: 14px;
    border-bottom: 1px solid #000;
	clear: both;
    color: #000;
    margin-bottom: 15px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 13px;
    font-weight: 700;
}

@media (max-width: 640px){
.colum2-right760 #contents h2.title2{
	font-size: 14px;
	padding-left: 2px;
	}
	
	
}

/*flex 20211125*/
#contents .flex{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-direction: row;
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
	justify-content: space-around;
	-ms-flex-pack: distribute;
	margin: 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#contents figure{
	text-align: center;
	margin: 1em 0;
}

#contents .verMid{
	vertical-align: middle;
}

#contents img.pc_arrow1{
	width: 58px !important;
	height: 38px;
}

@media screen and (max-width: 640px){
	#contents .flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
    
    #contents figure{
		margin: 1em auto !important;
	}
	
    #contents figure img{
        max-width: 100%;
    }
    
	#contents figure img :not(.purple_arrow){
		width: 100%;
		height: auto;
	}
    
	#contents img.pc_arrow1{
		transform: rotate( 90deg );
		display: block;
		margin: 1em auto;
	}
    
}
