@charset "utf-8";
/**front**/
#top_newsletter_area{display: none;}
#top_books_wrapper{display: none;}

/*=====================================
reset
=====================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix::after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* common style */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, 'Noto Serif';
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
  position: relative;
  color: #000;
  line-height: 2;
  letter-spacing: .06em;
    font-size: 16px;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button, input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}
input[type="submit"], input[type="reset"] {
  cursor: pointer;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}
a {
  text-decoration: none;
    cursor : pointer;
    transition: 0.5s;
}
a:hover{
    opacity: 0.7;
}
img {
  max-width: 100%;
  display: block;
  vertical-align: bottom;
}
/* 共通装飾 */
.line{
    width: 100px;
    height: 1px;
    background-color: #003366;
    position: relative;
    margin: 10px auto;
}
@media screen and (max-width: 425px) {
.line{
        margin: 5px auto;
    }
}
/* レスポンシブ用 */
.w_pc {
  display: block;
}
.w_tab{
    display: none;
}
.w_sp {
  display: none;
}
.w_768{
    display: none;
}

@media screen and (max-width: 1024px) {
	.w_pc {
	  display: none;
	}
	.w_tab {
	  display: block;
	}
}
@media screen and (max-width: 768px) {
	.w_768 {
	  display: block;
	}
    .w_769{
        display: none;
    }
}
@media screen and (max-width: 425px) {
    .w_tab {
	  display: none;
	}
    .w_sp {
	  display: block;
	}
}


/*=====================================
header
=====================================*/
header{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    height: 95px;
    padding: 20px 0;
    z-index: 9999;
    transition: 0.8s;
	box-shadow: 0px 5px 3px -3px rgba(100, 100, 100, 0.3);
    -webkit-box-shadow: 0px 5px 3px -3px rgba(100, 100, 100, 0.3);
    -moz-box-shadow: 0px 5px 3px -3px rgba(100, 100, 100, 0.3);
}
header .header_inner{
    position: relative;
}
header .area_logo{
    position: absolute;
    left: 50px;
}
header .area_logo .h1_txt,header .area_logo p{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Mincho", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
    font-weight: bold;
    line-height: 1;
    padding-left: 5px;
    display: block;
}
header .area_logo .logo img{
    width: 390px;
    display: inline-block;
    vertical-align:sub;
    margin-right: 10px;
    transition: 0.8s;
}
_:-ms-lang(x)::backdrop, header .area_logo .logo img{
    width: 390px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
    transition: none;
}
header .area_logo .logo span{
    display: inline-block;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Mincho", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
    font-weight: bold;
   font-size: 22px;
	/*font-size: 27px;*/
    color: #000;
	vertical-align: baseline;
}
nav{
    position: absolute;
    top: 10px;
    right: 20px;
}
nav ul{
    letter-spacing: -.4em;
}
nav ul li{
    font-size: 14px;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 15px;
}
nav ul li a{
    border-bottom: 2px solid #fff;
    padding-bottom: 6px;
    color: #000;
}
nav ul li a:hover{
    opacity: 1;
    color: #003366;
    border-bottom: 2px solid #003366;
    padding-bottom: 3px;
}
@media screen and (max-width: 1440px) {
	nav ul li{
    display: inline-block;
    letter-spacing: normal;
    margin: 0 10px;
}
}
@media screen and (max-width: 1675px) {
	nav {
		top: -1px;}
nav ul {
    flex-wrap: wrap;
    display: flex;
    width: 80%;
	float: right;
}
}
@media screen and (max-width: 1250px) {
	nav {
		top: 2px;}
nav ul li {
	font-size: 12px;}
}
@media screen and (max-width: 1280px) {


/* Fixed */
.area_header.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
.area_header.fixed #global-navi ul li a {
    color: #333;
    padding: 0 20px;
}
/* Toggle Button */
.btn-gnavi {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
.btn-gnavi p {
    position: relative;
}
.btn-gnavi span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.btn-gnavi span:nth-child(1) {
    top: 0;
}
.btn-gnavi span:nth-child(2) {
    top: 11px;
}
.btn-gnavi span:nth-child(3) {
    top: 22px;
}
}
@media screen and (min-width: 1600px){
	header .area_logo .logo span {
    vertical-align:unset;
}
	.area_logo .logo img {
    margin-bottom: 0.9px !important;
}
	header .area_logo .logo span{
		font-size: 25px;
	}
}
@media screen and (min-width: 1439px){
/*	header .area_logo .logo img {margin-bottom:-2px!important;}*/
}
@media screen and (min-width: 1025px){
    /* ↓↓↓ スクロール後 ↓↓↓ */
    .area_header.transform{
        height: 70px;
        padding: 10px 0;
        transition: 0.8s;
    }
    .area_header.transform .area_logo .logo img{
        width: 300px;
        transition: 0.8s;
		vertical-align: sub;
    }
    .area_header.transform .area_logo p{
        font-size: 14px;
    }
    .area_header.transform .area_logo .logo span{
        font-size: 20px;
		    vertical-align: middle;
    }
     _:-ms-lang(x)::backdrop, .area_header.transform .area_logo .logo img{
        width: 300px;
        transition: none;
    }
}
@media screen and (max-width: 1440px){
    header .area_logo{
        left: 10px;
    }
    nav{
        right: 0;
    }
    nav ul li{
    }
}
@media screen and (max-width: 1300px){
nav ul {

	width: 70%;}
}
@media screen and (max-width: 1050px){
nav ul {

	width:90%;}
}
@media screen and (max-width: 1200px){
    header .area_logo .logo img{
        width: 300px;
        margin-right: 5px;
    }
    header .area_logo .logo span{
      /*  font-size: 19px;
		vertical-align:initial;*/
		font-size: 20px;
vertical-align: revert;
    }
    
nav {
	
    right: 10px;

    /*left: 500px;*/
}
    
    nav ul li{
        /*margin: 0 3px;*/
    }
}

@media screen and (max-width: 1050px){
nav {
    left: 480px;
}
	
}
@media screen and (max-width:990px){
header .area_logo .logo img {
    margin-bottom: 1px;
}
}
@media screen and (max-width: 1024px){
    header{
        height: 70px;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }
}
@media screen and (max-width: 1024px){
    .area_header.fixed {
        padding-top: 0;
        background: transparent;
    }
    .area_logo_sp {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    .area_header.fixed .area_logo,
    .area_header .area_logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #000;
        font-size: 26px;
    }
    #global-navi {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        /*top: -500px;*/
        top: -567px;
        background: #fff;
        width: 100%;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-navi ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-navi ul li {
        float: none;
        position: static;
    }
    .area_header #global-navi ul li a,
    .area_header.fixed #global-navi ul li a {
        width: 100%;
        display: block;
        color: #000;
        padding: 15px 0;
    }
    .area_header #global-navi ul li{
        border-bottom: 1px solid #003366;        
    }
    .area_header #global-navi ul li:first-child{
        border-top: 1px solid #003366;
    }
    .area_header #global-navi ul li.nav_home,.area_header.fixed #global-navi ul li.nav_home{
        padding: 15px 0;
    }
    .area_header #global-navi ul li.nav_home a,.area_header.fixed #global-navi ul li.nav_home a{
        display: inline;
    }
    .btn-gnavi {
        display: block;
    }
    /* .btn-gnavi 切り替えアニメーション */
    .open .btn-gnavi span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open .btn-gnavi span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open .btn-gnavi span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-navi スライドアニメーション */
    .open #global-navi {
        /* #global-navi top + .area_logo_sp height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

}
@media screen and (max-width:768px){
	
/*.area_logo .logo img {
    margin-bottom: -1px!important;
}*/
	.area_logo .logo img {
    margin-bottom: 2px!important;
}
}
@media screen and (max-width: 600px){
    header .area_logo .logo img{
        width: 210px;
		margin-bottom: 1px;
    }
    header .area_logo .logo span{
        font-size: 16px;
		vertical-align: middle;
    }
    header .area_logo .h1_txt,header .area_logo p{
        padding: 0;
    }
}
@media screen and (max-width:550px){
header .area_logo .logo img {
    margin-bottom:1px!important;
}
}
@media screen and (max-width: 375px){
.area_logo .logo img {
    margin-bottom: -2px!important;
}
}
@media screen and (max-width: 425px){
    header{
        padding: 15px 0;
    }
    header .area_logo{
        left: 5px;
    }
    header .area_logo .logo img {
        width: 200px;
        margin-right: 3px;
		vertical-align: middle;
		/*margin-bottom: -1.4px!important;*/
    }
    header .area_logo span.logo img {
       /* margin-bottom:3.7px;*/
		margin-bottom: -1px;
		    
    }

    header .area_logo .logo span{
        font-size: 15px;
        /*margin-top: 3px;*/
/*		vertical-align:middle;*/
    }
    .logo{
       /* line-height: 1.8;*/
    }
    header .area_logo .h1_txt,header .area_logo p{
        font-size: 11px;

    }
    header .btn-gnavi{
        width: 20px;
        right: 15px;
        top: 8px;
    }
    #global-navi{
        /*top: -510px;*/
        top: -572px;
    }
}
@media screen and (max-width: 375px){
	header .area_logo .logo img {
    margin-bottom:0!important;
}
	header .area_logo .logo span {
   font-size: 13px;
    vertical-align:text-top;
}
    header{
        height: 60px;
        padding: 12px 0;
    }
    header .logo{
        /*line-height: 1.5;*/
    }
    header .btn-gnavi{
        right: 10px;
    }
    header .area_logo .logo img {
        width: 170px;
        margin-right: 2px;
    }
    header .area_logo span.logo img {
        /*margin-bottom: 5px;
		vertical-align: text-bottom;*/
    }
}


/*=====================================
下層共通
=====================================*/

#kiji_wrapper #kiji_file {
    margin-bottom: 8rem!important;
}

/*タイトル*/
#kiji_file .memo h2 {
    padding:1.5em 1em ;
	text-indent: inherit;
    /*text-indent: 1.2em;*/
    margin: 0 0 1em;
	font-weight: bold;
}
#kiji_file .memo h2 {
    background-color:#121f3c;
    color: #fff;
    font-size: 1.2rem;
    position: relative;
    top: 0;
    width: 100%;
    display: table;
    line-height: 1.3;
    margin: 0 auto 30px;
}
#kiji_file.kei .memo h2 {
	background-color:#121f3c;
}

