@charset "utf-8";

/*
	* Name: responsive.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license
*/


/* Stylesheet Document */

@media screen and (max-width: 980px) {

	/* ========================================
	   * 領域設定 - Header -
	======================================== */

	header > div.container {
		width: 92%;
	}


	/* ========================================
	   * 領域設定 - Contents -
	======================================== */

 	#contents > div.title > div.container {
		width: 92%;
	}

	#contents > div.separate {
		width: 92%;
	}

	#contents > div.separate #main > div.partition > div.container {
		width: 100%;
	}

	#contents > div.container div.wrapper {
		width: 92%;
	}


	/* ========================================
	   * 領域設定 - Main -
	======================================== */

	#main > div.partition > div.container {
		width: 92%;
	}

	#main nav.main {
	}


	/* ========================================
	   * 領域設定 - Footer -
	======================================== */

	footer > nav.footer > div.container {
		width: 92%;
	}

	footer div.copyright {
		width: 92%;
	}

}


@media screen and (max-width: 720px) {

	/* ========================================
	   * 領域設定 - Header -
	======================================== */

	header > div.container > div.global {
		display: none;
	}

	header > div.container nav.header {
		display: block;
	}

	header > div.container nav.header > ul {
		list-style-type: none;
	}

	header > div.container nav.header > ul:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		line-height: 0; /* CSS HACK: Safari */
		font-size: 0; /* CSS HACK: Firefox3 */
		visibility: hidden;
	}

	header > div.container nav.header > ul > li {
		float: left;
	}

	header > div.container nav.header > ul > li > a {
		display: block;
		text-decoration: none;
	}

	header > div.container nav.header > ul > li > a.button {
		background-color: #000000;
		border-radius: 4px;
		color: #ffffff;
		font-size: 112%;
		line-height: 1.0;
		padding: 12px 20px 12px 48px;
		position: relative;
		text-transform: uppercase;
	}

	header > div.container nav.header > ul > li > a.button:before {
		background-repeat: no-repeat;
		background-size: auto 18px !important;
		content: '';
		display: inline-block;
		height: 18px;
		left: 0;
		position: absolute;
		top: calc(50% - 18px / 2);
		width: calc(100% - 18px * 2);
	}

	header > div.container nav.header > ul > li.menu > a.button:before,
		header > div.container nav.header > ul > li.menu.open > a.button:before {
			background-position: 16px center;
	}

	header > div.container nav.header > ul > li.menu > a.button:before {
		background-image: url("../../img/icon_menu.png");
	}

	header > div.container nav.header > ul > li.menu.open > a.button:before {
		background-image: url("../../img/icon_close.png");
	}

	header + div.navigation {
		border-bottom: 1px solid #e7e6e6;
		border-top: 1px solid #e7e6e6;
		box-shadow: 0 0 4px 0 rgba(0,0,0,0.08);
		padding: 18px 0 8px 0;
	}


	/* ========================================
	   * 領域設定 - Nav.global -
	======================================== */

	nav.global {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 92%;
	}

	nav.global > ul {
		margin-left: -1%;
		margin-right: -1%;
		width: 102%;
	}

	nav.global > ul:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		line-height: 0; /* CSS HACK: Safari */
		font-size: 0; /* CSS HACK: Firefox3 */
		visibility: hidden;
	}

	nav.global > ul > li {
		display: block !important;
		float: left;
		margin-bottom: 2%;
		margin-left: 1%;
		margin-right: 1%;
		width: 48%;
	}

	nav.global > ul > li > a {
		border: 1px solid #e7e6e6;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	nav.global > ul > li > a > span.pc {
		display: none;
	}


	/* ========================================
	   * 領域設定 - Navigation -
	======================================== */

	.config {
		margin-left: auto;
		margin-right: auto;
		width: 92%;
	}

	.config > div {
		float: none;
	}

	.config > div.language {
		margin-bottom: 18px;
	}

	.config > div.language > ul > li {
		border-right: none;
		font-size: 100%;
		width: 33.3%;
	}

	.config > div.language > ul > li > a {
		border-right: 1px dotted #e1e1df;
	}

	.config > div.search {
		margin-left: auto;
		margin-right: auto;
		width: 80% !important;
	}

	.config > div.search > form > input.searchbox,
		.config > div.search > form > button {
			float: none;
			padding-bottom: 8px;
			padding-top: 8px;
			width: 100%;
	}

	.config > div.search > form > input.searchbox {
		padding-left: 34px;
	}

	.config > div.search > form > button {
		border-radius: 0 0 4px 4px;
	}


	/* ========================================
	   * 領域設定 - Main -
	======================================== */

	#main div.search > form > div {
		float: none;
	}

	#main div.search > form > div.input {
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
		width: 100%;
	}

	#main div.search > form > div.input > table {
		margin-bottom: 18px;
	}

	#main div.search > form > div.input > table tr > th,
		#main div.search > form > div.input > table tr > td {
			padding-top: 0;
	}

	#main div.search > form > div.input > table tr > th {
		background-color: inherit;
		border-right: none;
		width: 32%;
	}

	#main div.search > form > div.input > table tr > td {
		border-left: none;
	}

	#main div.search > form > div.input > table tr > td > select {
		width: 100%;
	}

	#main div.search > form > div.button {
		width: 100%;
	}

}


