#item135 ul{
list-style:none;
display:flex;
flex-wrap:wrap;
padding:0;
}
#item135 ul li{
margin:0 10px 20px 0;
}
#item135 ul li:nth-child(1) img,
#item135 ul li:nth-child(2) img,
#item135 ul li:nth-child(3) img{
height:280px;
width:auto;
}
#item135 ul li:nth-child(4) img,
#item135 ul li:nth-child(5) img,
#item135 ul li:nth-child(6) img{
height:260px;
}
#item135 ul li:nth-child(7) img,
#item135 ul li:nth-child(8) img,
#item135 ul li:nth-child(9) img{
height:260px;
}
#item134 table{
width:100%;
}
#item134 th,
#item134 td{
padding:10px;
border:1px solid #ccc;
}
#item134 th{
background:#d0eeff;
}
#item136 dl{
margin:0 20px 40px;
}
#item136 dt,
#item136 dd{
display:flex;
}
#item136 dt{
margin:0 0 10px;
}
#item136 dt:before{
content:"Q";
display:block;
font-size:30px;
font-weight:bold;
color:#2f7ab2;
width:40px;
}
#item136 dd:before{
content:"A";
display:block;
font-size:30px;
font-weight:bold;
color:#f83a02;
width:40px;
}
#item137 dl{
display:flex;
flex-wrap:wrap;
margin:0 20px 20px;
}
#item137 dt{
width:360px;
}
#item137 dd{
width:calc(100% - 360px);
margin:0;
}
form{
display:block;
padding:40px 0;
}
form th{
white-space:nowrap;
}
form th span{
display:block;
color:#990000;
}
#submit{
display:block;
margin:20px auto;
width:200px;
}
#faq nav ul{
display:flex;
}
#faq nav ul li{
width:33.33%;
padding:0 3%;
box-sizing:border-box;
}
#faq nav ul li a{
display:block;
line-height:40px;
border-radius:5px;
border:1px solid #ccc;
text-align:center;
text-decoration:none;
color:#000;
}
#faq nav ul li a.active{
background:#b1f6fa;
}
#faq table{
width:100%;
}
#faq th,
#faq td{
border:1px solid #ccc;
padding:10px;
}
#faq dl{
margin:0 40px 40px;
}
#faq dt{
font-weight:bold;
}
#faq dt:before{
font-size:120%;
content:"Q.";
display:inline-block;
color:#0f9bdc;
}
#faq dd:before{
font-size:120%;
content:"A.";
display:inline-block;
color:#ef19b5;
}
#tab2,
#tab3,
#tab4{
display:none;
}
#minnanokaigo{
text-align:center;
}
#faq dd{
  text-indent: -0.5em;
}