body{
	font-size: 18px;
}
#outer-wrap {
    border-top: 4px solid #1B80FB;
    background: url(../images/bg.png);
}

a:hover img {
	opacity: .9;
}


/* ------------------------------
　　エントリー
------------------------------ */
.entry {
  margin: 0 0 25px 0;
  border-bottom: 1px solid #e5e5e5;
}
.pageHeader {
  margin: 0 0 20px 0;
}
.entryInfo {
  margin-top: 0;
  font-size: 14px;
}
/* カテゴリーと新着ラベル */
.entryCategory,
.entryNew {
  font-size: 14px;
}
/* タイトル */
.entryTitle {
  margin: 10px 0;
}
.entryTitle a {
  color: #333;
}
.acms-entry h2.entryTitle {
  padding: 0;
}

.acms-page-header {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 28px;
  color: #005AC7;
  border-bottom: 2px solid #00329F;
}

.acms-page-header h1 {
  font-size: 1em;
  line-height: 1.2;
}
.acms-page-header a {
  color: #005AC7;
  text-decoration: none;
}



/* エントリーのスタイル */
.entryColumn {
  color: #333;
}
@media screen and (min-width: 768px) {
.entryColumn{
	padding-right: 1em;
}
}
.top_main h2,
.entryColumn h2 {
  margin: 20px 10px 35px 10px;
  padding: 1px 15px;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  color: #B44100;
  line-height: 1.2;
  border-left: 10px solid #B44100;
}
.top_main h2 {
  margin-left: 0;
}
@media (max-width: 767px){
.top_totalbox h2,.entryColumn h2 {
    padding: 1px 0px;
    font-size: 20px;
    line-height: 1.5;
    border-left: none;
    border-bottom: 4px solid #B44100;
    margin-right: 0;
}

}
.entryColumn h2.moduleHeading {
  margin: 0;
  padding: 0;
  border: 0;
}
.entryColumn h3 {
  margin: 0 10px 20px 10px;
  padding: 5px 10px;
  font-size: 18px;
  color: #4D4D4D;
  background: #D2EAFA;
}
.entryColumn h4 {
  font-size: 18px;
  color: #4D4D4D;
}
.entryColumn h5 {
  font-size: 16px;
  color: #4D4D4D;
}



.entryColumn a:link {
  color: #006DD9;
  text-decoration: underline;
}

.entryColumn a:hover,
.entryColumn a:focus,
.entryColumn a:active {
  text-decoration: none;
}

.entryColumn a:visited {
  color: #006DD9;
  text-decoration: none;
}
/* 本文 */
.entryColumn p {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.8;
}

p strong{
	font-size: 1.25em;
	color: #FF7F37;
}



/* ▼▼▼unit　テキストの装飾　ajax/emoji-edit.html */
b, strong {
  font-weight: bold;
}

em,
.acms-entry p em {
  color: #db0005;
  font-weight: normal;
  font-style: normal;
  background: none;
}

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

