@charset "utf-8";

html{ background: url("img/bg.png") 50% 50%}
body{ background: transparent}
#wrap{
	width: 940px;
  margin: 40px auto;
  background: transparent;
}

h2{
    margin: 50px 0 20px;
    padding-left: 30px;
    font-size: 20px;
    background: url(img/bg_ar1.png) no-repeat 0 50%;
}
p, li, th, td, dt, dd {
    font-size: 15px;
    line-height: 1.8;
}
.sTxt{ font-size: 11px}
.rTxt{ text-align: right}
.imgR{
    float: right;
    margin: 0 0 30px 30px;
}
.imgL img, .imgR img{
    padding: 4px;
    background: #fff;
    border: 1px solid #ddd;
}

.lead{
  margin-top: 40px;
  font-size: 22px;
  text-align: center;
}

h3{
  position: relative;
  margin: 40px 0 20px;
  padding: 15px 0 15px 15px;
  font-size: 17px;
  background: #f1d62f;
}
.balloon{
  position: absolute;
  top: -30px;
  left: -10px;
  display: inline-block;
  padding: 5px 10px;
  min-width: 90px;
  max-width: 100%;
  font-size: 16px;
  color: #fff;
  background: #000;
  border-radius: 5px;
  text-align: center;
}

.balloon:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 7px solid #000;
}

#footer{
  margin-top: 40px;
}
#footer p{
	float: left;
	text-align: left
}
#footer #copy{
	float: right;
	text-align: right
}



@media screen and (min-width:481px){
  .boxs{
    display: flex;
  }
  .boxs .box{
    width: 470px;
    box-sizing: border-box;
  }
  .boxs .box:first-child{
    padding-right: 15px;
  }
  .boxs .box:last-child{
    padding-left: 15px;
  }
}

@media screen and (max-width:480px){
  .fPC{ display: none}
  
img{
    width:100%;
    max-width: 100%;
    height: auto !important;
    box-sizing: border-box;
}
div#wrap{
	width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
h1{
    margin: 0 -10px;
}
h2{
    margin: 20px 0 10px;
    font-size: 16px;
}
.lead{
  margin-top: 20px;
  font-size: 17px;
  text-align: left;
}

h3{
  padding: 25px 0 10px 10px;
  font-size: 16px;
}
.balloon{
  left: -5px;
}

.imgR, .imgL{
    float: none;
    margin: 0 0 20px;
}

#footer{
    width: 100%;
    margin-top: 20px;
    padding: 20px 0;
}
div#footer p, div#footer p#copy{
	float: none;
    width: 100%;
	text-align: center
}

}