@charset "utf-8";

#contents{
	position: relative;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 42px;
	padding: 0 30px;
}


#contents-wide header .title,
#contents header .title{
	text-align: center;
	margin: 0 auto 30px;
}
#contents-wide header .title img,
#contents header .title img{
	width: 99px;
	display: block;
	margin: 0 auto;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #bfbfbf;
}
#contents-wide header .title div,
#contents header .title div{
	display: inline-block;
	background-color: #2432c7;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 12px 24px;
	line-height: 100%;
}

@media screen and (max-width: 980px){
#contents {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding: 10px;
}
}
@media screen and (max-width: 640px){
#contents {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding: 10px;
}
#contents-wide header .title,
#contents header .title{
	margin: 0px auto 20px;
}
#contents-wide header .title div,
#contents header .title div{
	font-size: 16px;
	padding: 12px;
}

}

/*----------------------------------------------------------
GROUP FORMATION
----------------------------------------------------------*/
.formation{
	background: url('images/seoimg.jpg') no-repeat right 0;
	margin-bottom: 50px;
/*	opacity: 0.6;*/
}

.formation header h1{
	font-size: 2.6em;
	text-align: center;
	margin: 40px 0 50px;
	font-weight: bold;
}

.formation section{
	display: table;
	width:100%;
}
.formation section .cleft{
	width: 40%;
	display: table-cell;
}
.formation section .cright{
	width: 60%;
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
}

.formation section .cleft p{
	font-size: 0.85em;
	line-height: 200%;
	margin-bottom: 20px;
}

.formation section .cleft .company-title{
	color: #58b7e6;
	border: 1px solid #58b7e6;
	padding: 16px;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}

.formation section .cleft .company li{
	position: relative;
	border-bottom: dotted 1px #7f7f7f;
}
.formation section .cleft .company li a{
	display: block;
	width: 100%;
	padding: 8px 0;
}
.formation section .cleft .company li .arrow{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
}


/*下部ブーとストラップ用に追加*/

.company1-title{
	color: #58b7e6;
	border: 1px solid #58b7e6;
	padding: 16px;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 140%;
}

.company1 li{
	position: relative;
	border-bottom: dotted 1px #7f7f7f;
	margin: 9px;
	padding: 9px;
}
.company1 ul{
	margin: 9px;
	padding: 9px;
}

.company1 li a{
	display: block;
	width: 100%;
	padding: 8px 0;
}
.company1 li .arrow{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
}




.arrow01{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
}


/*下部ブーとストラップ用に追加　ここまで　*/



.formation section .cright img{
	max-width: 100%;
}

.formation .group-list{
	background-color: #ececec;
	padding: 46px;
	padding: 0px;
	margin-top: 30px;
	text-align: center;
	color: #2f89b5;
}
.formation .group-list h1{
	display: inline-block;
	font-size: 1.7em;
	border-bottom: 8px solid #2f89b5;
	margin-bottom: 58px;
	padding-bottom: 8px;
	font-weight: bold;
}
.formation .group-list .left,
.formation .group-list .right{
	width: 49%;
	text-align: center;
}
.formation .group-list .left .inner,
.formation .group-list .right .inner{
	max-width: 420px;
	display: inline-block;
	width: 100%;
}
.formation .group-list h2{
	background-color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding: 8px;
}
.formation .group-list ul{
	margin: 25px 25px 40px;
	text-align: left;
}
.formation .group-list li{
	margin-bottom: 10px;
	color: #2f89b5;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.8em;
}
.formation .group-list li a{
}

@media screen and (max-width: 980px) {
.formation{
	background: none;
}
.formation header h1{
	text-align: left;
	font-size: 1.4em;
	margin: 0 0 20px;
}
.formation header h1 br{
	display: none;
}

.formation section{
	display: block;
}
.formation section .cleft{
	display: block;
	width: 100%;
}
.formation section .cright{
	display: none;
}
.formation .group-list .left,
.formation .group-list .right{
	float: none;
	display: block;
	width: 100%;
}
.formation .group-list .left .inner,
.formation .group-list .right .inner{
	display: block;
	max-width: 100%;
}
}

@media screen and (max-width: 640px) {
	.formation header h1{
	text-align: left;
	font-size: 1em;
	margin: 0 0 20px;
}
.formation section .cleft p{
	font-size: 0.8em;
	line-height: 1.75;
	margin-bottom: 50px;
}
.formation .group-list{
	padding: 10px;
}
.formation .group-list h1 {
	margin-bottom: 10px;
}
.formation .group-list ul {
	margin: 10px 10px 20px;
}
.formation section .cleft .company-title{
	color: #58b7e6;
	border: 1px solid #58b7e6;
	padding: 10px;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}
}

/*----------------------------------------------------------
Rerationship MESSAGE
----------------------------------------------------------*/
.message{
	background: url('image/concept-bg.jpg') no-repeat center top;
}
.message article{
	background-color: #fff;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	padding: 50px 0;
	width: 810px;
	margin: 0 auto;
}
.message h1{
	margin-bottom: 60px;
	text-align: center;
}
.message p{
	font-size: 1.2em;
	line-height: 200%;
	text-align: center;
	margin-bottom: 2em;
	font-weight: bold;
}

@media screen and (max-width: 980px) and (min-width: 641px) {
.message{
	background: none;
}
.message article{
	width: 100%;
}
.message article h1{
	padding: 0 10px;
}
.message article h1 img{
	max-width: 100%;
}
}