@media screen and (max-width: 640px) {

	/* ========================================
	   * 領域設定 - Header -
	======================================== */

	header > div.container {
		padding-bottom: 20px;
		padding-top: 20px;
	}


	/* ========================================
	   * 領域設定 - Contents -
	======================================== */

	#contents {
		margin-bottom: 30px;
	}

 	#contents > div.title > div.container {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	#contents > div.container {
		margin-bottom: 30px;
	}

	#contents > div.container.border {
		padding-top: 30px;
	}

	#contents > div.container.gray {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	#contents > div.separate {
		padding-top: 30px;
	}

	#contents div.separate > div {
		float: none;
	}

	#contents > div.separate > #main {
		margin-bottom: 18px;
		margin-right: 0;
		width: 100%;
	}

	#contents > div.separate > #sidebar {
		width: 100%;
	}

	#contents nav.contact > ul {
		margin-bottom: -30px;
		margin-top: -30px;
	}

	#contents nav.contact > ul > li {
		border-bottom: 1px dotted #d5d5d5;
		float: none;
		width: 100% !important;
	}

	#contents nav.contact > ul > li:last-child {
		border-bottom: 1px dotted #d5d5d5;
	}

	#contents nav.contact > ul > li > a {
		border-right: none;
		padding-bottom: 18px;
		padding-top: 18px;
	}

	#contents nav.contact > ul > li > a > span {
		margin-bottom: 8px;
	}

	#contents nav.contact > ul > li > a > span.number > span > span.small {
		display: inline-block;
		font-size: 80%;
		margin-right: 4px;
	}

	#contents nav.contact > ul > li > a > span.number > span.tel + br {
		display: none;
	}

	#contents nav.contact > ul > li > a > span.button {
		padding: 2% 6% 2% 6%;
	}

	#contents ol.servicelist {
		margin-bottom: 30px;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	#contents ol.servicelist > li {
		float: none;
		margin-bottom: 4% !important;
		margin-left: 0;
		margin-right: 0;
		width: 100% !important;
	}

	#contents ol.servicelist > li:last-child {
		margin-bottom: 0;
	}

	#contents ol.servicelist > li > a {
		height: auto !important;
	}

	#contents ol.servicelist > li > a > span.photo {
		margin-bottom: 10px;
	}

	#contents ol.servicelist > li > a > span.title {
		margin-bottom: 10px;
	}

	#contents ol.servicelist > li > a > span.title > span.title {
		margin-bottom: 6px;
	}

	#contents ol.servicelist.arrow > li > a > span.photo {
		margin-bottom: 4px;
	}


	/* ========================================
	   * 領域設定 - Main -
	======================================== */

	#main {
		padding-top: 30px;
	}

	#main h3 {
		margin-bottom: 14px;
	}

	#main h4 {
		margin-bottom: 10px;
	}

	#main h4.border {
		margin-bottom: 14px;
	}

	#main h4.separate {
		margin-bottom: 20px;
	}

	#main h4.separate > span {
		float: none !important;
		height: auto !important;
		width: 100%;
	}

	#main h4.separate > span.title,
		#main h4.separate > span.title > span.title {
			position: static;
	}

	#main h4.separate.gray > span.title {
		padding-bottom: 18px;
		padding-top: 18px;
	}

	#main h5 {
		margin-bottom: 10px;
	}

	#main p {
		margin-bottom: 20px;
	}

	#main > div.partition {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	#main > div.partition.gray {
		padding-top: 30px;
	}

	#main > div.partition.gray.noborder {
		margin-top: -30px;
	}

	#main div.paragraph {
		margin-bottom: 30px;
	}

	#main div.search {
		margin-bottom: 14px;
	}

	#main div.search > h5 {
		padding: 8px 12px 8px 12px;
	}

	#main div.search > form {
		padding: 10px 18px 10px 18px;
	}

	#main div.contactlist > div.container > h5.twotone {
		padding: 10px 14px 10px 14px;
	}

	#main div.contactlist > div.container > ul > li {
		background: none;
		padding: 12px;
	}

	#main div.contactlist > div.container > ul > li > a {
		background: url("../../img/icon_arrow_black02.png") left center no-repeat;
		background-size: 4px auto;
		display: block;
		padding-left: 18px;
	}

	#main div.overflow {
		position: relative;
		overflow: auto;
	}

	#main div.overflow > table {
		width: 130% !important;
	}

	#main > div.container.w100p div.overflow > table {
		margin-left: auto;
		margin-right: auto;
		width: 96% !important;
	}

	#main nav.main {
		margin-bottom: 30px;
	}

	#main nav.main > ul {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	#main nav.main > ul > li {
		float: none;
		margin-bottom: 4% !important;
		margin-left: 0;
		margin-right: 0;
		width: 100% !important;
	}

	#main nav.main > ul > li:last-child {
		margin-bottom: 0 !important;
	}

	#main nav.main > ul > li > a {
		height: auto !important;
		padding-bottom: 16px;
	}

	#main nav.main > ul > li > a > span.message {
	}

	#main nav.main.photo > ul > li > a > span.photo {
		margin-bottom: 16px;
	}

	#main nav.main.photo > ul > li > a > span.photo img {
		display: block;
		height: auto;
		width: 100%;
	}

	#main nav.main.photo > ul > li > a > span.photo {
		border: 1px solid #d5d5d5;
		padding: 4px;
	}

	#main nav.main.photo > ul > li > a > span.photo > span.photo {
	}

	#main nav.main.photo > ul > li > a > span.title,
		#main nav.main.photo > ul > li > a > span.title > span.title {
			position: static;
	}

	#main nav.main.photo > ul > li > a > span.title {
	}

	#main nav.main.photo > ul > li > a > span.title > span.title {
		padding-right: 42px;
	}

	#main nav.main.photo > ul > li > a > span.title > span.title:after {
		background: url("../img/icon_arrow_black02.png") 100% center no-repeat;
		background-size: auto 10px;
		content: '';
		display: inline-block;
		margin: 0 auto 0 auto;
		position: absolute;
		height: 12px;
		left: 0;
		right: 0;
		transition: all 0.5s;
		top: calc(50% - 10px / 2);
		width: calc(100% - 0 * 2);
	}

	#main nav.main.product > ul,
		#main nav.main.product > ul > li,
			#main nav.main.product > ul > li > a {
		position: relative;
	}

	#main nav.main.product > ul > li > a {
		font-size: 100%;
	}

	#main nav.main.product.frame > ul > li > a > span.photo {
		border-color: #e2e2e2;
		padding: 1px;
	}

	#main nav.main.product.frame > ul > li > a > span.photo > span.photo {
		box-shadow: 0 0 4px 0 rgba(0,0,0,0.08) inset;
		padding-bottom: 18px;
		padding-top: 18px;
	}

	#main nav.main.product > ul > li > a > span.photo > span.photo > img {
		margin-left: auto;
		margin-right: auto;
		height: auto;
		max-height: 80px;
		width: auto;
	}

	#main nav.main.product > ul > li > a {
		border-bottom: none;
		padding-bottom: 0;
	}

	#main nav.main.product > ul > li > a > span.title {
		border-bottom: 1px dotted #e2e2e2;
		padding-bottom: 18px;
	}

	#main nav.main.product > ul > li > a > span.title > span.title {
		background: url("../img/icon_arrow_black01.png") left center no-repeat;
		background-size: auto 6px;
		padding-left: 14px;
		padding-right: 0;
	}

	#main nav.main.product > ul > li > a > span.title > span.title:after {
		background: none;
	}

	#main nav.main.photo > ul.triple > li > a {
		font-size: 100%;
	}

	#main nav.linkbox > ul {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	#main nav.linkbox > ul > li {
		float: none;
		margin-bottom: 4% !important;
		margin-left: auto;
		margin-right: auto;
		width: 100% !important;
	}

	#main nav.linkbox > ul > li > a,
		#main nav.linkbox > ul > li > a > span {
			position: static;
	}

	#main nav.linkbox > ul > li > a {
		height: auto !important;
		padding-bottom: 14px;
		padding-top: 14px;
	}

	#main div.img_c img {
		max-width: none !important;
		width: 90% !important;
	}

	#main div.img_c > div.photo {
		width: 100% !important;
	}

	#main ul,
		#main ol {
			margin-bottom: 20px;
	}

	#main ul.linklist {
		margin-bottom: 30px;
	}

	#main ul.linklist:not(ul.linklist.inline) > li {
		background: none;
		padding-bottom: 0;
		padding-left: 0;
		padding-top: 0;
	}

	#main ul.linklist:not(ul.linklist.inline) > li > a {
		background: url("../../img/icon_arrow_black02.png") 18px center no-repeat;
		background-size: auto 6px;
		display: block;
		padding: 16px 16px 16px 34px;
	}

	#main ul.button.double > li {
		float: none;
		margin-bottom: 4% !important;
		margin-left: 0;
		margin-right: 0;
		width: 100% !important;
	}

	#main ul.button.double > li {
		margin-bottom: 0;
	}

	#main ol.pointlist {
		margin-bottom: 30px;
	}

	#main ol.pointlist > li {
		margin-bottom: 30px;
	}

	#main ol.pointlist > li > div.separate {
		margin-bottom: 30px;
	}

	#main ol.pointlist > li > div.separate > div.photo {
		margin-right: 0;
		width: 100%;
	}

	#main ol.pointlist > li > div.separate > div.photo > img {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}

	#main ol.pointlist > li > div.separate > div.information {
		width: 100%;
	}

	#main ul.photolist {
		margin-bottom: 30px;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	#main ul.photolist > li {
		float: none;
		height: auto !important;
		margin-bottom: 6% !important;
		margin-left: 0;
		margin-right: 0;
		width: 100% !important;
	}

	#main ul.photolist > li:last-child {
		margin-bottom: 0 !important;
	}

	#main ul.photolist > li > img.img_y,
		#main ul.photolist > li > div.photo > img.img_y {
			height: auto;
			width: 50%;
	}

	#main ul.photolist > li > div.photo {
		height: auto !important;
	}

	#main ul.logolist {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	#main ul.logolist > li {
		float: none;
		margin-bottom: 4% !important;
		margin-left: 0;
		margin-right: 0;
		width: 100% !important;
	}

	#main ul.logolist > li:last-child {
		margin-bottom: 0;
	}

	#main ul.logolist > li > a,
		#main ul.logolist > li > a > img,
			#main ul.logolist > li > span,
				#main ul.logolist > li > span > img {
					position: static;
	}

	#main ul.logolist > li > a {
		height: auto !important;
	}

	#main dl.newslist > dt,
		#main dl.newslist > dd,
			#main dl.newslist > dd > span.label,
				#main dl.newslist > dd > span.label + a,
					#main dl.newslist > dd > span.label + span {
						position: static;
	}

	#main dl.newslist > dt {
		float: none;
		margin-bottom: 4px;
		padding-bottom: 0;
		padding-top: 8px;
	}

	#main dl.newslist > dd > span.label {
		margin-right: 10px;
	}

	#main dl.newslist > dd > a:hover {
		text-decoration: none;
	}

	#main dl.newslist.arrow > dt {
		background: none;
	}

	#main dl.newslist.arrow > dd {
		padding-left: 12px !important;
		padding-top: 0;
	}

	#main dl.newslist.arrow > dd > a {
		background: url("../../img/icon_arrow_black02.png") left center no-repeat;
		background-size: auto 6px;
		padding-left: 12px;
	}

	#main div.overflow > table {
		width: auto;
	}

	#main > div.container.w100p div.overflow > table {
		margin-left: auto;
		margin-right: auto;
		width: 96% !important;
	}

	#main table {
		margin-bottom: 20px;
	}

	#main table.responsive tr th,
		#main table.responsive tr td {
			border-left: none;
			box-sizing: border-box;
			display: block;
			padding: 10px 14px 10px 14px;
			width: auto;
	}

	#main table.responsive tr th {
		border-right: none;
		width: 100% !important;
	}

	#main table.responsive thead {
		/*display: none;*/
	}

	#main table.responsive tbody tr td {
		text-align: left;
	}

	#main table.responsive tbody tr td > span.title {
		display: inline;
		font-weight: bold;
	}


	/* ========================================
	   * 領域設定 - Side Bar -
	======================================== */

	#sidebar {
		margin-bottom: 0;
	}

	#sidebar nav.sidebar ul > li {
		background: none;
		padding: 0;
	}

	#sidebar nav.sidebar ul > li > a {
		background: url("../../img/icon_arrow_black01.png") 14px center no-repeat;
		background-size: auto 6px;
		display: block;
		padding: 14px 20px 14px 30px;
	}

	#sidebar nav.sidebar > ul.accordion > li > h6 + ul > li > a + ul {
		margin-bottom: 0;
		margin-left: 0;
	}

	#sidebar nav.sidebar > ul.accordion > li > h6 + ul > li > a + ul > li {
		background-position: left center;
		padding-bottom: 0;
		padding-left: 0;
		padding-top: 0;
	}


	/* ========================================
	   * 領域設定 - Footer -
	======================================== */

	footer > nav.footer {
		padding-bottom: 0;
		padding-top: 0;
	}

	footer > nav.footer > div.container {
		max-width: none;
		padding: 0;
		width: 100%;
	}

	footer > nav.footer > div.container > ul {
		margin-left: 0;
		margin-right: 0;
	}

	footer > nav.footer > div.container > ul > li {
		float: none;
		margin-left: 0;
		margin-right: 0;
		width: 100% !important;
	}

	footer > nav.footer > div.container > ul > li > h6 {
		border-bottom: 1px solid #dedede;
		margin-bottom: 0 !important;
		padding: 0;
	}

	footer > nav.footer > div.container > ul > li > h6 > a {
		padding: 3%;
		position: relative;
	}

	footer > nav.footer > div.container > ul > li > h6 > a:after {
		background: url("../../img/icon_arrow_black_bottom.png") right center no-repeat;
		background-size: auto 6px;
		content: '';
		display: inline-block;
		position: absolute;
		height: 6px;
		left: 0;
		right: 0;
		transition: all 0.5s;
		top: calc(50% - 6px / 2);
		width: calc(100% - 10px * 2);
	}

	footer > nav.footer > div.container > ul > li > h6.open > a:after {
		background-image: url("../../img/icon_arrow_black_top.png");
	}

	footer > nav.footer > div.container > ul > li > h6 + ul {
		display: none;
		margin-bottom: 0 !important;
	}

	footer > nav.footer > div.container > ul > li > ul > li {
		background: none;
		border-bottom: 1px dotted #cecece;
		padding-left: 0;
	}

	footer > nav.footer > div.container > ul > li > ul > li:last-child {
		border-bottom: none;
	}

	footer > nav.footer > div.container > ul > li:nth-child(3) > ul > li:last-child {
		border-bottom: 1px dotted #cecece;
	}

	footer > nav.footer > div.container > ul > li > ul > li > a {
		background: url("../../img/icon_arrow_black02.png") 12px center no-repeat;
		background-size: auto 6px;
		display: block;
		padding: 12px 12px 12px 24px;
	}

	footer > nav.footer > div.container > ul > li > ul > li.group {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 18px;
		margin-top: 18px !important;
		width: 92%;
	}

	footer > nav.footer > a.pagetop {
		border-radius: 2px;
		bottom: 0;
		margin-bottom: 18px;
		margin-left: auto;
		margin-right: auto;
		position: static;
		right: 0;
	}

	footer > nav.footer > a.pagetop,
		footer > nav.footer > a.pagetop > img {
			margin-left: auto;
			margin-right: auto;
	}

	footer > nav.footer > a.pagetop {
		background-color: #373735;
		bottom: 0;
		margin-bottom: 18px;
		max-height: none;
		max-width: none;
		position: static;
		right: 0;
		width: 92%;
	}

	footer > nav.footer > a.pagetop > img {
		max-height: 42px;
		width: auto;
	}


	/* ========================================
	   * 個別設定 - トップ -
	======================================== */

	body.top #topimage > h2 {
		font-size: 140%;
		width: 80%;
	}

	body.top #main div.announcement {
	}

	body.top #main div.announcement > div dl.newslist {
		margin-bottom: 30px;
	}

	body.top #main div.announcement > div:last-child dl.newslist {
		margin-bottom: 0;
	}

	body.top #main div.announcement.double {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	body.top #main div.announcement.double > div {
		float: none;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	body.top #main nav.separate {
		margin-bottom: 30px;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	body.top #main nav.separate > div {
		float: none;
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}


	/* ========================================
	   * 個別設定 - 会社案内 -
	======================================== */

	body.corporate #main table tr > td > ol.officerlist > li > table tr > th,
		body.corporate #main table tr > td > ol.officerlist > li > table tr > td {
			display: inline-block;
			padding-bottom: 0;
			padding-top: 0;
			width: auto !important;
	}

	body.corporate #main table tr > td > ol.officerlist > li > table tr > th {
		font-weight: bold;
	}

	body.corporate #main table tr > td > ol.officerlist > li > table tr > th:after {
		content: ':';
		display: inline-block;
	}

	body.corporate #main table tr > td > ol.officerlist > li > table tr > td {
		padding-left: 0;
	}

}


@media screen and (max-width: 480px) {
}