

/**
 * 料金表
 */
.pricehead{
  background: #129ACF;
  color: #FFFFFF;
  font-weight: bold;
  padding: 10px 15px;
}
.pricehead span{
  background: #00569E;
  padding: 7px 10px;
  margin: 0 10px;
  border-radius: 3px;
  letter-spacing: 0.15em;
}
div.bg {
  background-color: #f5f5f3;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 15px 10px;
}
div.bg h4{
  margin-top: 0;
}
div.bg dl.dictlist{
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
div.bg dl.dictlist dd {
  margin-bottom: 0;
}
.page-price h4{
  color: #2965AE;
  padding-bottom: 10px;
}
#pricecontent .baseblock{
  margin: 20px 0;
}
h3.h_price{
  clear: both;
  width: 100%;
  padding: 0;
  margin: 30px 0 20px;
  border-bottom: 2px solid #2965AE;
  background: none;
  font-size: 16px;
  font-weight: normal;
}
h3.h_price span{
  display: inline-block;
  padding: 5px 15px 3px;
  background-color: #2965AE;
  color: #FFFFFF;
  border-radius: 3px 3px 0 0;
}
h3.h_price+p{
  text-align: left;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}


.attention{
  color: #E35300;
  font-style: normal;
  font-weight:bold;
  margin-left: 5px;
}
.spec .attention,
table .attention{
  font-size: 12px;
  margin-right: 5px;
}
ul.spec{
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #DCDDDD;
}
ul.speclabel{}
ul.specdetail{}
ul.spec3{ width: 33.3%; float: left;}
ul.spec4{ width: 25%; float: left;}
ul.spec1of3{}
ul.spec2of3{}
ul.spec3of3{}
ul.spec1of4{}
ul.spec2of4{}
ul.spec3of4{}
ul.spec4of4{}

ul.spechead{
  list-style: none;
  margin: 0;
  padding: 20px 0 15px;
}
ul.spechead li{
  float: left;
  text-align: center;
  padding: 10px 0;
  margin: 0 1% 0px;
  border-radius: 20px;
  font-size: 16px;
  -webkit-box-shadow: 1px 1px 3px #999999;
  box-shadow: 1px 1px 3px #999999;
  line-height: 1.3;
}
table td.green span,
table th.green span,
table td.blue span,
table th.blue span,
table td.orange span,
table th.orange span {
  display: block;
  /*cursor: pointer;*/
  text-align: center;
  padding: 10px 0;
  margin: 0 1% 10px;
  border-radius: 20px;
  font-size: 16px;
  -webkit-box-shadow: 1px 1px 3px #999999;
  box-shadow: 1px 1px 3px #999999;
}

ul.spechead3 li{ width: 31.3%; margin: 0 1% 0px;}
ul.spechead4 li{ width: 23%; margin: 0 1% 0px;}

ul.spec3.spec3of3 li,
ul.spec4.spec4of4 li{
  background: url("../img/common/bg/gra_white_l.png") right top repeat-y;
}
ul.spec3.spec3of3 li.bg,
ul.spec4.spec4of4 li.bg{
  background: #DCDDDD url("../img/common/bg/gra_white_l.png") right top repeat-y;
}

