@charset "UTF-8";

/*===========================
		Common
===========================*/
.wrap {
	width: 990px;
	margin: 0 auto;
}
.logo h1 {
	padding: 20px 10px;
}
.logo h1 img {
	width: 400px;
}
nav#groval-nav {
	width: 100%;
	background:#F6A623;
	background: linear-gradient(-180deg, rgba(245,166,35,0.75) 0%, #F6A623 100%);
	overflow: hidden;
}
nav#groval-nav ul {
	width: 990px;
	margin: 0 auto;
}
nav#groval-nav ul li {
	float: left;
	border-right: solid 2px #fff;
}
nav#groval-nav ul li:first-child {
	border-left: solid 2px #fff;
}
nav#groval-nav ul li a {
	color: #fff;
	width: 160px;
	display: block;
	text-align: center;
	padding: 8px 0;
}
nav#groval-nav ul li a:hover {
	background-color: #F6A623;
}
footer {
	width: 100%;
	clear: both;
	border-top: solid 2px #979797;
	background: #fafafa;
}
footer p {
	text-align: center;
	font-size: 19px;
	margin-top: 20px;
}
footer ul {
	margin: 30px auto 45px;
	text-align: center;
}
footer ul li {
	text-align: center;
	border-radius: 4px;
	background: linear-gradient(-180deg, rgba(245,166,35,0.75) 0%, #F6A623 100%);
	overflow: hidden;
	margin-left: 50px;
	font-size: 18px;
	display: inline-block;
}
footer ul li:hover {
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	background-color: #F6A623;
}
footer ul li:first-child {
	margin-left: 0;
}
footer ul li a {
	color: #fff;
	display: inline-block;
	padding: 8px 34px 7px 62px;
}
footer ul li a.mail-btn {
	background: url(../img/icon-mail.png) no-repeat 8px 10px;
	background-size: 31px;
}
footer ul li a.tell-btn {
	background: url(../img/icon-tell.png) no-repeat 8px 10px;
	background-size: 31px;
}
footer .copy {
	background: #F6A623;
}
footer .copy p {
	color: #fff;
	font-size: 12px;
	padding: 10px 0;
}
/*===========================
			TOP
===========================*/
main{
	margin-top: 2px;
	position: relative;
	display: block;
}
main img{width: 990px;}
main .main-txt01, main .main-txt02 {
	position: absolute;
	text-align: center;
	color: #fff;
	letter-spacing: 0.7px;
}
main .main-txt01{	

	top: 31%;
    width: 100%;
	font-family: Ryumin-Medium-83pv-RKSJ-H,"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "serif";
	font-size: 36px;
	text-shadow: 0 0 8px #121212;
}
main .main-txt02{	

	text-align: center;
    width: 100%;
    bottom: 3.8%;
    /* left: 28%; */
    font-family: Ryumin-Medium-83pv-RKSJ-H,"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "serif";
    font-size: 20px;
    line-height: 30px;
    text-shadow: 0 0 2px #121212;
}
.menu {
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 50px;
}
.menu-img {
	margin-bottom: 7px;
}
.menu-item {
	float: left;
	width: 310px;
	margin-left: 30px;
}
.menu-item img {
	width: 310px;
}
.menu-item:first-child {
	margin-left: 0;
}
.menu-item h2 {
	border-left: solid 5px #f6a623;
	padding: 0px 0 0px 9px;
	font-size: 19px;
	margin-bottom: 5px;
}
.menu-item p {
	padding-left: 16px;
	font-size: 16px;
	margin-bottom: 15px;
}
.menu-item .btn {
	text-align: center;
}
.menu-item a {
	background: linear-gradient(-180deg, rgba(245,166,35,0.75) 0%, #F6A623 100%);
	border: 1px solid #F6A623;
	border-radius: 4px;
	padding: 1px 6px 2px 12px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	display: inline-block;
}
.menu-item a:after {
	content: ">";
	margin-left: 10px;
	font-size: 17px;
}
.menu-item a:hover {
	background-color: #F6A623;
}

/*===========================
	contents-common
===========================*/

#contents {
	margin-top: 30px;
}
#contents .content-left {
	float: left;
	width: 700px;
}
#contents .content-right a {
	margin-bottom: 15px;
}
#contents .content-right a:hover {
	opacity: .7;
	background: none;
}
#contents .content-right a.bnr-large {
	display: block;
	width: 220px;
	padding: 9px;
	border: solid 1px #ccc;
	position: relative;
}
#contents .content-right .bnr-large img {
	width: 220px;
}
#contents .content-right .bnr-large .bnr-txt {
	position: absolute;
	width: 220px;
	top: 59px;
	left: 9px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	text-align: center;
	padding: 4px 0;
}
#contents .content-right {
	float: right;
	width: 240px;
	margin-bottom: 45px;
}
#contents .content-right a.bnr-small {
	padding: 8px 0;
	color: #fff;
	font-size: 18px;
	border: solid 1px #ccc;
	display: block;
	text-align: center;
	padding-left: 30px;
}
#contents .content-right a.btn-contact {
	background: url(../img/icon-mail.png) no-repeat 8px 8px, #EA0E0E;
	background-size: 34px;
}
#contents .content-right a.btn-link {
	background: url(../img/icon-link.png) no-repeat 11px 8px, #045F10;
	background-size: 28px;
}
#contents h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	background-image: #FBDA61;/*old*/
	background-image: linear-gradient(-180deg, #FBDA61 0%, #F76B1C 100%);
	padding-left: 9px;
}
#contents h2 span {
	display: block;
	background: #fff;
	padding-left: 10px;
}
#contents hr {
	display: block;
	height: 2px;
	background: #979797;
	margin-top: 8px;
	margin-bottom: 20px;
}
.lead p {
	font-size: 14px;
	line-height: 1.7;
}

