/*サブページcommon*/
.submain{
	margin-top: 50px;
	margin-bottom: 20px;
}
.subbox{
	padding: 12px 6px 0px 6px;
}

.content .subbox .link-box {
	line-height: 20px
	margin-top:20px;
}
 .content .subbox .link-box p {
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
}
 .content .subbox .link-box a:hover {
	color:#0051AA;
}

.sub-st{
	display: block;
	background: url(../img/common/gray-g-bk.png) repeat-x center #efefef;
	border: 1px solid #a1a1a1;
}

/*個人情報保護方針*/
#privacy{}

#privacy ul li dl dt{
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 700;
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #a1a1a1;
}
#privacy ul li dl dd{
	line-height: 150%;
	margin-bottom: 10px;
}


/*-----------------------------------------------------*/

/*法人概要*/
#aboutus-sub{}
#aboutus-sub .content .subbox h1{
	color: #006837;
    font-size: 30px;
	font-weight: 700;
	border-bottom: solid 1px #d9d9d9;
	margin-top: 20px;
}

#aboutus-sub .content .subbox .str-box p{
	font-weight: 700;
	margin-bottom: 80px;
	line-height: 30px;
}
#aboutus-sub .content .subbox .st-box p{
	font-weight: 700;
	font-size: 25px;
}
#aboutus-sub .content .subbox .stt-box p{
	line-height: 30px;
	margin: 15px 0 15px;
}
#aboutus-sub .content .subbox .photo-box img {
	width: 100%;
	margin-bottom: 30px;
}

#aboutus-sub .content .subbox .table-box tr th{
	background-color: #0d47a1;
	color: #ffffff;
    font-weight: bold;
	padding: 15px 10px;
	width: 30%;
	border: 1px solid #d9d9d9;
}
#aboutus-sub .content .subbox .table-box tr  td{
	padding: 15px 10px;
	width: 60%;
	border: 1px solid #d9d9d9;
	line-height: 140%;
}
#aboutus-sub .content .subbox .table-box .company-table {
	width: 100%;
	margin: 30px 0 30pX;
}

#aboutus-sub .content .subbox .text-box {
	font-weight: 600;
	font-size: 22px;
}



/*-----------------------------------------------------*/

/*よくいただくご質問*/
#faq{}
#faq .content .subbox ul li dt dd{
	padding: 0 0 7px 27px;
    margin-bottom: 7px;
    line-height: 1.5;
  }

#faq .content .subbox dt{
	font-weight: bold;
	margin-bottom: 7px;
	border-bottom: 1px #a1a1a1 solid;
	font-size: 16px;
}	

#faq .content .subbox ul li dd{
	font-size:14px;
	margin-bottom: 25px;
}

#faq .content .subbox dl dt.q::before {
	content: '';
	background-image: url(../img/faq/faq-q.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: text-top;
	padding-bottom: 10px;
	margin-bottom:  10px;
	margin-right: 5px;
}

#faq .content .subbox dl dd.a::before {
	content: '';
	background-image: url(../img/faq/faq-a.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: text-top;
	padding-bottom: 10px;
	margin-bottom:  10px;
	margin-right: 5px;
}

/*-----------------------------------------------------*/

/*お問い合わせ*/
#contact{}
#contact .content .tellbox {
	border: 10px solid #398a4a;
	background-color: #f2f5eb;
	padding: 30px;
	margin-top: 50px;
}

#contact .content .tellbox h1 {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

#contact .content .tellbox .phone-box {
	box-shadow: 0px 0 10px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0 10px 0px rgba(0,0,0,0.1);
    background-color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 0;
}


#contact .content .tellbox .phone-box dt {
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 1.2;
    text-align: center;
}

#contact .content .tellbox .phone-box p {
	display: none;
}