.spechead3 #spechead_c1{ margin-left: 33.3%;}
.spechead4 #spechead_c1{ margin-left: 25%;}
.spechead4 #spechead_c2{}
.spechead4 #spechead_c3{}
ul.spechead li.green,
table td.green span,
table th.green span  { background: #49922A; color: white;}
ul.spechead li.blue,
table td.blue span,
table th.blue span   { background: #007BC3; color: white;}
ul.spechead li.orange,
table td.orange span,
table th.orange span { background: #E35300; color: white;}
ul.spechead li .attention{
  font-size: 12px;
  padding: 2px 3px;
  background: #fff;
  border-radius: 3px;
  text-shadow:none;
}

ul.spec li{
  padding: 15px 5px 0;
  height: 50px;
  border-top: 1px solid #DCDDDD;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
}

ul.spec li em{
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}
ul.spec.speclabel li{
  font-weight: bold;
  text-align: left;
  background: url("../img/common/bg/gra_white_r.png") 0 0 repeat-y;
}
ul.spec li.bg{
  background: #DCDDDD;
}
ul.spec.speclabel li.bg{
  background: #DCDDDD url("../img/common/bg/gra_white_r.png") 0 0 repeat-y;
}
ul.spec.speclabel li.sub{
  font-weight: normal;
  padding-left: 30px;
}
ul.spec.speclabel li em,
ul.spec.speclabel li span{
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}
ul.spec li.line2{ height: 70px;}
ul.spec li.line3{ height: 130px;}
ul.spec li:nth-child(odd){
  background-color: #EEEEEC;
}

ul.spec li span.label{
  display: none;
}
ul.spec li span.check img{
  position: relative;
  top: -3px;
}

@media only screen and (max-width: 640px) {
  #ajax_pricecontent{
    margin: 0 10px;
  }

  ul.spec{
    margin-bottom: 10px;
  }
  ul.spec li,
  ul.spec3.spec3of3 li,
  ul.spec4.spec4of4 li {
    background: #EEEEEC url("../img/common/bg/gra_white_r.png") left top repeat-y;
  }
  ul.spec li span.label{
    display: inline;
  }
  ul.spec li span.check{
    display: none;
  }
  ul.speclabel{
    display: none;
  }
  ul.specdetail{
    width: 100% !important;
  }
  ul.specdetail li,
  ul.specdetail li.line2,
  ul.specdetail li.line3{
    height: auto;
    padding: 10px;
  }
  ul.specdetail li span.text{}
  ul.specdetail li span.text:before{
    content: " : ";
  }
  ul.specdetail li span.text.arrow:before{
    content: "";
    display: none;
  }



  /*アクティブ表示切り替え*/
  ul.spechead{
    padding-bottom: 0;
    border-bottom: 3px solid #DCDDDD;
    text-align: center;
    margin-bottom: 15px;
  }
  ul.spechead li{
    float: none;
    display: inline-block;
    cursor: pointer;
    padding: 7px 5px;
    border-radius: 10px 10px 0 0;
  }
  ul.spechead3 li{ width:40%;}
  ul.spechead4 li{ width:30%;}
  .spechead3 #spechead_c1,
  .spechead4 #spechead_c1,
  .spechead5 #spechead_c1{
    margin: 0;
  }
  .specdetail{
    display: none;
  }
  .specdetail.active{
    display: block;
  }
  ul.spechead li{
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  ul.spechead li:before,
  ul.spechead li:after{
    position: absolute;
    content:"";
    border: 4px solid transparent;
    border-bottom: 4px solid #AAAAAA;
    /*border-radius: 10px;*/
    bottom: 0;
  }
  ul.spechead li:before{
    left: -2px;
  }
  ul.spechead li:after{
    right: -2px;
  }
  ul.spechead li.green,
  ul.spechead li.blue ,
  ul.spechead li.orange{ background: #AAAAAA; color: white; text-shadow: -1px -1px 1px #666666;}
  ul.spechead li.active.green{ background: #49922A; color: white;}
  ul.spechead li.active.blue { background: #007BC3; color: white;}
  ul.spechead li.active.orange{ background: #E35300; color: white;}
  ul.spechead li.active.green:before,
  ul.spechead li.active.green:after{
    border-bottom-color: #49922A;
  }
  ul.spechead li.active.blue:before,
  ul.spechead li.active.blue:after{
    border-bottom-color: #007BC3;
  }
  ul.spechead li.active.orange:before,
  ul.spechead li.active.orange:after{
    border-bottom-color: #E35300;
  }

  /*テーブル*/
  table td.green span,
  table th.green span,
  table td.blue span,
  table th.blue span,
  table td.orange span,
  table th.orange span{
    padding: 5px 5px;
    border-radius: 10px;
    font-size: 14px;
  }


}


/**
 * Table
 */
table.baseTable{
  border-bottom: 1px solid #DCDDDD;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
}
.baseTable caption{
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  padding-bottom: 5px;
  color: #2965AE;
}
.baseTable tr:nth-child(odd){
  background: #EEEEEC;
}
.baseTable thead tr:nth-child(odd){
  background: transparent;
}
.baseTable tr>*:first-child{
  background: url("../img/common/bg/gra_white_r.png") 0 0 repeat-y;
}
.baseTable tr>*:last-child{
  background: url("../img/common/bg/gra_white_l.png") right top repeat-y;
}
.baseTable th,
.baseTable td{
  vertical-align: top;
  text-align: left;
  padding: 5px 10px;
  border-top: 1px solid #DCDDDD;
}
.baseTable.aC th,
.baseTable.aC td{ text-align: center;}
.baseTable th{
  white-space: nowrap;
}
.baseTable td{}
.baseTable thead th,
.baseTable thead td{
  border-top: none;
  font-weight: bold;
}
.baseTable thead th{}
.baseTable thead td{}
.baseTable em{
  font-style: normal;
}
.pc_w60{ width: 60%;}

@media only screen and (max-width: 640px) {
  .baseTable{
    margin-bottom: 10px;
  }
  .baseTable th,
  .baseTable td{
    padding-left: 5px;
    padding-right: 5px;
  }
  .pc_w60{ width: auto;}

}





.genrearea{
}
.genrearea>h2{
  margin-top: 20px;
  padding:10px 35px;
  background-position: left center;
  background-repeat: no-repeat;
  border-bottom: 4px solid #2063AF;
  font-size: 26px;
}

.genrearea>h2{
  background: url("../img/common/icn/icn_cate_default.png") no-repeat left center;
}
.genrearea>h2>a{
  color: #2063AF;
  text-decoration: none;
}
.genrethumbs{
  padding: 15px 15px 15px 15px;
  margin-bottom: 30px;
  border: 1px solid #DDDDDC;
  border-radius: 5px;
}
.genrearea hr{
  clear: both;
}
.genrethumb{
  float: left;
  width: 170px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.genrethumb+.genrethumb{
  border-left: 1px solid #DDDDDC;
  padding-left: 14px;
  width: 184px;
}
.genrethumb+.genrethumb+.genrethumb+.genrethumb{
  margin-right: 0;
}
.genrethumb p{
  margin-top: 0;
  font-size: 12px;
  line-height: 1.5;
}
.genrethumb .thumbimg{
  position: relative;
  width: 166px;
  height: 140px;
  padding: 10px;
  background: url("../img/common/bg/bg2.png") repeat 0 0;
  border: 1px solid #E2E3E3;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
}
.genrethumb .thumbimg a{
  text-decoration: none;
  display: block
}
.genrethumb .thumbimg h4{
  position: relative;
  margin-top: 0;
  border-bottom: 3px solid #CCCCCC;
  font-size: 15px;
}
.genrethumb .thumbimg h4:before{
  position: absolute;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  top: 25px;
  left: 65px;
  border: 4px solid transparent;
}
.genrethumb .thumbimg img{
  position: relative;
  top: 9px;
}
.genrethumb .thumbimg+img{
  margin-bottom: 5px;
}


#genre-green>h2{ border-color:#549B34; background-image: url("../img/genre/icn_cate_genre_green.png");}
#genre-green>h2,#genre-green>h2 a{ color:#549B34;}
#genre-green .genrethumb .thumbimg h4{ border-color:#549B34;}
#genre-green .genrethumb .thumbimg h4:before{ border-top-color:#549B34;}
#genre-green .genrethumb .thumbimg h4 a{ color:#549B34;}
#genre-orange>h2{ border-color:#EA542A; background-image: url("../img/genre/icn_cate_genre_orange.png");}
#genre-orange>h2,#genre-orange>h2 a{ color:#EA542A;}
#genre-orange .genrethumb .thumbimg h4{ border-color:#EA542A;}
#genre-orange .genrethumb .thumbimg h4:before{ border-top-color:#EA542A;}
#genre-orange .genrethumb .thumbimg h4 a{ color:#EA542A;}

#genre-blue>h2{ border-color:#008ACF; background-image: url("../img/genre/icn_cate_genre_blue.png");}
#genre-blue>h2,#genre-blue>h2 a{ color:#008ACF;}
#genre-blue .genrethumbL{
  float: left;
  width: 235px;
  margin-right: 13px;
  margin-bottom: 10px;
}
#genre-blue .genrethumbL+.genrethumbL{
  width: 245px;
  padding-left: 13px;
  border-left: 1px solid #DDDDDC;
}
#genre-blue .genrethumbL+.genrethumbL+.genrethumbL{
  margin-right: 0;
}
#genre-blue .genrethumbL img.thumbnail{
  border-radius: 5px;
}
#genre-blue .genrethumbL h3{
  height: 35px;
  border-left: 4px solid #008ACF;
  margin-bottom: 0;
  padding-left: 8px;
  padding-bottom: 0;
  background: none;
  font-size: 14px;
  line-height: 1.3;
}
#genre-blue .genrethumbL h3 a{
  color: #008ACF;
  border-top-color: #008ACF;
  text-decoration: none;
}
#genre-blue .genrethumbL h4{
  color: #008ACF;
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px solid #008ACF;
  font-size: 14px;
}
#genre-blue .genrethumbL p{
  font-size: 12px;
  line-height: 1.5;
}
#genre-blue .genrethumbL p.aC{
  margin-bottom: 0;
}