#kiji_file .memo h3 {
    font-weight: bold;
    font-size: 18px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
#kiji_file .memo h3 {
    width: 100%;
    margin: 50px 0 20px;
    padding: 0 0 8px;
    color: #003366;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: inherit;
    border-bottom: 1px #003366 solid;
    text-align: left;
    font-weight: bold;
}
#kiji_file.kei .memo h3{
	color: #121f3c!important;
	border-bottom: 1px #145A9B solid!important;
}
#kiji_file.kou .memo h3{
	color: #145A9B!important;
	border-bottom: 1px #145A9B solid!important;
}
#kiji_file.kei .memo h4{
	color:#121f3c!important;
	font-size: 1.1rem;
    padding: 0.1em 1em;
    border-left: 3px solid;
    margin: 3em 0 1.5em 0.5em;
	font-weight: bold;
}
#kiji_file.kou .memo h4{
	color: #145A9B!important;
	font-size: 1.1rem;
    padding: 0.1em 1em;
    border-left: 3px solid;
    margin: 3em 0 1.5em 0.5em;
	font-weight: bold;
}
#kiji_file.kou .memo .br_ttl{
	font-weight: bold;
	color: #000!important;
	border-bottom: 1px #000 solid!important;
    padding: 20px 0 8px;
	display: block;
	    margin-bottom: 30px;
}
#kiji_file.rik .memo h3{
	color: #ce5555!important;
	border-bottom: 1px #ce5555 solid!important;
}
#kiji_file.sou .memo h3{
	color: #96834E!important;
	border-bottom: 1px #96834E solid!important;
}
#kiji_file.kei .memo h3{
	color: #121f3c!important;
	border-bottom: 1px #121f3c solid!important;
}
#kiji_file .memo .w100{margin: 0 auto;}
#kiji_file .memo{
	margin-bottom:3rem;
	padding: 0;
}
#kiji_file .memo .kj_img{
	max-width: 768px;
	width: 60%;
	margin: 50px auto 30px;
}
#kiji_file .memo .red {
    color: #E00003;
}
#kiji_file .memo .marker{
    font-weight: bold;
    background-color: #FFFABD!important;
    display: inline;
	background: none;
}
#kiji_file .memo .b_txt{
	font-weight: bold;
	font-size: 16px;
}
#kiji_file .memo p{
	margin-bottom: 20px!important;
	line-height: 2.3;
	    margin: 0 1.5%;
}
#kiji_file .memo table {
    width: 90%;
    margin: 10px auto 25px;
    border: solid 1px #ccc;
}
#kiji_file .memo table .l_txt{
    text-align: left;
}
#kiji_file .memo th,#kiji_file .memo td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
   /* font-size: 16px;*/
	width: 50%;
	
}

#kiji_file .memo ul li{
	list-style: disc;
	font-size: 16px;
}
#kiji_file .memo ul{
	/*margin: 0 2.5%;
	line-height: 2.3;*/
}
#kiji_file .memo th{font-weight: bold;}
#kiji_file .memo .fw th,#kiji_file .memo .fw td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    font-size: 16px;
	width: auto!important;
}
#kiji_file .memo:before {display:none;}
#kiji_file .memo .link_btn {
    color: #201100;
    background-color: #e8eef4;
    font-weight: bold;
    width: 95%;
    text-align: center;
    display: block;
    line-height: 1.3;
    box-shadow: 0 -2px 0 0 rgba(0,0,0,0.1)inset;
    padding: 0.9em 3em 0.9em 1.5em;
    border-radius: 5px;
    margin: 1.5em auto 1.5em;
    position: relative;
    box-sizing: border-box;
}
#kiji_file .memo .link_btn:hover{
   opacity: 0.5;
}
#kiji_file .memo .link_btn:after {
    content: '';
    background: url(img/ico_arrow02.png)no-repeat;
    width: 20px;
    height: 18px;
    display: block;
    position: absolute;
    top: 27%;
    right: 0;
}

@media screen and (max-width:768px){
	#kiji_file .memo .s_table{
	overflow: scroll;
}
	#kiji_file .memo th,#kiji_file .memo td {
    font-size: 14px;
		    vertical-align: middle;
}
	#kiji_file .memo table {
		width:100%;}
		#column_file .j2{margin-bottom:2em!important;}
}
@media screen and (max-width: 425px){
	#kiji_file .memo .kj_img {
    max-width: 768px;
		width: 95%;
		margin: 30px auto 30px;
	}
		#kiji_file .memo table .t_br {
		display: block;}
	 #kiji_file .memo .lt{
		text-align: left;}
	
	#kiji_file .memo th, #kiji_file .memo td {
		font-size: 12px;}
	#kiji_file .memo th,#kiji_file .memo td {

		padding: 5px;}
	#fatal_accident .page_title,
	#kouishogai .page_title,
	#isyaryou .page_title,
	#settlement .page_title {
		font-size: 22px;
	}
#ke.article_ttl, #so.article_ttl, #ri.article_ttl, #ko.article_ttl {

    font-size: 1.1em;
}
	#ko.article_ttl:before {
    margin-bottom: -8px;
}
#kiji_file .memo h2 {
	
    font-size: 1rem;
    line-height: 1.2;
	    padding: 1em;
	}
}

/*コラム2カラム化*/
#kiji_wrapper #jirei_file,
#kiji_wrapper #kiji_file {
    width: 70%;
    font-size: 1rem;
    line-height: 1.8;
    float: left;
}
#jirei_file{ margin: 0 0 5rem;}
#kiji_wrapper #sidebar {
    width: 250px;
    padding: 0;
    float: right;
	    margin-bottom: 10rem;
}
#main_big_wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 5rem 0;
    color: #1d1d1d;
}
@media screen and (max-width: 1230px){
    #main_big_wrap {
        padding: 5rem 2%;
    }
}
@media screen and (max-width: 1024px){
   
    #main_big_wrap {
        padding: 5rem 3% 5rem;
        display: block;
	}
}
@media screen and (max-width: 1024px){
    #kiji_wrapper #jirei_file,
    #kiji_wrapper #kiji_file {
        float: none;
        width: 100%;
        margin-bottom: 60px;
    }
   #kiji_wrapper #sidebar {
        width: 100%;
        float: none;
    }
}
/*sidebar*/
#kiji_wrapper #sidebar .side_box_ttl {
    color: #fff!important;
    font-size: 16px;
    text-align: center;
  /*  background: #003366;*/
    padding: 10px 0;
}
#kiji_wrapper #sidebar .side_box_a, .side_box_b {
    margin-bottom: 30px;
}
#kiji_wrapper #sidebar .side_box_a {
    border-left: 1px solid #003366;
    border-right: 1px solid #003366;
}
#kiji_wrapper #sidebar .side_box_a .side_box_ttl {
	/*border-bottom: 1px solid #fff;*/
	color: #fff!important;
}
#kiji_wrapper #sidebar .side_box_a ul li a::after {display: none;}
#kiji_wrapper #sidebar .side_box_a ul li {
   /* border-top: 1px solid #003366;*/
}

#kiji_wrapper #sidebar .side_box_a ul li a {
    font-size: 15px;
    position: relative;
    padding-left: 20px;
    padding: 15px 15px 15px 40px;
    display: block;
    width: 100%;
    color: #1d1d1d;
	
}

#kiji_wrapper #sidebar .side_box_a ul li a:hover {
	opacity: 0.5;
}
#kiji_wrapper #sidebar .side_box_a ul li a:before {
    content: "";
    display: block;
    width: 8px;
    height: 16px;
    background: url("img/index/awk.png") no-repeat;
    background-size: 80%;
    position: absolute;
    top: 39%;
    left: 20px;
}

_::-ms-backdrop, _:-ms-lang(x), #kiji_wrapper #sidebar .side_box_a ul li a:before {
    top: 41%;
}

#kiji_wrapper #sidebar .side_box_b ul li {
    border: 1px solid #003366;
    width: 48.5%;
    float: left;
    margin: 3% 3% 0 0;
}
#kiji_wrapper #sidebar .side_box_b ul li:nth-of-type(2n) {
    margin-right: 0;
}
#kiji_wrapper #sidebar .side_box_b ul li a {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #003366;
    text-align: center;
    padding: 6px;
}
#kiji_wrapper #sidebar .side_box_b ul li a:hover {
    color: #fff;
    background: #003366;
    opacity: 1;
}
#kiji_wrapper #sidebar .side_bnr_box a {
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: block;
    letter-spacing: 0.1rem;
    width: 100%;
    padding: 5px;
    margin-bottom: 30px;
}





/*コロナリンク*/

.txt_link_front {
    max-width: 1200px;
	width: 95%;
    margin: 30px auto;
    border: 1px dotted #999;
    text-align: center;
    padding: 15px 0;
}
.txt_link_front a, .txt_link_front span {
    font-size: 13px;
    /* padding: 0 10px;
   display: block;
    line-height: 1.8;*/
}
.txt_link_front a {
    text-decoration: underline;
		color: #000;

}
@media screen and (max-width: 425px){
.txt_link_front {
    margin: 10px;
    text-align: left;
}
	
}
@media screen and (max-width: 768px){
	.txt_link_front {
		margin: 30px auto;
			padding: 15px 10px;

	}
}

/* 記事一覧まとめ */
#kiji_wrapper{
    max-width:1200px;
    margin:10rem auto 1em;
	overflow: hidden;
    display: block;
}
/*#kiji_s {
	position: relative;
    max-width: 1200px;
}*/
#kiji_wrapper p{
    line-height:2;
    letter-spacing:.06em;
   /* margin:20px 0 0 0;*/
    color:#000!important;
    font-size: 16px;
}
#kiji_wrapper h2{
    position:relative;
    color:#000;
    letter-spacing:.06em;
	/*font-family: 'Noto Serif Mincho';*/
}
#kiji_wrapper h3{
    font-family:'Noto Serif Mincho';
    font-size:40px;
    color:#000;
    width:100%;
    text-align:center;
    font-weight:normal;
    margin:90px 0 20px 0;
    letter-spacing:.06em;
}
#kiji_wrapper .corporate_site_link {
    margin: 40px auto 100px auto;
    text-align: center;
}
#kiji_wrapper .corporate_site_link a {
    display: block;
    font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", serif;
    color: #fff;
    background-color: #003366;
    padding: 20px 0;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    width: 40%;
    display: inline-block;
}
#kiji_wrapper .corporate_site_link a.kigyou{
    margin-right: 10%;
}
#kiji_wrapper .corporate_site_link a:hover{
    opacity: 0.8;
}

