@charset "UTF-8";
  /* CSS Document */

#mainContents .section{
  margin-bottom:60px;
}
#mainContents .section:last-child{
  margin-bottom:0px;
}
#mainContents #introduction .flex{
  margin:20px 0;
}
#mainContents #introduction h1{
  font-size:5vw;
  font-weight:bold;
  color:#0099FF;
  text-align:center;
}
#mainContents #introduction .img{
  width:200px;
  margin:0 auto;
}
#mainContents #introduction .text{
}
#mainContents #introduction .number{
  background-color:#f3f3f3;
  padding:20px;
  margin:20px 0 0;
}
#mainContents #introduction .number em{
  display:block;
  text-align:center;
  font-size:18px;
  font-weight:bold;
}
#mainContents #introduction .number p{
  margin-bottom:10px;
}
#mainContents #introduction .number em + p{
  margin-bottom:20px;
}
#mainContents #introduction .number table,
#mainContents #introduction .number tbody,
#mainContents #introduction .number th,
#mainContents #introduction .number td{
  display:block;
}
#mainContents #introduction .number table th{
  text-align:center;
}
#mainContents #introduction .number table td{
  font-weight:bold;
}
#mainContents #introduction .number table .before td{
  padding-bottom:10px;
}
#mainContents #introduction dl{
  margin-top:20px;
}
#mainContents #introduction dl dt{
  font-weight:bold;
}

#mainContents #about #page_menu ul{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
#mainContents #about #page_menu li{
  width:48%;
  margin-top:4%;
}
#mainContents #about #page_menu li:nth-child(-n+2){
  margin-top:0;
}
#mainContents #about #page_menu li a{
  display:flex;
  justify-content:center;
  align-items:center;
  text-decoration:none;
  color:#fff;
  background-color:#0099FF;
  background:-webkit-linear-gradient(45deg, #0099FF 0%, #8fd2ff 100%);
  background:linear-gradient(45deg, #0099FF 0%, #8fd2ff 100%);
  border:solid 1px #8fd2ff;
  text-align:center;
  line-height:1.4;
  height:60px;
  border-radius:30px;
  position:relative;
}
#mainContents #about #page_menu li a::before{
  content:"";
  display:block;
  width:100%;
  height:100%;
  border:solid 1px rgba(255,255,255,0.5);
  box-sizing:border-box;
  border-radius:30px;
  position:absolute;
}
#mainContents #about #page_menu li a:hover{
  opacity:0.8;
}
#mainContents #about .article{
  margin-top:40px;
}

#mainContents #entry .flex{
}
#mainContents #entry .flex .text{
  margin-bottom:10px;
}
#mainContents #entry .flex .img{
  text-align:center;
}
#mainContents #entry .reception{
}
#mainContents #entry .reception dl{
  border:solid 1px #09f;
  text-align:center;
  margin-top:20px;
}
#mainContents #entry .reception dl.tel{
  padding:20px 0;
}
#mainContents #entry .reception dl.web{
  padding:20px;
}
#mainContents #entry .reception dl.coming_soon{
  border-color:#ccc;
}
#mainContents #entry .reception dl dt{
  font-size:18px;
  font-weight:bold;
  color:#09f;
}
#mainContents #entry .reception dl.coming_soon dt{
  color:#666;
}
#mainContents #entry .reception dl dd{
}
#mainContents #entry .reception dl.tel em{
  display:block;
  font-size:16px;
  font-weight:bold;
  margin-top:10px;
}
#mainContents #entry .reception dl.tel em span{
  font-size:3.5vw;
}
#mainContents #entry .reception dl.tel dd address{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
}
#mainContents #entry .reception dl.tel dd address .icon img{
  height:20px;
  margin-right:.5em;
}
#mainContents #entry .reception dl.tel dd address a{
  font-size:20px;
  font-weight:bold;
}
#mainContents #entry .reception dl.tel dd .time{
  font-size:12px;
  font-weight:bold;
  margin-left:1em;
}

