/* CSS Document */

/*---------------------------------------------
  BASE
---------------------------------------------*/

/* font */

#wrappar #title h1 {
	/*font-family: vdl-megag, sans-serif;*/
	letter-spacing: 0.1em;
}
#wrappar #title h1 span {
	font-family: neue-haas-grotesk-text, sans-serif;
	letter-spacing: 0.3em;
}


/* container */


/*---------------------------------------------
  ANIMATION
---------------------------------------------*/

#wrappar a:after {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/*---------------------------------------------
  TITLE
---------------------------------------------*/

#wrappar #title {
	max-width: 1200px;
	height: auto;
	overflow: visible;
	margin: 0 auto;
	padding: 80px 0 50px 0;
	position: relative;
	z-index: 2;
}
#wrappar #title:after {
	content: "　";
	width: 100%;
	height: 1px;
	display: block;
	float: none;
	clear: both;
}
#wrappar #title img {
	width: 50%;
	float: right;
	position: relative;
	right: -60px;
}
#wrappar #title h1 {
	font-size: 63px;
	/*font-weight: normal;*/
	font-weight: 600;
	line-height: 1em;
	color: #004560;
	float: left;
}
#wrappar #title h1 span {
	display: block;
	padding: 30px 0 0 0;
	font-size: 20px;
	line-height: 1em;
	color: #01aeef;
}
#wrappar #title h2 {
	padding: 10px 0 0 45px; 
	font-size: 24px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	white-space: nowrap;
	font-weight: bold;
	color: #004560;
	float: left;
}
#wrappar #title h2:before {
	content: "　";
	width: 2px;
	height: 80px;
	margin: -10px 45px 0 0;
	display: block;
	background: #dfdfdf;
	transform: rotate(30deg);
	float: left;
}
#wrappar #title p {
	padding: 40px 0 0 0;
	line-height: 1.8em;
}

/*---------------------------------------------
  SERVICE
---------------------------------------------*/

#wrappar #service {
	padding: 60px 0 0 0;
}

/* page link */

#wrappar #service ul.links {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: rgba(255,255,255,0.3) solid 2px;
	border-bottom: rgba(255,255,255,0.3) solid 2px;
	text-align: center;
}
#wrappar #service ul.links li {
	width: 25%;
	height: 30px;
	padding: 0 10px 0 0;
	display: inline-block;
	border-left: rgba(255,255,255,0.3) solid 2px;
	position: relative;
}
#wrappar #service ul.links li:first-child {
	border-left: none;
}
#wrappar #service ul.links li a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5em;
	color: #fff;
	position: relative;
}
#wrappar #service ul.links li a:hover {
	opacity: 0.5;
}
#wrappar #service ul.links li a:after {
	content: "　";
	width: 15px;
	height: 16px;
	margin: -8px 0 0 0;
	display: block;
	position: absolute;
	background: url("../images/original/service-common-img-arrow02.png") center center no-repeat;
	background-size: 100% auto;
	right: 10px;
	top: 50%;
}
#wrappar #service ul.links li a:hover:after {
	margin: -4px 0 0 0;
}
#wrappar #service ul.links li.active:before {
	content: " ";
	width: 100%;
	height: 70px;	
	background: #fff;
	opacity: 0.3;
	position: absolute;
	left: 0;
	top: -20px;
}
#wrappar #service ul.links li.active,
#wrappar #service ul.links li.active + li {
	border: none;
}

/* mark info */

#wrappar #service ul.mark {
	width: 100%;
	max-width: 1200px;
	margin: 60px auto;
	padding: 20px 0 15px 0;
	position: relative;
	background: #fff;
}

#wrappar #service ul.mark li {
	width: 50%;
	padding: 0 0 0 40px;
	display: inline-block;
	line-height: 1.6em;
	color: #004560;
}
#wrappar #service ul.mark li span {
    line-height: 1em;
	font-size: 13px;
	font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 3px 20px;
    display: inline-block;
    background: #e60012;
}
#wrappar #service ul.mark li:first-child + li + li {
	width: 100%;
}
#wrappar #service ul.mark li:last-child {
	width: 100%;
	color: #CC0000;
	line-height: 1.3em;
	padding: 5px 40px 0 40px;
}

/* table */

