@charset "UTF-8";
/* cmn setup */
/*-------mixin------------------------*/
/*------------------------------------*/
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 80%;
  text-align: center;}

body.between7 {
    background-color: green;
}

body.notBetween7 {
    background-color: red;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;}

.pic_main{
    height: 600px;
    background: url( ../images/bg_security_main_daytime.jpg) center 120px no-repeat;
    padding: 120px 0 0 0;
}
.pic_main_sub{
    height: auto;
    padding: 120px 0 0 0;
}

#contents::after {
  content: ".";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  margin: 0 0 0px 0;}

.mb_50{margin: 0 0 50px 0;}

.yellow_liner {background:linear-gradient(transparent 80%, #ff6 80%);}

/* --------------------------------------
#pagepath 
-------------------------------------- */
#pagepath{
clear:both;
width:1100px;
padding:10px 0px 10px 0px;
margin:0px auto 0px auto;
text-align:left;
color:#999;
}
/*body.sitemap #pagepath{
clear:both;
width:680px;
padding:10px 0px 10px 0px;
margin:0px auto 0px auto;
text-align:left;
color:#999;
}*/

#pagepath ol li{ background:url(../images/contents/pagepath_icon.png) right center no-repeat; padding:0 10px 0 0; display:inline;}
#pagepath ol li:last-child{ background-image:none;}
#pagepath ol li span{ padding:0px 5px 0px 0; font-size:13px; }
#pagepath ol li a span{ padding:0px 5px 0px 0; text-align:left; font-size:13px;}

#pagepath ol li a:link span	 	{ color:#888; text-decoration:underline; }
#pagepath ol li a:visited span 	{ color:#888; text-decoration:underline; }
#pagepath ol li a:active span 	{ color:#888; text-decoration:underline; }
#pagepath ol li a:hover span 	{ color:#999; text-decoration:underline; }


/* --------------------------------------
#sec_box01
----------------------------------------*/

.sec_box01{ 
    background-image: url(../images/sec1_bg.jpg);
    background-position: left -60px bottom 0%;
    background-repeat: no-repeat;
    height: 510px;
    margin:0 0 100px 0; }

.sec_box01 .r_area{ margin: 0 auto 0 auto; padding:100px 0 0 300px;  display: block; text-align: left; width:800px;}
h1{
margin: 0 0 10px 0px;
padding: 0px 5px 0px 5px;
color: #fff;
font-size: 30px;
background-color: rgba( 2, 16, 22, 0.8 );
display: inline;
text-align: left;
line-height: 1.7;}

.sec_box01 .r_area p{ clear: both; background-color: rgba( 255, 255, 255, 0.8 ); text-align: left; margin: 30px 0 0 0; padding: 20px; display: block; width: 600px; font-size: 18px;}

.sec_box02{
    width: 960px;
    margin: 0 auto;
}
.sec_box02 h2{
    font-size: 35px;
    color: #0A5991;
    margin: 0 0 70px 0;
}
.sec_box02 h2 span{ clear: both;font-size: 25px; display: block; line-height: 1;}
.sec_box02 .merit_box{
    width: 260px;
    float:left;
    margin: 0 60px 60px 0;
    background-color: #05304B;
    border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
    height: 250px;
}
.sec_box02 .merit_box:nth-of-type(3n){margin: 0 0px 60px 0;}

.sec_box02 .merit_no01{background: url( ../images/merit_no01.png) #05304B left top no-repeat; padding: 60px 10px 20px 10px;}
.sec_box02 .merit_no02{background: url( ../images/merit_no02.png) #05304B left top no-repeat; padding: 60px 10px 20px 10px;}
.sec_box02 .merit_no03{background: url( ../images/merit_no03.png) #05304B left top no-repeat; padding: 60px 10px 20px 10px;}
.sec_box02 .merit_no04{background: url( ../images/merit_no04.png) #05304B left top no-repeat; padding: 60px 10px 20px 10px;}
.sec_box02 .merit_no05{background: url( ../images/merit_no05.png) #05304B left top no-repeat; padding: 60px 10px 20px 10px;}
.sec_box02 .merit_no06{background: url( ../images/merit_no06.png) #05304B left top no-repeat; padding: 60px 10px 20px 10px;}

.sec_box02 .merit_box h3{ color: #fff; font-size: 19px; line-height: 1.4}
.sec_box02 .merit_box p{ font-size: 14px; color: #fff; margin: 0 0 20px 0;}

.sec_box02 p.txt001{ font-size: 15px; clear: both; text-align: center; margin: -50px 0 50px 0;}

.arrow{ margin: 0 0 50px 0;}

.btn_area{ clear: both; margin: 0 0 100px 0;}

.btn_area .btn-open {
  float: left;
  display: inline-block;
  width: 435px;
  height:78px;
  text-align: center;
  background-color: #FF2626;
  font-size: 18px;
  line-height: 75px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #FF2626;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn_area .btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn_area .btn-open:hover{
  color: #FF2626;
}
.btn_area .btn-open:hover:after{
  height: 360%;
  opacity: 1;
}
.btn_area .btn-open:active:after{
  height: 340%;
  opacity: 1;
}

.sec_box03{
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 50px 0;
    background-color: #EEEEEE;
}
.sec_box03_in{ width: 960px; margin: 0 auto;}
.sec_box03_in h2{
    font-size: 35px;
    color: #444444;
    margin: 0 0 70px 0;
}
.sec_box03 p.txt001{ font-size: 15px; clear: both; text-align: center; margin: -50px 0 50px 0;}

.sec_box03 dl{ text-align: left;}
.sec_box03 dl dt{font-size: 30px; font-weight: bold; color: #0C6CAE;}
.sec_box03 dl dt.step01{background: url( ../images/step01.png) left center no-repeat; padding: 10px 0 10px 70px;}
.sec_box03 dl dt.step02{background: url( ../images/step02.png) left center no-repeat; padding: 10px 0 10px 70px;}
.sec_box03 dl dt.step03{background: url( ../images/step03.png) left center no-repeat; padding: 10px 0 10px 70px;}
.sec_box03 dl dt.step04{background: url( ../images/step04.png) left center no-repeat; padding: 10px 0 10px 70px;}
.sec_box03 dl dd{font-size: 15px; color: #444; padding: 0 0 50px 70px; margin: 0 0 50px 0; background: url( ../images/bg_line.png) left bottom repeat-x; line-height: 1.6;}

.sec_box04{
    width: 960px;
    margin: 50px auto;}
.sec_box04 .column3_box{
    width: 280px;
    float:left;
    margin: 0 60px 60px 0;
    background-color: #05304B;
}
.sec_box04 .column3_box:nth-of-type(3n){margin: 0 0px 60px 0;}
.sec_box04 .column3_box dl{  clear: both;}
.sec_box04 .column3_box dt{ color: #fff; font-size: 20px; font-weight: bold; text-align: left; padding: 10px;}
.sec_box04 .column3_box dd{ color: #fff; padding: 10px; text-align: left;}


.sec_box05{
    width: 100%;
    background: url( ../images/bg_product_list.png) #B6DBF5 center center no-repeat;
    margin: 0px auto;
    padding: 50px 0 0px 0;
    min-height: 400px;
}

.sec_box05 h2{ font-size: 40px; color: #05304B;}
.sec_box05 span{ font-size: 18px; font-weight: bold; color: #05304B; margin: 0 0 30px 0; display: block;}
.sec_box05 p{ font-size: 16px; margin: 0 0 20px 0;}


.btn_area2{ clear: both; margin: 0 0 100px 0;}

.btn_area2 .btn-open {
  display: inline-block;
  width: 200px;
  height:50px;
  text-align: center;
  background-color: #FF2626;
  font-size: 18px;
  line-height: 50px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #FF2626;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn_area2 .btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn_area2 .btn-open:hover{
  color: #FF2626;
}
.btn_area2 .btn-open:hover:after{
  height: 250%;
  opacity: 1;
}
.btn_area2 .btn-open:active:after{
  height: 340%;
  opacity: 1;
}



.sec_box06{
    position: fixed;
    z-index: 100;
    width: 191px;
    right: 0;
    top:150px;
}
.sec_box06 .catalog_box{
    background-color: #fff;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    padding: 10px;
    margin: 0 0 10px 0;
}


.btn_area3{ clear: both; margin: 0 0 0px 0;}

.btn_area3 .btn-open {
  display: inline-block;
  width: 166px;
  height:38px;
vertical-align: bottom;
  text-align: center;
  background-color: #FF2626;
  font-size: 15px;
  line-height: 41px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #FF2626;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn_area3 .btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn_area3 .btn-open:hover{
  color: #FF2626;
}
.btn_area3 .btn-open:hover:after{
  height: 280%;
  opacity: 1;
}
.btn_area3 .btn-open:active:after{
  height: 340%;
  opacity: 1;
}

.sec_box06 .menu_box{
    background-color: #fff;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    padding: 10px;
}

.sec_box06 .menu_box li a{
    background-color: #fff;
    border-bottom: 1px dotted #ebebeb;
    text-align: left;
    display: block;
}
.sec_box06 .menu_box li.menu01 a{background: url( ../images/menu01.png) left center no-repeat; padding: 10px 0 10px 35px;}
.sec_box06 .menu_box li.menu02 a{background: url( ../images/menu02.png) left center no-repeat; padding: 10px 0 10px 35px;}
.sec_box06 .menu_box li.menu03 a{background: url( ../images/menu03.png) left center no-repeat; padding: 10px 0 10px 35px;}
.sec_box06 .menu_box li.menu04 a{background: url( ../images/menu04.png) left center no-repeat; padding: 10px 0 10px 35px;}
.sec_box06 .menu_box li.menu05 a{background: url( ../images/menu05.png) left center no-repeat; padding: 10px 0 0px 35px; border-bottom: none;}

.sec_box06 .menu_box li a{ color: #444;}
.sec_box06 .menu_box li a:hover{ color: #ccc;}



/* --------------------------------------
警備業務の種類と業務別アイテム classification.html
-------------------------------------- */

body.classification {}

body.classification .gyomu_box{ margin: 0 auto; width: 960px; clear: both; padding: 0 0 50px 0; position: relative;}
body.classification h1 {
    font-size:35px;
    margin: 30px 0 30px 0;
    padding: 0px 0 0px 0;
    background: none;
    color: #0A5991;
    display: block;
    text-align: center;
}

body.classification .title_area{ background: url( ../images/bg_title_line.png) left center repeat-x; }
body.classification .title_area h2 {
    font-size:32px;
    margin: 40px 0 40px 0;
    padding: 5px 5px 5px 5px;
    background: none;
    background-color: #fff;
    color: #444;
    display: inline-block;
    text-align: center;
}

body.classification .title_area2{ background: url( ../images/bg_title_line2.png) center bottom no-repeat; margin: 0 0 30px 0; }
body.classification .title_area2 h3 {
    font-size:25px;
    margin: 20px 0 20px 0;
    padding: 5px 5px 5px 5px;
    background: none;
    background-color: #fff;
    color: #444;
    display: inline-block;
    text-align: center;
}


body.classification p.txt001 {
    font-size:16px;
    margin: 0px 0 70px 0;
    padding: 0px 0 0px 0;
    background: none;
    color: #444;
    display: block;
    text-align: center;
}

body.classification .explanation_area{
    width: 520px;
    padding: 30px 30px 0 30px;
    margin: 0 auto 50px auto;
    border: 1px solid #ccc;
    border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
}
body.classification .explanation_area p{font-size:16px; text-align: left; margin: 0 0 20px 0;}
body.classification .explanation_area ul{ margin: 0 0 30px 0;}
body.classification .explanation_area ul li{ font-size:20px; font-weight: bold; padding-left:1em;text-indent:-1em; text-align: left; margin: 0 0 8px 0; }

body.classification .table_box{float: left; width: 304px; background-color: #F6F6F6; margin: 0px 24px 0px 0; display: block;}
body.classification .last{margin: 0 0px 0 0;}

body.classification .table_box .table001{ background-color: #444; border: 0; width: 304px;}
body.classification .table_box .table001 th{ background-color: #fff; padding: 5px 5px 5px 5px; text-align: center; font-weight: bold; width: 50%;}
body.classification .table_box .table001 th.red01{ background-color: #FF3030; font-size: 22px; color: #fff; font-weight: bold;}
body.classification .table_box .table001 th.red02{ background-color: #FF7373; font-size: 16px; color: #fff; font-weight: bold;}
body.classification .table_box .table001 th.bla01{ background-color: #333; font-size: 22px; color: #fff; font-weight: bold;}
body.classification .table_box .table001 th.bla02{ background-color: #ddd; font-size: 16px; color: #444; font-weight: bold;}
body.classification .table_box .table001 td{ background-color: #fff; padding: 5px 5px 5px 5px;}

body.classification .cap{ clear: both; text-align: left; font-size: 15px; line-height: 1.4; margin: 0px 0 50px 0; padding: 10px 0 0 0; }
body.classification .gyomu_box .fukusou_image{ position: absolute; top:120px; right: 20px;}


/* --------------------------------------
おすすめ osusume.html
-------------------------------------- */

body.osusume {}

body.osusume .gyomu_box{ margin: 0 auto; width: 960px; clear: both; padding: 0 0 50px 0; position: relative;}
body.osusume h1 {
    font-size:35px;
    margin: 30px 0 30px 0;
    padding: 0px 0 0px 0;
    background: none;
    color: #0A5991;
    display: block;
    text-align: center;
}

body.osusume .title_area{ background: url( ../images/bg_title_line.png) left center repeat-x; }
body.osusume .title_area h2 {
    font-size:32px;
    margin: 40px 0 40px 0;
    padding: 5px 5px 5px 5px;
    background: none;
    background-color: #fff;
    color: #444;
    display: inline-block;
    text-align: center;
}

body.osusume p.txt001 {
    font-size:16px;
    margin: 0px 0 70px 0;
    padding: 0px 0 0px 0;
    background: none;
    color: #444;
    display: block;
    text-align: center;
}

/* --------------------------------------
届出書について　notification.html
-------------------------------------- */

body.notification {}


body.notification .gyomu_box{ margin: 0 auto; width: 960px; clear: both; padding: 0 0 50px 0; position: relative;}
body.notification h1 {
    font-size:35px;
    margin: 30px 0 30px 0;
    padding: 0px 0 0px 0;
    background: none;
    color: #0A5991;
    display: block;
    text-align: center;
}

body.notification .title_area{ background: url( ../images/bg_title_line.png) left center repeat-x; }
body.notification .title_area h2 {
    font-size:32px;
    margin: 40px 0 40px 0;
    padding: 5px 5px 5px 5px;
    background: none;
    background-color: #fff;
    color: #444;
    display: inline-block;
    text-align: center;
}
body.notification .title_area2{ background: url( ../images/bg_title_line2.png) center bottom no-repeat; margin: 0 0 30px 0; }
body.notification .title_area2 h3 {
    font-size:25px;
    margin: 20px 0 20px 0;
    padding: 5px 5px 5px 5px;
    background: none;
    background-color: #fff;
    color: #444;
    display: inline-block;
    text-align: center;
}

body.notification p.txt001 {
    font-size:16px;
    margin: 0px 0 70px 0;
    padding: 0px 0 0px 0;
    background: none;
    color: #444;
    display: block;
    text-align: center;
}
body.notification .explanation_area{
    width: 520px;
    padding: 30px 30px 0 30px;
    margin: 0 auto 50px auto;
    border: 3px solid #0A5991;
    border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
}
body.notification .explanation_area p{font-size:16px; text-align: left; margin: 0 0 20px 0;}
body.notification .explanation_area ul{ margin: 0 0 30px 0;}
body.notification .explanation_area ul li{ font-size:25px; font-weight: bold; padding-left:1em;text-indent:-1em; text-align: left; margin: 0 0 8px 0; color: #0A5991;}
body.notification .explanation_area ul li span.col01{
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    font-size: 11px;
    padding: 3px 5px 3px 5px;
    margin: 0px 0 0 10px;
    text-indent: 0;
    border-radius: 5px;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
}
body.notification .explanation_area ul li span.col02{
    display: inline-block;
    background-color: #FFFF4D;
    color: #444;
    font-size: 11px;
    padding: 3px 5px 3px 5px;
    margin: 0px 0 0 10px;
    text-indent: 0;
    border: 1px solid #EEEE00;
    border-radius: 5px;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
}
body.notification .r_area .col01{
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    font-size: 13px;
    padding: 3px;
    font-weight: bold;
    margin: 0px 0 0 10px;
    text-indent: 0;
    border-radius: 5px;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
}
body.notification .r_area p.col02{
    display: inline-block;
    background-color: #FFFF4D;
    color: #444;
    font-size: 13px;
    padding: 3px;
    font-weight: bold;
    margin: 0px 0 0 10px;
    text-indent: 0;
    border: 1px solid #EEEE00;
    border-radius: 5px;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
}
body.notification .explanation_area002{
    width: 100%;
    padding: 30px 0px 0 0px;
    margin: 0 auto 50px auto;
}
body.notification .explanation_area002 .l_area{
    width: 420px;
    float: left;
    padding: 30px 40px 20px 40px;
    margin: 0 0px 0px 0;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ccc;
    border-radius: 10px;  
    -webkit-border-radius: 10px; 
    -moz-border-radius: 5px;

}
body.notification .explanation_area002 .l_area div{ width: 200px; float: left; margin: 0 20px 0px 0; padding-bottom: 20px;}
body.notification .explanation_area002 .l_area div:nth-child(2n){ margin: 0 0px 0 0;}
body.notification .explanation_area002 .l_area div img { vertical-align: bottom; margin: 0;}
body.notification .explanation_area002 .l_area div p{ font-size: 12px; text-align: left; margin: 0 0px 5px 0;}

body.notification .explanation_area002 .r_area{
    width: 420px;
    float: right;
    padding: 20px 0px 0 0px;
    margin: 0 0 30px 0;
    text-align: left;
}
body.notification .explanation_area002 .r_area p{ font-size: 16px; line-height: 1.6; margin: 0 0 20px 0;}

.back_btn a{
    display:block;
    background-color: #fff;
    color: #3399FF;
    font-size: 13px;
    padding: 5px;
    font-weight: bold;
    margin: 10px 0 0 0px;
    text-indent: 0;
    border: 1px solid #3399FF;
    border-radius: 5px;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
}
.back_btn a:hover{
    display:block;
    background-color: #3399FF;
    color: #fff;
    font-size: 13px;
    padding: 5px;
    font-weight: bold;
    margin: 10px 0 0 0px;
    text-indent: 0;
    border: 1px solid #3399FF;
    border-radius: 5px;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
}


@media screen and (max-width: 1100px) {
    
/* --------------------------------------
#pagepath 
-------------------------------------- */
#pagepath{
clear:both;
width:auto;
padding:10px 0px 10px 0px;
margin:0px auto 0px auto;
text-align:left;
color:#999;
}

.pic_main_top{margin:60px 0 0 0;}
.pic_main{
height: 0px;
padding-top: 50%;
background: url( ../images/bg_security_main_daytime_sp.jpg) center 0px no-repeat;
background-size: contain;
}
.pic_main_sub{margin:-60px 0 0 0;}
    
.sec_box01{
height: 0px;
padding-top: 40%;
background: url( ../images/sec1_bg.jpg) -30px 0px no-repeat;
background-size: contain;
position: relative;
}

.sec_box01 .r_area{ margin: -35% auto 0 auto; padding:0px 0 0 30%;  display: block; text-align: left; width:63%;}
h1{
    margin: 0 0 10px 0px;
    padding: 0px 5px 0px 5px;
    color: #fff;
    font-size: 2.7vw;
    background-color: rgba( 2, 16, 22, 0.8 );
    display: inline;
    text-align: left;
    line-height: 1.7;
}

.sec_box01 .r_area p{
    clear: both;
    background-color: rgba( 255, 255, 255, 0.8 );
    text-align: left;
    margin: 30px 0 0 0;
    padding: 20px;
    display: block;
    width: auto;
    font-size: 1.5vmax;
}

.sec_box02{width: auto; margin: 0 auto; padding: 0 2% 0 2%;}    
.sec_box02 h2{font-size: 2.5vmax; color: #0A5991; margin: 10px 0 30px 0;}
.sec_box02 h2 span{ clear: both;font-size: 1.8vmax; display: block; line-height: 1; padding: 20px 0 0 0}

.sec_box02 .merit_box{
    width: 100%;
    float:left;
    margin: 0 0% 2% 0;
    background-color: #05304B;
    border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    height: auto;
    position: relative;
}
.sec_box02 .merit_box:nth-of-type(3n){margin: 0 0 2% 0;}
.sec_box02 .merit_box img{ text-align: left; position: absolute; left: 10px; top:80px; width: 80px;}
.sec_box02 .merit_box h3{ color: #fff; font-size: 16px; line-height: 1.4;  margin: -50px 20px 20px 110px; text-align: left;}
.sec_box02 .merit_box p{ font-size: 14px; color: #fff; margin: 0 20px 20px 110px; text-align: left;}

.sec_box02 p.txt001{ font-size: 15px; clear: both; text-align: center; margin: -20px 0 30px 0;}
    
.btn_area{ clear: both; margin: 0 0 30px 0;}

.btn_area .btn-open {
    float: none;
    display: inline-block;
    max-width: 355px;
    height:70px;
    text-align: center;
    background-color: #FF2626;
    font-size: 15px;
    line-height: 70px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #FF2626;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.btn_area .btn-open:after{
    width: 100%;
    height: 0;
    content:"";
    position: absolute;
    top: 50%;
    left: 50%;
    background : #FFF;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: .2s;
    z-index: -1;
}
.btn_area .btn-open:hover{
    color: #FF2626;
}
.btn_area .btn-open:hover:after{
    height: 360%;
    opacity: 1;
}
.btn_area.btn-open:active:after{
    height: 340%;
    opacity: 1;
}    
.btn_area img{width: 70%; max-width: 355px;}

.sec_box03{
    width: 100%;
}
.sec_box03_in{ width: auto; margin: 0 auto; padding: 0 10px 0 10px;}
.sec_box03_in h2{
    font-size:  2.5vmax;
    color: #444444;
    margin: 0 0 20px 0;
}
.sec_box03 p.txt001{ font-size: 15px; clear: both; text-align: center; margin: 0px 0 20px 0;}

.sec_box03 dl{ text-align: left;}
.sec_box03 dl dt{font-size: 20px; font-weight: bold; color: #0C6CAE;}
.sec_box03 dl dt.step01{background: url( ../images/step01.png) left center no-repeat; padding: 10px 0 10px 40px; background-size:30px 30px; }
.sec_box03 dl dt.step02{background: url( ../images/step02.png) left center no-repeat; padding: 10px 0 10px 40px; background-size:30px 30px;}
.sec_box03 dl dt.step03{background: url( ../images/step03.png) left center no-repeat; padding: 10px 0 10px 40px; background-size:30px 30px;}
.sec_box03 dl dt.step04{background: url( ../images/step04.png) left center no-repeat; padding: 10px 0 10px 40px; background-size:30px 30px;}
.sec_box03 dl dd{font-size: 15px; color: #444; padding: 0 0 20px 40px; margin: 0 0 20px 0; background: url( ../images/bg_line.png) left bottom repeat-x; line-height: 1.6;}    

.sec_box04{
    width: auto;
    margin: 50px auto 30px auto;}
.sec_box04 .column3_box{
    width: 30%;
    float:left;
    margin: 0 0 30px 2.5%;
    background-color: #05304B;
}
.sec_box04 .column3_box:nth-of-type(3n){margin: 0 0px 30px 2.5%;}
.sec_box04 .column3_box dl{ }
.sec_box04 .column3_box dt{ color: #fff; font-size: 20px; font-weight: bold; text-align: left; padding: 10px;}
.sec_box04 .column3_box dd{ color: #fff; padding: 10px; text-align: left;}

.sec_box05{
    width: 100%;
    background: url( ../images/bg_product_list.png) #B6DBF5 center center no-repeat;
    margin: 0px auto;
    padding: 50px 0 0px 0;
    min-height: 400px;
}

.sec_box05 h2{ font-size: 2.5vmax; color: #05304B;}
.sec_box05 span{ font-size: 1.5vmax; font-weight: bold; color: #05304B; margin: 0 0 30px 0; display: block;}
.sec_box05 p{ font-size: 1.2vmax; margin: 0 0 20px 0;}


.btn_area2{ clear: both; margin: 0 0 100px 0;}

.btn_area2 .btn-open {
  display: inline-block;
  width: 200px;
  height:50px;
  text-align: center;
  background-color: #FF2626;
  font-size: 18px;
  line-height: 50px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #FF2626;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn_area2 .btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn_area2 .btn-open:hover{
  color: #FF2626;
}
.btn_area2 .btn-open:hover:after{
  height: 250%;
  opacity: 1;
}
.btn_area2 .btn-open:active:after{
  height: 340%;
  opacity: 1;
}
.sec_box06{
    position: static;
    z-index: 100;
    width: 100%;
    right: 0;
    top:150px;
}
.sec_box06 .catalog_box{
    width: 40%;
    background-color: #fff;
    border:1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    padding: 10px;
    margin: 4% 0 4% 4%;
    float: left;
}


.btn_area3{ clear: both; margin: 0 0 0px 0;}

.btn_area3 .btn-open {
  display: inline-block;
  width: 166px;
  height:38px;
vertical-align: bottom;
  text-align: center;
  background-color: #FF2626;
  font-size: 15px;
  line-height: 41px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #FF2626;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn_area3 .btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn_area3 .btn-open:hover{
  color: #FF2626;
}
.btn_area3 .btn-open:hover:after{
  height: 280%;
  opacity: 1;
}
.btn_area3 .btn-open:active:after{
  height: 340%;
  opacity: 1;
}

.sec_box06 .menu_box{
    width: 40%;
    float:left;
    background-color: #fff;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    padding: 10px;
    margin: 4% 0 4% 4%;
}

.sec_box06 .menu_box li a{
    background-color: #fff;
    border-bottom: 1px dotted #ebebeb;
    text-align: left;
    display: block;
}
.sec_box06 .menu_box li.menu01 a{background: url( ../images/menu01.png) left center no-repeat; padding: 10px 0 10px 35px;}
.sec_box06 .menu_box li.menu02 a{background: url( ../images/menu02.png) left center no-repeat; padding: 10px 0 10px 35px;}
.sec_box06 .menu_box li.menu03 a{background: url( ../images/menu03.png) left center no-repeat; padding: 10px 0 10px 35px;}
.sec_box06 .menu_box li.menu04 a{background: url( ../images/menu04.png) left center no-repeat; padding: 10px 0 10px 35px;}
.sec_box06 .menu_box li.menu05 a{background: url( ../images/menu05.png) left center no-repeat; padding: 10px 0 0px 35px; border-bottom: none;}

.sec_box06 .menu_box li a{ color: #444;}
.sec_box06 .menu_box li a:hover{ color: #ccc;}



/* --------------------------------------
警備業務の種類と業務別アイテム classification.html
-------------------------------------- */

body.classification {}

body.classification .gyomu_box{ margin: 0 auto; width: 100%; clear: both; padding: 0 0 50px 0; position: relative;}
body.classification h1 {
    font-size:25px;
    margin: 30px 0 30px 0;
    padding: 0px 0 0px 0;
    background: none;
    color: #0A5991;
    display: block;
    text-align: center;
}

body.classification .title_area{ background: url( ../images/bg_title_line.png) left center repeat-x; }
body.classification .title_area h2 {
    font-size:23px;
    margin: 40px 0 40px 0;
    padding: 5px 5px 5px 5px;
    background: none;
    background-color: #fff;
    color: #444;
    display: inline-block;
    text-align: center;
}
body.classification .title_area2{ background: url( ../images/bg_title_line2.png) center bottom no-repeat; margin: 0 0 30px 0; }
body.classification .title_area2 h3 {
    font-size:21px;
    margin: 20px 0 20px 0;
    padding: 5px 5px 5px 5px;
    background: none;
    background-color: #fff;
    color: #444;
    display: inline-block;
    text-align: center;
}


body.classification p.txt001 {
    font-size:16px;
    margin: 0px 0 70px 0;
    padding: 0px 0 0px 0;
    background: none;
    color: #444;
    display: block;
    text-align: center;
}

body.classification .explanation_area{
    width: 80%;
    padding: 30px 30px 0 30px;
    margin: 0 auto 50px auto;
    border: 1px solid #ccc;
    border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
}
body.classification .explanation_area p{font-size:16px; text-align: left; margin: 0 0 20px 0;}
body.classification .explanation_area ul{ margin: 0 0 30px 0;}
body.classification .explanation_area ul li{ font-size:17px; font-weight: bold; padding-left:1em;text-indent:-1em; text-align: left; margin: 0 0 8px 0; }

body.classification .table_box{float: left; width: 28%; background-color: #F6F6F6; margin: 0px 0 0px 4%; display: block;}
body.classification .last{margin: 0 0px 0 4%;}

body.classification .table_box .table001{ background-color: #444; border: 0; width: 100%;}
body.classification .table_box .table001 th{ background-color: #fff; padding: 5px 5px 5px 5px; text-align: center; font-weight: bold; width: auto;}
body.classification .table_box .table001 th.red01{ background-color: #FF3030; font-size: 16px; color: #fff; font-weight: bold;}
body.classification .table_box .table001 th.red02{ background-color: #FF7373; font-size: 14px; color: #fff; font-weight: bold;}
body.classification .table_box .table001 th.bla01{ background-color: #333; font-size: 16px; color: #fff; font-weight: bold;}
body.classification .table_box .table001 th.bla02{ background-color: #ddd; font-size: 14px; color: #444; font-weight: bold;}
body.classification .table_box .table001 td{ background-color: #fff; padding: 5px 5px 5px 5px; font-size: 12px;}

body.classification .cap{ clear: both; text-align: left; font-size: 13px; line-height: 1.4; margin: 0px 0 50px 4%; padding: 10px 0 0 0; }
body.classification .gyomu_box .fukusou_image{ position: absolute; top:120px; right: 20px; display: none;}

/* --------------------------------------
おすすめ osusume.html
-------------------------------------- */

body.osusume {}

body.osusume .gyomu_box{ margin: 0 auto; width: 100%; clear: both; padding: 0 0 50px 0; position: relative;}
body.osusume h1 {
    font-size:25px;
    margin: 30px 0 30px 0;
    padding: 0px 0 0px 0;
    background: none;
    color: #0A5991;
    display: block;
    text-align: center;
}

body.osusume .title_area{ background: url( ../images/bg_title_line.png) left center repeat-x; }
body.osusume .title_area h2 {
    font-size:23px;
    margin: 40px 0 40px 0;
    padding: 5px 5px 5px 5px;
    background: none;
    background-color: #fff;
    color: #444;
    display: inline-block;
    text-align: center;
}
body.osusume p.txt001 {
    font-size:16px;
    margin: 0px 0 70px 0;
    padding: 0px 10px 0px 10px;
    background: none;
    color: #444;
    display: block;
    text-align: center;
}

/* --------------------------------------
届出書について　notification.html
-------------------------------------- */

body.notification .gyomu_box{ margin: 0 auto; width: auto; clear: both; padding: 0 0 50px 0; position: relative;}
body.notification h1 {
    font-size:25px;
    margin: 30px 0 30px 0;
    padding: 0px 30px 0px 30px;
    background: none;
    color: #0A5991;
    display: block;
    text-align: center;
}

body.notification .title_area{ background: url( ../images/bg_title_line.png) left center repeat-x; }
body.notification .title_area h2 {
    font-size:23px;
    margin: 40px 0 40px 0;
    padding: 5px 5px 5px 5px;
    background: none;
    background-color: #fff;
    color: #444;
    display: inline-block;
    text-align: center;
}
body.notification .title_area2{ background: url( ../images/bg_title_line2.png) center bottom no-repeat; margin: 0 0 30px 0; }
body.notification .title_area2 h3 {
    font-size:21px;
    margin: 20px 0 20px 0;
    padding: 5px 5px 5px 5px;
    background: none;
    background-color: #fff;
    color: #444;
    display: inline-block;
    text-align: center;
}

body.notification p.txt001 {
    font-size:16px;
    margin: 0px 0 70px 0;
    padding: 0px 30px 0px 30px;
    background: none;
    color: #444;
    display: block;
    text-align: center;
}
body.notification p.txt001 br{ display: none;}
    
body.notification .explanation_area{
    width: 90%;
    padding: 30px 5% 0 5%;
    margin: 0 auto 50px auto;
    border: 3px solid #0A5991;
    border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
body.notification .explanation_area p{font-size:16px; text-align: left; margin: 0 0 20px 0;}
body.notification .explanation_area ul{ margin: 0 0 30px 0;}
body.notification .explanation_area ul li{ font-size:17px; font-weight: bold; padding-left:1em;text-indent:-1em; text-align: left; margin: 0 0 8px 0; color: #0A5991;}
body.notification .explanation_area ul li span.col01{
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    font-size: 11px;
    padding: 3px;
    margin: 0px 0 0 10px;
    text-indent: 0;
    border-radius: 5px;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
}
body.notification .explanation_area ul li span.col02{
    display: inline-block;
    background-color: #ebebeb;
    color: #666;
    font-size: 11px;
    padding: 3px;
    margin: 0px 0 0 10px;
    text-indent: 0;
    border-radius: 5px;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
}

body.notification .explanation_area002{
    width: 100%;
    padding: 30px 0px 0 0px;
    margin: 0 auto 50px auto;
}
body.notification .explanation_area002 .l_area{
    width: 90%;
    float: none;
    text-align: center;
    padding: 30px 3% 20px 3%;
    margin: 0 2% 0px 2%;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ccc;
    border-radius: 10px;  
    -webkit-border-radius: 10px; 
    -moz-border-radius: 5px;


}
body.notification .explanation_area002 .l_area div{ width: 47%; float: left; margin: 0 6% 0px 0; padding-bottom: 20px;}
body.notification .explanation_area002 .l_area div:nth-child(2n){ margin: 0 0px 0 0;}
body.notification .explanation_area002 .l_area div img { vertical-align: bottom; margin: 0;}
body.notification .explanation_area002 .l_area div p{ font-size: 12px; text-align: left; margin: 0 0px 5px 0;}

body.notification .explanation_area002 .r_area{
    width: 96%;
    float: none;
    padding: 20px 2% 0 2%;
    margin: 0 0 30px 0;
    text-align: left;
}
body.notification .explanation_area002 .r_area p{ font-size: 16px; line-height: 1.6; margin: 0 0 20px 0;}
}

@media screen and (max-width: 480px) { 
.pic_main{
    padding-top: 50%;
    background: url( ../images/bg_security_main_daytime_sp.jpg) center 0px no-repeat;
    background-size: contain;
}
    
.sec_box01{
height: 100%;
width: 100%;
padding-top: 5%;
padding-bottom:5%; 
margin: 0 0 30px 0;
background: url( ../images/sec1_bg.jpg) center 0px no-repeat;
}

.sec_box01 .r_area{ margin: 0 auto 0 auto; padding:0px 5% 0 5%;  display: block; text-align: left; width:auto;}
h1{
    margin: 0 0 10px 0px;
    padding: 0px 5px 0px 5px;
    color: #fff;
    font-size: 4.5vw;
    background-color: rgba( 2, 16, 22, 0.8 );
    display: inline;
    text-align: left;
    line-height: 1.7;
}

.sec_box01 .r_area p{
    clear: both;
    background-color: rgba( 255, 255, 255, 0.8 );
    text-align: left;
    margin: 30px 0 0 0;
    padding: 20px;
    display: block;
    width: auto;
    font-size: 1.5vmax;
}
    
    .sec_box05{
    width: 100%;
    background: url( ../images/bg_product_list.png) #B6DBF5 left center no-repeat;
    margin: 0px auto;
    padding: 50px 0 1px 0;
    min-height: auto;
    background-color:rgba(255,255,255,0.8);
 background-blend-mode:lighten;
}

.sec_box05 h2{ font-size: 2.7vmax; color: #05304B;}
.sec_box05 span{ font-size: 1.7vmax; font-weight: bold; color: #05304B; margin: 0 0 30px 0; display: block;}
.sec_box05 p{ font-size: 1.4vmax; margin: 0 0 20px 0;}

.sec_box06 .catalog_box{
    width: 94%;
    background-color: #fff;
    border:1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 2%;
    margin: 2% 2% 2% 2%;
    float: left;
    display: none;
}
.sec_box06 .menu_box{
    width: 94%;
    float:left;
    background-color: #fff;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 2%;
    margin: 2% 2% 2% 2%;
}
/* --------------------------------------
警備業務の種類と業務別アイテム classification.html
-------------------------------------- */
body.classification h1 {
    font-size:25px;
    margin: 30px 10px 30px 10px;
    padding: 0px 0 0px 0;
    background: none;
    color: #0A5991;
    display: block;
    text-align: center;
}
body.classification p.txt001 {
    font-size:16px;
    margin: 0px 10px 70px 10px;
    padding: 0px 0 0px 0;
    background: none;
    color: #444;
    display: block;
    text-align: center;
} 
body.classification .table_box{float: left; width: 92%; background-color: #F6F6F6; margin: 0px 4% 10px 4%; display: block;}
body.classification .last{margin: 0 4% 0 4%;}

body.classification .table_box .table001{ background-color: #444; border: 0; width: 100%;}
body.classification .table_box .table001 th{ background-color: #fff; padding: 3px 5px 3px 5px; text-align: center; font-weight: bold; width: auto;}
body.classification .table_box .table001 th.red01{ background-color: #FF3030; font-size: 14px; color: #fff; font-weight: bold;}
body.classification .table_box .table001 th.red02{ background-color: #FF7373; font-size: 12px; color: #fff; font-weight: bold;}
body.classification .table_box .table001 th.bla01{ background-color: #333; font-size: 14px; color: #fff; font-weight: bold;}
body.classification .table_box .table001 th.bla02{ background-color: #ddd; font-size: 12px; color: #444; font-weight: bold;}
body.classification .table_box .table001 td{ background-color: #fff; padding: 3px 5px 3px 5px; font-size: 12px; width: 50%;}

}


















@media (max-width: 640px) {
body#security_detail .box_flex_sb .box_pic_item_main .pic_item_main figure  figcaption.pic_caption{ font-size:11px;}
}

.c{ text-align: center;}
.cate_list{ background-color: #E7E7E5; width: 100%; padding: 30px 0 50px 0;}
.cate_list ul { max-width: 1100px; width:96%; margin: 0 auto;}
.cate_list ul li{ background: url(../../images/icon_foot_cate_list.png) left center no-repeat; background-size: 9px 9px; float:left; font-size: 12px; padding: 3px 20px 3px 15px; line-height: 1.6;}
.cate_list ul li a:link{ color: #444; text-decoration: underline;}
.cate_list ul li a:hover{ color: #ff9900; }

@media (max-width: 640px) {
.cate_list{ background-color: #E7E7E5; width: 100%; padding: 0px 0 0px 0;}
.cate_list ul { width:100%; margin: 0 auto;}
.cate_list ul li{ width: 50%;
float: left;
background-image: none;
padding: 5px 0 5px 0;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
   }
   .cate_list ul li:nth-child(odd){clear:both;}
}


/* --------------------------------------
CVバナー
-------------------------------------- */

/*PCorSP表示非表示*/

.visible_pc{
	display:block;
}

.visible_sp{
	display:none;
}

@media screen and (max-width: 900px) {
	.visible_pc{
		display:none;
	}
}

@media screen and (max-width: 900px) {
	.visible_sp{
		display:block;
	}
}

/*CVバナーコンテンツ*/

.inquiry_content {
  width: 100%;
  margin: auto;
	padding-top: 60px;
	padding-bottom:80px;
	clear:both;
}

.inquiry_title::before {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  margin: 0 auto 25px auto;
  background-color: #0a5a91;
}


.inquiry_title {
  font-size: 24px!important;
  text-align: center;
  margin-bottom: 25px!important;
  line-height: 135%;
  color: #0a5a91;
}

.inquiry_title span {
  display: block;
  color: #222;
}

.cv_img {
  width: 960px;
	max-width:100%;
	height:auto;
  margin:0 auto 40px;
}

.cv_img img{
	max-width:100%;
	height:auto;
	display:block;
	margin: auto;
}


.inquiry_content p {
  margin-bottom: 16px;
  margin-top: 16px;
	text-align:center;
}

.inquiry_content ul {
	list-style:none;
  width: 850px;
  margin:auto;
  overflow: hidden;
	display:flex;
	padding:0;
}

.inquiry_content ul li {
  width: 400px;
  float: left;
}

.inquiry_content ul li:nth-child(1) {
	margin-left:15px;
	margin-right:20px;
}

.inquiry_content ul li:nth-child(2)  {

}

.inquiry_content ul li:nth-child(3)  {
		margin-right:10px;
}

.inquiry_content ul li:nth-child(1) a {
  background: #57c3ea;
  background: -moz-linear-gradient(left, #57c3ea 0%, #1e88e5 100%);
  background: -webkit-linear-gradient(left, #57c3ea 0%, #1e88e5 100%);
  background: linear-gradient(to right, #57c3ea 0%, #1e88e5 100%);
  position: relative;
	display: block;
	text-decoration: none;
	text-align: center;
	transition: ease all .3s;
	line-height: 100%;
	border-radius: 5px;
	height: 76px;
	font-weight: bold;
	font-size: 1.2em;
}

.inquiry_content ul li:nth-child(1) a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  margin: auto;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 2px;
  border-radius: 5px;
  transition: ease-out all .2s;
  background-color: #fff;
  z-index: 0;
	text-align: center;
	line-height: 100%;
	font-weight: bold;
}
	/*PC rollover*/
@media screen and (min-width: 901px) {

	.inquiry_content ul li:nth-child(1) a:hover::before {
	  content: "";
	  width: 396px;
	  height: 72px;
	  position: absolute;
	  border-radius: 5px;
		color:#334358;
	}

	.inquiry_content ul li:nth-child(1) a:hover span {
	  color: #3abfef;
	}

}
	/*PC rolloverここまで*/


.inquiry_content ul li:nth-child(1) a span {
  position: absolute;
  color: #fff;
  z-index: 1;
  font-size: 1.4em;
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 30px;
}

.inquiry_content ul li:nth-child(3){
	background: #57c3ea;
  background: -moz-linear-gradient(left, #57c3ea 0%, #1e88e5 100%);
  background: -webkit-linear-gradient(left, #57c3ea 0%, #1e88e5 100%);
  background: linear-gradient(to right, #57c3ea 0%, #1e88e5 100%);
	border-radius: 5px;
  height: 76px;
  line-height: 130%;
  text-align: center;
}

.inquiry_content ul li:nth-child(3) div {
  text-align: center;
  width: 99%;
	height:72px;
	margin:-8px auto;
	padding:0;
  background: #fff;
  z-index: 1;
	border-radius:5px;
}

.inquiry_content ul li:nth-child(3) span {
  color: #222;
  font-weight: bold;
  display: block;
  font-size: 0.8em;
  z-index: 1;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0;
	line-height:1.2;
}

.inquiry_content ul li:nth-child(3) span:nth-child(1) {
  color: #1e88e5;
  margin-top: 10px;
	font-size:14px;
	font-weight:bold;
	padding:5px 0 2px;
}

.inquiry_content ul li:nth-child(3) span:nth-child(2) {
  color: #1e88e5;
	font-size:12px;
	font-weight:normal;
}
.inquiry_content ul li:nth-child(3) span:nth-child(3) {
  color: #222;
	font-size:26px;
}


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

	.inquiry_content {
		font-size:1.0em;
		margin:50px 0 50px;
		padding:0;
	}

	.inquiry_title {
		font-size:1.2em!important;
	}

	.inquiry_title span{
		font-size:12px!important;
		margin:0;
		padding:5px 0 0 0!important;
	}


	.inquiry_content p {
	  text-align: left;
	  color: #293b50;
	  font-size: 0.9em;
		font-weight:normal;
		line-height:140%;
	  padding-top: 0px;
		margin-bottom:20px;
		margin-top:-10px;
	}

	.inquiry_content ul {
	  width: 100%!important;
		margin:auto;
	}

	.inquiry_content ul li {
	  width: 49%!important;
	  float: left;
		height:64px;
	}

	.inquiry_content ul li:nth-child(1) {
		margin-left:1%;
		margin-right:3%;
		height:64px;
		font-size:1.2em;
	}

	.inquiry_content ul li:nth-child(1) a{
		height:64px;
	}

.inquiry_content ul li:nth-child(2) div {
  text-align: center;
  width: 99%;
	height:38px;
	margin:-8px;
	padding:0;
  background: #fff;
  z-index: 1;
	border-radius:5px;
}

	.inquiry_content ul li img {
	  width:12px!important;
		height:auto;
		display:inline;
		vertical-align:middle;
	}

	.inquiry_content ul li:nth-child(1) a span {
		margin-top:0;
		margin-bottom:3px;
	  font-size: 0.8em;
		padding-top:20px!important;
	}

	.inquiry_content ul li:nth-child(2) {
	  background: #57c3ea;
	  background: -moz-linear-gradient(left, #57c3ea 0%, #1e88e5 100%);
	  background: -webkit-linear-gradient(left, #57c3ea 0%,#1e88e5 100%);
	  background: linear-gradient(to right, #57c3ea 0%,#1e88e5 100%);
	  position: relative;
	  border-radius: 5px;
	  padding: 2px 0 2px 2px;
		margin-right:1%;
		height:60px;
	}

	.inquiry_content ul li:nth-child(2){
	  background: #57c3ea;
	  background: -moz-linear-gradient(left, #57c3ea 0%, #1e88e5 100%);
	  background: -webkit-linear-gradient(left, #57c3ea 0%, #1e88e5 100%);
	  background: linear-gradient(to right, #57c3ea 0%, #1e88e5 100%);
	  border-radius: 5px;
	  height: 60px;
	  line-height: 130%;
	  text-align: center;
	}

.inquiry_content ul li:nth-child(2) div {
  text-align: center;
  width: 99%;
	height:60px;
	margin:-10px auto;
	padding:0;
  background: #fff;
  z-index: 1;
	border-radius:5px;
	position:relative;
	right:1px;
}

.inquiry_content ul li:nth-child(2) div a{
	text-decoration: none;
}

	.inquiry_content ul li:nth-child(2) span {
		position:relative;
	  color: #222;
	  font-weight: bold;
	  display: block;
	  z-index: 1;
	  text-align: center;
	  display: block;
	  width: 100%;
		margin:-2px 0;
	  padding: 0;
		line-height:120%;
	}

.inquiry_content ul li:nth-child(2) span:nth-child(1) {

}

.inquiry_content ul li:nth-child(2) span:nth-child(2) {
  color: #1e88e5;
  margin-top: 10px;
	font-size:12px!important;
	font-weight:bold;
	padding:7px 0 0px;

}
	.inquiry_content ul li:nth-child(2) span:nth-child(3) {
	  color: #222;
		font-size:16px!important;
		margin-top:5px;
		padding:0;
	}

}

/*ここまでCVバナー*/
