@charset "utf-8";
/*===========================
add
===========================*/

dl.dl-flex {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing:border-box;
}
dl.dl-flex dt {
  flex-basis: 40%;
  padding: 0.3em;
  box-sizing:border-box;
      border-bottom: 1px dotted rgba(128, 128, 128, .5);
  text-align: center;
  font-weight: 800;
}
dl.dl-flex dd {
  flex-basis: 60%;
  padding: 0.3em;
  box-sizing:border-box;
  text-align: center;
      border-bottom: 1px dotted rgba(128, 128, 128, .5);
}
dl.dl-flex dt.dt-01 {
	  flex-basis: 40% !important;
}
dl.dl-flex dd.dd-01 {
	  flex-basis: 60% !important;
}	
dl.dl-flex dt.dt-01,dl.dl-flex dd.dd-01 {
  border-bottom: 0px dotted #ccc !important;
    padding: 0.5em 0.5em 0.0em;
}

dl.dl-flex dd.dd-02 {
  flex-basis: 100% !important;
  padding: 0.0em 0.5em 0.5em;
  box-sizing:border-box;
  text-align: left;
      border-bottom: 1px dotted rgba(128, 128, 128, .5);
}
dl.dl-flex dd.dd-02-2 {
  flex-basis: 100% !important;
  padding: 0.0em 0.5em 0.em;
  box-sizing:border-box;
  text-align: left;
  border-bottom: 0px dotted #ccc;
}
dl.dl-flex dd.dd-03 {
  flex-basis: 100% !important;
  padding: 0.0em 0.5em 0.5em;
  box-sizing:border-box;
  text-align: left;
      border-bottom: 1px dotted rgba(128, 128, 128, .5);
}
@media screen and (max-width: 768px) {
dl.dl-flex dt {
  flex-basis: 50%;
  padding: 0.3em;
}
dl.dl-flex dd {
  flex-basis: 50%;
  padding: 0.3em;
}
dl.dl-flex dt.dt-01 {
	text-align: left;
    flex-basis: 50% !important;
}
dl.dl-flex dd.dd-01 {
    flex-basis: 50% !important;
}
 dl.dl-fle {
   flex-flow: column;
 }
}
.p-ttl {
	font-size:1.5em;
	text-align: center;
	font-weight: 800;
}
.p-ttl-s {
	font-size:1.05em;
	text-align: center;
	font-weight: 800;
		border-bottom:1px solid #fff;
		padding-bottom: 0.5em;
}
.p-ttl-b {
	font-size:1.3em;
	text-align: center;
	font-weight: 800;
	background: var(--basic-color);
	color:#fff;
	padding: 0.5em;
}
.p-ttl-l {
	font-size:1.2em;
	display: inline-block;
	text-align: center;
	font-weight: 800;
	border-bottom:1px solid #fff;
	padding-bottom: 0.5em;
}
.p-ttl-lc {
	font-size:1.2em;
	text-align: center;
	font-weight: 800;
	padding-bottom: 0.7em;
}
.p-cnt {
	letter-spacing: 0.1vw;
	line-height: 2.0;
	font-size:1.1em;
    font-weight: 600;
}
	
@media screen and (max-width: 768px) {
.p-ttl {
	font-size:1.2em;
}
.p-ttl-b {
	font-size:1.2em;
		padding: 0.2em;
}
.p-ttl-l {
	font-size:1.0em;
	padding-bottom: 0.2em;
}
.p-ttl-lc {
    font-size:1.0em;
	padding-bottom: 0.2em;
}
.p-cnt {
	letter-spacing: 0.1vw;
	line-height: 1.6;
	font-size:1.0em;
}
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
.tx-flex {
	text-align: center;
}
.txtLeftCenter {
	text-align: center;
}
@media screen and (max-width: 768px) {
.tx-flex {
	text-align: left;
	}
	.txtLeftCenter {
	text-align: left;
}
}
.box-sd {
    padding: 3em;
    background-color: rgba(0,0,0,0.5);
    border: 1px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%);
	border-radius:10px;
}
.box-sd02 {
    padding: 3em;
    background-color: rgba(56,56,56,0.5);
    border: 1px solid rgba(0,0,0,0.5);
    box-sizing: border-box;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 2px 7px 0px rgb(0 0 0 / 8%), 0px 3px 14px 0px rgb(0 0 0 / 6%);
	border-radius:10px;
}
.box-sd03 {
    padding: 4em 4em 3em 3em;
    background-color: rgba(255,255,255,0.6);
    color: #333;
    border: 3px solid var(--basic-color);
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 2px 7px 0px rgb(0 0 0 / 8%), 0px 3px 14px 0px rgb(0 0 0 / 6%);
    box-sizing: border-box;
	border-radius:10px;
}

@media only screen and (max-width: 768px) {
.box-sd,.box-sd02,.box-sd03 {
    padding: 1.2em;
    box-sizing: border-box;
}

}
.box-wrap {
    background: #6f6f6f;
    box-sizing: border-box;
}
.box-ttl {
	text-align:center !important;
	background:var(--basic-color-sub);
	padding:0.6em;
	font-size: 1.1em;
	font-weight: bold;
	color:#fff;
	margin-bottom:0px !important;
	display: grid;
  place-items: center;
  letter-spacing:0.1vw;
}
.box-cnt {
	width:100%;
	margin:0px auto 0em;
	padding:0.5em 1.0em 0.5em 1.0em;
	box-sizing:border-box;
}

ul.circle-1col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-1col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.circle-1col > li:last-child {
	margin-bottom:0px;
}
ul.circle-1col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.8em;
}

ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.9em;
    border-bottom: 1px dashed #CCC;
    width:45%;
    margin-right:1%;
    position: relative;
}
ul.circle-2col > li.line {
	margin-bottom:0px;
}


ul.circle-2col > li.long {
    width:70%;
}
ul.circle-2col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color:  #fff;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.8em;
}

ul.circle-3col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-3col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:29%;
    margin-right:1%;
    position: relative;
}
ul.circle-3col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--basic-color-sub);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}


@media only screen and (max-width: 768px) {
  ul.circle-2col > li,ul.circle-2col > li.long,ul.circle-3col > li {
    width:90%;
}
ul.circle-2col > li.line.line2 {
	margin-bottom:0.9em;
}
}
.txtBnrAr.txtBnrCl a {
	background:var(--basic-color-sub) !important;
	padding: 1em 2em 1em 2em;
}
.txtBnrAr.txtBnrCl a::before {
    top: calc(50% - 2px);
    right: 0em;
    transform: translateY(calc(-50% - 2px)) rotate(45deg);
    width: 0px;
    height: 0px;
}
.txtBnrAr.txtBnrCl a::after {
    top: 0%;
    right: 0em;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
}
@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
.company_data .data a {
    color: #333 !important;
    text-decoration: none;
}
.company_data .data a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tel-a a {
    color:#fff !important;
	text-decoration:none;
}
.tel-a a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
@media only screen and (max-width: 768px) {
.txtBnrAr a {
    padding: 0.7em 5em 0.7em 1em;
    color: #fff;
	line-height: 1.2;

}
.txtBnrAr a::before {
    width: 6px;
}
.txtBnrAr a::after {
    right: 1em;
    width: 25px;
}
.txtBnrAr a:hover::before {
	transform: translateY(calc(-42% - 2px)) rotate(45deg);
	right:5px;
    width: 6px;
    height: 1px;
}
.txtBnrAr a:hover::after {
    right: 5px;
    width: 30px;
	transform: translateY(-41%);
}
}