/*===========================
		Service
===========================*/

.service-item {
	overflow: hidden;
	margin-bottom:15px;
}
.service-item:last-child {margin-bottom: 50px;}

.service-item h3 {
	clear: both;
	background: #f6a623;
	font-size: 19px;
	color: #fff;
	padding: 6px 10px;
	margin: 20px 0;
}
.service-item .service-left, .service-item .service-right {
	/*padding: 0 10px 10px;*/
	padding-bottom: 10px;
}
.service-item .service-left {
	width: 410px;
    float: left;
}
.service-item .service-left p {
	font-size: 14px;
	line-height: 1.7;
	padding-bottom: 14px;
}

.service-item .service-left-description{
	clear:both;}
	
.service-item .service-left-description p{
	font-size: 14px;
	line-height: 1.7;
	padding-bottom: 14px;
}

.service-left-description span{
	font-size:16px;	
	font-weight:bold;}

.service-item .service-right {
	width: 270px;
	float: right;
}
.service-item .service-right p {
	display: block;
	overflow: hidden;
}
.service-item .service-right p img {
	width: 270px;
}
.service-item .service-right p a {
	float: right;
	display: inline-block;
	background-image: linear-gradient(-180deg, rgba(245,166,35,0.75) 0%, #F6A623 100%);
	border: 1px solid #F6A623;
	border-radius: 4px;
	font-size: 17px;
	color: #fff;
	margin-top: 20px;
	padding: 5px 10px 6px 37px;
}
.service-item .service-right p a:after {
	content: ">";
	margin-left: 30px;
	font-size: 20px;
}
/*servce-conetnt*/
.service-content h3 {
	clear: both;
	font-weight: bold;
	font-size: 18px;
	padding: 6px 0px;
	margin: 10px 0 0;
}
.service-content h3:before {
	content: "■";
	font-size: 18px;
	color: #F6A623;
	padding-right: 5px;
}
.service-content p{
	font-size: 14px;
}

/*===========================
		Appliciation
===========================*/

.service-content dl {
	width: 97%;
	margin: 0 auto 10px;
	border-bottom: solid 1px #979797;
	padding: 0 2px;
}
.service-content dl:last-of-type {
	margin-bottom: 35px;/*border: none;*/
}
.service-content dl dt {
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
	margin-bottom: 3px;
}
.service-content dl dd {
	font-size: 14px;
	margin-bottom: 10px;
}
.service-content h4 {
	margin-top: 15px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.service-content h4:before {
	font-size: 13px;
	content: "●";
	color: #F6A623;
	padding-right: 5px;
}
.service-content .example {
	width: 680px;
	margin: 0 auto;
	padding-bottom: 35px;
	border-bottom: solid 2px #979797;
}
.service-content .example:last-of-type {
	border: none;
	margin-bottom: 20px;
}
.service-content .example-box {
	width: 680px;
	margin: 0 auto;
	border: solid 2px #F6A623;
}
.service-content .example-box p.example-tip {
	display: inline-block;
	color: #fff;
	background: #F6A623;
	padding: 3px 22px;
	font-size: 15px;
}
.service-content .example-box ul {
	padding: 7px 5px;
}
.service-content .example-box ul li {
	font-size: 14px;
	padding: 4px 0;
}
.service-content .example-box ul li:before {
	content: "・"
}
.service-content .allow {
	width: 100%;
	clear: both;
	text-align: center;
	color: #F6A623;
	font-size: 28px;
	padding: 5px 0;
}

.service-txt01{
	text-align:center;
	padding:0 0 20px 0;
	font-weight: bold;
font-size: 17px;}


.service-btn{
	width: 50%;
	margin: 0 auto 40px;
	text-align: center;
}
.service-btn a{
	display: block;
	font-size: 16px;
	border-radius: 10px;
	color: #fff;
	background: linear-gradient(-180deg, rgba(245,166,35,0.75) 0%, #F6A623 100%);
	font-weight: bold;
	padding: 15px 0;
	line-height: 1;
}
.service-btn a:hover{
	background-color: #F6A623;
}
	
/*===========================
		Dispath
===========================*/
table.dispatch-table {
	width: 97%;
	margin: 0 auto 40px;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
}
table.dispatch-table:last-child {
	margin-bottom: 60px;
}
table.dispatch-table th, table.dispatch-table td {
	border: solid 1px #979797;
	padding: 14px 4px;
}
table.dispatch-table thead {
	width: 100%;
	text-align: left;
}
table.dispatch-table thead th {
	font-size: 18px;
	padding: 7px 10px;
	background: #e3e3e3;
}
table.dispatch-table th {
	font-size: 15px;
	background: #F5F5F5;
}
table.dispatch-table td {
	font-size: 14px;
}
/*===========================
		JobIntroduction
===========================*/
.service-content .flow {margin-bottom: 45px;}
.service-content .flow .flow-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.service-content .flow .flow-box .flow-num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	-webkit-justify-content: center; 
	justify-content: center; 
	width: 90px;
	float: left;
	font-size: 16px;
	background: #F6A623;
	color: #fff;
}
.service-content .flow .flow-box .flow-txt {
	vertical-align: middle;
	border: solid 1px #979797;
	width: 589px;
	border-left: 0;
	float: right;
	padding: 8px 10px 12px;
}
.service-content .flow .flow-txt p.flow-title {
	padding: 4px 0;
	font-size: 16px;
	font-weight: bold;
}
.service-content .flow .flow-txt p {
	font-size: 14px;
}


/*===========================
		company
===========================*/
table.company-table{
	width: 97%;
	margin: 0 auto 40px;
	border-collapse: collapse;
	border-spacing: 0;	
}
table.company-table th,table.company-table td{
	border:solid 2px #fff;
	vertical-align: middle;
	line-height: 1.7;
}
table.company-table th{
	background: #ccc;
	width:18%;
	font-size: 16px;
	padding: 8px;
}
table.company-table td{
	font-size:15px;
	padding: 8px 10px;
}
table.company-table iframe{padding:5px 0 15px;}

ul.company-list,ul.company-transaction{
	width: 93%;
	margin: 0 auto 10px;
	padding: 0 2px;
	font-size: 13px;
}

ul.company-list li{
	padding-bottom:5px;
	list-style: disc;
}
ul.company-list li span{display: block;padding:3px 0;}
ul.company-transaction:last-of-type{margin-bottom: 50px;}
ul.company-transaction li{
	padding-bottom:5px;
	list-style:disc;
}


/*===========================
		Policy
===========================*/

.policy-area{
	background: #fafafa;
	padding: 10px 15px;
	margin: 5px 0;
}

table.policy-table{
	border-collapse: collapse;
	border-spacing: 0;
}

table.policy-table th{text-align: left;padding-right: 14px;}
span.un{font-weight: bold; padding:0 2px 0 14px;}
span.un:first-of-type{padding-left:0;}


/*===========================
			Contact
===========================*/

.contact-area{background: #fafafa;padding: 15px;margin-top: 15px;}
.contact-area p.contact-txt01 {font-size: 13px;}
.contact-area ul.contact-list{margin-top: 0px;font-size:  13px;padding: 10px 0;}
.contact-area ul.contact-list li a{text-decoration: underline !important;}
.contact-area ul.contact-list li a:hover{background: none;opacity: .8;}
.contact-area ul.contact-list li:first-child{padding-bottom: 5px;}


/*===========================
			Link
===========================*/

.contact-area ul.link-list{width: 90%; margin:0 auto;font-size:  13px;padding: 10px 0;}
.contact-area ul.link-list li{list-style-type: disc;}
.contact-area ul.link-list li a{text-decoration: underline !important;color: #121212;font-weight: bold;}
.contact-area ul.link-list li a:hover{background: none;opacity: .8;}

