@charset "utf-8";

/*************************************/
/********** 固定ページ編集 **********/
/*************************************/

/* ----------------------------------------------
  ! clearfix
 ---------------------------------------------- */

 .clearfix:before,
 .clearfix:after {
   content: "";
   display: table;
 }
 
 .clearfix:after {
   clear: both;
 }
 
 .clearfix {
   zoom: 1;
 }
 
 .cf:before,
 .cf:after {
   content:"";
   display:table;
 }
  
 .cf:after {
   clear:both;
 }
 
 .cf {
   zoom:1;
 }

 /* ----------------------------------------------
  ! margin padding
 ---------------------------------------------- */

.m00 { margin: 0px !important;}
.m05 { margin: 5px !important;}
.m10 { margin: 10px !important;}
.m15 { margin: 15px !important;}
.m20 { margin: 20px !important;}
.m25 { margin: 25px !important;}
.m30 { margin: 30px !important;}
.m35 { margin: 35px !important;}
.m40 { margin: 40px !important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}

.mb00 { margin-bottom: 0 !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}

.ml00 { margin-left: 0 !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml40 { margin-left: 40px !important;}

.mr00 { margin-right: 0 !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr40 { margin-right: 40px !important;}

.p00 { padding: 0px !important;}
.p05 { padding: 5px !important;}
.p10 { padding: 10px !important;}
.p15 { padding: 15px !important;}
.p20 { padding: 20px !important;}
.p30 { padding: 30px !important;}
.p40 { padding: 40px !important;}

.pt00 { padding-top: 0 !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top: 10px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt40 { padding-top: 40px !important;}

.pb00 { padding-bottom: 0 !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb40 { padding-bottom: 40px !important;}

.pl00 { padding-left: 0 !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left: 10px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl40 { padding-left: 40px !important;}

.pr00 { padding-right: 0 !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right: 10px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}
.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr40 { padding-right: 40px !important;}

.entry-content {
	padding-bottom: 20px;
	font-size:14px;
}

.entry-content h1 {
	clear: both;
	font-weight: bold;
	font-size: 1.6em;
	color: #FFF;
	background-color: #333;
	padding: 15px 20px;
	margin-bottom: 15px;
}

.entry-content h2 {
	clear: both;
	font-weight: bold;
	font-size: 1.5em;
	padding: 15px 20px;
	border: 1px solid #333;
	margin-bottom: 15px;
}

.entry-content h3 {
	clear: both;
	font-size: 2em;
	line-height:1.5;
	padding: 10px 15px;
	margin-bottom: 15px;
	color: rgb(0, 188, 212);
	text-align:center;
}

.entry-content h4 {
	clear: both;
	font-weight: bold;
	font-size: 1.2em;
	line-height:1.5;
	padding: 0 10px;
	margin-bottom: 15px;
	border-left: solid 8px rgb(0, 188, 212);
}

.entry-content h4 > strong {
	font-weight: bold;
}

.entry-content h5 {
	clear: both;
	font-weight: normal;
	font-size: 1.1em;
	padding:8px 0;
	margin-bottom: 15px;
	border-bottom:solid 1px #dcdddd;
}

.entry-content h6 {
	clear: both;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 15px;
}

.entry-content p {
	margin-bottom: 1.6rem;
	font-size: 0.9rem;
	/*line-height: 2.5;*/
	line-height: 1.8;
}

.entry-content strong {
	font-weight: normal;
	background-color: rgb(253,236,182);
}

/* table */

.entry-content table,
.entry-content th,
.entry-content td {
	font-size: 0.9rem;
	border: solid 1px rgb(220, 221, 221);
}

.entry-content table {
	width: 100%;
	margin: 0 auto 1rem;
}

.entry-content th,
.entry-content td {
	padding: 0.5rem;
}

.entry-content th p,
.entry-content td p {
	margin-bottom: 0;
}

.entry-content ul {
	list-style: disc;
	font-size: 0.9rem;
	margin: 0 0 15px 20px;
}
.entry-content ul li {
	padding-bottom: 15px;
	line-height:1.5;
}

/* ol */

.entry-content ol{
  counter-reset:number;
	font-size: 0.9rem;
  list-style:none;
	margin-bottom: 15px;
  padding:0;
}

.entry-content ol li {
	position:relative;
	padding-left:2em;
  line-height: 1.5;
	padding-bottom: 15px;
}

.entry-content ol li:before {
  counter-increment: number;
  content: counter(number);
  background: #fce5a0;
	color:#333;
	font-size:1em;
	font-weight:bold;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
	/*border:solid 1px #f1f1f1;*/
  text-align: center;
  line-height: 1.5;
	position:absolute;
	top:0;
	left:0;
}

/* table */

.entry-content table.base {
	margin-bottom: 30px;
	font-size: 0.9rem;
	line-height: 1.4;
}

.entry-content table.base th {
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 15px 20px;
	border: 1px solid #dadada;
	/*background-color: #f6f5f1;*/
}

.entry-content table.base td {
	text-align: left;
	vertical-align: top;
	padding: 15px;
	border: 1px solid #dadada;
}

.entry-content table.base.center th,
.entry-content table.base.center td {
	text-align:center;
}

.entry-content table .yellow {
	background-color: #fcf6e6;
}

.entry-content table .glay {
	background-color: #f5f5f5;
}

.entry-content table .hcenter {
	text-align: center !important;
}

.entry-content table .vmiddle {
	vertical-align: middle !important;
}

/* hr */

hr.line {
    border: 0;
    height: 1px;
    background: #dcdddd;
	margin:30px 0 35px;
}

hr.dot {
   border: 0;
    border-bottom: 1px dashed #dcdddd;
    background: #fff;
	margin:30px 0 35px;
}

/* text size */

.text-large {
	font-size:1.2em;
}


/*************************************/
/********** 挿入画像 **********/
/*************************************/

.alignleft {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}

.alignright {
	display: block;
	float: right;
	margin-left: 20px;
	margin-bottom: 30px;
}

.aligncenter {
	display: block;
	margin: 0px auto 30px;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: .8em;
}

.wp-caption .wp-caption-text {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	text-align: center;
}



/*************************************/
/********** 共通パターン **********/
/*************************************/


/* ページメニュー */

.page-consultation-menu-content {
	background:url(../img/menu_triangle.gif) no-repeat left top;
	margin-bottom: 25px;
	border: solid 5px #00bcd4;
  padding: 30px 40px 20px;
  margin-top: 35px;
}

.page-consultation-menu-content ul {
	margin: 0 0 15px !important;
	list-style-type: none !important;
}

.page-consultation-menu-content a {
	text-decoration: underline !important;
}

#consultation-menu.page-consultation-menu {
	background:url(../img/menu_triangle.gif) no-repeat left top;
   margin-bottom: 30px;
    border: 5px solid #00BCD4;
}

.page-consultation-menu-title {
	margin: 0 !important;
	padding: 25px 0 0 !important;
	text-align: center;
	color: rgb(0, 188, 212);
	border: none !important;
	/*border-top: solid 5px #00bcd4 !important;*/
}

.consultation-menu-contents.page-consultation-menu-contents {
	padding:25px;
}



.page-consultation-menu-content .consultation-menu-type {
	margin-bottom: 24px;
	color: rgb(0, 188, 212);
}

.page-consultation-menu-content .consultation-menu-type span {
	position: relative;
	padding-left: 60px;
}

.page-consultation-menu-content .consultation-menu-type span:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background:url(../img/consultation_menu_icon.gif) repeat left top;
	width: 52px;
	height: 43px;
}


/* ハイライト */

.common-text-highlight {
	background:url(../img/highlight_bg.gif) repeat left top;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	display:block;
	padding:6px 15px;
}


/* 枠 */

.common-box-gray {
	border:solid 1px #dcdddd;
	padding:36px 36px 20px;
	margin:40px 0 40px 0;
}

.common-box-gray.dot {
	border: dashed 1px #dcdddd;
	padding:36px 36px 20px;
	margin:40px 0 40px 0;
}


/* 番号 */

.common-number {
	font-size:1.3em;
	font-weight:bold;
  line-height: 1.5;
	position:relative;
	padding-left:1.5em;
	margin-bottom:0.5em;
}

.entry-content th .common-number,
.entry-content td .common-number {
	font-size:1.2em;
	font-weight:bold;
  line-height: 1.5;
	position:relative;
	padding-left:1.5em;
	margin-bottom:0.5em;
}

.common-number:before {
	position:absolute;
	top:0.2em;
	left:0;
	font-size:0.8em;
  background: #00bcd4;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}

.common-number.no1:before { content:"1"; }
.common-number.no2:before { content:"2"; }
.common-number.no3:before { content:"3"; }
.common-number.no4:before { content:"4"; }
.common-number.no5:before { content:"5"; }
.common-number.no6:before { content:"6"; }
.common-number.no7:before { content:"7"; }
.common-number.no8:before { content:"8"; }
.common-number.no9:before { content:"9"; }
.common-number.no10:before { content:"10"; }


/* Before After */

.common-before-after {
	margin-bottom:40px;
}


/* LINX FILE */

.common-linx-file {
	border:solid 1px #dcdddd;
	padding:10px;
	margin-bottom:20px;
}

p.common-linx-file-title {
	font-size:1.2em;
	line-height:2.4;
	font-weight:bold;
	margin:0 0 10px;
	padding-bottom:5px;
	border-bottom: dashed 1px #dcdddd;
}

p.common-linx-file-title strong {
	font-weight:bold;
}

.common-linx-file-title .common-linx-file-no {
	background:#00b1c8;
	color:#fff;
	margin-right:10px;
	padding:3px 10px 0;
}

.common-linx-file {
  position: relative;
}

.common-linx-file::after {
  content: "";
  width: 42px;
  height: 27px;
  display: inline-block;
  background: url(../img/arw_linx_file.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.common-linx-file-box p {
  margin:0;
	line-height:2;
	padding:5px 10px;
}

.common-linx-file-left {
  max-width: calc((100% - 70px) / 2);
	float: left;
}


.common-linx-file-right {
  max-width: calc((100% - 70px) / 2);
	float:right;
}

p.common-linx-file-stitle {
	background:#f1f1f1;
	padding:0 0 0 0;
	margin:0 0 0 0;
	text-align:center;
	line-height:2;
	font-weight:bold;
}

.common-linx-file-right p.common-linx-file-stitle {
	background:#fde8e1;
	color:#db3908;
}


/* 過失割合逆転実績 縦矢印 */

.varw {
	background:url(../img/vertical_arrow.png) no-repeat center center;
	height: 60px;
}

/* 交通事故で使える保険が知りたい */

.horizontal-box {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px 0;
}

.horizontal-box p {
	display: table-cell;
	width: 25%;
	padding: 5px 0;
	text-align: center;
	line-height: 1;
	border: solid 3px #00b1c8;
}

.common-blue {
	color: #00b1c8;
}

.common-bold {
	font-weight: bold;
}

.entry-content p.common-large {
	font-size:1.3em !important;
	line-height: 1.5 !important;
}

.entry-content p.common-largeer {
	font-size: 2em !important;
	line-height:1.5 !important;
}

/* 弁護士紹介 */

.entry-content h3.staff-name {
	color: #000;
}

.entry-content h3.staff-name span {
	font-size:16px;
}

/*.entry-content h3.staff-name span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	background-color: #00b1c8;
	width: 200px;
	height: 3px;
	margin-left: -100px;
}*/


/* ! page bottom banner
 ---------------------------------------------- */

.page-bottom-banner {
	margin-bottom: 20px;
}

/* ! flow-of-traffic-accident
 ---------------------------------------------- */

 .flow-of-traffic-accident01 {
   counter-reset: flowTrafficNum;
 }
 .flow-of-traffic-accident01 dl {
	background: url(../img/flow-of-traffic-accident/flow-of-traffic-accident09.gif) no-repeat 65px bottom,url(../img/flow-of-traffic-accident/flow-of-traffic-accident09_2.gif) repeat-y 65px bottom;
	padding-bottom: 90px;
}

.flow-of-traffic-accident01 dl:last-child {
	background:none;
}

.flow-of-traffic-accident01 dt {
	float:left;
  width: 160px;
}

.flow-of-traffic-accident01 dd {
	float:right;
	width:calc(100% - 220px);
}

.flow-of-traffic-accident01 .common-number {
  font-size: 1.8rem;
  font-weight: 700;
	border-bottom:solid 1px #ccc;
	padding-bottom: 10px;
  margin-bottom: 20px;
}
.flow-of-traffic-accident01 .common-number::before {
  counter-increment: flowTrafficNum;
  content: counter(flowTrafficNum);
  font-size: 1.6rem;
  color: #fff;
  width: 1.6em;
  line-height: 1.6em;
  display: inline-block;
  background: #00bcd4;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
.pointIcon {
  font-size: 1.9rem;
  font-weight: 700;
  line-height:22px;
  color:#00bfd8;
	background: url(../img/flow-of-traffic-accident/flow-of-traffic-accident10.gif) no-repeat left center;
  background-size: auto 58px;
	padding: 18px 0 18px 80px;
	margin: 14px 0;
}

.flow-of-traffic-accident02 {
	padding-bottom:2rem;
	padding-top:1.5rem;
	border-top:solid 7px #e9e9e9;
}

.flow-arw {
	text-align:center;
	line-height:42px;
	font-size:1.6em;
	vertical-align:top;
}

p.flow-end {
	background:#00bcd4;
	font-size:2em;
	font-weight:bold;
	text-align:center;
	margin-bottom:60px;
	color:#fff;
}

@media screen and (max-width: 767px) {
  /*************************************/
  /********** 挿入画像 **********/
  /*************************************/

  .alignleft {
    float: none;
    margin: 20px auto;
  }

  .alignright {
    float: none;
    margin: 20px auto;
  }

  .flow-of-traffic-accident01 dl {
    background: none;
    padding-bottom: 45px;
  }
  .flow-of-traffic-accident01 dt {
    float: none;
    width: 100%;
  }
  
  .flow-of-traffic-accident01 dd {
    float: none;
    width: 100%;
  }
  .flow-of-traffic-accident01 .common-number {
    font-size: 1.6rem;
  }
  .pointIcon {
    font-size: 1.7rem;
    padding: 8px 0 18px 80px;
    margin-bottom: 6px;
    background-size: auto 48px;
  }

  .common-linx-file::after {
    content: none;
  }

  .common-linx-file-left {
    max-width: 100%;
    float: none;
    padding-bottom: 60px;
    position: relative;
  }

  .common-linx-file-left::after {
    content: "";
    width: 42px;
    height: 27px;
    display: inline-block;
    background: url(../img/arw_linx_file.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .common-linx-file-right {
    max-width: 100%;
    float: none;
  }
}