@charset "UTF-8";
/* MV */
.mv {
  background: url(../images/privacymark/mv_privacymark_top.png) center no-repeat;
  background-size: cover;
  height: 330px;
  margin-top: 100px;
  position: relative; }
  .mv:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -25px;
    background: url(../images/common/line2.png);
    width: 715px;
    height: 39px;
    z-index: 900; }

.heading_line {
  text-align: left;
  color: #006432;
  font-size: 2.2rem;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #006432;
  margin-bottom: 30px; }

.privacymark {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0;
  position: relative;
  text-align: center; }

.privacy_main {
  text-align: left; }

.privacymark_detail {
  width: 60%;
  height: auto; }

.clm {
  margin: 20px 20px 0 20px; }

.clm_01 {
  width: 70%;
  float: left;
  display: block;
  text-align: left; }
  .clm_01 p {
    margin-bottom: 0; }

.clm_02 {
  width: 30%;
  float: right;
  display: inline-block; }
  .clm_02 img {
    width: 100%;
    height: auto; }

.clm_other {
  margin: 10px 20px 20px 20px;
  text-align: left; }

/* SP */
@media screen and (max-width: 768px) {
  .privacymark_detail {
    width: 100%;
    height: auto; }
  .clm_01 {
    width: 100%;
    float: none;
    text-align: center; }
  .clm_02 {
    width: 50%;
    height: 50%;
    float: none;
    margin-top: 30px; }
  .clm_other {
    text-align: center; } }

.clearfix::after {
  content: '';
  display: block;
  clear: both; }

/* グラデーションボックス */
.gradiation_box {
  border-left: 1px solid #3bc781;
  border-right: 1px solid #3bc7ae; }

.gradiation_box:before, .gradiation_box:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: -moz-linear-gradient(left, #3bc781 0%, #3bc7ae 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3bc781 0%, #3bc7ae 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3bc781 0%, #3bc7ae 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
