﻿@charset "UTF-8";

/***********************************
actionplan
************************************/
article#content section {
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 100px;
}

article#content section strong {
  color: #AE912D;
  font-weight: normal;
}

article#content section p.text {
  margin-bottom: 20px;
}

article#content section p.text span {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 15px;
  margin-bottom: 5px;
  font-weight: bold;
}

article#content section p.sub-title {
  padding-top: 30px;
  margin-bottom: -30px;
  text-align: center;
  font-size: 16px;
}

@media print, screen and (min-width:769px) {
}

@media screen and (max-width:768px) {
  
  article#content section {
    padding-bottom: 50px;
  }
  
  article#content section h2 {
    line-height: 30px;
  }
  article#content section p.sub-title {
    margin-bottom: -50px;
    font-size: 14px;
  }
  
}