@media screen and (max-width: 1280px) {
	#kiji_wrapper #jirei_file,
	#kiji_wrapper #kiji_file {
		width: 65%!important;}
	#kiji_s,
	#kiji_wrapper {
    max-width: 1000px;
}
    /*.profile .page_title {
        font-size: 3.3vw;
    }
    #archive.profile .page_title {
        font-size: 38px;
    }*/
}

@media screen and (max-width: 1024px) {
	#kiji_s {
 
    margin: 0 auto -8em;
}
	#thanks_mail #kiji_wrapper,
	#thanks_tel #kiji_wrapper,
	#thanks_contact #kiji_wrapper,
	#zaime #kiji_wrapper,
	#contact #kiji_wrapper,
	#situation #kiji_wrapper,
	#keiji-office #kiji_wrapper,
	 #about #kiji_wrapper{
        margin:100px auto 5em;
    }
    #kiji_wrapper{
        width:90%;
        margin:100px auto 5em;
    }
    #kiji_wrapper h2{
        font-size:24px;
    }
    #kiji_wrapper h3{
        font-size:38px;
        margin:80px 0 15px 0;
    }
   
  /*  .profile .page_title {
        font-size: 3.3vw;
    }
    #archive.profile .page_title {
        font-size: 38px;
  }
    .profile .main_text_box_under {
        top: 60px;
        padding: 50px 40px;
    }
    .profile .message_area .title_style_01 {
        margin-top: 40px;
    }*/
}

@media screen and (max-width: 768px) {
   #kiji_wrapper h2 span{
        display: inline-block;
    }
    #kiji_wrapper h3{
        font-size: 34px;
        margin: 55px 0 15px 0;
    }
    #kiji_wrapper h3 span{
        display: inline-block;
    }
   
   
}
@media screen and (max-width: 480px) {
	
}

@media screen and (max-width: 425px) {
	#thanks_mail #kiji_wrapper,
	#thanks_tel #kiji_wrapper,
	#thanks_contact #kiji_wrapper,
	#zaime #kiji_wrapper,
	#contact #kiji_wrapper,
	#situation #kiji_wrapper,
	#keiji-office #kiji_wrapper,
	 #about #kiji_wrapper{
        margin:100px auto 5em;
    }
    #kiji_wrapper h2{
        font-size: 22px;
    }
   #kiji_wrapper h3{
        font-size: 24px;
    }
   #kiji_wrapper p{
        font-size: 15px;
    }
    #kiji_wrapper .corporate_site_link{
        max-width: 90%;
    }
    #kiji_wrapper .corporate_site_link a{
        padding: 15px 0;
        font-size: 16px;
    }
    #kiji_wrapper .corporate_site_link{
        margin-bottom: 80px;
    }

}

#kiji_wrapper .detail_btn{
	  text-align: center;
    padding:10px;
    display: block;
    margin: 45px auto 0;
    width: 35%;
	color:#fff;
}
#kiji_wrapper .kei .detail_btn,
#kiji_wrapper .kou .detail_btn{
	margin-bottom: 8rem!important;
}
#kiji_wrapper .kei .detail_btn:hover ,
#kiji_wrapper #ke04 .detail_btn:hover ,
#kiji_wrapper #ke_l .detail_btn:hover{
  color:#121f3c;
 border: 1px solid #121f3c!important;
  background-color: #fff!important;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#kiji_wrapper .kou .detail_btn:hover ,
#kiji_wrapper #ko01 .detail_btn:hover ,
#kiji_wrapper #ko_l .detail_btn:hover {
  color:#145A9B;
 border: 1px solid #145A9B!important;
  background-color: #fff!important;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media screen and (max-width: 590px){
#kiji_wrapper .detail_btn {
    font-size: 14px;
    width: 85%;
}
}
.kiji_box .kotuu{
    width: 90%;
    max-width: 1000px;
    padding: 70px;
    margin: 0 auto 70px auto;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    border: 1px solid #eee;
}
.kiji_box{margin-top:0;}
.kiji_box p {
   /* border-bottom: 1px dotted #ccc;*/
   /* margin: 0 auto 50px;*/
    width: 100%;
   /* padding: 0 0 20px;*/
	text-overflow: ellipsis;
	
}
.kiji_box p a{
   /* width: 100%;
    padding: 65px 310px 26px 1em;
	color: #333;*/
	
    display: block;
    padding: 2em 1em 1.6em 1.5em;
    border-bottom: 1px #ccc dotted;
    font-size: 0.9em;
    line-height: 1.7rem;
    position: relative;

}
.kiji_box p a:hover{
	width:100%;
	background-color: #efefef;
	opacity: 0.5;
}
#ke04 .kiji_box p:before{
	content: '';
    background: url("img/index/awk.png");
    width: 8px;
    height: 16px;
    display: block;
    /*top: 19.8%; */
	/*margin-top:10px;*/
	margin-top:64.5px;
	margin-right: 1em;
    position: absolute;
    background-size: 70%;
    background-repeat: no-repeat;
}

#ko01 .kiji_box p:before{
	content: '';
    background: url("img/index/awj.png");
    width: 8px;
    height: 16px;
    display: block;
    /*top: 19.8%; */
	/*margin-top:10px;*/
	margin-top:64.5px;
	margin-right: 1em;
    position: absolute;
    background-size: 70%;
    background-repeat: no-repeat;
}

.kiji_box .update_date {
    font-size: 11px;
    color: #606060;
    margin-right: 10px;
    vertical-align: middle;
	display: block;

}
#kiji_file .update_date {
    font-size: 14px;
    display: block;
    text-align: right!important;
    color: #666;
    margin-bottom: 10px;
}
#thanks_tel #kiji_wrapper h2,
#thanks_contact #kiji_wrapper h2,
#thanks_mail #kiji_wrapper h2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, 'Noto Serif';}

#thanks_tel .update_date ,
#thanks_contact .update_date ,
#thanks_mail .update_date ,
#keiji-office .update_date ,
#zaimei .update_date ,
#situation .update_date ,
#about .update_date {
	display: none;
}
/*目次*/
#toc_container {
	width: 100% !important;
	margin:0 auto 0;
	background: #f2f5f7;
	border: 1px solid #ddd;
}
#toc_container .toc_title {
	padding: 15px 0;
	text-align: center;

}
#toc_container a:hover {
    text-decoration: none!important;
    text-shadow: none!important;
	/*color: #909090!important;*/
	opacity: 0.5!important;
}
#toc_container .toc_title a {
	color: #003366;
	font-weight: bold!important;
}
#toc_container .toc_title a:hover{
	
}
#toc_container .toc_list {
	padding: 0 30px 30px;
	font-size: 16px;
}
#toc_container .toc_list ul {
	margin-left: 1rem;
}
#toc_container .toc_list li {
	font-weight: bold;
	list-style: none!important;
}
#toc_container .toc_list a {
	color: #1d1d1d;
	transition: all .3s;
	margin-bottom: 5px;
	display: inline-block;
}
#toc_container .toc_list li a .toc_number {
	margin-right: 5px;
	color: #003366;
}
@media screen and (max-width: 768px) {
	#toc_container .toc_list {
		padding: 0 5% 5%;
		font-size: 14px;
	}
}
/*目次出さない*/

.lower_p #toc_container {
    display: none;
}
.jirei #toc_container {
    display: none;
}
.s_jirei #toc_container {
    display: none;
}

/*記事詳細ページ*/
#kiji_wrapper #toc_container {
	margin-bottom: 3em;}
#kiji_wrapper #toc_container p.toc_title {
	font-size: 18px;
	margin-bottom: 0!important;
	font-weight: bold;
}

/*一番上のタイトル*/
.ttl_j{
		color: #fff;
	}
#kiji1 .title_area{
	background: none!important;
	background-color:#145A9B;
    
}
#kiji1 .page_title .blue{
	background-color:#145A9B;
	padding:50px 20px;
    margin-top: -50px;
}
#kiji1 .page_title .enji{
	background-color:#ce5555;
	padding: 50px 20px;
    margin-top: -50px;
}
#kiji1 .page_title .be{
	background-color:#96834E;
	padding:50px 20px;

    margin-top: -50px;
}

#kiji1 .page_title .kon{
	background-color:#121F3C;
	padding: 50px 20px;
    margin-top: -50px;
}
#kiji1 .title_area::before {
   
    background-color: #fff!important;
}
#kiji1 .title_area {
    margin-bottom:2.5rem;
}

@media screen and (max-width:562px){
	#kiji1 .page_title .kon,
	#kiji1 .page_title .be,
	#kiji1 .page_title .blue {
		padding:65px 10px;}
}
@media screen and (max-width:480px){
	#kiji1 .page_title .kon,
     #kiji1 .page_title .be,
	#kiji1 .page_title .blue {
		padding:40px 10px;}
	#kiji1 .page_title .enji {
		padding: 55px 10px;}
}

@media screen and (max-width:374px){
	#kiji1 .page_title .kon,
	#kiji1 .page_title .be,
	#kiji1 .page_title .enji {
    padding: 55px 20px;
}
}

@media screen and (min-width:819px){
	#kiji1 .ttl_j .blue{
		font-size:30px;
		display: block;
    line-height: 1.8;
	}
}
@media screen and (max-width:818px){
	#kiji1 .ttl_j .blue{
		font-size:24px;
		display: block;
    line-height: 1.8;
	}
}
@media screen and (max-width:768px){
		#kiji_file .j2{margin-bottom:2em!important;}
}
@media screen and (max-width:550px){
	.ttl_j{
		font-size:20px;
		display: block;
	}
}
@media screen and (max-width:438px){
	.ttl_j br{
		display:none;
	}
	.ttl_j{
		padding: 0 2%;
		font-size: 18px;
	}
}

@media screen and (max-width: 320px){
.ttl_j {
    font-size: 16px;
}
	}

