@charset "utf-8";
@import "style.css";

/*========================================================================================================================


  ◇◆◇ お申込み ◇◆◇
  
  
========================================================================================================================*/

/*-----------------------------------------------------------------------------------
  送付方法
-----------------------------------------------------------------------------------*/

.sofu dt {
  font-weight:bold;
  padding-top:1em;
  padding-top:1rem;
}

.sofu dt:before {
  content:"●";
  color:#0d579a;
  display:inline-block;
  margin-right:0.25em;
  margin-left:-1.25em;
  padding-top:0.25em;
}

.sofu dt,
.sofu dd { padding-left:1.25em; }

.sofu dt:first-child { padding-top:0; }

.sofu .pc-none { display:none; }

@media screen and (max-width:640px) {
  .sofu .pc-none { display:inherit; }
}

