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


body {
  color: #3E3A39;
  font-family:YuGothic , '游ゴシック' , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , 'メイリオ' , sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  height: 100%;
  text-align: left;
  width: 100%;
}

.c_text_center{ text-align:center !important; }
.c_text_left{ text-align:left !important; }
.c_text_right{ text-align:right !important; }


.security_menu {
  display: flex;
  font-size: 0;
  justify-content: space-between;
  margin: 10px 0 30px;
}

.security_menu > li {
  font-size: 14px;
  width: auto;
 }

.security_menu > li > a {
  color: #3E3A39;
  display: block;
  font-size: 14px;
  padding: 5px 5px 8px;
  position: relative;
  text-decoration: none;
  transition: .3s;
 }
 
 .security_menu > li > a::before {
  background-color: #003399;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3px;
  width: 0;
  transition: .3s;
  transform: translateX(-50%);
 }
 
.security_menu > li > a:hover::before { width: 100%; }


.container {
  width: 730px;
  margin: auto;
}

.security_wrapper {
  margin: 20px auto 0;
  overflow:hidden;
  text-align: left;
  width: 100%;
}

.security_wrapper h2{
  color: #003399;
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 10px 0;
  border-bottom: none;
  padding: 0;
  font-family:YuGothic , '游ゴシック' , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , 'メイリオ' , sans-serif;
}

.security_wrapper h3{
  color: #003399;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  line-height: 1.6;
}

.security_wrapper h4{
  color: #003399;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0;
  line-height: 1.3;
}

.security_wrapper p{
  font-size: 16px;
  line-height: 1.6;
}

.security_wrapper a{
  color: #003399;
  text-decoration: underline;
}

.security_wrapper a:hover{text-decoration: none;}

.section {
  margin-bottom: 40px;
  overflow: hidden;
}

.security_cont{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #003399;
  padding: 8px;
  margin: 30px 0 10px 0;
  clear: both;
}

.security_service_box{
  margin-bottom: 30px;
  overflow: hidden;
}

.security_service_txt{
  display:block;
  width: 68%;
}

.security_service_txt h3{
  color: #003399;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.example {
  border: 1px solid #003399;
  margin: 10px 0 0;
  padding: 10px;
}

.example p { margin: 0; }


.color{
  color: #003399;
  font-size: 18px;
  font-weight: bold;
}

.bg_color{
  color: #fff;
  font-weight: bold;
  background-color: #003399;
  padding: 4px 6px;
}

.security_service_img{
 float:left;
 text-align:unset;
}

.security_service_img a:hover{
 opacity: .6;
 transition: .3s;
}


@media screen and (max-width:768px) {

body {
  width: 95%;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.wrapper { width: 100%; }

.container {
  float: none;
  width: 100%;
}

.security_service_txt{
  width: 100%;
}

.security_service_img{
 float:none;
 text-align:center;
 margin-bottom:10px;
}

}