#kiji_file .memo h2 {
    background-color: #145A9B;
    color: #fff;
    font-size: 1.2rem;
    position: relative;
    top: 0;
    width: 100%;
    display: table;
    line-height: 1.3;
    margin: 0 auto 30px;
}
#kiji_file.kei .memo h2 {
	background-color:#121f3c;
	line-height: 1.5;
}


#kiji_file.kei .memo h3{
	color:#121f3c!important;
	border-bottom: 1px #121f3c solid!important;
}





/*タイトルエリア*/
#kiji_wrapper #kiji_file h1{
	color: #000;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    padding: 60px 30px;
    margin-bottom: 60px;
    border-top: 2px solid #121f3c;
    border-bottom: 2px solid #121f3c;
	background:#f7f8fa;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*72時間以内*/
#kiji_wrapper #kiji_file .kj72{
	margin-bottom: 30px!important;
}
#kiji_wrapper #kiji_file .ttl72{
	color: #000;
	text-align: center;
	border-bottom: none!important;
	line-height: 1.8;
	font-size: 26px;
}
#about #kiji_file .memo .l_box {
    justify-content: center;
	margin: 30px auto 70px;
}
#about #kiji_file .memo .b_btn2 {
margin: 0 auto!important;
}
#about #kiji_file .memo .l_box li {
     width: calc(100% / 2 - 5rem );
}
#kiji_wrapper #kiji_file .ttl72 .dn{display: block;}
#kiji_wrapper #kiji_file .ttl72 .red{
	background: #eee3e3;
}
#kiji_wrapper #kiji_file .box_k h3{
	border-bottom: 1px solid #410000!important;
	color: #410000!important;
	text-align: center;
	width: 300px;
	margin: 0 auto 20px;
	font-weight: bold;
	font-size: 18px;
	    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, 'Noto Serif';
}
#kiji_wrapper #kiji_file .box_k{
	background: #eee3e3;
	padding: 40px 40px 30px;
	margin-top: 30px;
}
/*table*/
#about #kiji_file .memo .tableWrapper table tr.headerRow th {
    background-color: #121f3c;
	color: #ffffff;
}
#about #kiji_file .memo .tableWrapper table tr td.highlightCell {
    background-color: #fffbe8;
}
.tableWrapper {
  max-width: 920px;
  margin-bottom: 20px;
}
.tableWrapper.scroll {
  overflow: auto;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
#about #kiji_file .memo .l_box li {
    width: calc(100% / 2 - 1rem );
}
}
@media screen and (max-width: 768px) {
  .tableWrapper:not(.scroll) table tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: stretch;
  }
}
@media screen and (max-width: 768px) {
  .tableWrapper:not(.scroll) table tr th, .tableWrapper:not(.scroll) table tr td {
    display: block;
    width: 100%;
    padding: 20px 15px;
    text-align: left;
  }
}
@media screen and (max-width: 420px) {
	
  .tableWrapper:not(.scroll) table tr th, .tableWrapper:not(.scroll) table tr td {
    padding: 15px 10px;
  }
}
.tableWrapper .tableTitle {
  font-size: 18px;
  font-weight: bold;
  color: #335a8c;
}
@media screen and (max-width: 768px) {
  .tableWrapper .tableTitle {
    padding-left: 10px;
  }
}
.tableWrapper table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #d0d0d0;
  font-size: 16px;
  margin: 0 0 40px 0;
  width: 100%;
}
.tableWrapper table tr th {
  width: 30%;
  border: 1px solid #d0d0d0;
  color: #335a8c;
  font-weight: bold;
}
.tableWrapper table tr th.headerCell {
  background: #eaeef3;
}
.tableWrapper table tr td {
  border: 1px solid #d0d0d0;
}
.tableWrapper table tr th, .tableWrapper table tr td {
  font-size: 14px;
  padding: 15px;
}
#kiji_wrapper #kiji_file .serif{    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

@media screen and (max-width:990px){
	#about #kiji_file .memo .l_box li {
    width: auto;
}
	#about #kiji_file .memo .l_box {
		margin: 40px auto 0;
	}
	#about #kiji_file .memo .b_btn2 {
    margin: 0 auto 20px!important;
}
	#about #kiji_file .memo .l_box li {
    margin: 0 2%;
}
	#about #kiji_file .memo .l_box {

    
		display: block!important;}
	#about #kiji_file .memo .l_box li {
    margin:0 auto 0;
}
}
@media screen and (max-width:1024px){
	#kiji_wrapper #kiji_file .ttl72 .red {
    background: #eee3e3;
    margin-top: 5px;
}
	#about #kiji_file .memo .l_box {
		width: 80%;}
#about #kiji_file .memo .b_btn2 {

	width:300px!important;}
}
@media screen and (min-width:769px){
#kiji_wrapper #kiji_file .pimg{
	display: block;
	margin: 0 auto;
	}
	#kiji_wrapper #kiji_file .simg{display:none;}
}
@media screen and (max-width:768px){
	#kiji_wrapper #kiji_file .ttl72 .red {
    background: #eee3e3;
    margin-top: 15px;
}
#kiji_wrapper #kiji_file .simg{display: block;}
	#kiji_wrapper #kiji_file .pimg{display:none;}
}
@media screen and (max-width: 550px){
	#kiji_wrapper #kiji_file .ttl72 .dn {
    margin-top: 10px;
}
	#kiji_wrapper #kiji_file .ttl72 {
    text-align: left;
  
    font-size: 22px;
}
#kiji_wrapper #kiji_file .ttl72 .dn {
    display: inline;
}
}
@media screen and (max-width: 375px){
#about #kiji_file .memo .b_btn2:after {
    content: '';
    position: absolute;
    top: 23px;
    right:20px!important;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
}
@media screen and (max-width: 425px){
	#kiji_wrapper #kiji_file .ttl72 {
  
    margin-top: -4px;
}
	
	#about #kiji_file .memo .b_btn2 {
    width: auto!important;
}
	#kiji_wrapper #kiji_file .box_k {
		padding: 40px 20px 30px;}
	#about #kiji_wrapper #kiji_file h1{

    font-size: 20px;
}
#kiji_wrapper #kiji_file h1{
    padding: 30px 20px;
    margin-bottom: 30px;
    font-size: 32px;
}
	#kiji_wrapper #kiji_file .box_k h3 .dn{
		display: block;
	}
	#kiji_wrapper #kiji_file .box_k h3 {
  
		width: 200px;}
}
@media screen and (max-width: 375px){
	#about #kiji_wrapper #kiji_file h1 {
    font-size: 16px;
}
#kiji_wrapper #kiji_file h1 {
    font-size: 24px;
}
}

#fatal_accident .page_title,
	#kouishogai .page_title,
	#isyaryou .page_title,
	#settlement .page_title{
	padding: 65px 0 0;
}

@media screen and (max-width: 480px){

	#fatal_accident .page_title,
	#kouishogai .page_title,
	#isyaryou .page_title,
	#settlement .page_title {
    padding: 53px 0 0;
}

}
@media screen and (max-width: 425px){
	#kiji_wrapper #kiji_file h1 br{display: none;}
	#kiji_file .memo .kj_img {
    max-width: 768px;
		width: 95%;
		margin: 30px auto 30px;
	}
		#kiji_file .memo table .t_br {
		display: block;}
	 #kiji_file .memo .lt{
		text-align: left;}
	
	#kiji_file .memo th, #kiji_file .memo td {
		font-size: 12px;}
	#kiji_file .memo th,#kiji_file .memo td {

		padding: 5px;}


}

/*コラム2カラム化*/
#kiji_wrapper #kiji_file {
    width:70%;
    font-size: 1rem;
    line-height: 1.8;
    float: left;
}
#kiji_wrapper #sidebar {
    width: 300px;
    padding: 0;
    float: right;
	    margin-bottom: 5rem;
}

@media screen and (max-width: 1024px){
  #kiji_wrapper #sidebar {
  
    margin-bottom: 0;
}
	#kiji_wrapper #jirei_file,
    #kiji_wrapper #kiji_file{
        float: none;
        width: 100%!important;
        margin-bottom: 60px;
    }
   #kiji_wrapper #sidebar {
        width: 100%;
        float: none;
    }
}



.side_bnr_box a.komon {
    background: url("images/article/bnr_bg_komon.png") no-repeat center;
    background-size: cover;
}
.side_bnr_box a.flow {
    background: url("images/article/bnr_bg_flow.png") no-repeat center;
    background-size: cover;
}
.side_bnr_box a.booklist {
    background: url("images/article/bnr_bg_booklist.png") no-repeat center;
    background-size: cover;
}
.side_bnr_box a.jireilist {
    background: url("images/article/bnr_bg_jirei.png") no-repeat center;
    background-size: cover;
}

#kiji_s #sidebar .side_bnr_box .bn_j{

    padding: 0px;
  
}
#kiji_wrapper #sidebar .side_bnr_box a div {
    border: 1px solid #fff;
    padding: 33px 0;
    position: relative;
}
@media screen and (max-width: 1024px){
	#kiji_s #sidebar .side_bnr_box .bn_j img{
		display:inline-block;
		width: 50%;
	}
#kiji_s #sidebar .side_bnr_box .bn_j{
    margin: 0 auto;
	width: 100%;}
    #kiji_wrapper #sidebar .side_box_a, .side_box_b {
        margin-bottom: 60px;
    }
    #kiji_wrapper #sidebar .side_box_ttl {
        font-size: 20px;
    }
    #kiji_wrapper #sidebar .side_box_b ul li {
        width: 49.5%;
        margin: 1% 1% 0 0;
    }
    #kiji_wrapper #sidebar .side_box_a ul li a {
        font-size: 16px;
    }
    #kiji_wrapper #sidebar .side_box_b ul li a {
        font-size: 16px;
        padding: 15px 0;
    }
    #kiji_wrapper #sidebar .side_bnr_box a {
        width: 49.5%;
        float: left;
        font-size: 18px;
    }
    #kiji_wrapper #sidebar .side_bnr_box a.komon {
        margin-right: 1%;
    }
}
@media screen and (max-width: 550px){
	#sidebar .side_bnr_box .bn_j img {
    width:100%!important;
}
}
@media screen and (max-width: 480px){
	
    #kiji_wrapper #sidebar .side_box_b ul li {
        width: 49%;
        margin: 2% 2% 0 0;
    }
    #kiji_wrapper #sidebar .side_bnr_box a {
        width: 100%;
        float: none;
        margin-right: 0!important;
    }
}
@media screen and (max-width: 375px){
    #kiji_wrapper #sidebar .side_box_a, .side_box_b {
        margin-bottom: 40px;
    }
    #kiji_wrapper #sidebar .side_box_ttl {
        font-size: 18px;
    }
    #kiji_wrapper #sidebar .side_box_a ul li a {
        font-size: 14px;
        padding: 15px 15px 15px 35px;
    }
    _::-ms-backdrop, _:-ms-lang(x), #kiji_wrapper #sidebar .side_box_a ul li a {
        font-size: 13px;
    }
    #kiji_wrapper #sidebar .side_box_b ul li a {
        font-size: 14px;
    }
    _::-ms-backdrop, _:-ms-lang(x), #kiji_wrapper #sidebar .side_box_b ul li a {
        font-size: 13px;
    }
    #kiji_wrapper #sidebar .side_bnr_box a {
        margin-bottom: 20px;
    }
}


