@charset "utf-8";
.kakomi-tab2 {
 position: relative;
 margin: 3em auto 3em 0px ;
 padding: 1.2em 1em 1em;
 width: 90%;
 background-color: #fff;
 border: 2px solid #318496;
 }
.title-tab2 {
 position: absolute;
 display: inline-block;
 top: -28px;
 left: -2px;
 padding: 1px 10px;
 height: 26px;
 font-weight: bold;
 color: #fff;
 background-color: #318496;
 border-radius: 8px 8px 0 0;
}
h2.title1{
  color: #494949;
  background: #ebf4f6;
  border-left: solid 5px #318496;
  margin-top:40px;
  text-align: left;
  padding-left:10px;
}
.pclog{
font-size: 1.5em;
font-weight: bold;
padding-top: .5em;
padding-bottom: .5em;
margin-bottom: 2em;
position: relative;
border-bottom: solid 3px #318496;
color: #318496;
}
.pclog:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #2f4f4f;
width: 15%;
bottom: -3px;
}
