@charset "UTF-8";

/* 為替レートプラグイン用(Exchange Rates Widget) */
/* 日付 */
p.rate {
  display: none;
  
	width: 69%;
	margin: 0px auto 5px;
	color: #428bca; /* blue */
	letter-spacing: 0.1em;
}
p.rate span {
	font-size: 92%;
	padding-right: 8px;
}
/* 日付 end */
#rate {
  display: none;
  
	width: 70%;
	height: 223px;
	margin: 0px auto 60px;
	background: #428bca;
	border-top: 1px solid #428bca;
	border-bottom: 2px solid #428bca; /* adjust */
	border-left: 1px solid #428bca;
	border-right: 1px solid #428bca;
	overflow: hidden;
}
/* 為替レートプラグイン用 end */

/* 注意事項 */
#remarks {
	width: 90%;
  max-width: 620px;
	margin: 0px auto 60px;
  color: var(--dark_brown);
  }
#remarks a{
  color: var(--light_blue);
}
  #remarks dl {
    width: calc(100% -42px);
    margin-bottom: 30px;
    padding: 20px;
    line-height: 2em;
    border: 1px solid #428bca;
    }
    #remarks dl dt {
      width: 100%;
      margin-bottom: 35px;
      padding-bottom: 20px;
      text-align: center;
      font-size: 108%;
      letter-spacing: 0.15em;
      color: #428bca;
      border-bottom: 1px solid #428bca;
    }
    #remarks dl dd {
      width: 100%;
      line-height: 1.4em;
      }
      #remarks dl dd ul {
        width: 90%;
        margin: 0 auto;
        line-height: 1.6em;
        font-size: 100%;
        letter-spacing: 0.1em;
        ttext-align: justify;
      }
      #remarks dl dd ul.payment li {
        width: 100%;
        margin: 1em auto;
        list-style-type: none;
        }
      #remarks dl dd ul.carefull li {
        width: calc(100% - 1em);
        margin: 2em auto;
        list-style-type: square;
        list-style-position: outside;
        }
        #remarks dl dd ul li span {
          display: block;
          margin-top: 1em;
          color: #f4226a; /* pink */
      }
      #remarks dl dd p {
        width: 90%;
        margin: 2em auto;
        font-size: 100%;
        letter-spacing: 0.1em;
        text-align: justify;
        }
        #remarks dl dd p.pink {
          width: 90%;
          margin: 2em auto;
          font-size: 92%;
          letter-spacing: 0.1em;
          color: #f4226a; /* pink */
}
/*注意事項 end*/