/*刑事LP一例リンクエリア*/
.b_area .c_ttl{
	text-align: left;
	font-size: 28px;
    font-weight: bold;
	margin: 0 10px 30px;
	color: #121f3c;
	border-bottom: 2px solid #121f3c;
	padding-bottom: 10px;
	
}
.b_area .c_ttl:before{
	content:'';
	background:url("img/keiji/kei_i.png")no-repeat;
	display: inline-block;
	width:80px;
	height: 43px;
	background-size: 50%;
	    vertical-align: middle;
    margin-top: 18px;
    margin-right: -25px;
}
.b_area{
max-width: 1200px;
	margin: 0 auto;
}
.b_area .a_box{
	
	margin-bottom: 40px;
	background-color:rgba(255,255,255,0.5);
	padding: 20px;
}
.b_area ul{
	    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.b_area ul li{	
	
}
/*LP各リンクボタン*/
.b_btn2{
	display: block;
	border: 2px solid #fff;
    width: 300px!important;
	background-color: #121f3c;
	margin: 0 10px 20px;
	/*width:300px;*/
	text-align: center;
	position: relative;
	color: #fff;
	padding: 15px 40px;
	margin:0 2% 20px!important;
	
}

.box_b{
	margin-top:50px!important;
	display: flex;
	max-width: 1200px;
	margin: 0 13%;
	flex-wrap: wrap;
    justify-content: center;
}
#keijiTop section.recordSection.under .box_b{

	margin: 0 15%!important;
}
#keijiTop section.recordSection.under .box_b .b_btn2{
margin: 0 auto 20px;
}
.supportive .b_btn2{
	margin: 40px auto 0!important;
}
.box_b.box_h .b_btn2{
        margin: 0 auto 20px!important;
	display:block!important;

}
.box_b.box_h.b_btn2{}
.b_btn2.red{background-color:#990000!important;}
.b_btn2::after {
    content: '';
    position: absolute;
        top: 23px;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.b_area ul li a {
	display: block;
	border: 2px solid #fff;
    width: 270px!important;
	background-color: #121f3c;
	margin: 0 10px 20px;
	/*width:300px;*/
	text-align: center;
	position: relative;
	color: #fff;
	padding: 20px 40px;
}
/*.b_area ul li a{
	width: 100%;
	background-color: #121f3c;
    padding: 20px 40px;
}*/
.b_area .btn_k{
	 width: 500px;
    height: 50px;
}


.b_area ul li a::after {
    content: '';
    position: absolute;
        top: 27px;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#keijiTop section.supportive .inner .supportiveList li dl .bk .box_b{
	margin-top: 10px!important;
}
@media screen and (max-width: 1023px){
.b_area ul {
   margin: 0 auto;
    justify-content: center;
}
}
@media screen and (max-width: 1024px){

.box_b{
	margin: 0 5%;
	flex-wrap: wrap;
    justify-content: center;
	}
}
@media screen and (max-width: 768px){
	
		#keijiTop section.supportive .inner .supportiveList li dl .bk .box_b{
	margin-bottom: 20px!important;
			margin-top: 30px!important;
}


	#keijiTop section.recordSection.under .box_b {
    margin: 0 5%!important;
		flex-wrap: wrap;
    justify-content: center;
}
	.b_btn2{
		margin: 0 auto 20px!important;
	}
	#keijiTop section.recordSection.under .box_b .b_btn2{
		margin: 0 auto 20px!important;
	}
.box_b{
	display: block;
	margin: 0 auto;
	margin-bottom: 50px!important;
	}
}
@media screen and (max-width: 679px){
	
	.b_area ul li a {
    margin: 0 10px 10px;
	}
}
@media screen and (max-width: 351px){
	.b_btn2.tc{
	display: table-cell!important;
}
}
@media screen and (max-width: 375px){
	.supportive .b_btn2{
	margin: 40px auto 20px!important;
}
	.b_btn2 {
    width: 270px!important;
	}
	.b_area ul li a {
    width: 245px!important;
	}
	.b_area .c_ttl {
		    padding-bottom: 5px;
    font-size: 24px;
    margin: 0 auto 20px;
	}

}



/*=====================================
sideber
=====================================*/
div#sidebar {
    width: 300px;
    padding: 0;
    float: right;
}
#kiji_wrapper h1 {
	color: #000;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    padding: 60px 0;
    margin-bottom: 60px;
    border-top: 2px solid #121f3c;
    border-bottom: 2px solid #121f3c;
    background: #f7f8fa;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    /*color: #010101;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    padding: 60px 0;
    margin-bottom: 60px;
    border-top: 1px solid #003366;
    border-bottom: 1px solid #003366;*/
}
#kiji_wrapper h1 span {
    display: inline-block;
}
#kiji_wrapper h2.article_ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    background-color: #f2f5f7;
    width: 100%;
    padding: 20px;
    border-bottom: 2px solid #003366;
    letter-spacing: normal;
    margin: 50px 0 40px;
}
#kiji_wrapper article h3 {
    font-weight: bold;
    font-size: 18px;
}
#kiji_wrapper article>p, #kiji_file article section p {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 2;
}
#kiji_wrapper article>p:last-of-type, #kiji_wrapper article section p:last-of-type {
    margin-bottom: 0;
}
@media screen and (max-width: 375px){
#kiji_wrapper h1 {
    font-size: 24px!important;
}
}
@media screen and (max-width: 425px){
	#kiji_wrapper h1 {
    padding: 30px 0;
    margin-bottom: 30px;
    font-size: 32px;
}
    /*div#sidebar{
        display: none;
    }*/
}

/*sidebar*/
.side_box_ttl {
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #000;
    padding: 10px 0;
}
.side_box_a, .side_box_b {
    margin-bottom: 30px;
}
.side_box_a {
	  border-left: 1px solid #000!important;
    border-right: 1px solid #000!important;
   /* border-left: 1px solid #003366;
    border-right: 1px solid #003366;*/
}
.side_box_a .side_box_ttl {
    border-bottom: 1px solid #fff;
}
.side_box_a.br_n ul li {
    border-bottom: 1px solid #000;
}
.side_box_a ul li {
   /* border-bottom: 1px solid #000;*/
	background: #fff;
}
.side_box_a ul li p,
.side_box_a ul li a {
    font-size: 15px;
    position: relative;
    padding-left: 20px;
    padding:15px!important;
    display: block;
    width: 100%;
    color: #1d1d1d;
}
.side_box_a ul li a:hover {
    color: #000;
    background: #eee;
    opacity: 1;
}
.side_box_a label:after {
    content: "";
    display: block;
    width: 11px;
    height: 9px;
    background: url("img/aw4.png") no-repeat;
    background-size: contain;
    position: absolute;
    top:40%;
    right: 5%;
}
#kiji_wrapper #sidebar .side_box_a ul li a:after {
    content: "";
    display: block;
    width: 9px;
    height: 13px;
    background: url("img/aw2.png") no-repeat!important;
    background-size: contain;
    position: absolute;
    top: 38%;
    right: 5%;
}
#kiji_wrapper #sidebar .side_box_a ul li a:before{display:none;}
.side_box_a ul li a:hover:before {
    content: "";
    display: block;
    width: 7px;
    height: 15px;
    background: url("images/article/arrow_hover.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 42%;
    left: 20px;
}
_::-ms-backdrop, _:-ms-lang(x), .side_box_a ul li a:before {
    top: 41%;
}




.side_box_b ul li {
    border: 1px solid #003366;
    width: 48.5%;
    float: left;
    margin: 3% 3% 0 0;
}
.side_box_b ul li:nth-of-type(2n) {
    margin-right: 0;
}
.side_box_b ul li a {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #003366;
    text-align: center;
    padding: 6px;
}
.side_box_b ul li a:hover {
    color: #fff;
    background: #003366;
    opacity: 1;
}

.side_bnr_box a {
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: block;
    letter-spacing: 0.1rem;
    width: 100%;
    padding: 5px;
    margin-bottom: 30px;
}

.side_bnr_box.menu {
    max-width: 600px;
}

.side_bnr_box.menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

#sidebar label {
	border-bottom: 1px solid #000;
    display: block;
    /*margin: 0 0 4px 0;*/
    padding : 20px;
    line-height: 1;
    color :#333;
    background :#fff;
    cursor :pointer;
	position: relative;
}

#sidebar input {
    display: none;
}

#sidebar .menu ul {
    margin: 0;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
}

#sidebar .menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#sidebar #menu_bar05:checked ~ #links05 li,
#sidebar #menu_bar04:checked ~ #links04 li,
#sidebar #menu_bar03:checked ~ #links03 li,
#sidebar #menu_bar01:checked ~ #links01 li,
#sidebar #menu_bar02:checked ~ #links02 li {
    height: 60px;
    opacity: 1;
	border-bottom: 1px solid #000;
	background: #eee!important;
}



.side_bnr_box a div {
    border: 1px solid #fff;
    padding: 33px 0;
    position: relative;
}
#sidebar .side_bnr_box a div {
	padding: 0 0 30px!important;}

