﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.taiken_h3{
	padding: 0.5em;
	border: 3px solid #66cc66;
	border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
}



.taiken_h4 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
}
h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #66cc66;
}
}
