@charset "utf-8";

.titlebox{
background-image: url("../images/bg.jpg");
}
.tittac{
text-align: center;
font-size: 2.4rem;
margin-bottom: 20px;
line-height: 1.6;
}
.listli{
margin: 5px 20px;
}
.listli li{
/* list-style-type: circle; */
margin-bottom: 10px;
}


.listli{
  counter-reset:list;
  list-style-type:none;
  padding:0;
}
.listli li{
  position:relative;
  padding: 0 0 10px 14px;
  margin: 10px 0;
  border-bottom: dashed 1px #ccc;
}
.listli li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #af0f0a;
  top: 14px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



.listli li .memo{
font-size: 1.4rem;
}
.listli li .li01{
margin-bottom: 5px;
text-indent: -1em;
margin-left: 15px;
}
.bd00{
border: 1px solid #43070e;
padding: 10px;
}

.line_mid {
	color: #694e38;
	font-size: 2.0rem;
	display: flex;
	align-items: center;
	line-height: 1.4;
	margin: 15px 0 0 0;
	text-align: center;
	font-weight: 900;
}
.line_mid:before, .line_mid:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #694e38;
	display: block;
}
.line_mid:before {
	margin-right: .4em;
}
.line_mid:after {
	margin-left: .4em;
}
.subtit {
	font-size: 1.8rem;
	font-weight: 900;
	margin: 25px 0 5px 0;
	padding: 15px 0 0 0;
	border-top: 1px dashed #8f6b4b;
}
.contactcopy {
	text-align: center;
	font-size: 1.8rem;
}
.mt100 {
	margin-top: 100px;
}

h2.contacttit{
	position: relative;
	padding: 10px 20px;
	font-size:2.2rem;
	text-align:center;
	border-top: solid 1px #cd4d00;
	border-bottom: solid 1px #cd4d00;
	margin-bottom: 20px;
}
h2.contacttit::before,
h2.contacttit::after{
	content: '';
	position: absolute;
	top: -10px;
	width: 1px;
	height: calc(100% + 20px);
	background-color: #cd4d00;
}
h2.contacttit::before{left: 10px;}
h2.contacttit::after{right: 10px;}
.partnercontactbox00{margin: 80px 0 20px 0;}

@media screen and (min-width: 979px), print {
.foot_bnr_bg .foot_bnr_bg_in {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
}
}
@media screen and (max-width:978px){


}


@media screen and (max-width:978px){

}

@media screen and (max-width:768px){
.tittac{
font-size: 2.0rem;
}
.line_mid {
	font-size: 1.8rem;
}

}
