@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body {
	font-family: 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 170%;
	color: #3E3A39;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
}
/*news*/


#news_inner .news_bloc01{
	margin-left:70px;
}
#news_inner .sub_ttl01{
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	position: relative;
	width: 550px;
	padding-right: 50px;
}
#news_inner .sub_ttl01 span{
	margin-left:2.5em;
}
#news_inner .content20{
	padding:0;
}
#news_inner .content20 dl{
	width:600px;
	display:flex;
	flex-wrap:wrap;
	margin-top: 0;
}
#news_inner .content20 dt{
	margin-bottom:15px;
}
#news_inner .content20 dt img{
	width:100%;
	height:auto;
}
#news_inner .content20 dd{
	margin:0;
}
/*construction*/
#const_inner{
	height:1000px;
}
#const_inner .ttl01{
	background-image:url(../img/construction_ttl.png);
	background-position:left 3px;
	border-bottom:1px #E83820 solid;
	letter-spacing:0.6em;
	padding:5px 0 5px 40px;
	background-repeat:no-repeat;
	font-weight: normal;
	font-size: 18px;
}
#const_inner #const_inner_bloc{
	width:722px;
	margin:40px auto;
}
#const_inner .const_bloc01{
	margin-left:70px;
	margin-top:70px;
}
#const_inner .sub_ttl01{
	font-weight: bold;
	font-size: 15px;
	margin-bottom:20px;
}
#const_inner .sub_ttl01 b{
	font-weight: normal;
	display:inline-block;
	vertical-align:middle;
	line-height:25px;
	letter-spacing:0.1em;
	height:23px;
	font-size: 13px;
	text-align:center;
	width:4.6em;
	border:2px solid #E83820;
}

#const_inner .sub_ttl01 .const_finish{
	background-color:#E83820;
	color:#FFFFFF;
}
#const_inner .sub_ttl01 .const_under{
	background-color:#FFFFFF;
	color:#E83820;
}
#const_inner .sub_ttl01 span{
	margin-left:1em;
	font-weight: normal;
}
#const_inner .content10{
	padding:0;
	height:600px;
	width:600px;
}
#const_inner .slide_area{
	margin-bottom:70px;
}
#const_inner .btn01{
	display:block;
	color:#FFFFFF;
	padding:13px 0;
	background:#EF402F;
	width:270px;
	font-size: 14px;
	text-decoration:none;
	margin:40px auto 0;
}
#const_inner .btn01:hover{
	opacity:0.8;
}
#const_inner .btn01 b{
	letter-spacing: 0.4em;
    line-height: 1.8em;
    text-indent: -1.43em;
    padding-left: 60px;
    font-size: 14px;
    text-align: justify;
	font-weight: normal;
    display: block;
}
/*example*/
#example_inner{
	height:1000px;
}
#example_inner .ttl01{
	background-image:url(../img/example_ttl.png);
	background-position:left 3px;
	border-bottom:1px #E83820 solid;
	letter-spacing:0.6em;
	padding:5px 0 5px 40px;
	background-repeat:no-repeat;
	font-weight: normal;
	font-size: 18px;
}
#example_inner #example_inner_bloc{
	width:722px;
	margin:40px auto;
}
#example_inner .example_bloc01{
	margin-left:70px;
	margin-top:70px;
}
#example_inner .sub_ttl01{
	font-weight: bold;
	font-size: 15px;
	margin-bottom:20px;
}
#example_inner .sub_ttl01:before{
	content:"■";
	color:#EF402F;
	margin-right:3px;
}
#example_inner .content20{
	padding:0;
	height:600px;
}
#example_inner .content20 dl{
	width:600px;
	display:flex;
	flex-wrap:wrap;
	margin-top: 0;
}
#example_inner .content20 dt{
	margin-bottom:14px;
}
#example_inner .content20 dt img{
	width:100%;
	height:auto;
}
#example_inner .content20 dd{
	margin:0;
}

.pager_nav {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 6em;
	text-align: right;

}
#news_inner .sub_ttl01 .pager_nav a:link {
	text-decoration: none;
	color: #333;
}
#news_inner .sub_ttl01 .pager_nav a:hover {
	color: #F00;
	text-decoration: underline;
}
#news_inner .sub_ttl01 .pager_nav .hidden {
	margin: 0px;
	padding: 0px;
	display: inline;
	color: #999;
}


@media screen and (max-width: 640px) {
*{
	font-size:108%;
}
#news_inner .ttl01,
#const_inner .ttl01,
#example_inner .ttl01{
	font-size:92%;
	background-position:left 0px;
}
#news_inner #news_inner_bloc{
	width: 550px;
    box-sizing: border-box;
    margin: 0 auto;
}
#news_inner .sub_ttl01 span{
	margin-left: 0;
    display: block;

}
#news_inner .news_bloc01,
#example_inner .example_bloc01{
	margin-left:0;
}
#news_inner .content20 dl,
#example_inner .content20 dl{
	        width: 100%;
}
#news_inner .content20 dd p{
	line-height:1.5;
	font-size: 92%;	
}
#news_inner .sub_ttl01,
#const_inner .sub_ttl01{
	font-size: 18px;
	line-height: 1.3;
	padding-right: 0px;
}
#example_inner .sub_ttl01{
	font-size: 82%;
	line-height: 1.3;
	padding-right:3em;
}
#const_inner #const_inner_bloc,
#example_inner #example_inner_bloc{
	width: 100%;
	box-sizing:border-box;
	margin:40px auto;
}
#const_inner .const_bloc01{
	margin-left:0;
  
}
#const_inner .content20 dl{
	       width: 98%;
}
#const_inner .sub_ttl01 span{
	display:block;
	margin-left:0;
	padding-right: 4em;
}
#const_inner .content20 dd img,
#example_inner .content20 dd img{
	width:100%;
	height:auto;
	
}
#const_inner .sub_ttl01 .const_under{
	font-size: 20px;
    height: 30px;
    line-height: 30px;
}
#const_inner .content20,
#example_inner .content20{
	overflow-y:scroll;
	height:400px;
}
#const_inner .btn01{
    line-height: 1.2em;
    font-size: 60%;
	width: 400px;
}
#const_inner .content20 dd span{
	display:block;
	
}
#const_inner .content20 dd{
	width:100%;
}
}