#wrappar #service div {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 100px auto;
	padding: 60px 50px;
	background: #fff;
}
#wrappar #service div table {
	width: 100%;
	font-size: 12px;
}
#wrappar #service div table + table {
	margin: 50px 0;
}
#wrappar #service div table td,
#wrappar #service div table th {
	min-width: 140px;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	border-left: #fff solid 2px;
}
#wrappar #service div table td {
	border-bottom: #fff solid 2px;
}
#wrappar #service div table th img {
	width: 60px;
	margin: 0 auto 5px auto;
	padding: 2px;
	background: #fff;
}
#wrappar #service div table th em {
	width: 100px;
    line-height: 1em;
	text-align: center;
    color: #fff;
	margin: 0 auto;
	padding: 3px 0;
    display: block;
    background: #e60012;
}
#wrappar #service div table td a {
	width: 90%;
	margin: 10px 5% 0 5%;
	display: block;
	font-size: 10px;
	line-height: 25px;
	font-weight: 600;
	background: url("../images/original/service-common-img-bg06.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
}
#wrappar #service div table td a:after {
    content: "　";
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    background: url("../images/original/service-common-img-arrow03.png") center center no-repeat;
    background-size: 100% auto;
}

#wrappar #service div table th.ctgy {
	width: 40px;
	min-width: 40px;
}
#wrappar #service div table th.ctgy span {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	white-space: nowrap;
}
#wrappar #service div table td {
	height: 50px;
	font-size: 25px;
	font-weight: 100;
}
#wrappar #service div table .blu01 td,
#wrappar #service div table .blu01 th {
	background: #0075b6;
	color: #fff;
}
#wrappar #service div table .blu02 td,
#wrappar #service div table .blu02 th {
	background: #c1d5e0;
	color: #333;
}
#wrappar #service div table .blu03 td,
#wrappar #service div table .blu03 th {
	background: #e4f0f2;
	color: #333;
}
#wrappar #service div table th.blu01 {
	background: #0075b6;
	color: #fff;
	border-bottom: #fff solid 2px;
}

#wrappar #service div table .grn01 td,
#wrappar #service div table .grn01 th {
	background: #60a85b;
	color: #fff;
}
#wrappar #service div table .grn02 td,
#wrappar #service div table .grn02 th {
	background: #d0e2b0;
	color: #333;
}
#wrappar #service div table .grn03 td,
#wrappar #service div table .grn03 th {
	background: #e5f0d2;
	color: #333;
}
#wrappar #service div table th.grn01 {
	background: #60a85b;
	color: #fff;
	border-bottom: #fff solid 2px;
}

#wrappar #service div table .yel01 td,
#wrappar #service div table .yel01 th {
	background: #fec200;
}
#wrappar #service div table .yel02 td,
#wrappar #service div table .yel02 th {
	background: #ffeeb8;
}
#wrappar #service div table .yel03 td,
#wrappar #service div table .yel03 th {
	background: #fffaea;
}
#wrappar #service div table th.yel01 {
	background: #fec200;
	border-bottom: #fff solid 2px;
}

#wrappar #service div table .red01 td,
#wrappar #service div table .red01 th {
	background: #ce6a23;
	color: #fff;
}
#wrappar #service div table .red02 td,
#wrappar #service div table .red02 th {
	background: #eccb87;
}
#wrappar #service div table .red03 td,
#wrappar #service div table .red03 th {
	background: #f5e8c9;
}
#wrappar #service div table th.red01 {
	background: #ce6a23;
	color: #fff;
	border-bottom: #fff solid 2px;
}

/* function */

#wrappar #service div p.func {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	display: block;
	font-size: 10px;
	border: #900 solid 1px;	
}

@media only screen and (max-width:1120px){
	
	/*---------------------------------------------
	  TITLE
	---------------------------------------------*/

	#wrappar #title {
		width: 90%;
		padding: 60px 0 0 0;
	}
	#wrappar #title img {
		width: 460px;
		margin: 100px 0 5px 2%;
		right: -4%;
	}
	#wrappar #title h2 {
		padding: 30px 0 40px 0;
		float: none;
		clear: both;
	}
	#wrappar #title h2:before {
		display: none;
	}
	
	/*---------------------------------------------
	  SERVICE
	---------------------------------------------*/

	/* page link */

	#wrappar #service ul.links {
		width: 90%;
	}

	/* mark info */

	#wrappar #service ul.mark {
		width: 90%;
	}
	#wrappar #service ul.mark li {
		font-size: 14px;
		line-height: 2em;
	}
	
	/* table */

	#wrappar #service div {
		width: 90%;
		padding: 20px;
	}
}


