@import url("/css/base_new.css");


/* ------------------------------------------- */
/* reset css */
/* ------------------------------------------- */
ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
h2{
	font-weight: normal;
}

.flex{
	display: flex;
	justify-content: space-between;
}
span{
	font-weight: bold;
}

/* ------------------------------------------- */
/* navi */
/* ------------------------------------------- */
.navi_text{
	margin: -20px 0px 0px;
	padding: 0px;
	text-align: right;
}

/* ------------------------------------------- */
/* content */
/* ------------------------------------------- */
.contents{
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 988px;

}
.inner{
	width: 984px;
	line-height: 150%;
	font-family: "Meiryo", sans-serif;
    font-size: 16px;
    border: solid 1px #0f334f;
}


/*--------- top_area ----------*/
.top_area{
	width: 984px;
	background-color: #0f334f;
	color: #fff;
}
.top_area .logo{
	padding: 18px 10px;
}
.top_area hgroup{
	width: calc(50%);
    margin: auto;
    text-align: center;
}
.top_area hgroup h2{
	padding: 0px;
	margin: 0px;
	margin-right: 30px;
}
.top_area hgroup p{
	margin-top: 26px;
	margin-right: 50px;
}
.top_area .top_txt{
	padding: 0 70px;
}
.top_area .top_txt .t_01{
	font-size: 15px;
    text-align: justify;
    line-height: 1.7em;
}
.top_area .top_txt .t_02{
	text-align: center;
}

.top_com{
	width: 980px;
	font-size: 11px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}


/*--------- main_area ----------*/
.main_area{

}
.main_area hgroup{
	padding: 74px 0 50px;
	text-align: center;
    background-color: #0f334f;
    color: #fff;
}
.main_area hgroup h2{
	margin: 0;
    font-size: 34px;
}
.main_area hgroup h2 span{
	font-size: 48px;
}
.main_area hgroup h2 span sub{
	position: relative;
    top: -10px;
    font-size: 20px;
}

.main_area hgroup .h_01{	
font-size: 15px;	
text-align: justify;	
line-height: 1.7em;	
text-align: center;	
margin-bottom: 20px;	
}	
.main_area hgroup .h_02{	
font-size: 24px;	
margin-top: 80px;	
}

.main_area hgroup p{
    font-size: 24px;
    margin-top: 4px;
}


.main_area .cont_inner{
	color: #032540;
    padding: 22px 60px 10px;

}
.main_area .cont_inner h3{
    margin: 0;
    font-size: 25px;
    margin-left: 10px;
    margin-bottom: 42px;
}
.main_area .cont_inner dl dt{
    font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}
.main_area .cont_inner dl dd{
    margin-bottom: 23px;
	margin-left: 26px;
	letter-spacing: -0.5px;
}


/*--------- contact_area ----------*/


.com-info{
	padding: 35px 0;
	background-color: #ebefd9;
}

.cominfo-inner{
	width: 480px;
	line-height: 180%;
	color: #282828;
	margin: 0 auto;
}

.com-info .cominfo-inner p{
	font-size: 16px;
	line-height: 163%;
}

.com-info .com-name{
	font-weight: bold;
}





/*** 問い合わせボタン ***/
.contact-button{
	width: 320px;
	height: 55px;
	margin: 0 auto;
    margin-top: 20px;
}

.contact-button a{
	display: block;
}

.contact-button a:hover img{
	visibility: hidden;
	background-image: url(/information/robertet_group/img/button_hover.gif);
	background-repeat: no-repeat;
}

.contact-button a:hover{
	background: url(/information/robertet_group/img/button_hover.gif);
	background-repeat: no-repeat;
}