#contact .content .table-box tr th{
	background-color: #0d47a1;
	color: #ffffff;
    font-weight: bold;
	padding: 15px 10px;
	width: 40%;
	border: 1px solid #d9d9d9;
}
#contact .content .table-box tr  td{
	padding: 15px 10px;
	width: 60%;
	border: 1px solid #d9d9d9;
}
#contact .content  .table-box .company-table {
	width: 100%;
	margin: 30px 0 30pX;
}

#contact .content .table-box .company-table .required-label {
	color: #fff;                             
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);  
    background-color: #c21c24;
    padding: 4px 7px 1px;
    border-radius: 5px ;
	margin-left: 5px;
}

#contact .content .qbox h1 {
    color: #0d47a1;
    font-size: 30px;
    font-weight: 700;
    border-bottom: solid 1px #d9d9d9;
    margin-top: 20px;
	padding-top: 30px;
}

#contact input[type="submit"]{
	position: relative;/*fixedの場合もありますね*/
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	/*以下色とかの装飾*/
	padding: 17px;
	color: #FFF;
	font-weight: bold;
	background: #398a4a;
	width:100%;
}

#contact .con-location{
	display:block;
	height:32px;
}

#contact input[type="text"]{
	height:24px;
	border-radius: 3px;
	width:400px;
	border-color:#398a4a;
}

#contact textarea{
	border-color:#398a4a;
	border-radius:3px;
	width:400px;
}

#contact select{
	border-color:#398a4a;
	border-radius:3px;
}

/*-----------------------------------------------------*/

/*当法人の特長*/
#feature{}
#feature .content .subbox .str-box p{
	font-weight: 700;
	margin-bottom: 80px;
	line-height: 30px;
}
#feature .content .subbox .st-box p{
	font-weight: 700;
	font-size: 25px;
}
#feature .content .subbox .stt-box p{
	line-height: 30px;
	margin: 15px 0 15px;
}
#feature .content .subbox .photo-box img {
	width: 100%;
}
#feature .content .subbox .about-box h3 {
	border-bottom: 1px solid #cccccc;
    color: #398a4a;
    font-size: 25px;
    padding-bottom: 15px;
	font-weight: 700;
	margin-top: 30px;
}
#feature .content .subbox .about-box .about-box2 dl {
	display: table;
    width: 100%;
}

#feature .content .subbox .about-box .about-box2 dl dt {
    border-bottom: 1px solid #d9d9d9;
    display: table-cell;
    font-weight: bold;
    vertical-align: middle;
    padding: 15px 0;
    width: 44.08%;
}
#feature .content .subbox .about-box .about-box2 dl dd {
	border-bottom: 1px solid #d9d9d9;
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0 15px 20px;
}
#feature .content .subbox .about-box .about-box2 ul {
	list-style: none;
}
#feature .content .subbox .about-box .about-box2 {
	padding-left: 50px
}
#feature .content .subbox .about-box .about-box2 ul li {
	padding: 5px;
}

#feature .content .subbox .about-box .about-box2  li {
margin-left: 25px;
}

#feature .content .subbox .about-box .about-box2 li.no1::before {
content:"(1)";
margin-left: -25px;
padding-right: 4px;
}

#feature .content .subbox .about-box .about-box2 li.no2::before {
content:"(2)";
margin-left: -25px;
padding-right: 4px;
}

#feature .content .subbox .about-box .about-box2 li.no3::before {
content:"(3)";
margin-left: -25px;
padding-right: 4px;
}

#feature .content .subbox .about-box .about-box2 li.no4::before {
content:"(4)";
margin-left: -25px;
padding-right: 4px;
}

/*-----------------------------------------------------*/

/*登録支援業務解説*/
#registration{}
#registration .content .subbox h1{
	color: #006837;
    font-size: 24px;
	font-weight: 700;
	border-bottom: solid 1px #d9d9d9;
	margin-top: 20px;
}

#registration .content .subbox .h1notice{
	margin-top: 8px;
	text-align: right;
}