.genrethumbs table{
  width: 100%;
  margin-bottom: 15px;
}
.genrethumbs th,
.genrethumbs td{
  padding: 5px 10px 3px;
  font-size: 13px;
  border-bottom: 1px solid #CCCCCC;
}
.genrethumbs tr:nth-child(odd) th,
.genrethumbs tr:nth-child(odd) td{
  background: url("../img/common/bg/bg2.png") repeat 0 0;
}
.genrethumbs th{
  text-align: left;
}
.genrethumbs td{}
.genrethumbs thead th{
  color: #2564AD;
  padding-top: 1px;
  border-left: 1px solid #2564AD;
}
.genrethumbs thead td{}
.genrethumbs table{}
.genrethumbs table td.date{
  white-space: nowrap;
}
.genrethumbs table .icn_blue,
.genrethumbs table .icn_orange{
  display: inline-block;
  padding: 1px 5px;
  margin-right: 5px;
  background: #CCCCCC;
  border: 1px solid #DCDDDD;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.5;
}
.genrethumbs table .icn_orange { background: #ED6D14;}
.genrethumbs table .icn_blue   { background: #2564AD;}
.genrethumbs table td.btn span.green,
.genrethumbs table td.btn span.gray,
.genrethumbs table td.btn a{
  display: block;
  text-align: center;
  color: #FFFFFF;
}
.genrethumbs table td.btn a{
  width: 119px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  background: url("../img/common/btn/btn_small.png") no-repeat center top;
}
.genrethumbs table td.btn a:hover{
  opacity: 0.8;
}
.genrethumbs table td.btn span.green,
.genrethumbs table td.btn span.gray{
  margin-left: 5px;
  width: 110px;
  height: 23px;
  line-height: 23px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px #999999;
  box-shadow: 0 0 3px #999999;
}
.genrethumbs table td.btn span.green{ background-color: #549B34;}
.genrethumbs table td.btn span.gray { background-color:#595757;}





/*2020.03.23*/
.priceBox{ padding: 13px; background-color: #f5f5f3; border-radius: 8px; }
.priceBox>div{ padding: 25px 30px; background-color: #fff; }
.priceBox>div h4{ margin: 0; color: #3566a8; text-align: center; font-size: 24px; }
.priceBox>div h5{ margin: 15px 0 0; padding: 8px 0 4px; background-color: #3566a8; color: #fff; font-size: 20px; text-align: center; border-radius: 10px; }
.priceBox>div ul{ margin-top: 5px; list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.firstTimeBox>div ul li{ width: 49%; padding: 10px 0; color: #3566a8; font-size: 16px; border-bottom: 1px dotted #3566a8; font-weight: bold; }
.firstTimeBox>div ul li:nth-of-type(2n){ margin-left: auto; }
.priceBox>div .block{ margin: 20px 10px 0 0; padding: 6px 20px; display: inline-block; background-color: #f7931e; color: #fff; font-weight: bold; font-size: 20px; border-radius: 10px; }
.serviceBox{ margin-top: 20px; }
.serviceBox>div ul li{ width: 100%; padding: 10px 0; color: #3566a8; font-size: 16px; border-bottom: 1px dotted #3566a8; font-weight: bold; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.serviceBox>div ul li span{ margin-left: 20px; font-size: 12px; line-height: 1.3; }
.noteText{ font-size: 12px; }

#method{ margin-top: -130px; padding-top: 110px; }

.priceTop{ padding: 10px; }
.priceTop ul{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; item; }
.priceTop ul li{ height: 64px; margin: 0 10px; padding: 10px 20px; background-color: #E06C2A; color: #fff; font-size: 20px; font-weight: bold; text-align: center; display: inline-block; }
.priceTop ul li:nth-of-type(-n+2){ line-height: 50px; }
.priceTop ul li span{ font-size: 14px; display: block; }
.priceTop a{ max-width: 300px; margin: 20px auto 0; padding: 15px 10px; display: block; background-color: #4364AA; color: #fff; font-size: 18px; font-weight: bold; text-decoration: none; text-align: center; border-radius: 30px; }
.priceTop a svg{ width: 16px; margin-left: 10px; }


/* ==========================================================================
   Media Queries
   ========================================================================== */

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

  .pricehead{
    padding: 6px 7px 9px;
    text-align: center;
    line-height: 1.5;
  }
  .pricehead span{
    margin-left: 0;
  }

  .genrethumbs{
    padding: 10px;
  }
  .genrethumb{
    width: 48%;
    margin: 0 0 10px;
    padding: 0;
  }
  .genrethumb+.genrethumb{
    width: 48%;
    margin: 0 0 10px;
    padding: 0;
    border: none;
  }
  .genrethumb:nth-of-type(even){
    float: right;
  }
  .genrethumb:nth-of-type(odd){
    clear: both;
  }
  .genrethumb+hr{
    display: none;
  }

  .genrethumb .thumbimg{
    width: auto;
  }
  .genrethumb img{
    width: 100%;
    height: auto;
  }
  .genrethumbs thead{
    display: none;
  }
  .genrethumb .thumbimg h4{
    font-size: 14px;
  }
  .genrethumbs th,
  .genrethumbs td{
    display: block;
    border: none;
    width: auto;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .genrethumbs td.date{
    font-weight: bold;
    padding-top: 10px;
    border-top: 1px solid #DCDDDD;
  }
  .genrethumbs td.btn{
    text-align: right;
    padding-bottom: 10px;
  }
  .genrethumbs table td.btn span.green,
  .genrethumbs table td.btn span.gray{
    margin-left: auto;
    margin-right: 0px;
  }
  #genre-blue .fL.w50{
    width: auto !important;
    margin: 0;
    padding: 0;
  }
  .page-genre_seminar-index #genre-blue .fR{
    display: none;
  }
  #genre-blue .genrethumbL{
    float: none;
    width: auto;
    margin:20px 0 0 ;
    padding:20px 0 0 ;
  }
  #genre-blue .genrethumbL+.genrethumbL{
    float: none;
    width: auto;
    margin:20px 0 0 ;
    padding:20px 0 0 ;
    border-left: none;
    border-top: 1px solid #DCDDDD;
  }
  #genre-blue .genrethumbL h3{
    height: auto;
    padding: 5px;
  }
  #genre-blue .genrethumbL p{
    margin-bottom: 5px;
  }
  #genre-blue .genrethumbL a{
    display: block;
    text-align: center;
  }



}

/* add */
table.price {
margin: 1rem 0;
width: 100%; }
table.price tr {
background-color: #f5f5f5; }
table.price tr:nth-child(2n) {
background-color: #eaeaea; }
table.price th,
table.price td {
font-size: 11px;
padding: 0.5em;
line-height: 1.5em;
text-align: justify;
vertical-align: middle; }
table.price tbody th {
text-align: left; }
table.price span {
display: inline-block; }
table.price thead th {
width: 25%;
color: #fff; }
table.price thead th:nth-child(2) {
font-size: 16px;
background-color: #49922A; }
table.price thead th:nth-child(3) {
font-size: 16px;
background-color: #007BC3; }
table.price thead th:nth-child(4) {
font-size: 16px;
background-color: #E35300; }
table.price thead tr th {
vertical-align: middle;
text-align: center; }
table.price tbody tr td {
vertical-align: middle;
text-align: center; }
table.price tbody tr td:nth-child(2) {
background-color: #e8ffed; }
table.price tbody tr td:nth-child(3) {
background-color: #d6edff; }
table.price tbody tr td:nth-child(4) {
background-color: white; }
table.price tbody tr td .fa-sort-up {
font-size: 1.5em; }
table.price tbody tr:nth-child(2n) td:nth-child(2) {
background-color: #d4ffde; }
table.price tbody tr:nth-child(2n) td:nth-child(3) {
background-color: #c2e4ff; }
table.price tbody tr:nth-child(2n) td:nth-child(4) {
background-color: #fff8f5; }

/* */
.page-price-criminal .acc03	{
	background-color:#f5f5f3;
	border-radius:8px;
	padding:20px;
}
.page-price-criminal .acc03b	{
	float: left;
	width: 560px;
}
.page-price-criminal .acc03b p	{
	margin:0;
}
.page-price-criminal .acc03 dl.dl01	{
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 8px;
	margin-bottom: 10px;
}
.page-price-criminal .acc03 dl.dl01 dt	{
	border-radius:8px 8px 0 0;
	background: rgb(13,49,110);
	background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(13,49,110,1)),to(rgba(7,41,76,1)));
	background: linear-gradient(to bottom,  rgba(13,49,110,1) 0%,rgba(7,41,76,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d316e', endColorstr='#07294c',GradientType=0 );
	font-size: 21px;
	color: #FFF;
	text-align: center;
	line-height: 1.5em;
}
.page-price-criminal .acc03 dl.dl01 dd	{
	text-align: center;
	margin: 10px 0 20px 0;
}
.page-price-criminal .acc03 dl.dl02	{
	background-color: #fffac6;
	border: 1px solid #0d316e;
	border-radius: 5px;
	font-size: 15px;
	margin-top: 20px;
}
.page-price-criminal .acc03 dl.dl02 dt	{
	line-height: 2em;
	text-align: center;
	color: #0d316e;
	border-bottom: 1px solid #0d316e;
}
.page-price-criminal .acc03 dl.dl02 dd	{
	padding: 15px;
	font-size: 13px;
}
.page-price-criminal .acc03 dl.dl03	{
	text-align: center;
	width: 170px;
	float: right;
}
.page-price-criminal .acc03 dl.dl03 dt	{
	margin-bottom: 15px;
}
.page-price-criminal .acc03 dl.dl03 dd	{
}
.page-price-criminal .acc03 dd ul	{
	list-style-type: none;
	font-size: 13px;
}
.page-price-criminal .acc03 dd ul li	{
	margin-bottom: 5px;
}
.page-price-criminal .acc03 dd ul li span	{
display: inline-block;
width: 1.5em;
height: 1.5em;
border-radius: 50%;
background-color: #0d316e;
color: #fff;
vertical-align: middle;
text-align: center;
line-height: 1.5em;
margin-right:5px;
}
.page-price-criminal .acc03 dd ul li strong	{
	color:#2964ad;
	font-weight:normal;
}

.page-price-criminal .acc03 .dl02b	{
	float: left;
	width: 275px;
}
.page-price-criminal .acc03 .dl02c	{
	float: right;
	width: 275px;
}

@media only screen and (max-width: 640px) {
	.page-price-criminal .acc03 dl.dl01 dd img{
		width: 100%;
		height: auto;
	}
	.page-price-criminal .acc03b{
		float: none;
		width: auto;
	}
	.page-price-criminal .acc03 dl.dl02{
		float: none;
		width: auto;
		height: auto !important;
	}
	.page-price-criminal .acc03 dl.dl02 dt{
		font-weight: bold;
	}
	.page-price-criminal .acc03 dl.dl02 dd{
		padding: 10px;
	}
	.page-price-criminal .acc03 dl.dl02 dd li{
		font-size: 14px;
	}
	.page-price-criminal .acc03 dd ul li strong{
		display: block;
		padding-left: 40px;
		text-indent: -16px;
	}
	.page-price-criminal .acc03 dl.dl03{
		display: none;
	}


/*2020.03.23*/
	.priceBox{  }
	.priceBox>div{ padding: 20px 15px; }
	.priceBox>div h4{ font-size: 22px; }
	.priceBox>div h5{ font-size: 18px; }
	.firstTimeBox>div ul li{ width: 100%; font-size: 14px; }
	.firstTimeBox>div ul li:nth-of-type(2n){  }
	.priceBox>div .block{ font-size: 18px; }
	.serviceBox>div ul li{ font-size: 14px; }
	
	#method{ margin-top: -90px; padding-top: 70px; }
	
	.priceTop ul{ -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
	.priceTop ul li,.priceTop ul li:nth-of-type(-n+2){ height: auto; margin: 0; line-height: 1.5; }
	.priceTop ul li:nth-of-type(n+2){ margin-top: 10px; }
}
