<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#completion{
  background: #e7f1ff;
  margin: 50px auto;
}

#completion h2{
  width: 65%;
  height: 60px;
  background: #2567C8;
  border-bottom: solid 3px #003cc3;
  color: #fff;
  font-size: 28px;
  line-height: 60px;
  overflow: hidden;
  margin: 0 auto;
}


#completion .completion_message{
  width: 65%;
  background: #fff;
  margin: 0 auto;
  padding: 30px;
  border-bottom: solid 4px #a7ceff;
}

#completion .completion_message p{ /*追加 2021/12/24*/
  white-space: pre-line;
}

#completion .completion_message .completion {
  width: 82%;
  white-space: pre-wrap;
  margin: 0 auto;
  padding: 20px 50px;
}

#completion .company_tel{
  width: 70%;
  margin: 20px auto 0;
  overflow: hidden;
}

#completion .company_tel .company_tel_left,
#completion .company_tel .company_tel_right{
  width: 45%;
  margin: 20px 2.5%;
  text-align: left;
  float: left;
}

#completion .company_tel .company_tel_left img,
#completion .company_tel .company_tel_right img{
  height: 30px;
  margin: 0 10px;
  float: left;
}

#completion .company_tel .company_tel_left p,
#completion .company_tel .company_tel_right p{
  overflow: hidden;
  font-size: 18px;
}

#completion .company_tel .company_tel_left p a,
#completion .company_tel .company_tel_right p a{
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}

#completion .completion_message .completion .precious_a{
  font-size: 18px;
  color: red;
}

#completion .completion_message .completion .precious_b{
  text-decoration:underline;
  text-decoration-color:red;
}


/*==================================================================================================
sp
==================================================================================================*/
@media only screen and (max-width: 1300px) and (max-width: 786px){
#completion {
  background: #e7f1ff;
  margin: 0;
}

#completion h2 {
  width: 100%;
  font-size: 20px;
}

#completion .completion_message{
  width: 100%;
}

#completion .completion_message .completion {
  width: 100%;
  padding: 20px 0;
}

#completion .company_tel{
  width: 100%;
}

#completion .company_tel .company_tel_left,
#completion .company_tel .company_tel_right{
  width: 80%;
  margin: 10px 10%;
}

}</pre></body></html>