﻿@charset "UTF-8";

.policy h2{
    font-size: 14px;
    color: #267e86;
    font-weight: normal;
    padding: 9px 0 7px 19px;
    background-color: #e1ebed;
}

.policy_data{
  width: 287px;
  margin: 40px auto 35px;
}

.policy_data .caution{
  font-size: 11px;
  margin-top: 1.0em;
}

.policy_data dl{
}

.policy_data dl dt{
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.policy_data dl dd{
  font-size: 11px;
  text-align: left;
  margin-left: 0;
  margin-bottom: 42px;
}

.policy_data dl dd img{
  max-width: 100%;
  height: auto;
}