
.topwakubg{

padding:30px 20px;
background: rgba(255,255,255,0.1);
}
.topwakubg h1{
margin:20px 0 30px 0;
font-size:20px;
font-weight:bold;
}

@media screen and (max-width:480px) {
.fs-4{
font-size:35px !important;
}

}

.copytxt{
color:#000;
font-size:13px;
padding:20px 0;
}
.subtxt{
font-size:20px;
}
h6.h6name{
padding:20px 0;
font-size:20px;
color:#333;
}
h6.h6namesb{
padding:0px 0;
font-size:15px;
color:#333;
}
p.qa{
  padding:0 0 30px 0;
}
p.qa:first-letter{
  color:#5bc0de;
  font-size:180%;
}
h4.qah4{
margin:0;
padding:0 0 20px 0;
}

.line_block{
display:block;
width:80%;
margin:0 auto;
padding:0;
}

ol.linklst{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
}
ol.linklst li a{
color:#000;
}
ol.linklst li{
  position:relative;
  margin: 7px 0 7px 0px;
  padding-left:40px;
  font-weight: bold;
  font-size:14px;
  line-height: 30px;
  /*
  border: solid 1px #99cc66;
  */
  border: solid 1px #ef975c;
  border-radius:20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  
}
ol.linklst li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height:30px;
  background: #ef975c;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.linklst li:hover{
  background: #ef975c;
  color: #fff;
}
ol.linklst li:hover:before{
  background: #fff;
  color: #ef975c;
}


.category h4{
  color: black;
  font-size: 25px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  }

.category table{
    margin: 15px;
    padding: 10px;
    border: none;
  }  
  

.qaContainer dt {
    padding: 10px 10px 10px 50px;
    border-radius: 5px;
    background: #cce6ff;
    text-indent: -25px;
    }
.qaContainer dt:before {
    content: "Q.";
    font-weight: bold;
    margin-right: 7px;
    }
.qaContainer dd {
    margin: 20px 10px 40px 35px;
    text-indent: -25px;
    }
.qaContainer dd:before {
    content: "A.";
    color: #1771c6;
    font-weight: bold;
    margin-right: 7px;
    }

li.lft img{
  width:300px;
}

li.rit img{
  width:300px;
}
.imglst2 {
  width:100%;
}


li.lft{
float:left;
width:310px;
margin: 5px 0 5px 0;
}

li.rit{
  float:left; 
  width:300px;
  margin: 5px;
}

/*追加*/
.flex-arida{
  max-width: 920px;
  margin: 0 auto;
}
.item-arida1 {
	width: 70%;
}
.item-arida2 {
	width: 30%;
}
img{
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width:920px) { 
  .flex-arida{
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
  }

  /*.item-arida+.item-arida{
    margin-left:1.0em;
  }*/
}
@media screen and (max-width:600px) { 
.item-arida1 {
	width: 100%;
}
.item-arida2 {
	width: 70%;
}

}