.line {
  background: #FFDD68;
  background: linear-gradient(transparent 50%, #FFDD68 50%);
}

.acms-entry p.red,
.red {
  color: #C1272D;
}

.entryColumn p.note {
  position: relative;
  padding: 0 10px 0 1em;
  font-size: 12px;
  color: #999;
  box-sizing: border-box;
}
.entryColumn p.note::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

/* ▲▲▲unit　テキストの装飾　ajax/emoji-edit.html */



/* エントリー内ボタン */
.entryColumn p.entryBtn {
  margin-bottom: 10px;
}
.entryColumn p.entryBtn a {
  background: #999999;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  border: 0;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
}
.entryColumn p.entryBtn a:hover,
.entryColumn p.entryBtn a:visited {
  color: #FFF;
  text-decoration: none;
}
.entryColumn p.entryBtn a:focus,
.entryColumn p.entryBtn a:active {
  color: #FFF;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.entryColumn p.entryBtn a:hover {
  background-color: #999999;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc1c1c1', endColorstr='#ff999999', GradientType=0);
  background-image: -moz-linear-gradient(top, #c1c1c1, #999999);
  background-image: -ms-linear-gradient(top, #c1c1c1, #999999);
  background-image: -o-linear-gradient(top, #c1c1c1, #999999);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#c1c1c1), to(#999999));
  background-image: -webkit-linear-gradient(top, #c1c1c1, #999999);
  background-image: linear-gradient(top, #c1c1c1, #999999);
  color: #ffffff;
}
.entryColumn p.entryBtn a:active,
.entryColumn p.entryBtn a:focus {
  background: #878787;
}
/* 色付きボタン */
.entryColumn p.entryBtnAttention a {
  background: #ff9a00;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  border: 0;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
}
.entryColumn p.entryBtnAttention a:hover,
.entryColumn p.entryBtnAttention a:visited {
  color: #FFF;
  text-decoration: none;
}
.entryColumn p.entryBtnAttention a:focus,
.entryColumn p.entryBtnAttention a:active {
  color: #FFF;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.entryColumn p.entryBtnAttention a:hover {
  background-color: #ff9a00;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdd87d', endColorstr='#ffff9a00', GradientType=0);
  background-image: -moz-linear-gradient(top, #fdd87d, #ff9a00);
  background-image: -ms-linear-gradient(top, #fdd87d, #ff9a00);
  background-image: -o-linear-gradient(top, #fdd87d, #ff9a00);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#fdd87d), to(#ff9a00));
  background-image: -webkit-linear-gradient(top, #fdd87d, #ff9a00);
  background-image: linear-gradient(top, #fdd87d, #ff9a00);
  color: #ffffff;
}
.entryColumn p.entryBtnAttention a:active,
.entryColumn p.entryBtnAttention a:focus {
  background: #eda800;
}
.entryColumn p.summaryTitle {
  margin: 0 0 10px 0;
}
.entryColumn p.summaryDetail {
  margin: 0 0 10px 0;
  font-size: 14px;
}
/* テーブル */
.entryColumn .entry-container {
  margin: 0 10px;
}
.entryColumn table {
  width: 100%;
  margin: 0 0 30px 0;
}
.entryColumn table.tableHistory {
  table-layout: fixed;
}
.entryColumn th,
.entryColumn td {
  display: block;
  padding: 5px 10px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  border-top: 1px solid #DFDFDF;
  vertical-align: top;
}
.entryColumn .acms-table-responsive {
  margin-bottom: 30px;
}
.entryColumn .acms-table-responsive th,
.entryColumn .acms-table-responsive td {
  display: table-cell;
  white-space: nowrap;
}
.entryColumn .acms-table-responsive table {
  margin: 0;
}
.entryColumn th {
  background: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .entryColumn th,
  .entryColumn td {
    display: table-cell;
    padding: 15px 20px;
    text-align: left;
    font-size: 16px;
    border-top: 1px solid #DFDFDF;
  }
  .entryColumn th {
    background: inherit;
  }
  .entryColumn tr:nth-child(odd) {
    background: #F5F5F5;
  }
}

@media screen and (min-width: 480px) {
  .contactBox th,
  .contactBox td {
    display: table-cell;
  }
}
@media screen and (min-width: 768px) {
  .contactBox th {
    width: 260px;
  }
}

/* リスト */
.entryColumn ul,.top_totalbox ul {
  margin: 0 10px 25px 0;
  padding: 0 0 0 0.5em;
  list-style: none;
  box-sizing: border-box;
}
.entryColumn ul li,.top_totalbox ul li {
  position: relative;
  margin: 0 0 5px .5em;
  font-size: 16px;
  line-height: 1.5;
}
.entryColumn ul li::before,.top_totalbox ul li::before {
  content: '';
  display: block; 
  position: absolute; 
  background: #FF7F37;
  width: 5px;
  height: 5px; 
  top: 10px; 
  left: -.75em; 
  border-radius: 50%;
}
.entryColumn ul.summaryDefault {
  padding: 0;
}
.entryColumn ul.summaryDefault li {
  margin: 0;
}
/* 番号付きリスト */
.entryColumn ol {
  margin: 0 10px 25px 0;
  padding: 0 0 0 2em;
  counter-reset: li;
  box-sizing: border-box;
}
.entryColumn ol li {
  position:relative;
  display: block;
  padding: 0 0px 10px 22px;
  font-size: 16px;
  line-height: 1.5;
}

.entryColumn ol li::before{
    counter-increment: li;
    content: counter(li) ".";
    position: absolute;
    display: block;
    text-align: center;
    left: 0;
    top: -4px;
    font-size: 20px;
    color: #967D50;
    font-family: serif;
    font-weight: bold;
}


/* 定義リスト */
.entryColumn dl {
  margin-top: 0;
  margin-bottom: 30px;
}
.entryColumn dt {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 1.2;
}
.entryColumn dd {
  font-size: 16px;
  line-height: 1.5;
}
/* 引用 */
.entryColumn blockquote {
  margin-bottom: 30px;
  padding: 15px 20px 15px 16px;
  font-size: 16px;
  line-height: 1.5;
  border-left: 4px solid #BFBFBF;
  background: #EFEFEF;
}







.side_tel_box {
	display: none;
}

@media (min-width: 1170px){

	.side_tel_box {
		display: block;
	}
	.mainbox {
		width: 850px;
	}
	.sidebox {
		width: 300px;
		padding: 0 0 0 10px;
		box-sizing: border-box;
	}
}

.headerNav .wrap {
	width: 610px;
	margin: 0 0 0 auto;
	padding: 0;
}

.head_copy {
    margin: 0 0 8px 0;
    padding: 4px 10px;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    border: 1px solid #FF8128;
    box-sizing: border-box;
}

.head_copy a {
  color: #FF8128;
}

.head_tel_box {
	display: inline-block;
	width: 300px;
	margin: 0;
	padding: 0;
}

.head_tel_box .tel {
	display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
	font-size: 34px;
	font-weight: bold;
}

.head_tel_box .tel::before {
	content: url(../images/icon_tel.png);
	margin: 0 3px 0 0;
	vertical-align: middle;
}

.head_tel_box .tel a {
	color: #333;
	text-decoration: none;
}

.head_tel_box .teltime {
	display: block;
	font-size: 12px;
	line-height: 1;
}


.head_contact_box {
	display: inline-block;
	width: 300px;
    margin: 0 0 -5px 0;
    padding: 0;
    text-align: right;
    overflow: hidden;
}

.head_contact_box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.head_contact_box ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
}





.acms-navbar {
    clear: both;
    width: 100%;
    height: inherit;
    margin: 0;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.94, #005AC7), color-stop(0.53, #1B80FB));
	background: -webkit-linear-gradient(top, #1B80FB 53%, #005AC7 94%);
	background: -moz-linear-gradient(top, #1B80FB 53%, #005AC7 94%);
	background: -ms-linear-gradient(top, #1B80FB 53%, #005AC7 94%);
	background: linear-gradient(to bottom, #1B80FB 53%, #005AC7 94%);
    border-top: solid 1px #0046A9;
    border-bottom: solid 1px #0046A9;
/*     43A8FF */　
    list-style: none outside none;
    z-index: 20;
    box-shadow: 0 1px 0 0 #43A8FF inset;
}


@media (max-width: 1170px){
	.acms-navbar ul {
	    width: 100%;
	}
}

.acms-navbar li {
    position: relative;
    top: 0;
    white-space: nowrap;
    font-weight: bold;
    border-left: solid 1px #0046A9;
    box-shadow: 1px 0 0 0 #2F94FF inset;
}

.acms-navbar li:last-child {
    border-right: solid 1px #0046A9;
    box-shadow: 1px 0 0 0 #2F94FF,
	    1px 0 0 0 #2F94FF inset;
}

.acms-navbar a:link,
.acms-navbar a:visited,
.acms-navbar a:hover,
.acms-navbar a:active,
.acms-navbar #viewing {
    display: block;
    _display: inline-block;
    padding: 12px 30px;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 1px !important;
    line-height: 1.2;
    height: inherit;
}



.acms-navbar a:hover,
.acms-navbar #viewing,
.acms-navbar .stay a,
.acms-navbar a:active {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.94, #00306b), color-stop(0.53, #1560bc));
	background: -webkit-linear-gradient(top, #1560bc 53%, #00306b 94%);
	background: -moz-linear-gradient(top, #1560bc 53%, #00306b 94%);
	background: -ms-linear-gradient(top, #1560bc 53%, #00306b 94%);
	background: linear-gradient(to bottom, #1560bc 53%, #00306b 94%);
    text-decoration: none;
}

.acms-navbar .info a {
	color: #333;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.94, #FFC600), color-stop(0.53, #FFDD68));
	background: -webkit-linear-gradient(top, #FFDD68 53%, #FFC600 94%);
	background: -moz-linear-gradient(top, #FFDD68 53%, #FFC600 94%);
	background: -ms-linear-gradient(top, #FFDD68 53%, #FFC600 94%);
	background: linear-gradient(to bottom, #FFDD68 53%, #FFC600 94%);
    text-decoration: none;
}

.acms-navbar .info a:hover {
	color: #333;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.94, #d6a600), color-stop(0.53, #ffcc1f));
	background: -webkit-linear-gradient(top, #ffcc1f 53%, #d6a600 94%);
	background: -moz-linear-gradient(top, #ffcc1f 53%, #d6a600 94%);
	background: -ms-linear-gradient(top, #ffcc1f 53%, #d6a600 94%);
	background: linear-gradient(to bottom, #ffcc1f 53%, #d6a600 94%);
    text-decoration: none;
}

@media (min-width: 768px){
.acms-navbar ul ul {
    position: absolute;
    top: 42px;
    left: 0;
}
.acms-navbar ul ul li{
	height: 40px;
}
.acms-navbar ul ul li a:link{
	padding: 0 10px;
	font-size: 14px;
}
}








/* フッター */
.foot_telbox {
	position: relative;
	width: 1150px;
	height: 250px;
	overflow: hidden;
	background: url(../images/foot_telbox_bg.png) no-repeat;
}

.foot_telbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.foot_telbox li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.foot_telbox .btn1 {
	position: absolute;
	bottom: 28px;
	right: 248px;
}

.foot_telbox .btn2 {
	position: absolute;
	bottom: 28px;
	right: 28px;
}

/* pagetop */
.pagetop {
	text-align: right;
}

.pagetop a {
	color: #808080;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
	text-decoration: underline;
	vertical-align: middle;
}
/*
.pagetop a::before {
	content: url(../images/pagetop.png);
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: middle;
}
*/


.footer_box {
	color: #fff;
	background: #1B80FB;
}

.footer_box a {
	color: #fff;
}

.foot_box_ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}

.foot_box_ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.foot_logo {
	display: inline-block;
	width: 270px;
	text-align: center;
}

.foot_address {
	display: inline-block;
	width: 430px;
	font-size: 14px;
  color: rgb(81, 79, 79);
}

.foot_btn {
	margin: 0;
	padding: 0;
	width: 460px;
	text-align: right;
}

.foot_btn ul {
	margin: 0;
	padding: 4px 0 0 0;
	list-style: none;
	font-size: 0;
}

.foot_btn ul li {
	margin: 0 0 0 5px;
	padding: 0;
	display: inline-block;
	font-size: 16px;
}

.foot_btn img {
	margin: 0;
	padding: 0;
	line-height: 1;
	vertical-align: bottom;
}

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

  .foot_box_ul {
    display: block;
    padding: 10px 0 0 0;
    text-align: center;
  }

  .foot_box_ul li {
    display: block;
  }

  .foot_btn {
      margin: 0 0 20px 0;
      padding: 0;
      width: 100%;
      text-align: center;
  }

}

.foot_nav ul {
	margin: 30px 30px 22px 30px;
	padding: 0;
	text-align: center;
	font-size: 0;
	list-style: none;
}

.foot_nav ul li {
	margin: 0 2.2em 8px 0;
	padding: 0 0 0 10px;
	display: inline-block;
	color: #FF7F37;
	font-size: 13px;
	background: url(../images/foot_bl.png) no-repeat 0 4px;
}

.foot_nav a {
	color: #FF7F37;
	text-decoration: underline;
}

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

.copyright {
	overflow: hidden;
    margin: 0;
    color: #FFF;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 20px;
    background: #B2B2B2;
}


.g_map {
	position: relative;
}

.g_map .map_link {
	z-index: 10;
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.g_map .map_link a:hover {
	opacity: .9;
}

#map_canvas {
	z-index: 1;
}




/* サイドバー */
.side_tel_box {
	position: relative;
	width: 300px;
	height: 304px;
	margin: 15px 0 30px 0;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
	background: url(../images/side_tel.png) no-repeat;
}

.side_tel_box ul {
	position: absolute;
	margin: 0;
	padding: 0;
    top: 145px;
    left: 16px;
	list-style: none;
	font-size: 0;
	line-height: 1;
}


.side_tel_box ul li {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.blog_headline_box {
  background: url(../images/side_bg.png);
}

.blog_headline_box h2 {
  margin: 0;
  padding: 15px 5px 10px 5px;
  font-size: 22px;
  line-height: 1;
  border-left: none;
}


.blog_headline_box h3 {
  margin: 5px 5px 0 5px;
  padding: 10px 0;
  text-align: center;
  background: #fff;
  border-bottom: 2px solid #989898;
}

.blog_headline_box ul {
  margin: 0 5px 5px 5px;
}

.blog_headline_box li {
  background: #fff;
}

.blog_headline_box li a,
.blog_headline_box li a:hover {
  color: #4D4D4D;
  text-decoration: none;
}

.blog_headline_box .more {
  margin: 5px;
  padding: 0;
  text-align: right;
}

.blog_headline_box .more a {
  padding: 0 0 0 20px;
  color: #FF7F37;
  background: url(../images/link_bl.png) no-repeat 0 0;
}

/* カテゴリータイトル */
.category_title {
  margin: 0 auto;
  /* width: 1170px; */
  width: 100%;
  height: 140px;
  color: #fff;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: url(../images/category_title_bg1920.png) no-repeat;
  overflow: hidden;
}

.category_title .pageTitle {
    margin: 35px 0 10px 0;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;
}


/* トップページ */
.top_totalbox {
  margin: 30px 0 50px 0;
}
.top_totalbox ul{
	color: #B44100;
}

.top_totalbox p {
  line-height: 1.8;
}
.spMenuTop{
	display: none;
}
.cautionSection div{
	background: #ffa624;
	border: 12px solid #ffa624;
	box-sizing: border-box;
	color: #333;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 1.5em;
}
/*
.cautionSection div.cautionB{
	border: 12px solid #45abff;
}
*/
.cautionSection div h2{
	color: #333;
	border-left: none;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
/*
.cautionSection div.cautionB h2{
	color: #6ebeff;
}
*/

@media (max-width: 767px){
	.cautionSection div{
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-left: -20px;
	margin-right: -20px;
}
.spMenuTop{
	display: block;
}

.spMenuTop ul li a{
    position: relative;
    margin: 0;
    padding: 1em 1.5em 1em 1em;
    color: #333;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    line-height: 1;
    background: #fff;
    border-right: 1px solid rgba(0,0,0,.2);
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    display: block;
}
.spMenuTop ul{
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    list-style: none;
}
.spMenuTop ul ul li{
	background: #aaa;
}
.spMenuTop ul ul li a{
	background: #eee;
	font-size: 14px;
	margin-left: 0.5em;
}
.spMenuTop ul li {
	width: 100%;
box-sizing: border-box;
    display: block;
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
    }
    .spMenuTop h2{
    margin: 0;
    padding: 4px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    border: 5px solid #fff;
    background-color: rgb(27, 128, 251);
}
}
/* ▲▲▲トップページ */



/* ブログ */
.blog_entry_foot {
  margin: 10px auto 50px auto;
  text-align: center;
}

.blog_entry_foot .btn a {
  color: #fff;
  text-decoration: none;
}




/* よくある質問 */
.faq_list_box {
  margin: 20px 0 50px 0;
  padding: 0;
  border-top: 1px solid #e6e6e6; 
}

.faq_list {
  margin: 20px 0;
  padding: 0 0 1.4em 0;
  border-bottom: 1px solid #e6e6e6; 
}

.faq_list dt,
.entryColumn .faq_list_q {
  position: relative;
  min-height: 42px;
  margin: 0 0 5px 0;
  padding: 10px 0 0 50px;
  font-size: 20px;
  line-height: 1.2;
  box-sizing: border-box;
  background: inherit; 
}

.entryColumn .faq_list_q {
  margin: 0 0 25px 0;
  border-left: none;
}

.faq_list dt::before,
.entryColumn .faq_list_q::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 32px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 42px;
  background: #1B80FB;
  border-radius: 50%;
}

.faq_list dd,
.faq_list_a {
  position: relative;
  margin: 0;
  padding: 2px 0 0 50px;
  min-height: 42px;
  font-size: 16px;
  line-height: 1.5;
}

.faq_list_a {
  float: left;
    display: inline-block;
}

.faq_list dd::before,
.faq_list_a::before {
  content: "A";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 42px;
  height: 42px;
  color: #1B80FB;
  font-size: 32px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 42px;
  background: #d4e7ff;
  border-radius: 50%;
}





/* スマホ */
@media screen and (max-width: 1023px){

  #outer-wrap {
    border: inherit;
  }

  #sp_menu_head {
      background: url(../images/bg.png);
  }

  .sp_menu_top {
    background: #fff;
  }

  #sp_menu_box .sp_menu_top .btn2col {
    margin: 0;
    padding: 3px 0 0 0;
  }

  #sp_menu_box .sp_menu_top .btn2col li {
    padding: 0 5px;
  }

  #sp_menu_box .sp_menu_top .tel {
    margin: 0 5px;
    padding: 0;
  }

  .sp_menu_top .contact {
    margin: 0;
    padding: 0 0 5px 0;
  }

  #sp_menu_box .contact a {
    display: inline;
  }

  #sp_menu_wrap h2 {
    margin: 0;
    padding: 4px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    border: 5px solid #fff;
  }

  .sp_menu_bottom {
    margin: 0;
    padding: 0 0 3px 0;
    background: #fff;
  }

  #sp_menu_box .sp_menu_bottom .btn2col {
    margin: 0;
    padding: 10px 0 0 0;
  }

  #sp_menu_box .sp_menu_bottom .btn2col li {
      margin: 0;
      padding: 0 5px;
  }


  .menuBtnIcon {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.91, #025DCB), color-stop(0.53, #1B80FB));
    background: -webkit-linear-gradient(top, #1B80FB 53%, #025DCB 91%);
    background: -moz-linear-gradient(top, #1B80FB 53%, #025DCB 91%);
    background: linear-gradient(to bottom, #1B80FB 53%, #025DCB 91%);
  }


  #sp_menu_body {
      border-bottom: 2px solid #005CCC;
  }

  #sp_menu_body {
      background: #1B80FB;
  }


  .navMenuAction a:link {
    color: #fff;
    text-decoration: none;
  }
  .navMenuAction a:hover,
  .navMenuAction a:focus,
  .navMenuAction a:active {
    text-decoration: none;
  }
  .navMenuAction a:visited {
    color: #fff;
    text-decoration: none;
  }



.foot_telbox_sp {
  margin: 10px auto;
  max-width: 640px;
  line-height: 0;
}


.foot_telbox_sp .btn2col:after {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    float: none;
  }
.foot_telbox_sp .btn2col {
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
    list-style: none;
    background: none;
  }

.foot_telbox_sp .btn2col li {
    box-sizing: border-box;
    display: block;
    float: left;
    overflow: hidden;
    width: 50%;
    margin: 0;
    padding: 0;
  }




  .category_title {
      width: 100%;
      height: 100px;
  }

  .category_title .pageTitle {
    margin: 20px 0 10px 0;
    font-size: 20px;
  }

  .pageDescription {
    display: none;
  }






}
.sidebox section.knowledge h2{
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 5px;
	color: #555;
	background: #ddd;
	border-left: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0;
	}
.sidebox section.knowledge .moduleHeader{
	padding: 0;
	margin-top: -1em;
}
.sidebox section.knowledge .acms-admin-badge{
	margin-right: 0.5em;
}


/* 追加記述 */
/* PCサイズ */

.entryColumn h2#muchiuchi::before, .entryColumn h2#kijyun::before, .entryColumn h2#higaitou::before, .entryColumn h2#fourteen-kakutoku::before, .entryColumn h2#takakuteki::before, .entryColumn h2#twelve-kakutoku::before, .entryColumn h2#nine-ten-nintei::before{
  display: block;
  height: 200px;
  margin-top: -90px;
  content: "";
  background: #fff;
  margin-left: -30px;
}
@media screen and (max-width: 480px){
  .entryColumn h2#muchiuchi::before, .entryColumn h2#kijyun::before, .entryColumn h2#higaitou::before, .entryColumn h2#fourteen-kakutoku::before, .entryColumn h2#takakuteki::before, .entryColumn h2#twelve-kakutoku::before, .entryColumn h2#nine-ten-nintei::before{
    background: url(../images/bg.png);
    height: 170px;
  }
}


@media screen and (min-width:768px){
  .acms-container.price-outer-wrap{
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .mainbox .price-box .price_content .price_list{
    justify-content: center !important;
  }
  .mainbox .price-box .price_content .price_list .price_list-item{
    width: 30% !important;
    max-width: 440px !important;
    margin-right: 40px;
  }
  .mainbox .price-box .price_content .price_list .price_list-item:last-child{
    width: 30% !important;
    display: block !important;
    margin-bottom: 0.75em;
  }
  .mainbox .price-box .price_content .price_list .price_list-item:last-child img{
    width: 100% !important;
  }
  .top-news-btn{
    max-width: 240px !important;
  }
}
/* SPサイズ */
@media screen and (max-width: 480px){
  /* 5つの安心 */
  .five-anshin-text-checkWrap{
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .five-anshin-text-checkList{
    padding-left: 30px !important;
    background-size: 20px !important;
    line-height: 20px !important;
  }
  .five-anshin-text-checkMiddle{
    font-size: 15px !important;
  }
  .mainbox .price-box .price_content .price_list .price_list-item::before{
    font-size: 18px !important;
    left: 0 !important;
    padding: 0 8px 4px 7px !important;
    letter-spacing: 1.04px !important;
  }


  .top-news-contentsTitle{
    font-size: 24px !important;
    line-height: 32px !important;
    margin-bottom: 15px !important;
  }
  .top-news-times{
    font-size: 14px !important;
    line-height: 30px !important;
  }
  .top-news-title{
    font-size: 16px !important;
    line-height: 30px !important;
  }

  .top_totalbox .top_totalbox-title{
			border-left: 0 !important;
			background-repeat: no-repeat !important;
			/* padding: 30px 65px 55px 65px!important; */
			width: 100% !important;
			margin: 0 auto !important;
		}
    .top_totalbox .top_totalbox-title span{
      color: #FFFFFF !important;
      top: 5% !important;
      font-size: 20px !important;
      line-height: 32px !important;
    }
    .top_totalbox .top_totalbox-title02{
			border-left: 0 !important;
			background-repeat: no-repeat !important;
			/* padding: 30px 65px 55px 65px!important; */
			width: 100% !important;
			margin: 0 auto !important;
		}
    .top_totalbox .top_totalbox-title02 span{
      color: #FFFFFF !important;
      top: 5% !important;
      font-size: 20px !important;
      line-height: 32px !important;
    }

    .top_totalbox-innerWrap{
      width: 70% !important;
      padding: 30px 30px 50px!important;
      /* margin-top: -25px !important; */
      margin-top: -50px !important;
    }
    .ac-container input:checked ~ div.ac-large{
      text-align: left;
      height: 300vw !important;
    }
    .top_totalbox-innerWrap img{
      width: 30px !important;
      height: 24px !important;
    }


    .movie-container{
      position: relative;
      height: 0;
      padding: 30px 0 56.25%;
      overflow: hidden;
      width: unset !important;
      margin: 50px 0 30px 0 !important;
    }
    .movie-container iframe{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }


    .bengoshi-contents-outerWrap h2{
      font-size: 24px !important;
      line-height: 32px !important;
    }
    .bengoshi-contents-link{
      width: 40% !important;
      margin-bottom: 15px;
    }
    .bengoshi-contents-link:last-child{
        width: 100% !important;   
        padding: 15px 30px 15px 15px!important;  
     }
     .bengoshi-contents-link:last-child .bengoshi-contents-list{
       display: flex;
     }
     .bengoshi-contents-link:last-child .bengoshi-contents-imgWrap{
       height: fit-content;
       padding-top: 30px;
     }
    .bengoshi-contents-listWrap{
      flex-wrap: wrap;
      margin: 19px auto !important;
    }
    .bengoshi-contents-imgWrap img{
      width: 80px !important;
      height: 80px !important;
    }
    .bengoshi-contents-title{
      font-size: 20px !important;
      letter-spacing: 0.8px;
      line-height: 28px !important;
      margin-top: 10px;
      padding-bottom: 12px !important;
    }
    .bengoshi-contents-text{
      font-size: 16px !important;
      line-height: 22px !important;
    }
    .bengoshi-contents-link:last-child .bengoshi-contents-list .bengoshi-contents-imgWrap{
      width: 30% !important;
    }
    .bengoshi-contents-link:last-child .bengoshi-contents-list .bengoshi-contents-textWrap{
      width: 70%;
      position: relative;
    }
    
    .bengoshi-contents-link:last-child .bengoshi-contents-list .bengoshi-contents-textWrap .fa-solid.fa-angle-right{
      position: absolute;
      right: -20px;
      top: 51%;
    }
    .bengoshi-contents-btn{
      font-size: 16px !important;
      line-height: 21px !important;
    }
    .bengoshi-contents-btn .fa-solid.fa-angle-right{
      line-height: 21px !important;
    }

    .kaiketsu-jisseki-mainTitle{
      font-size: 24px !important;
      line-height: 32px !important;
    }
    .kaiketsu-jisseki-text{
      font-size: 16px !important;
      line-height: 28px !important;
      letter-spacing: 0.32px !important;
    }
    .kaiketsu-jisseki-textTotal{
      font-size: 22px !important;
      letter-spacing: 0.88px !important;
      line-height: 31px !important;
    }
    .kaiketsu-jisseki-textTotalCount{
      font-size: 34px !important;
      letter-spacing: 1.36px !important;
      line-height: 31px !important;
    }
    .kaiketsu-jisseki-textTotalCount.ken,.kaiketsu-jisseki-textTotalCount.parcent{
      font-size: 22px !important;
      letter-spacing: 0.88px !important;
      line-height: 31px !important;
    }
    .kaiketsu-jisseki-textNote{
      font-size: 14px !important;
      letter-spacing: 0.56px !important;
      line-height: 21px !important;
    }
    .kaiketsu-jisseki-Btn{
      font-size: 16px !important;
      line-height: 21px !important;
      padding: 12px 35px 12px 20px !important;
      max-width: 216px !important;
    }
    .kaiketsu-jisseki-Btn .fa-solid.fa-angle-right{
      line-height: 21px !important;
    }

    .top-banner-pc .btn1col .top-banner-link img{
      max-width: 100% !important;
    }
    .top-banner-pc .btn1col .top-banner-link .sp_menu_bottom_text{
      font-size: 16px !important;
      letter-spacing: 0.32px !important;
      line-height: 29px !important;
      margin-left: 10px !important;
    }
    .top-banner-pc .btn1col .top-banner-link .sp_menu_bottom_text .sp_menu_bottom_text_middle{
      font-size: 16px !important;
      letter-spacing: 0.48px !important;
      line-height: 23px !important;
    }
    .top-banner-pc .btn1col .top-banner-link .sp_menu_bottom_text .sp_menu_bottom_text_big{
      font-size: 21px !important;
      letter-spacing: 0.42px !important;
      line-height: 24px !important;
    }
    .mainbox .top-banner-pc .btn1col.top-banner-outerWrap .top-banner-link .sp_menu_bottom_list .sp_menu_bottom_text .sp_menu_bottom_text_small{
      font-size: 14px !important;
      letter-spacing: 0.32px !important;
      line-height: 29px !important;
    }

    /* EDR */
    .top-banner-edr-Title{
      font-size: 24px !important;
      line-height: 32px !important;
    }
    .top-banner-edr-text{
      font-size: 16px !important;
      letter-spacing: 0.32px !important;
      line-height: 28px !important;
    }
    .top-banner-link.EDRdata .sp_menu_bottom_text.kotsujiko{
      font-size: 16px !important;
      letter-spacing: 0.48px !important;
      line-height: 22px !important;
    }
    .top-banner-link.EDRdata .sp_menu_bottom_text.kotsujiko .top-banner-edr-bigText{
      font-size: 16px !important;
      letter-spacing: 0.48px !important;
      line-height: 22px !important;
    }

    /* フッター お問い合わせ▼▼▼ */
    .footer-contact-telWrap .footer-contact-telText{
      font-size: 18px !important;
      line-height: 32px !important;
    }
    .footer-contact-telWrap .footer-contact-telLink .footer-contact-imgWrap{
      font-size: 32px !important;
      line-height: 32px !important;
    }
    .footer-contact-telWrap .footer-contact-telLink .footer-contact-imgWrap img{
      width: 26px !important;
      height: 26px !important;
    }
    .footer-contact-telWrap .footer-contact-telLink .footer-contact-eigyoubi{
      font-size: 18px !important;
      line-height: 27px !important;
    }

    /* フッターお問い合わせリスト▼▼▼ */
    .acms-container.footer-contact-outerWrap .footer-contactList-outerWrap .footer-contactList-innerWrap{
      flex-direction: column;
    }
    .footer-contactList-innerWrap .footer-contactList-link{
      width: 100% !important;
      margin-bottom: 20px !important;
    }
    .footer-contactList-innerWrap .footer-contactList-link .footer-contactList-itemes img{
      width: 130px !important;
      height: 100px !important;
    }
    .footer-contactList-innerWrap .footer-contactList-link .footer-contactList-itemes .footer-contactList-text{
      font-size: 20px !important;
      padding: 30px 10px 0!important;
    }
    .footer-contactList-innerWrap .footer-contactList-link:nth-child(2) .footer-contactList-text, .footer-contactList-innerWrap .footer-contactList-link:last-child .footer-contactList-text{
      padding-top: 20px !important;
    }
    .footer-contactList-icon{
      padding-top: 40px !important;
    }
    .footer_box .footer-address-outerWrap{
      flex-direction: column;
    }
    .footer_box .footer-address-outerWrap address{
      width: 100% !important;
    }
    .footer_box .footer-address-outerWrap .footer-nav{
      width: 100% !important;
    }
    .footer-nav .sp-subnavi-list li:nth-child(odd){
      margin-right: 0 !important;
    }
    .footer_box .footer-address-outerWrap .footer-nav .sp-subnavi-list li{
      width: 50% !important;
    }
    /* .footer-address-company{
      font-size: 20px !important;
      text-align: center;
    }
    .footer-address-company .footer-address-companyName{
      font-size: 37px !important;
    } */
    .footer-address-List.company{
      margin: 0 auto;
    }
    .foot_address{
      text-align: center;
    }
    .footer-address-outerWrap .footer-nav ul li a{
      font-size: 14px !important;
    }
    .footer-map-outerWrap{
      flex-direction: column;
    }
    .footer-map-contents{
      width: 100% !important;
    }
    .footer_box .footer-address-outerWrap{
      margin-top: 50px !important;
      margin-bottom: 50px !important;
    }
    .copyright{
      margin-top: 0 !important;
    }

    .header-contact-outerWrap{
			width: 100% !important;
    }
    .header-contact-outerWrap a{
      height: fit-content !important; 
    }
    .headWrapper {
      /* position: unset !important; */
      border-top: 0px !important;
    }
    .top_main, .mainbox{ 
      margin-top: 66px !important;
    }
    .headWrapper .header-contact-outerWrap .header-contact-innerWrap{
      min-height: unset !important;
      max-height: unset !important;
    }
    .header-contact-tel .header-contact-text{
      margin-top: 0 !important;
    }
    .header-contact-outerWrap .header-contact-innerWrap .header-contact-mail .header-contact-text{
      margin-top: 0 !important;
    }
    .top_main_visualWrap{
      margin-top: 0 !important;
    }
    .pc-side-nav-outerWrap .pagetop .pc-side-nav-pageTop{
      width: 15vw !important;
      height: 15vw !important;
      padding: 0 !important;
      line-height: unset !important;
      font-size: 14px !important;
    }
    .pc-side-nav-outerWrap .pagetop{
      width: fit-content !important;
      height: fit-content !important;
    }
    .pc-side-nav-pageTopList{
      padding: 0.2rem 0;
    }
    #sp_menu_head{
      /* display: block !important; */
    }
    .edr #outer-wrap #inner-wrap .edr-header #sp_menu #sp_menu_box{
			height: auto !important; 
    }

    /* スマホサイズ▲ */
}
@media screen and (min-width:480px) and ( max-width:1024px){
  .ac-container input:checked ~ div.ac-large{
    text-align: left;
    height: 1080px !important;
  }
}

@media screen and (min-width:1024px) and ( max-width:1346px){
  .acms-container.headerNavWrap{
    max-height: 100px !important;
  }
  .header-contact-outerWrap .header-contact-innerWrap a li .header-contact-icon{
    height: 30px !important;
  }
  .header-contact-outerWrap .header-contact-innerWrap a li .header-contact-text{
    /* font-size: 14px !important; */
    line-height: unset !important;
  }
}
@media screen and (min-width:1136px) and ( max-width:1224px){
  .header-contact-outerWrap .header-contact-innerWrap a li .header-contact-icon{
    height: 40px !important;
  }
}

/*お問い合せページ▼ */
.contact_chuijiko{
  color: #c41134;
}
.contact_chuijiko_bold{
  font-weight: bold;
}

/* ------------------------------　　
  解決実績（データベース）
------------------------------ */

/* ととのえ */
.case .entryColumn p.entryBtnAttention{
  text-align: center;
  margin-bottom: 45px;
}

/* 凡例 */
.Hanrei__outWrap{
  background: rgba(0,0,0,0.05);
  border-radius: 10px;
  padding: 0.5em 1em;
  margin-bottom: 30px;
  display: flex;
}
.Hanrei__title{
  margin: 0;
  font-size: 16px;
  align-self: center;
  padding-right: 2em;
  color: #777;
}
.Hanrei__dl{
  display: flex;
  margin: 5px 0;
}
.Hanrei__dl dt{
  color: rgba(0, 0, 0, 0.65);
}
.Hanrei__dl dd{
  margin-left: 0;
  font-size: 16px;
  color: #777;
  font-weight: 600;
  margin-left: 4px;
  margin-right: 1.35em;
}
@media (max-width: 599px){
  .Hanrei__outWrap{
    flex-direction: column;
    padding: 0.5em 0.5em 0.2em 0.5em;

  }
  .Hanrei__dl{
    flex-wrap: wrap;
  }
  .Hanrei__dl dt {
    flex-basis: 5%;    
  }
  .Hanrei__dl dd {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    flex-basis: 19%;
  }
  
}
.ResultSearch__ulFirst li{
  color: #555;
  padding-bottom: 0.5em;
}


/* 検索 */
.ResultSearch__formWrap{
 display: flex;
 flex-wrap: wrap;
 margin: 10px 0 20px 0; 
}
.ResultSearch__form input.ResultSearch__input{
  padding: 10px;
  font-size: 16px;
  color: #444;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0 22px 22px 0;
}
.ResultSearch__form{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  min-width: 500px;
}
.ResultSearch__label{
  display: flex;
  align-items: center;
  background: #005CCC;
  color: #fff;
  font-weight: 600;
  padding: 4px 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 22px 0 0 22px;
  margin-right: -3px;
}
.ResultSearch__btnSearch{
  display: none;
}
@media (max-width: 599px){
  .ResultSearch__formWrap{
    width: 100%;
  }
  .ResultSearch__form{
  min-width: 100%;
}
  .ResultSearch__label{
    font-size: 14px;
  }
  .ResultSearch__form input.ResultSearch__input{
    width: 68%;
  }
  .ResultSearch__form input.ResultSearch__input{
    font-size: 14px;
  }
}


/* テーブル */

.CaseResults__table{
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}
.-center,.acms-table th.-center,.acms-table td.-center{
  text-align: center;
}
.-width1em{
  max-width: 1.1em;
}
.-width2em{
  max-width: 2.4em;
}
.-width3em{
  max-width: 3.5em;
}
.-width4em{
  max-width: 4.6em;
}
.-widthInjury{
  max-width: 18em;  
}
.ccd__case-results .acms-tooltip{
  font-size: 18px;
}

.CaseResults__table tr:nth-child(even){
  background: #f4f4f4;
}
.CaseResults__table tr{
  background: #fff;
}
.CaseResults__table tr.CaseResults__1stTr{
  background: #005CCC;
  color: #fff;
  font-size: 14px;

}
.CaseResults__table tr.CaseResults__1stTr th{
  border-left: 1px solid rgba(255,255,255,0.25);
  vertical-align: middle;
}
.CaseResults__table th,.CaseResults__table td{
  padding: 8px 4px;
}
.-victimCaseValue{
  display: none;
}
.priceCase{
  font-weight: 600;
  color: #111;
  text-align: right;
}
td.-hevy{
  color: #c41134;
  font-weight: 600;
}
.sexCase{
  font-size: 26px;
}
.-sexCaseMen{
  color: #005CCC!important;
}
.-sexCaseWomen{
  color: #f45180!important;
}
.victimCase{
  text-align: center;
  font-size: 26px;
  color: rgba(0,0,0,0.65);
}
.victimCase small{
  display: block;
  font-size: 13px;
}
.CaseResults__injuryCaseTd{
  color: #222;
}
.CaseResults__injuryCaseNone{
  color: #999;
}
a.CaseResults__link:hover{
  display: block;
  background: rgba(0,0,0,0.1);
  border-radius: 10px;
}
.CaseResults__linkText{
  display: block;
}
.CaseResults__linkArrow{
  display: block;
  opacity: 0;
  transition: all 400ms 0s ease;
  color: #888;
}
tr:hover .CaseResults__linkArrow{
  display: block;  
  opacity: 1;
  color: #888;
}
th:hover .CaseResults__linkArrow{
  color: #005CCC;
}
.CaseResults__gradeCaseTd{
  border-right: 1px dashed rgba(0,0,0,0.075);
}

@media (max-width: 599px){
  .CaseResults__tableWrap{
    margin-right: -20px;
  }
  .CaseResults__table th,.CaseResults__table td{
    min-width: 2.2em;
  }
  .CaseResults__table th.-width1em,.CaseResults__table td.-width1em{min-width: 1.1em;}
  .CaseResults__table th.-width3em,.CaseResults__table td.-width3em{min-width: 3.2em;}
  .CaseResults__table th.-width4em,.CaseResults__table td.-width4em{min-width: 4.3em;}
  .CaseResults__table th.-widthInjury ,.CaseResults__table td.-widthInjury {min-width: 8.5em;}
  .ccd__case-results .acms-tooltip{
    display: none;}

}


/*  CaseResults　エントリー詳細
------------------------------ */
.CaseResults__entryTitle{
  font-size: 16px;
}

.ccd__number .acms-admin-table-admin-edit tr:first-child td, .ccd__number .acms-admin-table-admin-edit tr:first-child th,.ccd__number  .acms-admin-table-admin-edit tr:last-child td, .ccd__number .acms-admin-table-admin-edit tr:last-child th{
  padding: 15px 20px;
}



/* ------------------------------　　
  解決実績（データベース）▲▲▲
------------------------------ */


/* 死亡事故緊急窓口：電話番号ボタン */
.entryColumn .fatal-tel-btn-wrap {
	text-align: center;
	margin: 20px 0 30px;
}

.entryColumn .fatal-tel-btn,
.entryColumn .fatal-tel-btn:link,
.entryColumn .fatal-tel-btn:visited {
	display: inline-block;
	box-sizing: border-box;
	min-width: 280px;
	padding: 16px 24px;
	background: #006bd6;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	pointer-events: auto;
	cursor: pointer;
}

.entryColumn .fatal-tel-btn:hover,
.entryColumn .fatal-tel-btn:focus,
.entryColumn .fatal-tel-btn:active {
	opacity: 0.8;
	color: #fff;
	text-decoration: none;
}