#mainContents #entry .reception dl.web dd .btn{
  text-align:center;
  margin:10px 0;
}
#mainContents #entry .reception dl.web dd .btn a{
  display:block;
  text-decoration:none;
  text-align:left;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  color:#fff;
  padding:20px 0px;
  border-radius:100px;
  border:solid 1px #142a65;
  background-color:#142a65;
  background:-webkit-linear-gradient(#c6d1e9 0%, #142a65 50%, #c6d1e9 100%);
  background:linear-gradient(#c6d1e9 0%, #142a65 50%, #c6d1e9 100%);
  box-shadow:2px 2px 5px 0 rgba(0, 0, 0, 0.3);
  position:relative;
}
#mainContents #entry .reception dl.web dd .btn a::after{
  content:"";
  display:block;
  width:10px;
  height:10px;
  position:absolute;
  top:0;
  bottom:0;
  right:20px;
  margin:auto 0;
  border-top:1px solid #fff;
  border-right:1px solid #fff;
  transform:rotate(45deg);
}
#mainContents #entry .reception dl.web dd .btn .cap{
  font-size:12px;
  font-weight:normal;
  margin-top:10px;
}
#mainContents #entry .reception dl.web dd .btn + p{
  text-align:left;
}


#report .report_flow h4{
  font-size:20px;
  font-weight:bold;
  color:#09f;
  margin-bottom:20px;
}
#mainContents #report .report_flow li{
  padding:0 0 40px 12vw;
  position:relative;
}
#mainContents #report .report_flow li:last-child{
  padding-bottom:0;
}
#mainContents #report .report_flow li::before{
  content:"";
  font-family:Arial, Helvetica, sans-serif;
  display:block;
  font-size:5vw;
  line-height:10vw;
  width:10vw;
  height:10vw;
  border-radius:50%;
  text-align:center;
  color:#fff;
  background-color:#0099FF;
  position:absolute;
  left:0;
  top:0;
}
#mainContents #report .report_flow li::after{
  content:"";
  display:block;
  width:1px;
  height:100%;
  background-color:#0099FF;
  position:absolute;
  left:5vw;
  top:0;
  border-top:solid 12vw #fff;
  border-bottom:solid 2vw #fff;
  box-sizing:border-box;
  z-index:-1;
}
#mainContents #report .report_flow li:last-child::after{
  display:none;
}
#mainContents #report .report_flow li:nth-child(1)::before{ content:"01"; }
#mainContents #report .report_flow li:nth-child(2)::before{ content:"02"; }
#mainContents #report .report_flow li:nth-child(3)::before{ content:"03"; }
#mainContents #report .report_flow li:nth-child(4)::before{ content:"04"; }
#mainContents #report .report_flow li .img{
}
#mainContents #report .report_flow li .text{
  flex:1;
  margin-right:20px;
}
#mainContents #report .report_flow li .text h5{
  font-size:16px;
  font-weight:bold;
}

#mainContents #howto .common_btn{
  margin-top:40px;
}

#mainContents #faq .accordion dl{
  border-bottom:solid 1px #DDD;
}
#mainContents #faq .accordion dt{
  padding:20px 0;
}
#mainContents #faq .accordion dd{
  padding:0 0 20px;
}

#mainContents #faq .reception{
  margin:40px 0 0;
}
#mainContents #faq .reception dl{
  border:solid 1px #09f;
  text-align:center;
  padding:20px 0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
#mainContents #faq .reception dl dt{
  font-size:18px;
  font-weight:bold;
  color:#09f;
}
#mainContents #faq .reception dl.tel em{
  display:block;
  font-size:18px;
  font-weight:bold;
  margin-top:10px;
}
#mainContents #faq .reception dl.tel em span{
  display:block;
  font-size:14px;
}
#mainContents #faq .reception dl.tel dd address{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
}
#mainContents #faq .reception dl.tel dd address .icon img{
  height:20px;
  margin-right:.5em;
}
#mainContents #faq .reception dl.tel dd address a{
  font-size:6.5vw;
  font-weight:bold;
}
#mainContents #faq .reception dl.tel dd address p{
  font-weight:bold;
  width:100%;
  margin-left:1em;
}

