@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 769px) {
main{
	background: url(../images/title.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: top left;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
}
main:after{
	content: "Build";
	color: rgba(0, 108, 185, 0.1);
	font-size: 120px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translate(0,-50%);
	z-index: -1;
}
main .maintitle{
	border-left:10px solid #001fb5;
}
main .maintitle h1{
	color:#001fb5;
}
/*-----------------------------------
restore
----------------------------------*/
h2{
	position: relative;
}
h2:before{
	content: "";
    border-radius: 300px;
    width: 90px;
    height: 90px;
    position: absolute;
    top: -30px;
    left: -10px;
}
#menu01 .top h2:before{
	background:url(../images/icon01.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#menu01 .sub h2:before{
	background:url(../images/icon01-sub.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
.sub_none h2{
	padding:0 0 10px 20px;
}
.imgbox_triple li{
	width:31%!important;
}
.imgbox_triple li span{
	padding: 0 0 10px!important;
}
.imgbox_triple li{
	width:31%!important;
}
.imgbox_triple li b{
	display: block;
	background:#dfecf4;
	color:#006cb9;
	font-size:14px;
	text-align: center;
	padding: 5px 0 5px;
	margin: 0 0 10px;
}
.imgbox_triple li p{
	font-size:12px;
	line-height: 1.4em;
}
.contents_wrap .bfbox{
	margin: 0 0 30px;	
}
.contents_wrap .deux{
	border-bottom:1px solid #ccc;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.contents_wrap .contact{
	border: 3px solid #006cb9;
    text-align: center;
    margin: 0 auto;
    padding: 30px 20px;
    width: 80%;
}
.contents_wrap .contact h3{
	color:#006cb9;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
}
.contents_wrap .contact h3:before{
	content: "";
    background: #006cb9;
    width: 3px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 10px;
    transform: rotate(-25deg);
}
.contents_wrap .contact h3:after{
	content: "";
	background:#006cb9;
	width: 3px;
	height: 100%;
	position: absolute;
	bottom:0;
	right:10px;
	transform: rotate(25deg);
}
.contents_wrap .contact ul li{
	border-bottom:3px solid #f39800;
	color:#006cb9;
	margin: 0 0 40px;
	padding: 0 0 10px;
	position: relative;
}
.contents_wrap .contact ul li:last-child{
	margin: 0 0 60px;
}
.contents_wrap .contact ul li:after{
	content: "";
    background: url(/images/arrow03.png);
    background-size: 100%;
    width: 15px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%,0);
}
.contents_wrap .contact ul li:last-child:after{
	display: none;
}
.contents_wrap .contact ul li b{
	color: #f39800;
    font-size: 1.2em;
    padding: 0 10px 0;
    position: absolute;
    bottom: 10px;
    left: 30px;
}
.contents_wrap .contact a{
	display: block;
	background: #f39800;
	border-radius:60px;
	color:#fff;
	padding: 10px;
	width: 100%;
}
.contents_wrap .contents_wrap_r h3{
	background: #006cb9;
    color: #fff;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 5px 0 5px 20px;
}
}

@media screen and (max-width: 768px) {
main{
	background: url(../images/title.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: top left;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
}
main:after{
	content: "Build";
    color: rgba(0, 108, 185, 0.1);
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: -8px;
    z-index: -1;
}
main .maintitle{
	border-left:10px solid #001fb5;
}
main .maintitle h1{
	color:#001fb5;
}
/*-----------------------------------
restore
----------------------------------*/
h2{
	position: relative;
}
h2:before{
	content: "";
    border-radius: 300px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -10px;
    left: -10px;
}
.sub_none h2{
	padding:0 0 10px 20px;
}
.r-list_linking{
	border-bottom:none!important;
}
#menu01 .top h2:before{
	background:url(../images/icon01.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#menu01 .sub h2:before{
	background:url(../images/icon01-sub.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
.imgbox_triple li b{
	display: block;
	background:#dfecf4;
	color:#006cb9;
	font-size:14px;
	text-align: center;
	padding: 5px 0 5px;
	margin: 0 0 10px;
}
.imgbox_triple li p{
	font-size:12px;
	line-height: 1.4em;
}
.contents_wrap .bfbox{
	margin: 0 0 30px;
}
.contents_wrap .deux{
	border-bottom:1px solid #ccc;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.contents_wrap .singlebox li{
	width:48%!important;
}
.contents_wrap .contact{
	border: 3px solid #006cb9;
    text-align: center;
    margin: 0 auto 3%;
    padding: 6% 3%;
    width: 100%;
}
.contents_wrap .contact h3{
	color:#006cb9;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
}
.contents_wrap .contact h3:before{
	content: "";
    background: #006cb9;
    width: 3px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 10px;
    transform: rotate(-25deg);
}
.contents_wrap .contact h3:after{
	content: "";
	background:#006cb9;
	width: 3px;
	height: 100%;
	position: absolute;
	bottom:0;
	right:10px;
	transform: rotate(25deg);
}
.contents_wrap .contact ul li{
	border-bottom:3px solid #f39800;
	color:#006cb9;
	margin: 0 0 40px;
	padding: 0 0 10px;
	position: relative;
}
.contents_wrap .contact ul li:last-child{
	margin: 0 0 60px;
}
.contents_wrap .contact ul li:after{
	content: "";
    background: url(/images/arrow03.png);
    background-size: 100%;
    width: 15px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%,0);
}
.contents_wrap .contact ul li:last-child:after{
	display: none;
}
.contents_wrap .contact ul li b{
	color: #f39800;
    font-size: 1.2em;
    padding: 0 10px 0;
    position: absolute;
    bottom: 10px;
    left: 30px;
}
.contents_wrap .contact a{
	display: block;
	background: #f39800;
	border-radius:60px;
	color:#fff;
	padding: 10px;
	width: 100%;
}
.contents_wrap .contents_wrap_r h3{
	background: #006cb9;
    color: #fff;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 5px 0 5px 20px;
}
}