#registration .content .subbox .str-box p{
	font-weight: 700;
	line-height: 25px;
}
#registration .content .subbox .st-box p{
	font-weight: 700;
	font-size: 22px;
	margin-top: 20px;
}
#registration .content .subbox .stt-box p{
	line-height: 25px;
	margin: 15px 0 15px;
}
#registration .content .subbox .photo-box img {
	width: 100%;
}

#registration .content .subbox .table-box tr th{
	background-color: #0d47a1;
	color: #ffffff;
    font-weight: bold;
	padding: 15px 10px;
	width: 25%;
	border: 1px solid #d9d9d9;
}
#registration .content .subbox .table-box tr  td{
	padding: 15px 10px;
	width: 75%;
	border: 1px solid #d9d9d9;
}
#registration .content .subbox .table-box .company-table {
	width: 100%;
	margin: 30px 0 30pX;
}

#registration .content .subbox .stt-box .num{
	margin-top: 15px;
	margin-bottom: 4px;
	font-weight:bold;
	display:inline-block;
}

/*-----------------------------------------------------*/


/*監理機関業務*/
#supervising-{}
#supervising .content .subbox h1{
	color: #006837;
    font-size: 24px;
	font-weight: 700;
	border-bottom: solid 1px #d9d9d9;
	margin-top: 20px;
}

#supervising .content .subbox .h1notice{
	margin-top: 8px;
	text-align: right;
}

#supervising .content .subbox .str-box p{
	font-weight: 700;
	line-height: 25px;
}
#supervising .content .subbox .st-box p{
	font-weight: 700;
	font-size: 22px;
	margin-top: 20px;
}
#supervising .content .subbox .stt-box p{
	line-height: 25px;
	margin: 15px 0 15px;
}
#supervising .content .subbox .photo-box img {
	width: 100%;
}

#supervising .content .subbox .table-box tr th{
	padding: 15px 10px;
	width: 25%;
	border: 1px solid #e4e4e4;
	text-align: center;
	font-weight: bold;
}
#supervising .content .subbox .table-box tr  td{
	padding: 15px 10px;
	width: 25%;
	border: 1px solid #e4e4e4;
}
#supervising .content .subbox .table-box table{
	width: 100%;
	margin: 30px 0 30pX;
	text-align: center;
}

#supervising .num{
	margin-top: 15px;
	margin-bottom: 4px;
	font-weight:bold;
	display:inline-block;
}

#supervising .gallery-box{
	width: 100%;
	margin: 15px 0;
}
#supervising .gallery-box ul{
	width: 100%;
	overflow: hidden;
}
#supervising .gallery-box ul li{
	float: left;
	display: block;
	width: calc( 33% - 8px );
	height: 230px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-left: 8px;
	margin-bottom: 16px;
	box-shadow: 1px 1px 0px 1px rgba( 100, 100, 100, 0.4 );
}
#supervising .gallery-box ul li:nth-child( 3n ){
}
#supervising .gallery-box ul li dl{
}
#supervising .gallery-box ul li dt{
	overflow: hidden;
	padding: 5px;
	height: 190px;
}
#supervising .gallery-box ul li dt img{
	width: 100%;
}
#supervising .gallery-box ul li dd{
	height: 40px;
	padding: 0 5px 5px 5px;
}

/*supervising-role-----------------------------------------------------*/
#supervising .content .subbox .table-box tr th{
	background-color: #0d47a1;
	color: #ffffff;
    font-weight: bold;
	padding: 15px 10px;
	width: 40%;
	border: 1px solid #d9d9d9;
	text-align: left;
}
#supervising .content .subbox .table-box tr  td{
	padding: 15px 10px;
	width: 60%;
	border: 1px solid #d9d9d9;
	text-align: left;
	line-height: 140%;
}
#supervising .content .subbox .table-box .company-table {
	width: 100%;
	margin: 30px 0 30pX;
}
/*aboutus.php-----------------------------------------------------*/
#aboutus-sub .content .cm-left {
	float:left;
	width: 700px;
}
#aboutus-sub .content .cm-right {
	float:right;
	width: 270px;
	margin-top: 30px;
}

