.vbox-close {
  display: none !important; }

.closeme {
  cursor: pointer;
  position: absolute;
  background-color: #000;
  background-image: url(../images/safe/closebtn@2x.png);
  background-size: 50px 50px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  /*margin-right: -20px;*/
  margin-right: -5px;
  margin-top: -20px;
  color: #fff !important;
  width: 45px !important;
  height: 45px !important;
  border-radius: 200px;
  box-sizing: 0px;
  padding: 13px !important;
  border: 2px solid #fff;
  display: block;
  overflow: hidden;
  z-index: 1050;
  text-indent: -9999px; }

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

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

.bg02 {
  background: #dfe9ef; }

.blue {
  color: #0074bb;
  font-weight: bold; }

.green {
  color: #49a187;
  font-weight: bold; }

.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/safe/s-img01@2x.jpg) center center;
    background-size: cover; }
  .main ul .list02 {
    background: url(../images/safe/s-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; }
  .ss-read.read-2 {
    margin-top: 25px; }

.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; } }

.note {
  margin-top: 10px; }
  .note.nR {
    text-align: right; }
  .note.nC {
    text-align: center;
    display: block; }

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

.s-img01 {
  margin-bottom: 40px; }

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

.s-img03-01 {
  margin-top: 30px; }

.sBox {
  border: 3px solid;
  padding: 27px 47px;
  margin-top: 50px; }
  .sBox .sB-midashi {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 200%; }
  .sBox .sB-title {
    text-align: center;
    padding-bottom: 20px; }
  .sBox.sB-01 {
    border-color: #0074bb; }
    .sBox.sB-01 .sB-midashi {
      color: #0074bb; }
  .sBox.sB-02 {
    border-color: #49a187; }
    .sBox.sB-02 .sB-midashi {
      color: #49a187; }
  @media screen and (max-width: 600px) {
    .sBox {
      padding: 27px 27px;
      margin-top: 35px; }
      .sBox .sB-midashi {
        font-size: 16px; }
      .sBox .sB-title img {
        width: auto;
        height: 50px; } }
  @media screen and (max-width: 414px) {
    .sBox .sB-title img {
      width: auto;
      height: 40px; } }

.s-list ul {
  font-size: 0px; }
  .s-list ul li {
    display: inline-block;
    vertical-align: top; }
    .s-list ul li img {
      width: 100%;
      height: auto; }
@media screen and (max-width: 600px) {
  .s-list .pc-img {
    display: none; } }
.s-list .sp-img {
  display: none; }
  @media screen and (max-width: 600px) {
    .s-list .sp-img {
      display: inline-block; } }

.s-list01 ul li {
  width: 49%;
  margin-right: 2%;
  margin-top: 2%; }
  .s-list01 ul li:nth-child(1) {
    width: 100%; }
  .s-list01 ul li:nth-child(1), .s-list01 ul li:nth-child(3) {
    margin-right: 0px; }
  @media screen and (max-width: 414px) {
    .s-list01 ul li {
      width: 100%;
      margin-right: 0%; } }

.s-list02 ul li {
  width: 49%;
  margin-right: 2%;
  margin-top: 2%; }
  .s-list02 ul li:nth-child(1) {
    width: 100%; }
  .s-list02 ul li:nth-child(1), .s-list02 ul li:nth-child(3) {
    margin-right: 0px; }
  @media screen and (max-width: 414px) {
    .s-list02 ul li {
      width: 100%;
      margin-right: 0%; } }

.s-list03 ul li {
  width: 33%;
  margin-right: 0.5%;
  margin-top: 3%; }
  .s-list03 ul li:nth-child(3n) {
    margin-right: 0px; }
  @media screen and (max-width: 414px) {
    .s-list03 ul li {
      width: 100%;
      margin-right: 0%;
      margin-top: 30px; } }

.point {
  padding: 22px 37px;
  border: 3px solid #3671ac;
  margin-top: 50px;
  background: #d1e7ed; }
  .point .p-L {
    float: left;
    width: 40%; }
  .point .p-R {
    float: right;
    text-align: center;
    width: 57%; }
    .point .p-R .p-txt {
      color: #0074bb;
      font-size: 30px; }
    .point .p-R .p-read {
      font-size: 14px;
      margin-top: 10px; }
    .point .p-R .p-btn a {
      background: #5e6b6f;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      padding: 10px;
      max-width: 330px;
      text-align: center;
      display: block;
      border-radius: 50px;
      text-decoration: none;
      margin: 20px auto 0px; }
      .point .p-R .p-btn a:hover {
        background: #fff;
        color: #0074bb;
        border: 1px solid #0074bb; }
  @media screen and (max-width: 700px) {
    .point .p-L {
      float: none;
      width: 100%;
      text-align: center; }
      .point .p-L img {
        max-width: 350px; }
    .point .p-R {
      float: none;
      width: 100%; }
      .point .p-R .p-btn {
        padding-bottom: 20px; } }

.box01 .float_l {
  width: 55.555555555%; }
.box01 .float_r {
  width: 41.5%; }
@media screen and (max-width: 600px) {
  .box01 .float_l,
  .box01 .float_r {
    width: 100%;
    float: none; } }

.box02 .float_l {
  width: 48.333333333%; }
.box02 .float_r {
  width: 48.333333333%; }
@media screen and (max-width: 600px) {
  .box02 .float_l,
  .box02 .float_r {
    width: 100%;
    float: none; } }

.tableBox {
  padding-bottom: 35px; }
  .tableBox h5 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 10px 5px; }
    .tableBox h5 span {
      display: inline-block; }
    @media screen and (max-width: 414px) {
      .tableBox h5 {
        font-size: 14px; } }
  .tableBox table {
    box-sizing: border-box;
    border-left: 1px solid; }
    .tableBox table td {
      box-sizing: border-box;
      border-right: 1px solid;
      border-bottom: 1px solid; }
      @media screen and (max-width: 600px) {
        .tableBox table td {
          display: inline-block; } }
      .tableBox table td img {
        width: 100%;
        height: auto; }
      .tableBox table td a {
        position: relative;
        overflow: hidden;
        display: block; }
        .tableBox table td a .t-img img {
          display: block;
          transition-duration: 0.3s; }
        .tableBox table td a .t-img .s {
          display: none; }
          @media screen and (max-width: 600px) {
            .tableBox table td a .t-img .s {
              display: inline-block; } }
        @media screen and (max-width: 600px) {
          .tableBox table td a .t-img .p {
            display: none; } }
        .tableBox table td a .t-more {
          text-align: center;
          position: absolute;
          bottom: 5%;
          transition-duration: 0.3s; }
          .tableBox table td a .t-more img {
            max-width: 120px; }
        .tableBox table td a:hover .t-img img {
          transform: scale(1.2);
          transition-duration: 0.3s;
          opacity: 0.85; }
        .tableBox table td a:hover .t-more {
          bottom: 2%;
          opacity: 0.5;
          transition-duration: 0.3s; }

.bBox01 h5,
.bBox02 h5,
.bBox03 h5 {
  background: #0074bb; }
.bBox01 table,
.bBox02 table,
.bBox03 table {
  border-color: #0074bb; }
  .bBox01 table td,
  .bBox02 table td,
  .bBox03 table td {
    border-color: #0074bb; }
    .bBox01 table td a,
    .bBox02 table td a,
    .bBox03 table td a {
      background: #0074bb; }

.bBox01 table td a .t-more {
  left: 20%;
  width: 60%; }
@media screen and (max-width: 600px) {
  .bBox01 table td {
    width: 50%; } }
@media screen and (max-width: 414px) {
  .bBox01 table td {
    width: 100%; } }

.bBox02 table td a .t-more {
  left: 13%;
  width: 74%; }
@media screen and (max-width: 600px) {
  .bBox02 table td {
    width: 50%; } }
@media screen and (max-width: 414px) {
  .bBox02 table td {
    width: 100%; } }

.bBox03 table td a .t-more {
  left: 14%;
  width: 72%; }
@media screen and (max-width: 600px) {
  .bBox03 table td {
    width: 50%; } }
@media screen and (max-width: 414px) {
  .bBox03 table td {
    width: 100%; } }

.bBox04 h5,
.bBox05 h5,
.bBox06 h5 {
  background: #49a187; }
.bBox04 table,
.bBox05 table,
.bBox06 table {
  border-color: #49a187; }
  .bBox04 table td,
  .bBox05 table td,
  .bBox06 table td {
    border-color: #49a187; }
    .bBox04 table td a,
    .bBox05 table td a,
    .bBox06 table td a {
      background: #49a187; }

.bBox04 table td a .t-more {
  left: 20%;
  width: 60%; }

.bBox05 table td a .t-more,
.bBox06 table td a .t-more {
  left: 20%;
  width: 60%; }

.vBox {
  position: relative;
  padding: 40px; }
  @media screen and (max-width: 600px) {
    .vBox {
      padding: 30px; } }
  .vBox .v-txt01 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 20px; }
  .vBox .v-txt02 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px; }
  .vBox .v-read {
    text-align: left;
    padding-top: 20px;
    font-size: 13px; }
  .vBox .v-cap {
    text-align: left;
    font-size: 10px; }
  .vBox .v-img {
    text-align: center;
    padding-top: 30px; }
    .vBox .v-img img {
      width: 100%;
      height: auto; }
  .vBox .v-link {
    padding: 30px 0px; }
    .vBox .v-link a {
      display: block;
      padding: 10px;
      text-decoration: none;
      color: #fff;
      max-width: 300px;
      width: 80%;
      margin: auto;
      background: #000;
      text-align: center;
      font-weight: bold;
      transition-duration: 0.3s; }
      .vBox .v-link a:hover {
        background: #666; }
  @media screen and (max-width: 414px) {
    .vBox {
      padding: 20px; }
      .vBox .v-txt01 {
        font-size: 12px;
        padding-bottom: 10px; }
      .vBox .v-txt02 {
        font-size: 16px;
        font-weight: bold;
        padding-top: 10px; }
      .vBox .v-read {
        padding-top: 10px;
        font-size: 11px; }
      .vBox .v-cap {
        font-size: 9px; }
      .vBox .v-img {
        padding-top: 15px; } }

.vBox-b .v-txt01 {
  color: #0074bb;
  border-color: #0074bb; }
.vBox-b .v-txt02 {
  color: #0074bb; }

.vBox-g .v-txt01 {
  color: #49a187;
  border-color: #49a187; }
.vBox-g .v-txt02 {
  color: #49a187; }

.prot {
  padding: 40px 0px; }
  .prot ul {
    position: relative; }
    .prot ul li {
      position: absolute;
      z-index: 1;
      width: 20%; }
      .prot ul li a {
        display: block; }
        .prot ul li a img {
          width: 100%;
          height: auto; }
        .prot ul li a:hover img {
          opacity: 0.85; }
      .prot ul li.prot-bg {
        position: relative;
        z-index: 0;
        width: 100%; }
        .prot ul li.prot-bg img {
          width: 100%;
          height: auto; }
      .prot ul li.prot01 {
        left: 17%;
        top: 0%; }
      .prot ul li.prot02 {
        left: 40%;
        top: 0%; }
      .prot ul li.prot03 {
        left: 63%;
        top: 0%; }
      .prot ul li.prot04 {
        left: 17%;
        top: 79%; }
      .prot ul li.prot05 {
        left: 40%;
        top: 79%; }
      .prot ul li.prot06 {
        left: 63%;
        top: 79%; }