@media screen and (max-width: 1024px){
	div#sidebar {
    width: 90%;
    margin: 0 auto;
    float: none;
}
    .side_box_a, .side_box_b {
        margin-bottom: 60px;
    }
    .side_box_ttl {
        font-size: 20px;
    }
    .side_box_b ul li {
        width: 49.5%;
        margin: 1% 1% 0 0;
    }
    .side_box_a ul li a {
        font-size: 16px;
    }
    .side_box_b ul li a {
        font-size: 16px;
        padding: 15px 0;
    }
    .side_bnr_box a {
        width: 49.5%;
        float: left;
        font-size: 18px;
    }
    .side_bnr_box a.komon {
        margin-right: 1%;
    }
}
@media screen and (max-width: 480px){
    .side_box_b ul li {
        width: 49%;
        margin: 2% 2% 0 0;
    }
    .side_bnr_box a {
        width: 100%;
        float: none;
        margin-right: 0!important;
    }
}
@media screen and (max-width: 375px){
    .side_box_a, .side_box_b {
        margin-bottom: 40px;
    }
    .side_box_ttl {
        font-size: 18px;
    }
    .side_box_a ul li a {
        font-size: 14px;
        padding: 15px 15px 15px 15px;
    }
    _::-ms-backdrop, _:-ms-lang(x), .side_box_a ul li a {
        font-size: 13px;
    }
    .side_box_b ul li a {
        font-size: 14px;
    }
    _::-ms-backdrop, _:-ms-lang(x), .side_box_b ul li a {
        font-size: 13px;
    }
    .side_bnr_box a {
        margin-bottom: 20px;
    }
}


/*=====================================
footer
=====================================*/
footer{
    color: #fff;
    background-color: #363636;
    padding: 40px 0 30px;
    position: relative;
	clear: both;
}
footer .footer_inner{
    margin-bottom: 60px;
}
footer .logo_f{	
    position: absolute;
    top: 40px;
    left: 40px;
}
footer .logo_f p{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Mincho", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
    font-weight: bold;
    line-height: 1;
    padding-left: 5px;
}
footer .logo_f a img{
    width: 370px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 3px;
}
footer .logo_f a span{
    display: inline-block;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Mincho", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
}
footer .box_menu{
    float: right;
	width:60%;
}
footer .box_menu .list_menu{
    font-size: 14px;
    /*display: inline-block;*/
    letter-spacing: normal;
    vertical-align: top;
   /* margin-right: 70px;*/
	    margin-bottom: 15px;
}
footer .box_menu .list_menu ul{
	display: flex;
	flex-wrap: wrap;
}
footer .box_menu .list_menu:last-of-type{
    margin-right: 50px;
}
footer .box_menu .list_menu.base a:after{
	content: '';
	background: url("img/aw3.png")no-repeat;
	width: 5px;
	height: 9px;
	display: inline-block;
	margin-left: 5px;
}
footer .box_menu .list_menu a{
    color: #fff;
	font-size: 14px;
}
footer .box_menu .list_menu.opa a{
    opacity: 0.7;
}
footer .box_menu .list_menu.opa a:hover{
    opacity: 1;
}
footer .box_menu .list_menu.opa p{
    font-weight: bold;
	    margin-bottom: 5px;
}
footer .box_menu .list_menu.opa i{
	border-left: 3px solid #fff;
	margin-right: 10px;
}
footer .box_menu .list_menu ul li{
    margin-bottom: 5px;
		margin-right: 2%;
}
/*.submenu 20200916追記
=====================================*/
footer ul.submenu{
	margin: 20px 0 0 20px;
}
footer ul.submenu li{
	margin: 0 0 5px 0;
	font-size: 14px;
}
footer ul.submenu li a{
	color: #E4E4E4;
}
footer ul.submenu li a:after{
	content: '';
	background: url("img/aw3.png")no-repeat;
	width: 5px;
	height: 9px;
	display: inline-block;
	margin-left: 5px;
}
@media screen and (min-width: 690px){
/*footer ul.submenu{
	display:flex;
}*/
}
@media screen and (min-width: 424px){
footer ul.submenu{
	margin: auto;
}
footer ul.submenu li{
	margin: 0 15px 0 0;
	font-size: 13px;
    display: inline-block;
}
}
/*=====================================*/


footer .info_reg{
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
}
footer .info_reg span{
    display: inline-block;
}
footer small{
    display: block;
    font-size: 12px;
    text-align: center;
}
.nest{
    display: block;
}
footer .link_ofi{
    color: #fff;
    text-decoration: underline;
}
footer .link_ofi:hover{
    text-decoration: none;
}

@media screen and (max-width: 1440px){
    footer .logo_f{
        left: 20px;
    }
    footer .logo_f a img{
        width: 280px;
        margin-right: 1px;
    }
    footer .logo_f a span{
        font-size: 20px;
    }
    footer .box_menu .list_menu{
        margin-right: 20px;
    }
    footer .box_menu .list_menu:last-of-type{
        margin-right: 20px;
    }
}
@media screen and (max-width: 1200px){
    footer .footer_inner{
        margin-bottom: 20px;
    }
    footer .logo_f{
        position: static;
        text-align: center;
    }
    footer .logo_f p{
        padding: 0;
    }
    footer .box_menu{
        float: none;
        width: 90%;
        margin: 0 auto 50px;
		display: flex;
		flex-wrap: wrap;
    }
    footer .box_menu .list_menu{
        margin-right: 3%;
       width: 100%;
    }
    footer .box_menu .list_menu:first-of-type{
       /* width: 16%;*/
    }
    footer .box_menu .list_menu:last-of-type{
        margin-right: 0;
    }
    footer .info_reg{
        width: 90%;
        margin: 0 auto 10px;
    }
}
@media screen and (max-width: 1024px){
    footer{
        padding: 30px 0 80px;
    }
    footer .box_menu .list_menu:first-of-type{
        /*width: 15%;*/
    }
    footer .box_menu .list_menu:nth-of-type(2){
        margin-right: 5%;
    }
    footer .box_menu .list_menu:nth-of-type(3){
    width: 100%;
    }
	footer .box_menu {
    
    display: inherit;
    
}
}
@media screen and (max-width: 768px){
    footer .box_menu .list_menu,footer .box_menu .list_menu:first-of-type,footer .box_menu .list_menu:nth-of-type(3){
        /*width: 49%;*/
        margin-right: 2%;
    }
    footer .box_menu .list_menu:first-of-type,footer .box_menu .list_menu:nth-of-type(2){
        margin-bottom: 40px;
    }
    footer .box_menu .list_menu:nth-of-type(2){
        margin-right: 0;
    }
    footer .info_reg{
        font-size: 10px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width:375px){
footer small {
  
    padding: 0 3%;
}
}
@media screen and (max-width: 425px){
	footer .box_menu .list_menu.opa p {
    
    margin-bottom:0;
}
	footer .box_menu .list_menu a {

    font-size: 16px;
}
	footer .box_menu .list_menu.base a:after {
    content: '';
    background: url(img/aw3.png)no-repeat;
    width: 5px;
    height: 9px;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    right: 15px;
		margin-top:10px;}
	footer .box_menu .list_menu.opa i {
    display: none;
}
	footer .box_menu .list_menu ul li {
    margin-right:0;
}
	footer .box_menu .list_menu ul {
		display: block;}
	footer .box_menu {
  
    display: block!important;
}
    footer{
        padding: 0 0 50px;
    }
    footer .box_menu{
        width: 100%;
        margin: 0 auto 40px;
    }
    footer .box_menu .list_menu{
        font-size: 15px;
    }
    footer .box_menu .list_menu,footer .box_menu .list_menu:first-of-type,footer .box_menu .list_menu:nth-of-type(3){
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        margin-right: 0;
    }
    footer .box_menu .list_menu:first-of-type, footer .box_menu .list_menu:nth-of-type(2){
        margin-bottom: 0;
    }
    footer .box_menu .list_menu ul li{
        margin-bottom: 0;
	}
	footer .box_menu .list_menu.opa .bg_f{
		background: #fff;
		color: #333;
	}
	
	footer .box_menu .list_menu.opa p{
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #fff;
    }
    footer .box_menu .list_menu a{
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #fff;
    }
	footer .box_menu .list_menu.opa p,
    footer .box_menu .list_menu.opa a{
        opacity: 1;
        border-bottom: 1px dotted #fff;
    }
    footer .box_menu .list_menu.opa li:last-child a{
        border-bottom: 1px solid #fff;
    }
    footer .box_menu .list_menu.opa p{
        font-weight: normal;
    }
    footer .logo_f a img{
        width: 250px;
    }
    footer .logo_f a span{
        font-size: 16px;
    }
    footer .logo_f p{
        font-size: 15px;
    }
    /* アコーディオン用 */
    .button {
        padding: 15px 0;
        width: 100%;
        color: #fff;
        cursor: pointer;
        position: relative;
        border-bottom: 1px solid #fff;
    }
    .button.button_1 {
        background-color: #f5f4f2;
        color: #1abc9c;
    }
    .button:after {
        content: "+";
        position: absolute;
        top: 14px;
        right: 13px;
    }
    .button.active:after {
        content: "-";
    }
    .nest{
        display: none;
    }
}

/*title_area*/
.ke_ttl h2{
    width: 100%;
	height:auto;
    /*height:176px;*/
 position: relative;
    background-size: cover;
	color:#333!important;
	margin-top: 100px;
	text-align: center;
	    padding: 50px 0 0;
    font-size: 38px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif","Noto Serif"!important;

	
}
#thanks_mail .ke_ttl h2,
#thanks_tel .ke_ttl h2,
#thanks_contact .ke_ttl h2,
#contact .ke_ttl h2,
#zaimei .ke_ttl h2,
#situation .ke_ttl h2,
#keiji-office .ke_ttl h2{
    width: 100%;
    height:176px;
    /* background: url(img/top_img.png) 10% center no-repeat; */
    background: url(img/kasou_ttl.png) center no-repeat!important;
	background-position: right;
    position: relative;
    background-size: cover;
	color:#333!important;
	margin-top: 100px;
	text-align: center;
	    padding: 50px 0 0;
    font-size: 38px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif","Noto Serif"!important;
}
@media screen and (max-width:1024px){
	#thanks_mail .ke_ttl h2,
	#thanks_tel .ke_ttl h2,
	#thanks_contact .ke_ttl h2,
	#contact .ke_ttl h2,
	#zaimei .ke_ttl h2,
	#situation .ke_ttl h2,
	#keiji-office .ke_ttl h2,
	.ke_ttl h2 {
    
		margin-top: 70px;}
}
@media screen and (max-width:425px){
	#thanks_mail .ke_ttl h2,#thanks_mail .ke_ttl h2,#thanks_tel .ke_ttl h2,#thanks_contact .ke_ttl h2,#contact .ke_ttl h2,#zaimei .ke_ttl h2,#situation .ke_ttl h2, #keiji-office .ke_ttl h2 {
  
		padding: 60px 0;}