@media screen and (max-width: 640px) {
.message{
	background: none;
}
.message h1{
	margin-bottom: 30px;
	text-align: center;
}
.message article{
	width: 100%;
	padding: 30px 0 40px 0;
}
.message article h1{
	padding: 0 20px;
}
.message article h1 img{
	max-width: 100%;
}
.message p{
	font-size: 0.8em;
	line-height: 1.75;
	text-align: left;
	padding: 0 10px;
	font-weight: normal;
}
.message p br{
	display: none;
}

}

/*----------------------------------------------------------
TOP MESSAGE
----------------------------------------------------------*/
.top-message header{
	position: relative;
}
.top-message header .mright{
	position: absolute;
	right: 0;
	top: 147px;
	z-index: 5;
	width: 70%;
	text-align: right;
	max-width: 740px;
}
.top-message header h1 img{
	width: 100%;
}
.top-message header .mleft{
	width: 40%;
	
}

.top-message header .photo{
	max-width: 100%;
}

.top-message header .name{

	display: block;
	background: url('image/name-bg.png');
	padding: 26px 60px;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 150%;
	width: 100%;
	margin-top: 20px;
}
.top-message header .name strong{
	font-size: 1.2em;
	display: block;
	margin-bottom: 10px;
}
.top-message header .name .tleft{
	display: table-cell;
	width: 45%;
	vertical-align: middle;
	font-size: 0.9em;
}
.top-message header .name .tright{
	display: table-cell;
	font-size: 0.8em;
	width: 45%;
}

.top-message .message-box{
	margin: 50px 0;
	text-align: center;
}

.top-message .message-box .left{
	width: 48%;
}
.top-message .message-box .right{
	width: 48%;
}

.top-message .message-box h1{
	text-align: center;
	display: inline-block;
	border-bottom: 10px solid #0e41a1;
	margin: 0 0 30px;
	padding-bottom: 6px;
}
.top-message .message-box h2{
	font-weight: bold;
	font-size: 1.5em;
	line-height: 150%;
	margin-bottom: 30px;
}
.top-message .message-box p{
	font-size: 0.8em;
	line-height: 200%;
	text-align: left;
}
.top-message .message-box .sign{
	display: block;
	text-align: right;
	margin-top: 8px;
}

@media screen and (max-width: 980px) and (min-width: 641px) {
.top-message header .mright{
	position: static;
	width: 100%;
	text-align: center;
	max-width: 100%;
	margin-top: 20px;
}
.top-message header h1 img{
	width: auto;
}

.top-message header .mleft{
	text-align: center;
	width: 100%;
}

.top-message header .photo{
	max-width: 100%;
}
.top-message .message-box .left{
	float: none;
	width: 100%;
}
.top-message .message-box .right{
	float: none;
	width: 100%;
	margin-top: 50px;
}

}

@media screen and (max-width: 640px) {
.top-message header .mright{
	position: static;
	width: 100%;
	text-align: center;
	max-width: 100%;
	margin-top: 20px;
}
.top-message header .mright h1 img{
	width: 100%;;
}
.top-message .message-box h2{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 150%;
	margin-bottom: 30px;
}
.top-message header .mleft{
	text-align: center;
	width: 100%;
}

.top-message header .name{
	padding: 20px;
}

.top-message header .name .tleft{
	display: block;
	width: 100%;
	font-size: 12px;
}
.top-message header .name .tright{
	display: block;
	width: 100%;
	font-size: 12px;
}

.top-message header .photo{
	max-width: 100%;
}
.top-message .message-box .left{
	float: none;
	width: 100%;
}
.top-message .message-box .right{
	float: none;
	width: 100%;
	margin-top: 50px;
}
}


/*----------------------------------------------------------
GROUP 
----------------------------------------------------------*/
.jinzai{
}
.jinzai .cw{
	background: url('image/jinzai-bg.jpg') no-repeat center top;
	padding-top: 176px;
	height: 912px;
	margin-bottom: 50px;
}
.jinzai h1{
	font-weight: bold;
	font-size: 2.0em;
	text-align: center;
	margin-bottom: 20px;
	line-height: 150%;
}
.jinzai p{
	font-size: 1em;
	line-height: 200%;
	text-align: center;
	margin-bottom: 2em;
}

@media screen and (max-width: 980px) and (min-width: 641px) {
.jinzai .cw{
	background: none;
	margin-bottom: 0;
	padding-top: 0;
	height: auto;
}
.jinzai article h1{
	padding: 0 10px;
}
.jinzai article h1 img{
	max-width: 100%;
}
}

@media screen and (max-width: 640px) {
.jinzai .cw{
	background: none;
	margin-bottom: 0;
	padding-top: 0;
	height: auto;
}
.jinzai article h1{
	font-size: 1em;
	padding: 0 10px;
	text-align: left;
}
.jinzai article h1 br{
	display: none;
}

.jinzai p{
	font-size: 0.8em;
	line-height: 1.75;
	text-align: left;
	padding: 0 10px;
}
.jinzai p br.no{
	display: none;
}
.top-message .message-box h2 {
	text-align: left;
}
.top-message .message-box h2 br{
	display: none;
}
}



/*追加修正　ドメイン説明*/

a {
	text-decoration: none;
}
#surv01 {
	text-decoration: none;
	font-size: 12px;
	margin-left: 10px;
	color: #333;
	margin-top: 5px;
	margin-right: 20px;
}

.surv01 {
	text-decoration: none;
	font-size: 12px;
	margin-left: 10px;
	color: #333;
	margin-top: 9px;
}



li :hover {
	background-color: #B8F2F3;    /* マウスオーバー時の行の背景色 */
	opacity: 0.8;
}

