/******************************************************

 container
 
******************************************************/
.container {
  max-width: 1000px;
  margin: auto;
  width: 90%;
  padding: 50px 0; }

.bg02 {
  background: #dfe9ef; }

.main ul {
  font-size: 0px; }
  .main ul li {
    display: inline-block;
    width: 50%; }
    .main ul li .mainBody {
      position: relative;
      width: 100%; }
      .main ul li .mainBody:before {
        content: "";
        display: block;
        padding-top: 500px; }
        @media screen and (max-width: 1360px) {
          .main ul li .mainBody:before {
            padding-top: 72%; } }
      .main ul li .mainBody .mainInner {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
        .main ul li .mainBody .mainInner .note {
          font-size: 11px;
          position: absolute;
          bottom: 10px;
          right: 15px;
          color: #fff; }
  .main ul .list01 {
    background: url(../images/safesound/ss-img01-1@2x.jpg) center center;
    background-size: cover; }
  .main ul .list02 {
    background: url(../images/safesound/ss-img02@2x.jpg) center center;
    background-size: cover; }

.p-title {
  text-align: center; }
  @media screen and (max-width: 600px) {
    .p-title img {
      height: 36px;
      width: auto; } }

.midashiL {
  text-align: center; }
  .midashiL img {
    margin: 5px; }
    @media screen and (max-width: 600px) {
      .midashiL img {
        height: 26px;
        width: auto; } }

.ss-read {
  text-align: center;
  font-size: 16px;
  line-height: 200%; }
  .ss-read span {
    display: inline-block; }

.midashiM {
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: 24px;
  color: #0074bb;
  padding: 10px 0px; }
  .midashiM span {
    display: inline-block; }
  @media screen and (max-width: 600px) {
    .midashiM {
      font-size: 16px; } }

.sB-midashi {
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
  font-size: 20px;
  line-height: 200%;
  color: #0074bb; }

.note {
  margin-top: 10px;
  font-size: 12px; }
  .note.nR {
    text-align: right; }

.midashi01 {
  margin-top: 25px;
  margin-bottom: 15px; }

.midashi02 {
  margin-top: 25px;
  margin-bottom: 25px; }

.ss-img03 {
  margin-top: 30px; }

.ss-img04 {
  margin-bottom: 20px; }

.bodyL {
  float: left;
  width: 56%; }

.bodyR {
  float: right;
  width: 41%; }

@media screen and (max-width: 600px) {
  .bodyL {
    float: none;
    width: 100%; }

  .bodyR {
    float: none;
    width: 100%; } }
.ss-body {
  margin-top: 50px; }
  .ss-body .ss-txt {
    text-align: center;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #0074bb; }
  @media screen and (max-width: 600px) {
    .ss-body {
      margin-top: 30px; } }