@media only screen and (max-width:768px){
	
	/*---------------------------------------------
	  TITLE
	---------------------------------------------*/

	#wrappar #title {
		padding: 40px 0 30px 0;
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	#wrappar #title img {
		width: 300px;
		margin: 10px auto 11px auto;
		float: none;
		clear: both;
		right: 0;
		order: 5;
	}
	#wrappar #title h1 {
		font-size: 30px;
	}
	#wrappar #title h1 span {
		padding: 15px 0 0 0;
		font-size: 11px;
	}
	#wrappar #title h2 {
		padding: 30px 0 0 0;
		font-size: 16px;
	}
	#wrappar #title p {
		padding: 20px 0 0 0;
	}
	
	/*---------------------------------------------
	  SERVICE
	---------------------------------------------*/

	#wrappar #service {
		padding: 30px 0 0 0;
	}
	
	/* page link */

	#wrappar #service ul.links {
		width: 95%;
		padding: 0;
	}
	#wrappar #service ul.links li {
		width: 50%;
		height: auto;
		padding: 10px 10px 10px 0;
		border-left: rgba(255,255,255,0.3) solid 2px;
	}
	#wrappar #service ul.links li:first-child,
	#wrappar #service ul.links li:first-child + li {
		border-bottom: rgba(255,255,255,0.3) solid 2px;
	}
	#wrappar #service ul.links li:first-child + li + li {
		border-left: none;
	}
	#wrappar #service ul.links li a {
		font-size: 16px;
	}
	#wrappar #service ul.links li.active:before {
		height: 44px;	
		top: 0;
	}
	#wrappar #service ul.links li.active,
	#wrappar #service ul.links li.active + li {
		border-left: rgba(255,255,255,0.3) solid 2px;
	}

	/* mark info */

	#wrappar #service ul.mark {
		width: 95%;
		margin: 20px auto;
		padding: 10px 5%;
	}
	#wrappar #service ul.mark:before,
	#wrappar #service ul.mark:after {
		display: none;
	}
	#wrappar #service ul.mark li {
		width: 100%;
		font-size: 11px;
		padding: 0;
	}
	#wrappar #service ul.mark li:last-child {
		padding: 5px 0 0 0;
	}
	#wrappar #service ul.mark li:last-child br {
		display: none;
	}
	
	/* table */
	
	#wrappar #service div {
		width: 100%;
		margin: 0 auto 50px auto;
		padding: 5%;
	}
	#wrappar #service div table {
		text-align: center;
	}
	#wrappar #service div table td,
	#wrappar #service div table th,
	#wrappar #service div table th.ctgy {
		width: 12.5%;
		min-width: 12.5%;
		padding: 10px 5px;
		vertical-align: top;
	}
	#wrappar #service div table th span {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		-webkit-text-orientation: upright;
		text-orientation: upright;
		text-align: center;
		white-space: nowrap;
	}
	#wrappar #service div table th em {
		width: 1.5em;
		line-height: 1.5em;
		margin: 5px auto 0 auto;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		-webkit-text-orientation: upright;
		text-orientation: upright;
		text-align: center;
		white-space: nowrap;
	}
	#wrappar #service div table th.srv_ti {
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
	#wrappar #service div table td {
		font-size: 18px;
	}
	#wrappar #service div table th img {
		width: 30px;
		padding: 0;
	}
	#wrappar #service div table td a {
		width: 25px;
		height: auto;
		margin: 5px auto 0 auto;
		padding: 10px 0 25px 0;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-align: center;
		white-space: nowrap;
	}
	#wrappar #service div table td a:after {
		top: initial;
		top: auto;
		bottom: 5px;
	}
	
	/* function */

	#wrappar #service div p.func {
		width: 95%;
		margin: 20px auto 40px auto;
		background: #fff;
		border: none;
	}

}
