@charset "utf-8";
/* CSS Document */

/* common */
#contents{
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	text-align: left;
	}
#contents h3{
	text-align:center;
	margin-bottom: 30px;
}
#contents p {
	font-size: 14px;
	line-height:24px;
}
#contents img {
	vertical-align: middle;
}
#contents a img:hover{
	opacity:0.7;
	}
#contents a:link,
#contents a:active,
#contents a:visited{
	color:#000;
}
#contents a:hover{
	text-decoration:none;
}
.clearfix:after{
	content: url("../images/concept/blank.gif");
	display: block;
	height: 0;
	clear: both;
	}
/* top */
#top .bnr_box{
	position:relative;
	top:-10px;
}
#top .lead,
#top .img{
	text-align:center;
	}
#top .lead{
	margin-bottom: 50px;
}
#news{
	border: 1px dashed #000;
	border-radius: 3px;
	padding: 21px 30px 21px 30px;
	margin:20px 30px 0;
}
#news .title,
#news .link_text{
	float:left;
	}
#news .title{
	font-size:16px;
	font-weight: bold;
	padding-right:30px;
}
#news .link_text{
	padding-left:30px;
	border-left: 1px dashed #000;
}
#news .link_text div p{
	display:table-cell;
	vertical-align: middle;
	padding-top:5px;
	font-size: 12px;
}
#news .link_text div:first-child p{
	padding:0px;
}
#news .link_text div p img{
	margin-right: 15px;
}
#news .link_text div p span{
	padding-left: 20px;
}
.caption{
	margin:20px 30px;
	background:#f3f3f3;
	padding:30px 0;}
.caption div{
	margin-left:220px;
}
.caption h4{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;}
/* 3d_simulator_box */
.main_img{
	text-align:center;
	}
.btn{
	text-align: center;
	margin:25px 0px 25px;
	}

/* cont01 */
#cont01 ul{
	margin: 0 0 50px 0;
}
#cont01 ul li{
	float:left;
	border-right: 1px dashed #000;
	width:180px;
	padding: 0 30px;
	list-style: none;
	height: 400px;
}
#cont01 ul li:last-child{
	border:0;
}
#cont01 ul li div{
	margin-bottom: 10px;
}
#cont01 .img{
	text-align: center;
}

/* cont02 */
#cont02 ul li {
	border: 2px solid #623e32;
	padding: 30px;
	float: left;
	width: 219px;
	margin: 0 0px 50px 30px;
	height: 140px;
	list-style:none;
	}
#cont02 .sub_title{
	font-size: 15px;
	color:#754e42;
	font-weight:bold;
	margin-bottom: 20px;
	}

/* cont003 */
#cont03 .clearfix{
	margin-left: 30px;
}
#cont03 .clearfix div{
	float:left;
}
#cont03 .text_area{
	width:280px;
	margin-left:30px;
}
#cont03 .text_area .btn{
	margin-top: 25px;
	text-align:center;
}
#cont03 .list_box{
	border:1px dashed #000;
	padding: 25px 0 25px 25px;
	margin-bottom:50px;
	}
#cont03 .list_box .title{
	font-size: 15px;
	color:#754e42;
	font-weight:bold;
	margin-bottom: 10px;
}
#cont03 .list{
	margin-right: 18px;
}
#cont03 .list li{
	padding-bottom:5px;
	list-style: none;
}
#cont03 .list li:last-child{
	padding:0;
}
#cont03 .list p{
	display: table-cell;
	vertical-align: middle;
}

/* cont04 */
#cont04{
	margin-bottom: 70px;
}
#cont04 p{
	margin-left: 30px;
}
#cont04 .caption{
	background: none;
	padding:0;
	margin:10px 0 5px 30px;
}
#cont04 .btn{
	margin:25px 0 0 30px;
}

/* ipadリンク */
.box_btn {
	margin-bottom: 25px;
	padding: 40px 0 0 0;
	text-align: center;
}
#cont04 .box_btn p,
.box_btn p {
	width: 502px;
	margin: 0 auto;
}
.btn_pc,
.btn_ipad {
	float: left;
	width: 225px;
	display: block;
	padding: 0 13px;
}

/* ARバナー */

.bnr_ar {
	position: relative;
	text-align: center;
	margin-bottom: 80px;
}
.txt_ar {
	position: absolute;
	right: 80px;
	bottom: 22px;
}
.txt_ar a {
	display: block;
	width: 389px;
	height: 33px;
	text-indent: -9999px;
}

/* 22.05.25 add start */
#top-information_ex {
	margin-bottom: 2.5rem;
	text-align: center;
}
#contents #top-information_ex a {
	color: #ff0000;
	font-size: 1.3em;
	text-decoration: none;
	transition: opacity .4s;
}
#contents #top-information_ex a:hover {
	opacity: 0.50;
}
#top-information_ex a::after {
	content: '';
	margin-left: 10px;
	display: inline-block;
	border-style: solid;
	border-width: 6px 0 6px 11px;
	border-color: transparent transparent transparent #ff0000;
}

/* 22.05.25 add end */
