@charset "utf-8";

#lp_contents{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.3;
	letter-spacing: 0.1em;
}
a:hover{
	text-decoration: none;
}

body {
  min-width: 1080px;
}

/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
	margin: 10px 0;
}
	.adbnr h3{
		width: 960px;
		margin: 0 auto 10px auto;
		background: #000;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
	}
.adbnr ul{
	width: 960px;
	margin: 0 auto;
}
.adbnr ul li{
	margin: 0 0 10px 0;
}
.adbnr ul li:last-child{
	margin: 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	text-align: center;
	border-bottom: 2px solid #e6e6e6;
	border-radius: 100px;
	font-size: 80%;
}


/*/////▼ 各コンテンツの幅などを指定 ▼////*/
#area,
.lp_category,
#qa{
	width: 100%;
}
#area section,
#qa section{
	width: 960px;
	margin: 0 auto;
}

.lp_category section{
	width: 1080px;
	margin: 0 auto;
}



#area h2,
.lp_category h2,
#qa h2{
	font-size: 36px;
	font-weight: lighter;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	letter-spacing: 0.2em;
    color: #f00;
}


/*/////▼ エリアから探す ▼////*/
#area{
  padding: 40px 0;
  background: #fff;
}
#area section dl{
  width: 305px;
  height: 150px;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  float: left;
  padding: 0;
  box-sizing: border-box;
  margin: 0 7px 14px 7px;
}
#area section dl dt{
  background: linear-gradient(transparent 60%, #ff0 0%);
  font-size: 18px;
  font-weight: bold;
  padding: 3px 0 5px 3px;
  text-align: center;
  color: #e71f19;
  width: 50%;
  margin: 0 auto 10px;
}

#area section dl dd ul{
  padding: 0 5px;
}

#area section dl dd ul li{
  width: 90px;
  float: left;
  margin: 0 3px 4px 4px;
}
#area section dl dd ul li a{
  display: block;
  color: #e71f19;
  border: 1px solid #e71f19;
  border-radius: 5px;
  background: url(../img/arrow.png) no-repeat 98% center #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}
#area section dl dd ul li a:hover{
  background: url(../img/arrow.png) no-repeat 98% center #ffb000;
  color: #fff;
  text-decoration: none;
  opacity:1;
}

/*/////▼ コンテンツエリア ▼////*/
.lp_category{
	margin: 0 0 40px 0;
	background-image: url(../img/back.jpg);
  height: auto;
  background-size: cover;
    padding: 40px 0;
  width: 100%;
}
.lp_category article{
	margin: 0 0 40px 0;
}
.lp_category article:last-child{
	margin: 0;
}
.lp_category article h3{
	font-size: 23px;
	margin: 10px 0 20px 0;
	color: #444;
}
.lp_category article figure{
	width: 50%;
  height: auto;
	float:left;
}

.lp_category article figure2{
  width: 50%;
  height: auto;
	float:right;
}
.lp_category article div{
  width: 45%;
	height: auto;
	float:right;
	position: relative;
}
.lp_category article .text2{
  width: 45%;
	height: auto;
	float:left;
	position: relative;
}

.lp_category article div ul{
}
.lp_category article div ul li{
	width: 49%;
	float: left;
}
.lp_category article div ul li:last-child{
	float: right;
	margin: 0;
}
.lp_category article div a{
	display: block;
	width: 320px;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	background: #e71f19;
	border-radius: 5px;
	position: absolute;
	bottom: -199px;
	right:0px;
}
.lp_category article div a:hover{
	background: #ffb000;
	color: #fff;
}

.lp_category article .text2 a{
	display: block;
	width: 320px;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	background: #e71f19;
	border-radius: 5px;
	position: absolute;
	bottom: -255px;
	right:160px;
}
.lp_category article .text2 a:hover{
	background: #ffb000;
	color: #fff;
}

.back{
    padding: 20px 60px 55px 60px;
    border-radius: 5px;
background-color: rgba(255,255,255,0.8)
}

/*/////▼ 横並びのリンクボタン ▼////*/
ul.mix-link{
	padding: 30px 0 0 0;
}
ul.links_2 li{
	width: 49%;
	float: left;
}
ul.links_3 li{
	width: 32%;
	float: left;
	margin: 0 2% 0 0;
}
ul.links_4 li{
	width: 24%;
	float: left;
	margin: 0 1.3% 0 0;
}
ul.links_5 li{
	width: 19%;
	float: left;
	margin: 0 1.2% 0 0;
}
ul.mix-link li:last-child{
	float: right;
	margin: 0;
}
ul.mix-link li a{
	display: block;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	background: #e71e19;
	border-radius: 5px;
}
ul.mix-link li a:hover{
	background: #ffb000;
	color: #fff;
}


/*/////▼ QA ▼////*/
#qa{
	padding: 40px 0;
	background: #fff;
}
#qa dl{
	margin: 0 0 20px 0;
}
#qa dl:last-child{
	margin: 0;
}
#qa dl dt{
	background: #e71e19;
	color: #fff;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	cursor: pointer;
}
#qa dl dd{
	color: #000;
	padding: 15px 0;
}
dl.answer dd{
	display: none;
}

/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 20px 0;
}
.popup section dl{
	width: 31%;
	height: 180px;
	background: #fff;
	border-radius: 5px;
	border:1px solid #d2d2d2;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 1% 2% 1%;
}
.popup section dl dt{
    font-size: 18px;
    padding: 0 0 5px 0;
    text-align: center;
    color: #f00;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ff0 0%);
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}
.popup section dl dd ul li{
	width: 31%;
	float: left;
	margin: 0 1% 2% 1%;
}
.popup section dl dd ul li a{
    display: block;
    color: #f00;
    font-weight: bold;
    border: 1px solid #f00;
    border-radius: 5px;
    background: url(../img/arrow.png) no-repeat 98% center;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
}
.popup section dl dd ul li a:hover{
	background: url(../img/arrow_w.png) no-repeat 98% center #ffb000;
	color: #fff;
	text-decoration: none;
}