@charset "utf-8";
.tbtel {
  border-spacing: 0px!important;
  width: 100%;

}
.tbtel th {
  background: #ffefef!important;
  color:#b30000!important;
  font-weight: bold!important;
  border-top: 1px #ccc dotted !important;
  padding-left: 20px !important;
  vertical-align: middle;
}

.tbtel td {
  background: #fff;
  border-top: 1px #ccc dotted !important;
  background: #fff;
  padding: 18px !important;
}

table.tbtel tr:last-child td,
table.tbtel tr:last-child th {	
  border-bottom: 1px #ccc dotted !important;
}
/*171211追加*/
.taC { margin-left:auto; margin-right:auto; text-align:center !important; }
.taR {text-align:right !important; }
.taL {text-align:left !important; }

.bg_Gray {
  background: #eee!important;
  color:#333!important;
  font-weight: bold!important;
  border-top: 1px #ccc dotted !important;
  padding-left: 20px !important;
}
.bg_Red {
  background: #b30000!important;
  color:#fff!important;
  font-weight: bold!important;
  border-top: 1px #ccc dotted !important;
  padding-left: 20px !important;
}
.bg_Blue {
  background: #00a1e6!important;
  color:#fff!important;
  font-weight: bold!important;
  border-top: 1px #ccc dotted !important;
  padding-left: 20px !important;
}
.border_Right_g {
  border-right: #ddd 1px dotted;
  }
.border_Right_w {
  border-right: #fff 1px dotted;
  }

a.op:hover {	opacity: 0.7; }
.fcdkRed {	color: #b30000 !important; }

.fwb {	font-weight: bold !important; }

.fs14 {	font-size:14px !important; }
.fs16 {	font-size:16px !important; }
.fs18 {	font-size:18px !important; }
.fs20 {	font-size:20px !important; }
.fs22 {	font-size:22px !important; }
.fs24 {	font-size:24px !important; }

.mt0 { margin-top:0px !important; }

.ml1em { margin-left:1em !important; }

.tit-dkRed {
  color: #b30000 !important;
  font-weight: bold;
}

.note {
  color: #888888;
  font-size: 0.8em;
  text-indent: -1em;
  margin:0 0 0 1em;
}

.note2 {
  color: #888888;
  font-size: 0.8em;
  text-indent: -2em;
  margin:0 0 0 2em;
}

.heading {
  margin-bottom: 0 ;
  font-size: 24px !important;
}
h2.subhead{
  color: #4d4d4d;
  font-size: 24px !important;
  margin-top: 40px !important;
  border-left: 6px solid #ed1c24 !important;
  padding: 0 0 0 12px;
  display: block !important;
}

#conts{
  margin-top:20px;
}
.lst-discRed{
  margin-bottom: 20px !important;
  line-height: 1.5;
}
.lst-discRed li::before {
  content: "・";
  font-weight: bold;
  color: #ed1c24;
  padding-right: 10px;
}

.lst-disc{
  margin-bottom: 20px !important;
  line-height: 1.5;
}
.lst-disc li::before {
  content: "・";
  font-weight: bold;
  padding-right: 10px;
}

.lst-disc-2023 li{
  position: relative;
  padding-left: 1.2em;
}
.lst-disc-2023 li .symbol{
  position: absolute;
  left: 0;
}

/* tb*/
.tb {
  border-spacing: 0px!important;
  width: 100%;
}
.tb th {
  font-weight: bold!important;
  border-top: 1px #ccc dotted !important;
  padding: 13px 20px !important;
}

.tb td {
  border-top: 1px #ccc dotted !important;
  padding: 13px 20px !important;
}

table.tb tr:last-child td,
table.tb tr:last-child th {
  border-bottom: 1px #ccc dotted !important;
}

table.tb tr:nth-child(odd) { background-color:#ffefef; }
/* tb*/

/* tb02*/
.tb02 {
  border-spacing: 0px!important;
  width: 100%;
}
.tb02 th {
  font-weight: bold!important;
  border-top: 1px #ccc dotted !important;
  padding: 13px 20px !important;
}
.tb02 .th10per{
  width: 10%;
}

.tb02 td {
  border-top: 1px #ccc dotted !important;
  padding: 13px 20px !important;
}

table.tb02 tr:last-child td,
table.tb02 tr:last-child th {
  border-bottom: 1px #ccc dotted !important;
}

table.tb02 tr { background-color:#fff; }
@media screen and (max-width: 768px) {
  .tb02 .th10per{
    width: 20%;
    padding: 13px 0 13px 13px !important;
  }
}
/* tb02*/

.ttl-d {
  font-weight: bold !important;
  margin-top: 20px !important;
}
.ttl-d::before {
  content: "・";
    font-weight: bold ;
}

.link-ar a{
  text-decoration: underline;
  color: #00a1e6;
}

.link-ar::before {
  content: "▶";
  margin-right: 5px;
  vertical-align: middle;
  font-size: 0.8em;
  color: #00a1e6;
}

.link-ar-2023{
  position: relative;
  padding-left: 1.2em;
}
.link-ar-2023 .symbol{
  position: absolute;
  left: 0;
}
.link-ar-2023 a{
  text-decoration: underline;
  color: #00a1e6;
}

.wrap2 a{
  text-decoration: underline;
  color: #00a1e6;
}

.wrap2 a:hover{
  text-decoration: none;
  color: #00a1e6;
}

.wrap2 {
  padding: 20px 30px 30px 30px;
  border: 1px solid #777777;
  border-radius: 5px;
  margin: 10px 0;
  background: #faf5f5;
  position: relative;
}
.wrap2::before {
  content: "";
  display: block;
  width: 7px;
  height: 30px;
  background-color: #ed1c24;
  position: absolute;
  left: 0;
  top: 20px;
}
.wrap2_without-deco::before {
  background-color: transparent;
}
h3.open_h3 {
  cursor: pointer;
  margin: 0;
  position: relative;
  padding-right: 50px;
  font-size: 16px;
  font-weight: bold;
}
.open_h3:after, .open_h3.active:after {
  font-size: 22px;
  margin-left: 20px;
}
.open_h3::after {
  content: url(/assets/images/contact/btn-acclose.png);
  transition: all, 0.25s, linear;
  position: absolute;
  right: 0;
  top: -5px;
}
@media screen and (max-width: 768px) {
  .open_h3{
    min-height: 35px;
  }
}

.collapsed::after {
  /*!  */
  content: url(/assets/images/contact/btn-acopen.png);
  position: absolute;
  right: 0;
  top: -5px;
}
.info {
  font-size: 16px;
  margin-right: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .info{
    margin-right: 0;
  }
}
.title {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: lighter;
}
.img-close, .img-close img {
  width: 50px;
  height: 50px;
}
.open-6.ul_open {
  position: relative;
}
.open-6 li.img-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 150px;
  margin: auto;
}
.open-6 li:last-child {
  list-style-type: none;
}
.cont-tel {
  padding: 20px ;
  background-color: #FFFFFF ;
  text-align: center ;
}