.ke_ttl h2 {
    font-size: 24px!important;

}
}
@media screen and (max-width:375px){
	#thanks_mail .ke_ttl h2,
	#thanks_mail .ke_ttl h2,
	#thanks_tel .ke_ttl h2,
	#thanks_contact .ke_ttl h2,
	#contact .ke_ttl h2,
	#zaimei .ke_ttl h2,
	#situation .ke_ttl h2,
	#keiji-office .ke_ttl h2,
	.ke_ttl h2 {
    
		margin-top: 50px!important;}
}
@media screen and (max-width:320px){
	.ke_ttl h2 {
    
		margin-top: 60px;}
}
.title_area .ke_ttl .page_title{
	color:#000;
	   
}
.title_area .ke_ttl{
    width: 100%;
    height:176px;
    /* background: url(img/top_img.png) 10% center no-repeat; */
    background: url(/img/kasou_ttl.png) center no-repeat!important;
    position: relative;
    background-size: cover;
	color:#333;
}

/*事務所概要*/
#kiji_file .memo .k_ico{
	padding: 1em 1em;}
#kiji_file.kei .memo .k_ico2:before{
	content: '';
	background: url("img/of_i2.png")no-repeat;
	width: 60px;
	height:32px;
	display: inline-block;
	background-size: 70%;
vertical-align: middle;
	    margin-top: 10px;
}
#kiji_file.kei .memo .k_ico:before{
	content: '';
	background: url("img/of_i.png")no-repeat;
	width: 42px;
	height:52px;
	display: inline-block;
	background-size: 70%;
vertical-align: middle;
	    margin-top: 10px;
}

#kiji_file .memo .map_wrap{
	max-width: 900px;
	width: 100%;
}
#kiji_file .memo .map_wrap iframe{
 width:100%;
	height:450px;
	border: 0;
	frameborder:0;
}
#kiji_file .memo .of_img{
	max-width: 900px;
	width: 100%;
	margin: 0 auto 30px;
}

#kiji_file .memo.dl_a dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    font-size: 1.4rem;
}
#kiji_file .memo.dl_a dt, #kiji_file .memo.dl_a dd {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px #ccc dotted;
    font-size: 16px;
}
#kiji_file .memo.dl_a ul li{list-style: none;}
#kiji_file .memo.dl_a dl li + li {
    margin: 5px 0 0;
}
#kiji_file .memo.dl_a dd {
    width: 70%;
    display: block;
}
#kiji_file .memo.dl_a dt {
    font-weight: bold;
    background-color: #eee;
    width: 30%;
}
@media screen and (max-width: 550px){
	#kiji_file.kei .memo .k_ico2:before,
	#kiji_file.kei .memo .k_ico:before {
    display: none;}
}
@media screen and (max-width: 768px){
	#kiji_file .memo ul li {
    font-size: 14px;
}
#kiji_file .memo.dl_a dt {
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
}
#kiji_file .memo.dl_a dt, #kiji_file .memo.dl_a dd {
    display: block;
    width: 100%;
    border-bottom: none;
}
	}
/*状況別のお悩み*/
#kiji_file .memo .l_box{
	max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    list-style: none;
	
    flex-wrap: wrap;
}
#kiji_file .memo .flex-item1 {
    flex-basis: auto;
}
#kiji_file .memo .l_box li{
	
	list-style: none;
}

#kiji_file .memo .l_box li img{
	max-width: 267px;
	width: 100%;
}
#situation #kiji_file .memo .l_box li:hover{opacity: 0.5;}
#kiji_file .memo .l_box li {
    width: calc(100% / 3 - 0.05rem );
    /* margin: 0 auto; */

}
@media screen and (max-width:1024px){
#kiji_file .memo .l_box li img {
	max-width: initial;}
}
@media screen and (max-width:550px){
	#kiji_file .memo .l_box li {
		width: 50%;}
	
}

/*罪名別のお悩み*/
#zaimei #kiji_file .memo .b_btn2:after{
	border-top: solid 2px #000;
    border-right: solid 2px #000;
}
#zaimei #kiji_file .memo .b_btn2 {
	border: 1px solid #121f3c;
    display: block;
    width: 98%!important;
	background-color:#EEF6FF;
    /* width: 300px; */
    text-align: center;
    position: relative;
	background-size: cover;
    color: #000;
    padding: 15px 5px;
    margin: 0 2% 5px!important;
	font-size: 14px;
}
#zaimei #kiji_file .memo .l_box li {
    width: calc(100% / 3 - 0.05rem );
    /* margin: 0 auto; */
}
@media screen and (max-width:700px){
#zaimei #kiji_file .memo .l_box li {
	/*width: 50%;*/
	width: calc(100% / 2 - 0.05rem );
	}
}
@media screen and (max-width:550px){
	#zaimei #kiji_file .memo .b_btn2 {
   
		margin: 0 auto 5px!important;}
	#zaimei #kiji_file .memo .b_btn2::after {
    content: '';
    position: absolute;
    top: 23px;
		right: 10px;}
	
}
@media screen and (max-width:375px){
.b_btn2::after {
  
    top: 21px!important;
    right: 10px!important;
 
    width: 5px;
	height: 5px;}
	#zaimei #kiji_file .memo .b_btn2 {
   letter-spacing: -0.8px;
		font-size: 12px;}
}
/*---------------------------- パンくず(.breadcrumbs) ----------------------------*/
.breadcrumbs{
	/*width: 100%;*/
	padding: 1em 2em;
	border-top: 1px solid #eee;
	font-size: 0.8rem;
	color: #000!important;
	clear:both ;
}
.breadcrumbs br{display: none!important;}
.breadcrumbs ul{
	max-width: 1120px;
	letter-spacing: -0.4em;
	margin: 0 auto;
}
.breadcrumbs ul li{
	display: inline-block;
	letter-spacing: normal;
	color: #000!important;
	font-size: 0.8rem;
	margin-left: 0.5em;
}
.breadcrumbs ul li:first-of-type{
	margin-left: 0;
}
.breadcrumbs .ttl_j.kon,
.breadcrumbs a{color:#000!important;}
.breadcrumbs ul li a{
	color: #000!important;
	text-decoration: underline;
}
.breadcrumbs ul li a span{
	color: #000!important;
}
.breadcrumbs ul li a:hover{
	text-decoration: none;
	opacity: 0.8;
	color: #333!important;
}

@media screen and (max-width:1024px) {
	.breadcrumbs ul{
		padding-left: 2%;
	}
}
@media screen and (max-width:425px) {
	.breadcrumbs ul li{
		font-size: 0.7rem;
	}
}

/*cv*/

section.topCv {
  padding: 0 0 30px;
  background-color: #000000;
  text-align: center;
  color: #ffffff;
	    clear: both;
}
@media screen and (max-width: 420px) {
 section.topCv {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
 section.topCv .sectionTitle {
    margin-bottom: 20px;
  }
}
section.topCv .sectionTitle h2 {
  padding: 20px 0;
  background-color: #990000;
  font-family: "Noto Serif Mincho", serif;
  font-size: 42px;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  section.topCv .sectionTitle h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
 section.topCv .sectionTitle h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 540px) {
  section.topCv .sectionTitle h2 {
    font-size: 24px;
    letter-spacing: initial;
  }
}
@media screen and (max-width: 420px) {
  section.topCv .sectionTitle h2 .returnPointSp {
    display: block;
	  margin-top: -10px;
  }
}
section.topCv .inner {
  width: 1280px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1280px) {
 section.topCv .inner {
    width: 100%;
    padding: 0 20px;
  }
}
section.topCv .inner p {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  section.topCv .inner p {
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
 section.topCv .inner p {
    font-size: 14px;
  }
}
section.topCv .inner .topCopy {
  font-family: "Noto Serif Mincho", serif;
  font-size: 40px;
  letter-spacing: 4px;
	    line-height: 1.5;
    margin: 20px auto;
}
@media screen and (max-width: 1024px) {
 section.topCv .inner .topCopy {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  section.topCv .inner .topCopy {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 32px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 768px) {
 section.topCv .inner .topCopy {
    font-size: 24px;
  }
}
@media screen and (max-width: 420px) {
 section.topCv .inner .topCopy {
    font-size: 22px;
  }
}
section.topCv .inner .topCopy span.largeText {
  font-size: 60px;
}
@media screen and (max-width: 1024px) {
  section.topCv .inner .topCopy span.largeText {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
 section.topCv .inner .topCopy span.largeText {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
 section.topCv .inner .topCopy span.largeText {
    font-size: 42px;
  }
}
@media screen and (max-width: 420px) {
  section.topCv .inner .topCopy span.largeText {
    font-size: 36px;
  }
}
@media screen and (max-width: 540px) {
  section.topCv .inner .topCopy span.returnPointSpWide {
    display: block;
  }
}
section.topCv .inner .telWrap {
  padding: 10px 0;
}
 section.topCv .inner .telWrap a {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Mincho", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
  font-size: 72px;
  letter-spacing: 8px;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
 section.topCv .inner .telWrap a {
    font-size: 65px;
  }
}
@media screen and (max-width: 768px) {
 section.topCv .inner .telWrap a {
    padding: 10px 0;
    font-size: 48px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 420px) {
  section.topCv .inner .telWrap a {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: initial;
  }
}
section.topCv .inner .infoWrap {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: stretch;
}
@media screen and (max-width: 768px) {
 section.topCv .inner .infoWrap {
    flex-direction: column;
  }
}
section.topCv .inner .infoWrap .textIcon {
  margin-right: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: stretch;
}
@media screen and (max-width: 420px) {
  section.topCv .inner .infoWrap .textIcon {
    width: 100%;
    line-height: 1.5;
  }
}
 section.topCv .inner .infoWrap .textIcon li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: stretch;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: #990000;
  color: #ffffff;
  text-align: center;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Mincho", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
}
 section.topCv .inner .infoWrap .textIcon li + li {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  section.topCv .inner .infoWrap .textIcon li {
    padding: 0 .5em;
  }
  section.topCv .inner .infoWrap .textIcon li + li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 420px) {
  section.topCv .inner .infoWrap .textIcon li {
    width: 33.3%;
  }
}
@media screen and (max-width: 768px) {
  section.topCv .inner .infoWrap .textIcon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
 section.topCv .inner .infoWrap .mailBtn {
  position: relative;
  padding: 6px 20px 6px 60px;
  background: #005516;
  border: 1px solid #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  color: #ffffff;
  font-weight: bold;
}
 section.topCv .inner .infoWrap .mailBtn:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 0;
  content: "\e913";
  position: absolute;
  left: 10px;
  top: 50%;
  color: #ffffff;
  left: 20px;
}
section.topCv .inner .infoWrap .mailBtn:hover {
  opacity: .8;
}
section.topCv .inner .cvNotes {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: #eeeeee;
}
@media screen and (max-width: 420px) {
  section.topCv .inner .cvNotes {
    text-align: left;
    font-size: 12px;
  }
}



/*記事見出し下　最終更新日と公開日部分のテキスト*/
.posted_date {
    text-align: right;
    padding: 10px 0 35px;
}
time.date {
    color: #555;
    font-size: 0.85em;
    font-weight: bold;
	display: block;
}
@media screen and (min-width:420px) {
time.date {
	display: inline;
}
time.date.update {
	margin: 0 20px 0 0;
}
}
/*状況別のお悩み解決、罪名別のお悩み解決、事務所概要、アクセス、解決事例一覧、解決事例、著書・論文・監修協力、ご相談の流れ、弁護士との顧問契約をご検討の方へのページには投稿日を表示しない*/
#situation .posted_date,#zaimei .posted_date,#keiji-office .posted_date {
	display: none;
}

/* コラム記事監修エリア */
#supervision{
	display: table;
    width: 100%;
	margin: 60px auto 0;
	padding: 20px;
	background-color: #efefef;
}
/* p ---- */
#supervision .midashi{
	padding-left: 10px;
	border-left: 4px solid #036;
	font-weight: bold;
	line-height: 1.2;
}
/* dl ------------ */
#supervision dl{
	margin: 20px auto 0;
	display: table;
	width: 100%;
}
/* dt ---- */
#supervision dt{
	display: table-cell;
	width: 15%;
	margin-top: 0;
	text-align: center;
}
#supervision dt img{
	width: 100%;
	max-width: 100px;
	border-radius: 100px;
}
/* dd ---- */
#supervision dd{
	display: table-cell;
	vertical-align: middle;
	width: 85%;
	padding-left: 20px;
}
/* author */
#supervision dd .author .position{
	display: block;
	font-size: 15px;
}
#supervision dd .author .position span{
	display: inline-block;
}
#supervision dd .author .name{
	font-weight: bold;
}
/* profile */
#supervision dd .profile{
	margin: 10px auto 0;
	color: #1E1E1E;
	font-size: 14px;
}
#supervision .profile.sup_mob{
	display: none;
}
@media screen and (max-width:767px) {
	#supervision dt{
		width: 20%;
	}
	#supervision dd{
		width: 80%;
		vertical-align: middle;
	}
	#supervision dd .author{
		position: relative;
	}
	#supervision dd .profile.sup_pc{
		display: none;
	}
	#supervision dd .author .position{
		font-size: 12px;
	}
	/* profile */
	#supervision dd .profile{
		display: none;
		text-align: justify;
	}
	/* .profile.sup_mob */
	#supervision .profile.sup_mob{
		display: block;
		margin-top: 10px;
	}
	#supervision .profile.sup_mob .inner{
		padding-bottom: 10px;
		font-size: 14px;
		text-align: justify;
	}
	#supervision .btn{
		display: block;
		margin: 0 auto;
		text-align: center;
		line-height: 1.8;
	}
}
@media screen and (max-width:450px) {
	#supervision{
		padding: 15px 15px 5px;
	}
	#supervision dd{
		padding-left: 20px;
	}
	#supervision dd .author::after{
		right: 10px;
	}
}

