@charset "UTF-8";
.title h1 {
 background:url(../images/title.png) no-repeat center 93px;
}
.title02.use {
 background: url(../images/title01.png) no-repeat center top;
}
.title02.qa {
 background: url(../images/title02.png) no-repeat center top;
}
.procedure {
 background-color: #fffbba;
 max-width: 550px;
 margin: 0 auto;
 text-align: center;
 padding: 20px;
 font-weight: bold;
 position: relative;
}
.procedure h3 {
 margin-bottom: 20px;
}
.procedure span {
 color: #01aee4;
 font-style: italic;
}
p.illust01 {
 position: absolute;
 left: -35px;
 top: -50px;
}
p.illust02 {
 position: absolute;
 right: -53px;
 bottom: -42px;
}
div.use_box01 {
 border: 1px dashed #cccccc;
 max-width: 572px;
 padding: 40px 50px;
 position: relative;
 margin: 60px 0 90px 0;
}

div.use_box02 {
 margin: 60px 0 90px auto;
}
div.use_box01 p.no {
 position: absolute;
 left: -7px;
 top: -27px;
}
div.use_box01 h3 {
 font-size: 24px;
 margin-bottom: 20px;
}
div.use_box01 h4 {
 font-size: 20px;
 margin: 50px 0 10px 0;
}
div.use_box01 ul {
 margin: 20px 0;
}
div.use_box01 ul li {
 background: url(../images/li.png) no-repeat 0 9px;
 padding: 0 0 0 20px;
 font-weight: bold;
}
p.txt01 {
 max-width: 440px;
 position: relative;
 z-index: 1;
}
p.at {
 font-size: 12px;
 background: url(../images/img03.png) no-repeat 0 center;
 line-height: 38px;
 padding: 0 0 0 50px;
 float: right;
}
p.img01 {
 position: absolute;
 right: -80px;
 top: -25px;
}
p.img02 {
 position: absolute;
 right: -25px;
 top: -46px;
}
p.img03 {
 position: absolute;
 right: -47px;
 top: -95px;
}
div.bg01 {
 background: url(../images/img04.png) no-repeat right bottom 37px;
}
div.bg02 {
 background: url(../images/img09.png) no-repeat left top 45px;
}
div.mb150 {
 margin-bottom: 150px;
}
dl.qa {
 max-width: 1000px;
 margin: 0 auto;
}
dl.qa dt {
 background: url(../images/q.png) no-repeat 0 5px;
 padding: 0 0 0 35px;
 font-size: 24px;
 font-weight: bold;
 margin-bottom: 20px;
 line-height: 1.45;
}
dl.qa dd {
 background: url(../images/a.png) no-repeat 0 5px;
 padding: 0 0 40px 35px;
 margin-bottom: 30px;
 border-bottom: 1px dashed #cccccc;
}
dl.qa dd:nth-last-child(1) {
 border-bottom: none;
 padding-bottom: 5px;
}
dl.qa dd p:nth-child(2) {
 margin: 20px 0;
}

@media screen and (max-width: 1400px) {
 div.use_box01 ul {
  margin: 20px 100px 20px 0;
 }
 div.use_box01 ul br {
  display: none;
 }
 p.illust02 {
  right: 0;
 }
 p.img01 {
  right: 0;
 }
 p.img02 {
  right: 0;
 }
 p.img03 {
  right: 0;
 }
 p.txt01 {
  max-width: 380px;
 }
}


@media screen and (max-width: 700px) {
 .title h1 {
  background:url(../images/title.png) no-repeat center 80px;
  background-size: 320px auto;
 }
 .title02.use {
  background: url(../images/title01_sp.png) no-repeat center top;
  background-size: 300px auto;
 }
 .title02.qa {
  background: url(../images/title02_sp.png) no-repeat center top;
  background-size: 300px auto;
 }
 .procedure {
  background-color: #fffbba;
  max-width: inherit;
  margin: 0 20px;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  position: relative;
 }
 .procedure h3 {
  margin-bottom: 20px;
 }
 .procedure span {
  color: #01aee4;
  font-style: italic;
 }
 p.illust01 {
  position: absolute;
  left: 0;
  top: -25px;
  width: 60px;
 }
 p.illust02 {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 60px;
 }
 div.use_box01 {
  border: 1px dashed #cccccc;
  max-width: inherit;
  padding: 20px;
  position: relative;
  margin: 40px 0;
 }

 div.use_box02 {
  margin: 40px 0;
 }
 div.use_box01 p.no {
  position: absolute;
  left: -7px;
  top: -27px;
  height: 40px;
 }
 div.use_box01 p.no img {
  max-height: 100%;
 }
 div.use_box01 h3 {
  font-size: 20px;
  margin-bottom: 10px;
  padding-right: 65px;
 }
 div.use_box01 h4 {
  font-size: 18px;
  margin: 30px 0 10px 0;
  padding-right: 65px;
 }
 div.use_box01 ul {
  margin: 10px 0;
  padding-right: 40px;
 }
 div.use_box01 ul li {
  background: url(../images/li.png) no-repeat 0 9px;
  padding: 0 0 0 20px;
  font-weight: bold;
 }
 p.txt01 {
  max-width: inherit;
  position: relative;
  z-index: 1;
  padding-right: 65px;
 }
 p.at {
  font-size: 12px;
  background: url(../images/img03.png) no-repeat 0 center;
  line-height: 38px;
  padding: 0 0 0 40px;
  float: none;
  margin: 10px 0;
 }
 .youtube{
   position:relative;
   width:100%;
   padding-top:56.25%;
 }
 .youtube iframe{
   position:absolute;
   top:0;
   right:0;
   width:100%;
   height:100%;
 }
 p.img01 {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 50px;
 }
 p.img02 {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 85px;
 }
 p.img03 {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 85px;
 }
 div.bg01 {
  background: url(../images/img04.png) no-repeat right bottom 37px;
 }
 div.bg02 {
  background: url(../images/img09.png) no-repeat left top 45px;
 }
 div.mb150 {
  margin-bottom: 40px;
 }
 dl.qa {
  max-width: inherit;
  margin: 0 20px;
 }
 dl.qa dt {
  background: url(../images/q.png) no-repeat 0 5px;
  background-size: 18px auto;
  padding: 0 0 0 25px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.45;
 }
 dl.qa dd {
  background: url(../images/a.png) no-repeat 0 5px;
  background-size: 18px auto;
  padding: 0 0 40px 25px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #cccccc;
 }
 dl.qa dd:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 5px;
 }
 dl.qa dd p:nth-child(2) {
  margin: 20px 0;
 }
}
