@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;
}

/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
	margin: 10px 0;
}
	.adbnr h3{
		margin: 0 auto 10px auto;
		background: #93ccae;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
	}
.adbnr ul{
	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: 1090px;
	margin: 0 auto;
}



#area h2,
.lp_category h2,
#qa h2{
	font-size: 36px;
	font-weight: lighter;
	text-align: center;
	padding-top: 40px;
	margin: 0 0 40px 0;
	letter-spacing: 0.2em;
	color:#4dd08b;
}


/*/////▼ エリアから探す ▼////*/
#area{
	padding: 0 0 60px 0;
	background: #fff;
}
#area section dl{
	width: 305px;
	height: 150px;
	background: #93ccae;
	border-radius: 5px;
	border:1px solid #93ccae;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 7px 14px 7px;
}
#area section dl dt{
	font-size: 18px;
	padding: 0 0 5px 0;
	text-align: center;
    color: #fff;
}
#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: #444;
    border-radius: 5px;
    background: url(../img/arrow.png) no-repeat 98% center #fff;
    border-bottom: 2px solid #ccc;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
}
#area section dl dd ul li a:hover{
    background: url(../img/arrow.png) no-repeat 98% center #ffb000;
    border-bottom: 2px solid #ff8500;
    color: #444;
    text-decoration: none;
		opacity: 1;
}


/*/////▼ コンテンツエリア ▼////*/
.lp_category{
	margin: 0;
	background-image: url(../img/building.jpg);
    padding: 40px 0;
}
.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: 460px;
	float:left;
}

.lp_category article figure2{
	width: 460px;
	float:right;
}
.lp_category article div{
	width: 480px;
	height: 280px;
	float:right;
	position: relative;
}
.lp_category article .text2{
	width: 480px;
	height: 280px;
	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: #5bca90;
	border-radius: 5px;
	position: absolute;
	bottom: -205px;
	right:0px;
}
.lp_category article div a:hover{
	background: #ffb000;
	color: #fff;
	opacity: 1;
}

.lp_category article .text2 a{
	display: block;
	width: 320px;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	background: #5bca90;
	border-radius: 5px;
	position: absolute;
	bottom: -205px;
	right:160px;
}
.lp_category article .text2 a:hover{
	background: #ffb000;
	color: #fff;
}

.back{
    background: #fff;
	padding: 20px 60px 55px 60px;
	border-radius: 5px;
}


/*/////▼ 横並びのリンクボタン ▼////*/
ul.mix-link{
	padding: 40px 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: 24%;
	float: left;
	margin: 0 1.3% 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: #13bcff;
	border-radius: 5px;
}
ul.mix-link li a:hover{
	background: #000;
	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: #444;
	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;
}
.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: #444;
	border:1px solid #444;
	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 #444;
	color: #fff;
	text-decoration: none;
	opacity: 1;
}

/*/////▼ TIMES記事へのリンクバナー ▼////*/
#bnr h2 {
    box-sizing: border-box;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #444;
    margin: 0;
    letter-spacing: 0.1em;
}

#bnr img{
    display: block;
    margin: 0 auto;
    padding: 30px 0;
}

#bnr a img:hover{
    opacity: 0.5;
    transition: 0.7s;
}
