@charset "UTF-8";
/* 必須指定 */
#contWrap {
	margin: 0 auto;
	max-width: 1200px;
    min-width: 1020px;
}
@media screen and (max-width: 750px)  {
	#contWrap {
		width: 100%;
        max-width: 100%;
        min-width: 100%;
	}
}
#contWrap img{
	border:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
/*---*/
#contWrap > h2 {
   margin:0px;
}
#contWrap img{
    width:100%;
}
div,h1,h2,h3,h4,p {
	margin:0;
	padding:0;
}
/*タイトル部分
-------------------*/
#titleWrap {
	border-top: 3px solid #d80a2c;
	border-bottom: 1px dashed #000;
	padding: 1px 0 0 0;
}
#titleWrap > div {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: baseline;
	color: #d80a2c;
	border-top: 2px solid #d80a2c;
	padding: 20px;
}
#titleWrap > div h2 {
	font-size: 40px;
	line-height: 52px;
	font-weight: 700;
	padding-right: 30px;
}
#titleWrap > div p {
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	padding: 0 20px 0 40px;
	border-left: 2px solid #333;
}
#titleWrap > p {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	padding: 0 20px 20px 20px;
}
/*ページナビ
-------------------*/
#contWrap > div:nth-of-type(2) {
	border-bottom: 3px solid #d80a2c;
	padding: 20px 0 1px 0;
}
#contWrap > div:nth-of-type(2) ul {
	padding: 0 0 20px 0;
	margin: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	list-style: none;
	border-bottom: 2px solid #d80a2c;
}
#contWrap > div:nth-of-type(2) ul li {
	padding: 0;
	margin: 0 1.9138755980861244% 0 0;
	width: 31.67464114832536%;
	border-radius: 4px;
	font-size: 20px;
	line-height: 36px;
	font-weight: normal;
	color: #fff;
	border: solid 2px #d80a2c;
	position: relative;
}
#contWrap > div:nth-of-type(2) ul li:last-of-type {
	margin: 0;
}
#contWrap > div:nth-of-type(2) ul li.nowOn {
	padding: 10px 0.9569377990430622% 10px 4.784688995215311%;
	background: #dc203f;
	position: relative;
}
#contWrap > div:nth-of-type(2) ul li.nowOn::before {
	border-bottom: 5px solid transparent;
	border-left: 7px solid #fff;
	border-top: 5px solid transparent;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 0;
	position: absolute;
	top: 42%;
	left: 4.531722054380665%;
	vertical-align: middle;
}
#contWrap > div:nth-of-type(2) ul li a {
	display: block;
	text-decoration: none;
	padding: 10px 3.0211480362537766% 10px 15.105740181268882%;
	background: #fff;
	color: #d80a2c;
	border-radius: 4px;
}
#contWrap > div:nth-of-type(2) ul li a:hover {
	background: #fbe8eb;
}
#contWrap > div:nth-of-type(2) ul li a::before {
	border-bottom: 5px solid transparent;
	border-left: 7px solid #dc203f;
	border-top: 5px solid transparent;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 0;
	position: absolute;
	top: 42%;
	left: 4.531722054380665%;
	vertical-align: middle;
}
/*
-------------------*/
#contWrap > div:nth-of-type(3) {
	padding: 25px 0 35px 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
#contWrap > div:last-of-type h3 {
	font-size: 28px;
	line-height: 34px;
	font-weight: normal;
	color: #333;
	padding: 0 7px 0 10px;
	display: inline-block;
}
.panel-btn {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	margin: 0;
}
.panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 0;
  background: #d80a2c;
  transition: .2s;
}
.panel-btn-icon:before, .panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background: #d80a2c;
  transition: .3s;
}
.panel-btn-icon::before{
  margin-top: -6px;
}
.panel-btn-icon::after{
  margin-top: 4px;
}
/*ページトップへ
-------------------*/
#toPageBox {
	background: #fff;
	margin: 0 10px;
	padding: 60px 0 40px;
	text-align: center;
}
#toPageBox p {
	width: 300px;
	background: #fff;
	border: solid 2px #d80a2c;
	font-size: 14px;
	font-weight: 900;
	padding: 0;
	margin: 0 auto;
}
#toPageBox p a {
	color: #d80a2c;
	text-decoration: none;
	display: block;
	width: 300px;
	padding: 10px 0;
}