@charset "UTF-8";
/* CSS Document */

img {
  max-width: 100%!important;
}

#content {
  font-family: Verdana, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

#category-eyecatch {
  text-align: left;
  position: relative;
}

#category-txt-box {
  margin-left: 15%;
  text-align: center;
}

#category-eyecatch div.logo-defender {
  width: 37%;
  height: 0px;
  border-bottom: 234px solid rgba(255,255,255,0.6);
  border-left: 110px solid transparent;
  border-right: 0px solid transparent;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 100;
}

#category-eyecatch img {
  z-index: 101;
  position: absolute;
  right: 15%;
  top: 25%;
  width: 200px;
}

div.entry div.logo-defender {
  text-align: center;
  margin: 5% 0 2%;
}

.security-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.security-container:after {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}

.otherService-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 5%;
}

.sec-item .num {
  position: absolute;
  font-size: 45px;
  z-index: -1000;
  font-weight: bold;
  color: rgba(215, 231, 246, 0.8);;
  line-height: 1 !important;
  left: -10px;
  top: 5px;
}

.sec-item {
  display: flex;
  flex-direction: column;
  width: 32%;
  position: relative;
  margin-bottom: 5%;
  box-shadow: 1px 5px 5px #ccc;
}



#other_01 {
  margin-right: 30px;
}

.sec-item div {
  margin-top: 10%;
}

.sec-item .txt-box {
  display: flex;
  flex-direction: column;
}

.sec-item h4 {
  margin: 20px 0;
  padding: 0 1em;
  font-size: 1.2em!important;
  height: 52px;
  display: grid;
}

.sec-item p {
  height: 100%;
  min-height: 0%;
  font-size: 15px;
  padding: 0 15px;
  line-height: 1.6;
}

a:hover {
  text-decoration: none;
}

.sec-item .link {
  text-align: center;
  margin-top: 15%;
}

.sec-item .detail-link {
  display: inline-block;
  margin-bottom: 5%;
  width: 200px;
  position: relative;
  color: #09489C;
}
.sec-item .detail-link::after {
  content: "";
  height: 1px;
  width: 45px;
  top: 50%;
  right: -18px;
  background: #09489C;
  position: absolute;
  transition: all .3s;
}

.sec-item .detail-link-non::after {
  content: none;
}

.sec-item .detail-link:hover::after {
  right: -23px;
}

.sec-item .c-btn {
  color: #fff;
  background-color: #09489C;
}

.sec-item .c-btn::after {
  background-color: #fff;
}

.sec-item .mb38 {
  margin-bottom: 38px;
}

#content-m .caption {
  font-weight: bold;
  font-size: 1.2rem;
}

#content-m .caption_txt {
  margin-bottom: 1rem!important;
}

.top_txt {
    text-align: center;
}

.contact_btn {
    text-align: center;
    margin-bottom: 8%;
}

.contact_btn .borderBtn_or a {
    color: #fff;
    text-decoration: none;
    background: #fb9500;
    width: 80%;
    margin: auto;
    border-radius: 10px;
    border: 2px solid #fb9500;
    padding: 20px 30px;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
}

.contact_btn .borderBtn_or a:hover {
    color: #fb9500;
    background: #fff;
}

.contact_btn .borderBtn_or a:after {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-right: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: rotate(-45deg);
    margin-top: 0.5rem;
    transition: all 0.1s linear;
    display: inline-block;
    margin: auto;
    margin-left: 0.5em;
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 5%;
}


.page_anchor .anchor_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page_anchor .anchor_area .anchor_box{
    padding-left: 0;
    width: 24%;
    margin: 4rem 0;
}

.page_anchor .anchor_area .anchor_box a{
    background: rgba(215, 231, 246, 0.8);
    padding: 1.5rem 0;
    font-weight: bold;
    display: block;
    text-align: center;
}

.page_anchor .anchor_area .anchor_box a:after {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-top: 0.5rem;
    transition: all 0.1s linear;
    display: block;
    margin: auto;
}

#main h2.alliance-title-obi-sub {
    border-left: 10px solid #09489C;
    color: #09489C;
}

.boxColumn ul li span {
    font-size: 0.8em;
    color: #333;
    margin-bottom: 1rem;
    display: block;
    text-align: left;
    padding: 0 15px;
}

ul.bottonlink.bottonlink_or {
    margin-top: 0;
    margin-bottom: 8%!important;
}

a.hov:hover {
    opacity: 0.7;
}

/* スマートフォン CSS Document */
@media screen and (max-width: 1000px){

  #category-txt-box {
    margin-left: 5%;
    padding: 0.5em 1.5em;
  }

  #category-title-ja {
    font-size: 1.5em;
  }

  #category-title-en {
    font-size: 0.6em;
  }
  
  #category-eyecatch div.logo-defender {
    width: 33%;
    height: 0px;
    border-bottom: 234px solid rgba(255,255,255,0.6);
    border-left: 100px solid transparent;
    border-right: 0px solid transparent;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 100;
  }
  
  #category-eyecatch img {
    right: 8%;
    top: 30%;
    width: 25%;
  }


  .sec-item h4{
    font-size: 1.3em!important;
    height: auto;
    padding: 10px 30px;
  }   

  .sec-item {
    /* width: 45%; */
    width: 100%;
  }

  #other_01 {
    margin-right: 0px;
  }

  .sec-item .link {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 5%;
  }

  .sec-item .detail-link {
    font-size: 24px;
    width: 75%;
    text-align: right;
    padding-right: 30px;
  }

  .sec-item .mb38 {
    margin-bottom: 5%;
  }

.top_txt {
    text-align: left;
}

#content-m .caption {
    font-size: 24px;
}

#main h2.alliance-title-obi-sub {
    font-size: 26px!important;
}

.sec-item .link {
    display: block;
}

.boxColumn ul li span {
    font-size: 20px;
    padding: 0;
    padding-bottom:30px;
}

.sec-item .detail-link::after {
    right: -40px;
}
.sec-item p {
    font-size: 24px!important;
    padding: 0 30px;
}

div.entry div.logo-defender {
    margin: 10% 0 2rem;
}
.contact_btn {
    margin-bottom: 15%;
}

.sec-item .link {
    padding: 0 30px;
}

}