/*footter 広告表記SVG*/
footer .main_office_img { max-width: 1000px; margin: 2% auto 0;}
footer .main_office_img .info_regulation_comm_pc { max-width: 1280px; display: block;}
footer .main_office_img .info_regulation_comm_sp { display: none;}

@media screen and (max-width:1024px) {
footer .main_office_img .info_regulation_comm_pc { display: none;}
footer .main_office_img .info_regulation_comm_sp { display: block; width: 65%; max-width: 480px; margin: 0 auto 5%; padding: 0 2%;}
}
@media screen and (max-width:763px) {
footer .main_office_img .info_regulation_comm_sp { width: 100%;}
}
/*footter 支部住所*/
footer .footer_address{font-size:12.5px;display: block;line-height: 1.3;margin:0 2% -1.5%;text-align: center;}
footer .footer_address span{margin-right:0.5em;display: inline-block;}
footer .footer_address span.address{display:inline-block;margin-top:0.4em; }
footer .footer_address span.number{margin:0 0 0 0.5em;}
footer .footer_address a{pointer-events: none;color: #fff;}
@media screen and (max-width:1024px) {
footer .footer_address{font-size:12px;}
}
@media screen and (max-width:763px) {
footer .footer_address{font-size:10px;margin:0 2% -0.5%;}
}

/*ie調整用*/
@media screen and (-ms-high-contrast:none) {
    #kiji_wrapper #kiji_file .ttl72 .red {
        padding: 1% 0 0;
    }
}

/*刑事解決事例一覧*/

.front_jirei_ke{
	margin: 0 auto;
	padding: 5em 0 4em!important;
	background-image:url("../img/keiji/bg_k.png");
	background-size: cover;
}
/*.front_jirei_ke h2{
	font-size: 24px;
    margin:0 auto 1em;
    font-weight: bold;
	text-align: center;
}*/
.front_jirei_ke .title{
	margin: 0 0 1rem;
}
.front_jirei_ke .webp{background-image:url("../img/keiji/bg_k.png.webp");}
.front_jirei_ke p.jirei_txt{
	text-align: center;
	margin: 0 0 2rem;
	font-weight: bold;
}
.front_jirei_ke p.jirei_txt span{
	display: inline-block;
}
.front_jirei_ke .update_date{
	font-size: 11px;
    color: #606060;
    margin-right: 10px;
	vertical-align: middle;
}
@media screen and (min-width:420px) {
.front_jirei_ke p.jirei_txt span{
	display: inline;
}
.front_jirei_ke .update_date{
	font-size: 12px;
}

}
.front_jirei_ke ul#Data{
	max-width: 1260px;
	margin: 0 auto 4em;
	padding: 2rem 0;
	background-color: #fff;
	/*border: 4px solid #edebeb;*/
}
.front_jirei_ke ul#Data li{
	margin: 0 2rem;
}
.front_jirei_ke ul#Data li a{
	display: block;
	border-top: 1px #ccc dotted;
	/*line-height:2.7rem;*/
	font-size: 17px;
	line-height: 1.4;
	padding: 10px 0;
/*	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}
.front_jirei_ke ul#Data li:last-child a{

	border-bottom: 1px #ccc dotted;
}
.front_jirei_ke ul#Data li a span.souten{
	display: inline-block;
	min-width: 122px;
	padding: 0 10px;
	margin: 0 1rem 0 0;
	background-color:#121f3c;
	line-height: 1.5rem;
	border-radius:3px;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
.front_jirei_ke p.jirei_number{
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
.front_jirei_ke p.jirei_number span{
	color: #990000;
}
.front_jirei_ke a.jirei_list{
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 1em 0;
	border:1px solid #0E315B;
	background-color: #fff;
	color: #0E315B;
	font-weight: bold;
	text-align: center;
	position:relative;
}
.front_jirei_ke a.jirei_list i{
	position: absolute;
	right: 1em;
	top:50%;
	transform: translateY(-50%);
}
.front_jirei_ke a.jirei_list:hover{
	background-color: #0E315B;
	color: #fff;
	opacity: 1;
}
.front_jirei_ke .souzoku_title_h2::after{
    background-color: #121f3c;
}
/*事例スマホ*/
@media screen and (max-width:1260px) {
	
	.front_jirei_ke{
	background-position: right;
	padding: 5em 0;
	
}
.front_jirei_ke ul#Data{
	margin: 0 2% 4em;
	padding: 4% 0;
}
.front_jirei_ke ul#Data li{
	margin: 0 4%;
	position: relative;
}
.front_jirei_ke ul#Data li a{
	/*padding: 0 0 0 1em;*/
	font-size: 15px;
}
.front_jirei_ke ul#Data li a span.ttl {
    display: block;
    margin-top: 5px;
}
}
@media screen and (max-width:500px) {
	
.front_jirei_ke ul#Data li a span.ttl::before{
	/*font-family: 'hugicons';
	content: "\f0da";
	color: #124488;
	margin-right: 0.3em;
	position: absolute;
	left: 0;
	top: 0.7em;*/
	content: '';
	background: url("../img/awk.png");
	width: 8px;
	height: 16px;
	display: block;
	top: 5px;
	left: -1em;
	position: absolute;
	background-size: 70%;
	background-repeat: no-repeat;
	
}
	/*.front_jirei ul#Data li i{
		left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #7a0;
	}*/
	.front_jirei_ke ul#Data li a {
			padding: 8px 0 8px 1em;
	}
	.front_jirei_ke ul#Data li a span.souten{
		display: none;
	}
	.front_jirei_ke ul#Data li a span.ttl {
		margin-top: 0;
		position: relative;
	}
		#jirei .update_date {
    font-size: 12px;
	
	}
}
@media screen and (max-width: 375px){
.front_jirei_ke {
    padding: 4em 0 2em!important;
}

}


/*0120不通時対応*/
.fix_cv_area .cv_btn .right .tel .tel_num span.small {
	font-size: 46px;
}
@media (max-width: 1023px) and (min-width: 769px) {
	.fix_cv_area .cv_btn .right .tel .tel_num span.small {
		font-size: 4.5vw;
	}
}
@media screen and (max-width: 768px) {
	.footer_fix_tel a div:last-of-type {
		font-size: 5vw;
	}
	section.topCv .inner .telWrap a span.small {
		font-size: 10vw;
	}
	.footer_fix_tel a div:last-of-type span.small {
		font-size: 5vw;
	}
}