@charset "utf-8";

header {
	background: #262626;
}

#s_nav {
	background: #262626;
}

#s_nav_logo img {
	background: #262626;
}

ul#s_nav_menu li a {
	background: #262626;
}

footer {
	background: #262626;
}

input, select, textarea, button {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#renew-content * {
	margin: 0;
	padding: 0;
	line-height: 2;
	font-size: 16px;
	color: #363439;
}

#renew-content a {
	color: #138bc9;
	text-decoration: underline;
}

#renew-content img {
	vertical-align: bottom;
	line-height: 1;
	font-size: 1px;
	max-width: 100%;
}


#renew-content li {
	display: list-item;
	font-size: inherit;
	vertical-align: baseline;
}

/* section */

#renew-content .section-type1 {
	margin: 20px 0 40px;
	background: #fff;
	clear: both;
}

@media (min-width: 768px) and (max-width: 1024px) {
	#renew-content .section-type1 {
		margin: 40px 0 60px;
	}
}

@media (min-width: 1025px) {
	#renew-content .section-type1 {
		margin: 40px 0 60px;
	}
}

#renew-content .section-type2 {
	background: #f7f7f7;
}

#renew-content .section-type3 {
	background: #f8f8f7;
}

#renew-content .section-type4 {
	margin: 50px 0 0;
}

#renew-content .section-second {
	margin: 20px 0;
}

@media (min-width: 1025px) {
	#renew-content .section-second {
		margin: 40px 0 60px;
	}
}

/* content-area */

#renew-content .content-area {
	margin: 0 auto;
	padding: 0 7%;
}

@media (min-width: 1025px) {
	#renew-content .content-area {
		padding: 0;
		width: 980px;
	}
}

/* image */

#renew-content .image {
	padding: 5px 0;
	text-align: center;
}

/* text */

#renew-content .lead-txt {
	margin-bottom: 2em;
	line-height: 2;
}

/* list */

#renew-content .list {
	margin-bottom: 1.3em;
	line-height: 2;
}

#renew-content .list li {
	padding-left: 17px;
	background: url(images/common/ico_list_1.png) no-repeat left 15px;
}

#renew-content .list2 li {
	margin-bottom: 1px;
	padding: 1em 1em 1em 2em;
	background: #ededed url(images/common/ico_list_1.png) no-repeat 20px 28px;
	font-weight: bold;
}

@media (max-width: 767px) {
	#renew-content .list2 li {
		margin-bottom: 0;
		padding: 0 0 0 17px;
		background: url(images/common/ico_list_1.png) no-repeat left 12px;
		color: #55505c;
	}
}

/* table */

#renew-content .table-type1 * {
	font-size: 14px;
}

#renew-content .table-type1 table {
	border-collapse: collapse;
	border: 1px solid #fff;
	width: 100%;
}

#renew-content .table-type1 th,
#renew-content .table-type1 td {
	border: 1px solid #fff;
	letter-spacing: -1px;
}

#renew-content .table-type1 tr.odd th,
#renew-content .table-type1 tr.odd td {
	background: #f7f7f7;
}

#renew-content .table-type1 tr.even th,
#renew-content .table-type1 tr.even td {
	background: #ededed;
}

#renew-content .table-type1 thead th {
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	color: #000;
}

#renew-content .table-type1 tbody th {
	padding: 25px;
	text-align: left;
	color: #000;
	vertical-align: top;
}

#renew-content .table-type1 tbody th {
	font-weight: normal;
}

#renew-content .table-type1 tbody .td-image {
	padding: 0;
}

#renew-content .table-type2 table {
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
	width: 100%;
}

@media (max-width: 767px) {
	#renew-content .table-type2 table * {
		font-size: 12px;
	}
}

#renew-content .table-type2 th,
#renew-content .table-type2 td {
	border: 1px solid #e5e5e5;
	padding: 15px 20px;
}

@media (max-width: 767px) {
	#renew-content .table-type2 th,
	#renew-content .table-type2 td {
		padding: 7px 10px;
	}

}

#renew-content .table-type2 tr:nth-child(odd) th,
#renew-content .table-type2 tr:nth-child(odd) td {
	background: #f7f7f7;
}

#renew-content .table-type2 tr:nth-child(even) th,
#renew-content .table-type2 tr:nth-child(even) td {
	background: #fff;
}

#renew-content .table-type2 tbody th {

	text-align: left;
	color: #363439;
	font-weight: bold;
	vertical-align: top;
}

/* link-list */

#renew-content .link-type1-box {
	margin: 5px 0;
	padding: 5px;
	border: 4px solid #cccccc;
	background: #fff;
	text-align: center;
}

#renew-content .link-type1-box ul {
	display: inline-block;

}

#renew-content .link-type1 li {
	margin-left: 20px;
	text-indent: -20px;
}

#renew-content .link-type1 a {
	padding-left: 20px;
	display: inline !important;
	background: url(images/common/ico_link_1.png) no-repeat left center;
}

/* link-box */

#renew-content .link-box {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 768px) and (max-width: 1024px) {
	#renew-content .link-box a:after {
		display:block;
		content:"";
		clear:both;
	}
}

@media (min-width: 1025px) {
	#renew-content .link-box a:after {
		display:block;
		content:"";
		clear:both;
	}
}

#renew-content .column-block + .column-block .link-box {
	border-top: 0;
}

#renew-content .link-box a {
	padding: 22px 30px 22px 0;
	display: block;
	background: url(images/common/ico_link_2.png) no-repeat right center;
	text-decoration: none;
}

#renew-content .link-box .link-box-image {
	width: 14.3%;
	float: left;
}

#renew-content .link-box .link-box-txt {
	width: 80.5%;
	float: right;
}

#renew-content .link-box .link-box-date {
	font-size: 12px;
}

#renew-content .link-box .link-box-title {
	color: #007fc0;
	font-weight: bold;
	text-decoration: underline;
}

/* title */

#renew-content .tit-box {
	position: relative;
}

#renew-content .tit-box .detail-link {
	position: absolute;
	right: 0;
	bottom: 28px;
}

#renew-content .tittype-1 {
	margin-bottom: 20px;
	padding-bottom: 8px;
	color: #000000;
	border-bottom: 4px solid #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
}

@media (min-width: 1025px) {
	#renew-content .tittype-1 {
		margin-bottom: 35px;
		padding-bottom: 20px;
		font-size: 25px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	#renew-content .tit-box .detail-link {
		bottom: 12px;
	}
}

@media (max-width: 767px) {
	#renew-content .tit-box {
		margin-bottom: 20px;
	}
	#renew-content .tit-box .tittype-1 {
		margin-bottom: 5px;
	}
	#renew-content .tit-box .detail-link {
		position: static;
		text-align: right;
	}
}

#renew-content .tittype-2 {
	margin-bottom: 20px;
	padding-bottom: 8px;
	color: #000000;
	border-bottom: 2px solid #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.17;
}

@media (max-width: 767px) {
	#renew-content .tittype-2 {
		font-size: 18px;
	}
}

/* content-header */

#renew-content .content-header {
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	background-position: center top;
	min-height: 284px;
}

@media (max-width: 767px) {
	#renew-content .content-header {
		background: none;
		min-height: 100px;
	}
}

#renew-content .content-header .content-header-cell {
	display: table-cell;
	vertical-align: middle
}

@media (max-width: 767px) {
	#renew-content .content-header .content-header-cell {
		background-repeat: no-repeat;
		background-size: cover;
		background-color: transparent;
		background-position: center top;
		min-height: 100px;
	}
}

#renew-content .content-header h1 {
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

#renew-content .content-header h1.tit-style-case {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	background: url(images/case/bg_casecommon_header_1.png) no-repeat left bottom;
	color: #000;
}

@media (max-width: 767px) {
	#renew-content .content-header h1 {
		padding: 0 25px;
		font-size: 20px;
	}
	#renew-content .content-header h1.tit-style-case {
		margin-bottom: 0;
		padding-bottom: 0;
		font-size: 13px;
		background: none;
		line-height: 1.8;
	}
}

#renew-content .content-header .page-description {
	color: #000;
	font-size: 24px;
	line-height: 1.9;
}

@media (max-width: 767px) {
	#renew-content .content-header .page-description {
		padding: 15px 7%;
		background: #eaeaea;
		font-size: 13px;
	}
}

/* topic-path */

#renew-content .topic-path {
	margin-top: 20px;
	margin-bottom: 3px;
}

#renew-content .topic-path * {
	font-size: 14px;
	line-height: 1.3;
}

#renew-content .topic-path-list li {
	display: inline;
}

#renew-content .topic-path-list li:not(:last-child) {
	padding-right: 18px;
	background: url(images/common/bg_topicpath_1.png) no-repeat right center;
}

#renew-content .topic-path-list a {
	padding-left: 13px;
	background: url(images/common/ico_link_3.png) no-repeat left center;
	border: 0;
	width: auto;
}

/* column */

@media (min-width: 768px) and (max-width: 1024px) {
	#renew-content .twocolumn-type1:after {
		display:block;
		content:"";
		clear:both;
	}
	#renew-content .twocolumn-type1 .column {
		width: 65.3%;
		float: left;
	}
	#renew-content .twocolumn-type1 .column-end {
		width: 29.6%;
		float: right;
	}
}

@media (min-width: 1025px) {
	#renew-content .twocolumn-type1:after {
		display:block;
		content:"";
		clear:both;
	}
	#renew-content .twocolumn-type1 .column {
		width: 65.3%;
		float: left;
	}
	#renew-content .twocolumn-type1 .column-end {
		width: 29.6%;
		float: right;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	#renew-content .twocolumn-type2:after {
		display:block;
		content:"";
		clear:both;
	}
	#renew-content .twocolumn-type2 .column {
		width: 65.3%;
		float: right;
	}
	#renew-content .twocolumn-type2 .column-end {
		width: 29.6%;
		float: left;
	}
}

@media (min-width: 1025px) {
	#renew-content .twocolumn-type2:after {
		display:block;
		content:"";
		clear:both;
	}
	#renew-content .twocolumn-type2 .column {
		width: 65.3%;
		float: right;
	}
	#renew-content .twocolumn-type2 .column-end {
		width: 29.6%;
		float: left;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	#renew-content .twocolumn-type3:after {
		display:block;
		content:"";
		clear:both;
	}
	#renew-content .twocolumn-type3 .column {
		width: 46.9%;
		float: left;
	}
	#renew-content .twocolumn-type3 .column-end {
		float: right;
	}
}

@media (min-width: 1025px) {
	#renew-content .twocolumn-type3:after {
		display:block;
		content:"";
		clear:both;
	}
	#renew-content .twocolumn-type3 .column {
		width: 46.9%;
		float: left;
	}
	#renew-content .twocolumn-type3 .column-end {
		width: 46.9%;
		float: right;
	}
}


@media (min-width: 768px) and (max-width: 1024px) {
	#renew-content .twocolumn-type4:after {
		display:block;
		content:"";
		clear:both;
	}
	#renew-content .twocolumn-type4 .column {
		width: 29.6%;
		float: right;
	}
	#renew-content .twocolumn-type4 .column-end {
		width: 65.3%;
		float: left;
	}
}

@media (min-width: 1025px) {
	#renew-content .twocolumn-type4:after {
		display:block;
		content:"";
		clear:both;
	}
	#renew-content .twocolumn-type4 .column {
		width: 29.6%;
		float: right;
	}
	#renew-content .twocolumn-type4 .column-end {
		width: 65.3%;
		float: left;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	#renew-content .threecolumn-type1:after {
		display:block;
		content:"";
		clear:both;
	}
	#renew-content .threecolumn-type1 .column {
		margin-right: 5.6%;
		width: 29.6%;
		float: left;
	}
	#renew-content .threecolumn-type1 .column-end {
		margin-right: 0;
	}
}

@media (min-width: 1025px) {
	#renew-content .threecolumn-type1:after {
		display:block;
		content:"";
		clear:both;
	}
	#renew-content .threecolumn-type1 .column {
		margin-right: 5.6%;
		width: 29.6%;
		float: left;
	}
	#renew-content .threecolumn-type1 .column-end {
		margin-right: 0;
	}
}

/* index-link-box */
#renew-content .index-image {
	margin-bottom: 12px;
	text-align: center;
}

#renew-content .index-name {
	margin-bottom: 7px;
	font-weight: bold;
}

/* bxslider */

#renew-content .bx-wrapper img {
	margin: 0 auto;
}

#renew-content .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

#renew-content .bx-wrapper .bx-controls-direction a {
	width: 50px;
	height: 50px;
}

@media (max-width: 767px) {
	#renew-content .bx-wrapper .bx-controls-direction a {
		width: 20px;
		height: 20px;
	}
}

#renew-content .case-area .bx-prev {
	left: -80px;
}

#renew-content .case-area .bx-next {
	right: -80px;
}

#renew-content .bx-wrapper .bx-prev {
	background: url(images/common/slider_controls_1.png) no-repeat 0 0;
}

@media (max-width: 767px) {
	#renew-content .bx-wrapper .bx-prev {
		background-size: 40px 20px;
	}
}

#renew-content .bx-wrapper .bx-next {
	background: url(images/common/slider_controls_1.png) no-repeat -50px 0;
}

@media (max-width: 767px) {
	#renew-content .bx-wrapper .bx-next {
		background-size: 40px 20px;
		background-position: -20px 0;
	}
}

/* conversion-area */

#renew-content .conversion-area {
	background: url(images/common/bg_conversion_1.jpg) repeat-x left top;
}

#renew-content .conversion-area .content-area {
	margin: 0 auto;
	padding: 20px;
}

#renew-content .conversion-area .content-area * {
	color: #fff;
}

#renew-content .conversion-area .conversion-title {
	margin-bottom: 22px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}

#renew-content .conversion-area .conversion-col2 {
	margin-bottom: 20px;
	padding: 0 14px;
}

#renew-content .conversion-area .conversion-txt {
	margin-bottom: 7px;
	text-align: center;
	font-size: 14px;
}

#renew-content .conversion-area .btn {
	border-radius: 4px;
	width: 100%;
}

#renew-content .conversion-area .btn a {
	padding: 15px;
	display: block;
	text-align: center;
	text-decoration: none;
}

#renew-content .conversion-area .btn span {
	padding: 0 25px;
	background-repeat: no-repeat;
	background-position: left center;
}

#renew-content .conversion-area .btn-color-type1 {
	background-color: #d6000f;
	background-image: linear-gradient( #e14550 0%, #d60211 100%);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.38),inset 0 -3px 0 0 #af010d;
	width: 100%;
}

#renew-content .conversion-area .btn-color-type1 span {
	background-image: url(images/common/ico_conversion_1.png);
}

#renew-content .conversion-area .btn-color-type2 {
	background-color: #0b8fc0;
	background-image: linear-gradient( #4faed2 0%, #0d90c0 100%);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.38),inset 0 -3px 0 0 #0a759d;
	width: 100%;
}

#renew-content .conversion-area .btn-color-type2 span {
	background-image: url(images/common/ico_conversion_2.png);
}

@media (min-width: 1025px) {
	#renew-content .conversion-area .content-area {
		padding: 45px 0 50px;
	}

	#renew-content .conversion-area .conversion-column {
		margin: 0 auto;
		width: 824px;
	}

	#renew-content .conversion-area .conversion-col2 {
		margin-bottom: 0;
		width: 400px;
		display: table-cell;
	}

	#renew-content .conversion-area .btn a {
		padding: 25px;
	}
}

/* トップページ
-------------------------------------------------------------- */

#renew-content #top p {
	position: static; /* 既存スタイルの打消し */
	font-size: inherit; /* 既存スタイルの打消し */
}

#renew-content #top .conversion-area .conversion-txt {
    font-size: 14px;
}

/* keyvisual */

#renew-content #top #keyvisual {
	text-align: center;
}

#renew-content #top #keyvisual ul:after {
	display:block;
	content:"";
	clear:both;
}

#keyvisual .bx-wrapper .bx-pager.bx-default-pager a {
	background: #484843;
	border: 1px solid #484843;
	width: 6px;
	height: 6px;
	margin: 0 11px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#keyvisual .bx-wrapper .bx-pager.bx-default-pager a:hover,
#keyvisual .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
	border: 1px solid #d2d2d2;
}
#keyvisual .bx-wrapper .bx-pager,
#keyvisual .bx-wrapper .bx-controls-auto {
	bottom: 0;
}

/* topics-area */

#renew-content #top .topics-area {
	padding: 20px 0;
}

#renew-content #top .topics-area .ico-new {
	margin-left: 4px;
	vertical-align: middle;
}

#renew-content #top .topics-area dt {
	text-align: center;
	font-size: 12px;
}

#renew-content #top .topics-area dd {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

@media (min-width: 1025px) {
	#renew-content #top .topics-area .topics-block {
		display: table;
		width: 100%;
	}
	#renew-content #top .topics-area h2 {
		padding-right: 20px;
		font-weight: bold;
		font-size: 18px;
		display: table-cell;
		border-right: 1px solid #d9d9d9;
		color: #000000;
		width: 202px;
		text-align: right;
	}
	#renew-content #top .topics-area dl {
		padding-left: 20px;
		display: table-cell;

	}
	#renew-content #top .topics-area dt {
		margin-right: 10px;
		float: left;
		text-align: left;
		clear: both;
		min-width: 90px;
	}
	#renew-content #top .topics-area dd {
		text-align: left;
	}
}

/* threereasons-area */

#renew-content #top .threereasons-area {

}

#renew-content #top .threereasons-area .content-description {
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #55505c;
}

#renew-content #top .threereasons-area h2 {
	margin-bottom: 20px;
	text-align: center;
}

@media (min-width: 1025px) {
	#renew-content #top .threereasons-area h2 {
		margin-bottom: 55px;
	}
}

#renew-content #top .threereasons-area h3 {
	font-size: 18px;
	line-height: 1.1;
}

#renew-content #top .threereasons-area h3 .tit_num {
	padding-right: 12px;
	float: left;

}

#renew-content #top .threereasons-area h3 .tit_num img {
	height: 30px;
	line-height: top;
}

#renew-content #top .threereasons-area h3 .tit_sub {
	margin-bottom: 2px;
	display: block;
	line-height: 1;
	font-size: 0;
}

#renew-content #top .threereasons-area h3 .tit_sub img {
	height: 10px;
	vertical-align: top;

}

@media (min-width: 1025px) {
	#renew-content #top .threereasons-area h3 {
		font-size: 25px;
	}

	#renew-content #top .threereasons-area h3 .tit_num {
		padding-right: 24px;
	}

	#renew-content #top .threereasons-area h3 .tit_num img {
		height: 50px;
	}

	#renew-content #top .threereasons-area h3 .tit_sub {
		margin-bottom: 7px;
	}
	#renew-content #top .threereasons-area h3 .tit_sub img {
		height: auto;
	}
}

#renew-content #top .column-block {
	line-height: 2;
}

#renew-content #top .threereasons-area .list {
	font-weight: bold;
	color: #55505c;
	font-size: 18px;
}

/* service-area */
#renew-content #top .service-table img {
	width: 100%;
	height: auto;
}

#renew-content #top .service-table .widthAuto {
	width: auto;
}

/* news-area */
#renew-content #top .link-box-date {
	font-size: 12px;
}

#renew-content #top .news-area .link-box:nth-child(odd) {
	background: #f7f7f7;
}

#renew-content #top .news-area .link-box:nth-child(even) {
	background: #fff;
}

#renew-content #top .news-area .link-box + .link-box {
	border-top: 0;
}

#renew-content #top .news-area .link-box a {
	padding-right: 40px;
	padding-left: 20px;
	background-position: 98.5% center;
}

/* banner-area */
#renew-content #top .banner-list li {
	margin-bottom: 20px;
	text-align: center;
}

/* 企業情報
-------------------------------------------------------------- */
/* index */
#renew-content .company a {
	display: inherit;
	width: auto;
	border: 0;
	margin: 0;
}

#renew-content .company#index .content-header {
	background-image: url(images/company/bg_company_header_1.jpg);
}

@media (max-width: 767px) {
	#renew-content .company#index .content-header .content-area {
		padding: 0;
		display: table;
		width: 100%;
	}
	#renew-content .company#index .content-header .content-header-cell {
		background-image: url(images/company/bg_company_header_1.jpg);
	}
}

#renew-content .company#index .content-header .content-header-cell {
	height: 284px;
}

@media (max-width: 767px) {
	#renew-content .company#index .content-header .content-header-cell {
		height: 100px;
	}
}

#renew-content .company#index .servicelink-area {
	margin-bottom: 60px;
	padding: 55px 0 60px;
	text-align: center;
}

@media (max-width: 767px) {
	#renew-content .company#index .servicelink-area {
		margin-bottom: 60px;
		padding: 35px 0 40px;
	}
}

#renew-content .company#index .servicelink-area p {
	margin-bottom: 23px;
}

@media (max-width: 767px) {
	#renew-content .company#index .servicelink-area p {
		margin-bottom: 10px;
	}
}

#renew-content .company#index .link-btn * {
	font-size: 20px;
}

@media (max-width: 767px) {
	#renew-content .company#index .link-btn * {
		font-size: 14px;
	}
}

#renew-content .company#index .link-btn li {
	margin: 0 auto;
	width: 396px;
	border: 2px solid #000;
	font-weight: bold;
	display: block;
}

@media (max-width: 767px) {
	#renew-content .company#index .link-btn li {
		width: auto;
	}
}

#renew-content .company#index .link-btn a {
	display: block;
	text-decoration: none;
	color: #000;
}

#renew-content .company#index .link-btn a span {
	padding-left: 26px;
	background: url(images/common/ico_link_1.png) no-repeat left center;
	line-height: 76px;
}

@media (max-width: 767px) {
	#renew-content .company#index .link-btn a span {
		line-height: 40px;
	}
}

/* access */

#renew-content .company#access .content-header {
	background-image: url(images/company/bg_company_header_2.jpg);
}

@media (max-width: 767px) {
	#renew-content .company#access .content-header .content-area {
		padding: 0;
		display: table;
		width: 100%;
	}
	#renew-content .company#access .content-header .content-header-cell {
		background-image: url(images/company/bg_company_header_2.jpg);
	}
}

#renew-content .company#access .content-header .content-header-cell {
	height: 284px;
}

@media (max-width: 767px) {
	#renew-content .company#access .content-header .content-header-cell {
		height: 100px;
	}
}

#renew-content .company#access .access-text .access-address {
	font-weight: bold;
	font-size: 18px;
	color: #55505c;
}

#renew-content .company#access .access-text li {
	margin-left: 20px;
	color: #55505c;
	list-style: disc;
}

#renew-content .company#access .access-map {
	margin-top: 1em;
}

#renew-content .company#access .access-map iframe {
	width: 100%;
	height: 400px;
}

@media (min-width: 768px) and (max-width: 1024px) {
	#renew-content .company#access .access-map iframe {
		width: 100%;
		height: 300px;
	}
}
@media (max-width: 767px) {
	#renew-content .company#access .access-map iframe {
		width: 100%;
		height: 200px;
	}
}

/* company-profile */

#renew-content .company#company-profile .content-header {
	background-image: url(images/company/bg_company_header_3.jpg);
}

@media (max-width: 767px) {
	#renew-content .company#company-profile .content-header .content-area {
		padding: 0;
		display: table;
		width: 100%;
	}
	#renew-content .company#company-profile .content-header .content-header-cell {
		background-image: url(images/company/bg_company_header_2.jpg);
	}
}

#renew-content .company#company-profile .content-header .content-header-cell {
	height: 284px;
}

@media (max-width: 767px) {
	#renew-content .company#company-profile .content-header .content-header-cell {
		height: 100px;
	}
}

#renew-content .company#company-profile .table-type2 th {
	width: 16%;
}

#renew-content .company#company-profile .table-type2 td {
	width: 84%;
}

@media (max-width: 767px) {
	#renew-content .company#company-profile .table-type2 th {
		width: 30%;
	}
	#renew-content .company#company-profile .table-type2 td {
		width: 70%;
	}
}

/* 実績・事例
-------------------------------------------------------------- */
/* case共通 */

#renew-content .case a {
	display: inline;
	width: auto;
	border: 0;
	margin: 0;
}

#renew-content .case .content-header .case-header {
	display: table;
	width: 100%;
	min-height: 284px;
}

@media (max-width: 767px) {
	#renew-content .case .content-header .case-header {
		min-height: auto;
	}
}

#renew-content .case .content-header .content-header-cell {
	height: 284px;
}

@media (max-width: 767px) {
	#renew-content .case .content-header .content-header-cell {
		height: 100px;
	}
}

#renew-content .case .content-header .page-subtitle {
	margin-bottom: 5px;
	color: #000;
	font-size: 20px;
	line-height: 1.83;
	font-weight: bold;
}

#renew-content .case .content-header .page-description {
	font-size: 16px;
	line-height: 2.25;
	font-weight: normal;
}

@media (max-width: 767px) {
	#renew-content .case .content-header .page-subtitle {
		margin-bottom: 5px;
		font-size: 18px;
		line-height: 1.5;
	}

	#renew-content .case .content-header .page-description .page-description {
		padding: 0;
		font-size: 13px;
		line-height: 1.84;
	}
}

#renew-content .case-3rd .casestep-area {
	margin: 40px 0 0;
}

#renew-content .case-3rd .casestep-area .important {
	color: #d6000f;
	font-weight: bold;
}

#renew-content .case-3rd .casestep-area .more-important {
	color: #d6000f;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
}

@media (max-width: 767px) {
	#renew-content .case-3rd .casestep-area .more-important {
		font-size: 18px;
	}
}
#renew-content .case-3rd .casestep-area + .casestep-area {
	margin-top: 0;
}

#renew-content .step-block {
	margin-bottom: 10px;
	padding-bottom: 80px;
	background: url(images/case/bg_casecommon_1.png) no-repeat center bottom;
}

@media (max-width: 767px) {
	#renew-content .step-block {
		padding-bottom: 40px;
		background: url(images/case/bg_casecommon_1.png) no-repeat center bottom;
		background-size: 200px 40px;
	}
}

#renew-content .case-3rd blockquate {
	position: relative;
}

#renew-content .case-3rd blockquate p {
	text-indent: 1em;
	position: relative;
}

#renew-content .case-3rd blockquate:before,
#renew-content .case-3rd blockquate p:after {
	position: absolute;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	text-indent: 0;
}

#renew-content .case-3rd blockquate:before {
	content: "“";
	top: 8px;
}

#renew-content .case-3rd blockquate p:after {
	content: "”";
	bottom: -8px;
}

#renew-content .case-3rd .caseservice-area {
	padding: 40px 0 30px;
}

@media (max-width: 767px) {
	#renew-content .case-3rd .caseservice-area {
		padding: 40px 0 10px;
	}
}

#renew-content .case-3rd .service-table table {
	border: 0;
}

#renew-content .case-3rd .table-type1 th,
#renew-content .case-3rd .table-type1 td {
	border: 1px solid #f7f7f7;
}

#renew-content .case-3rd .table-type1 tr.odd th,
#renew-content .case-3rd .table-type1 tr.odd td {
	background: #ededed;
}

#renew-content .case-3rd .table-type1 tr.even th,
#renew-content .case-3rd .table-type1 tr.even td {
	background: #e0e0e0;
}

#renew-content .case-3rd .service-table img {
	width: 100%;
	max-width: 100%;
}

#renew-content .case-3rd .point-block p {
	margin-bottom: 1em;
}

/* index */

#renew-content .case#index .content-header {
	background-image: url(images/case/bg_case_header_1.jpg);
}

@media (max-width: 767px) {
	#renew-content .case#index .content-header .content-area {
		padding: 0;
		display: table;
		width: 100%;
	}
	#renew-content .case#index .content-header .content-header-cell {
		background-image: url(images/case/bg_case_header_1.jpg);
	}
}

#renew-content .case#index .caselink-area1 a {
	padding: 60px 75px 60px 0;
	display: block;
	background: url(images/common/ico_link_4.png) no-repeat right center;
	text-decoration: none;
}

@media (max-width: 767px) {
	#renew-content .case#index .caselink-area1 a {
		padding: 40px 0;
		background: none;
	}
}

#renew-content .case#index .caselink-area1 a:after {
	display:block;
	content:"";
	clear:both;
}

#renew-content .case#index .caselink-area1 .textBlock {
	float: right;
	width: 64.8%;
}

@media (max-width: 767px) {
	#renew-content .case#index .caselink-area1 .textBlock {
		float: none;
		width: 100%;
	}
}

#renew-content .case#index .caselink-area1 .index-name {
	color: #007fc0;
	font-weight: bold;
	text-decoration: underline;
	line-height: 2.5;
}

@media (max-width: 767px) {
	#renew-content .case#index .caselink-area1 .index-name {
		padding: 0 0 0 20px;
		background: url(images/common/ico_link_4.png) no-repeat left center;
		background-size: 10px 10px;
	}
}

#renew-content .case#index .caselink-area1 .index-catch {
	margin-bottom: 5px;
	color: #000;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.83;
}

@media (max-width: 767px) {
	#renew-content .case#index .caselink-area1 .index-catch {
		text-decoration: none;
		font-size: 18px;
		color: #363439;
		line-height: 1.44;
	}
}

@media (max-width: 767px) {
	#renew-content .case#index .caselink-area1 .index-comment {
		font-size: 14px;
	}
}

#renew-content .case#index .caselink-area1 .imageBlock {
	float: left;
	width: 32%;
}

@media (max-width: 767px) {
	#renew-content .case#index .caselink-area1 .imageBlock {
		margin-bottom: 10px;
		float: none;
		width: 100%;
		text-align: center;
	}
}

#renew-content .case#index .caselink-area2 .column {
	margin-bottom: 20px;
}

#renew-content .case#index .caselink-area2 .column:nth-child(3n+1) {
	clear: both;
}

@media (max-width: 767px) {
	#renew-content .case#index .caselink-area2 .column {
		margin-bottom: 0;
	}
	#renew-content .case#index .caselink-area2 .column:nth-child(3n+1) {
		clear: none;
	}
}

/* case1 */

#renew-content .case#case1 .content-header {
	background-image: url(images/case/bg_case1_header_1.jpg);
}

@media (max-width: 767px) {
	#renew-content .case#case1 .content-header {
		background-image: none;
	}
	#renew-content .case#case1 .content-header .content-area {
		padding: 0;
		display: table;
		width: 100%;
	}
	#renew-content .case#case1 .content-header .content-header-cell {
		background-image: url(images/case/bg_case1_header_1.jpg);
	}
}

/* case2 */

#renew-content .case#case2 .content-header {
	background-image: url(images/case/bg_case2_header_1.jpg);
}

@media (max-width: 767px) {
	#renew-content .case#case2 .content-header {
		background-image: none;
	}
	#renew-content .case#case2 .content-header .content-area {
		padding: 0;
		display: table;
		width: 100%;
	}
	#renew-content .case#case2 .content-header .content-header-cell {
		background-image: url(images/case/bg_case2_header_1.jpg);
	}
}

/* case3 */

#renew-content .case#case3 .content-header {
	background-image: url(images/case/bg_case3_header_1.jpg);
}

@media (max-width: 767px) {
	#renew-content .case#case3 .content-header {
		background-image: none;
	}
	#renew-content .case#case3 .content-header .content-area {
		padding: 0;
		display: table;
		width: 100%;
	}
	#renew-content .case#case3 .content-header .content-header-cell {
		background-image: url(images/case/bg_case3_header_1.jpg);
	}
}

/* case4 */

#renew-content .case#case4 .content-header {
	background-image: url(images/case/bg_case4_header_1.jpg);
}

@media (max-width: 767px) {
	#renew-content .case#case4 .content-header {
		background-image: none;
	}
	#renew-content .case#case4 .content-header .content-area {
		padding: 0;
		display: table;
		width: 100%;
	}
	#renew-content .case#case4 .content-header .content-header-cell {
		background-image: url(images/case/bg_case4_header_1.jpg);
	}
}

/* case5 */

#renew-content .case#case5 .content-header {
	background-image: url(images/case/bg_case5_header_1.jpg);
}

@media (max-width: 767px) {
	#renew-content .case#case5 .content-header {
		background-image: none;
	}
	#renew-content .case#case5 .content-header .content-area {
		padding: 0;
		display: table;
		width: 100%;
	}
	#renew-content .case#case5 .content-header .content-header-cell {
		background-image: url(images/case/bg_case5_header_1.jpg);
	}
}

/* case6 */

#renew-content .case#case6 .content-header {
	background-image: url(images/case/bg_case6_header_1.jpg);
}

@media (max-width: 767px) {
	#renew-content .case#case6 .content-header {
		background-image: none;
	}
	#renew-content .case#case6 .content-header .content-area {
		padding: 0;
		display: table;
		width: 100%;
	}
	#renew-content .case#case6 .content-header .content-header-cell {
		background-image: url(images/case/bg_case6_header_1.jpg);
	}
}

/* contact
-------------------------------------------------------------- */

#renew-content .contact .content-header {
	background: #f7f7f7;
	height: auto;
	min-height: auto;
}

#renew-content .contact .content-header h1{
	font-size: 30px;
	padding: 10px 0;
}

@media (max-width: 767px) {
	#renew-content .contact .content-header .content-header-cell {
		display: block;
	}
	#renew-content .contact .content-header h1 {
		text-align: center;
		font-size: 28px;
	}
}

/* アドビシステムズ株式会社様事例資料ダウンロード
-------------------------------------------------------------- */

/* .download_new共通 */

#renew-content .download_new .content-header .case-header {
	display: table;
	width: 100%;
	min-height: 284px;
}

@media (max-width: 767px) {
	#renew-content .download_new .content-header .case-header {
		min-height: auto;
	}
}

#renew-content .download_new .content-header .content-header-cell {
	height: 284px;
}

@media (max-width: 767px) {
	#renew-content .download_new .content-header .content-header-cell {
		height: 100px !important;
	}
}

#renew-content .download_new .other-contents .content-header .content-header-cell {
	height: auto;
}

@media (max-width: 767px) {
	#renew-content .download_new .other-contents .content-header .content-header-cell {
		height: auto;
	}
}

#renew-content .download_new .other-contents .content-header {
	height: auto;
	min-height: auto;
}

#renew-content .download_new .content-header .content-header-img {
	padding-right: 24px;
	display: table-cell;
	vertical-align: top;
}


@media (max-width: 767px) {
	#renew-content .download_new .content-header .content-header-img {
		padding: 0 8px 0 25px;
	}
	#renew-content .download_new .content-header .content-header-img img {
		width: 68px;
	}
}
#renew-content .download_new .content-header .content-header-text {
	display: table-cell;
	vertical-align: top;
	min-width: 820px;
}

@media (max-width: 767px) {
	#renew-content .download_new .content-header .content-header-text {
		min-width: auto;
		width: auto;
	}
}

#renew-content .download_new .content-header .page-subtitle {
	margin-bottom: 5px;
	color: #000;
	font-size: 20px;
	line-height: 1.83;
	font-weight: bold;
}

#renew-content .download_new .content-header .page-description {
	font-size: 16px;
	line-height: 2.25;
	font-weight: normal;
}

@media (max-width: 767px) {
	#renew-content .case .content-header .page-subtitle {
		margin-bottom: 5px;
		font-size: 18px;
		line-height: 1.5;
	}

	#renew-content .download_new .content-header .page-description .page-description {
		padding: 0;
		font-size: 13px;
		line-height: 1.84;
	}
}

#renew-content .download_new .content-header {
	background-image: url(images/download/bg_download_header_1.jpg);
}

@media (max-width: 767px) {
	#renew-content .download_new .content-header {
		background-image: none;
	}
	#renew-content .download_new .content-header .content-area {
		padding: 0;
		display: table;
		width: 100%;
	}
	#renew-content .download_new .content-header .content-header-cell {
		background-image: url(images/download/bg_download_header_1.jpg);
	}
}
/* adbe */
#renew-content .download_new a {
	display: inline;
	width: auto;
	border: 0;
	margin: 0;
}

@media (max-width: 767px) {
	#renew-content .download_new .sp-catch{
		background: #e5e6e6;
		padding: 20px 7%;
	}
	#renew-content .download_new .sp-catch h2{
		font-size: 24px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
}

/*
#renew-content .download_new .topic-path + .content-text {
	font-weight: bold;
}
*/

#renew-content .download_new .content-text h3 {
    font-weight: normal;
}

#renew-content .download_new .content-text h3 + p {
    font-weight: bold;
}

#renew-content .download_new .content-text p:last-child {
    text-align: center;
}

#renew-content .download_new .topic-path + .content-text p {
	font-size: 14px;
}

#renew-content .download_new .content-text,
#renew-content .contact#index .content-text {
	width: 980px;
	margin: 20px auto;
	text-align: left;
}

@media (max-width: 767px) {
	#renew-content .download_new .content-text,
	#renew-content .contact#index .content-text {
		width: auto;
		padding: 0 7%;
		text-align: left;
	}
}

#renew-content .download_new .marginTop,
#renew-content .contact#index .marginTop {
	margin-top: 20px;
}

#renew-content .download-form{
	width: 980px;
	margin: 25px auto 30px;
	text-align: center;
	background: #f7f7f7;
}

@media (max-width: 767px) {
	#renew-content .download-form{
		width: auto;
		padding: 0 7%;
	}
}

#renew-content .download-form .form-catch{
	padding: 30px 0;
	font-size: 14px;
}

#renew-content .download-form .form-catch .kaigyo{
	font-size: 14px;
}

@media (max-width: 767px) {
	#renew-content .download-form .form-catch .kaigyo{
		display:block;
		font-size: 14px;
	}
}

#renew-content .download-form .formtable{
	width: 80%;
	margin: 0 auto;
}

@media (max-width: 767px) {
	#renew-content .download-form .formtable{
		width: 100%;
	}
}

#renew-content .download-form dl{
	margin-bottom: 20px;
	display: table;
	width: 96%;
}

@media (max-width: 767px) {
	#renew-content .download-form dl{
		display: block;
		width: 100%;
	}
}

#renew-content .download-form dt{
	font-weight: bold;
	width: 30%;
	padding-right: 5%;
	text-align: left;
	padding-top: 2px;
	display: table-cell;
	vertical-align: top;
}

@media (max-width: 767px) {
	#renew-content .download-form dt{
		float: none;
		width: auto;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 5px;
		display: table-row;
	}

}

#renew-content .download-form dt .red{
	float: right;
	padding: 0 20px;
	background-color: #ee847d;
	color: #fff;
}

@media (max-width: 767px) {
	#renew-content .download-form dt .red{
		float: none;
		margin-left: 20px;
	}
}

#renew-content .download-form dd{
	display: table-cell;
	width: 65%;
	text-align: left;
}


#renew-content .download-form dd .error{
	color: #d6000f;
	text-align: left;
}

#renew-content .download-form dd select {
	padding: 5px 0;
}

#renew-content .download-form dd input[type="email"],
#renew-content .download-form dd input[type="number"],
#renew-content .download-form dd input[type="password"],
#renew-content .download-form dd input[type="tel"],
#renew-content .download-form dd input[type="url"],
#renew-content .download-form dd input[type="text"],
#renew-content .download-form dd textarea,
#renew-content .download-form dd select {
    width: 100%
}

#renew-content .form-info{
	margin: 30px 0 20px;
}

#renew-content .form-info a{
	padding-left: 13px;
	background: url(images/common/ico_link_3.png) no-repeat left center;
}

#renew-content .formbtn{
	padding-bottom: 50px;
}

#renew-content .formbtn .submitbtn,
#renew-content .formbtn input[type="submit"] {
	background-color: #d6000f;
	background-image: url(images/common/ico_conversion_1.png),linear-gradient( #e14550 0%, #d60211 100%);
	background-repeat: no-repeat,repeat;
	background-position: 15% center, left top;
	border: 2px outset #d6000f;
	border-radius: 3px;
	cursor: pointer;
	padding: 15px 100px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

#renew-content .formbtn input[name="return-to-input"] {
	background-image: linear-gradient( #e14550 0%, #d60211 100%);
	background-repeat: repeat;
	background-position: left top;
}

@media (max-width: 767px) {
	#renew-content .formbtn .submitbtn,
	#renew-content .formbtn input[type="submit"] {
		margin-bottom: 10px;
		padding: 10px 0;
		width: 100%;
		font-size: 16px;
	}
}

#renew-content .dl-contact {
    padding-bottom: 50px;
    text-align: center;
}
#renew-content .dl-contact .contactbtn {
    background-color: #d6000f;
    background-image: url(images/common/ico_conversion_1.png),linear-gradient( #e14550 0%, #d60211 100%);
    background-repeat: no-repeat,repeat;
    background-position: 15% center, left top;
    border: 2px outset #d6000f;
    border-radius: 3px;
    cursor: pointer;
    padding: 15px 100px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

/* adbe-confirm */

#renew-content .confirm .download-form dd{
	text-align: left;
}

#renew-content .confirm .formbtn .submitbtn,
#renew-content .confirm .formbtn .backbtn{
	padding: 15px 50px;
}

#renew-content .confirm .formbtn .backbtn{
    background-color: #d6000f;
    background-image: linear-gradient( #e14550 0%, #d60211 100%);
	border: 2px outset #d6000f;
	border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	margin-right: 20px;
}

@media (max-width: 767px) {
	#renew-content .confirm .formbtn .submitbtn{
		margin-bottom: 10px;
	}
	#renew-content .confirm .formbtn .backbtn{
		padding: 10px 0;
		width: 100%;
		font-size: 16px;
		margin-left: 0;
	}
}

/* adbe-thanks */

#renew-content .thanks.download_new .content-text .thanks-catch{
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* マンガでわかるリーグル資料ダウンロード
-------------------------------------------------------------- */
/* leagle-manga */

#renew-content .other-contents .content-header {
	background: #f7f7f7;
}

#renew-content .other-contents .content-header h1{
	font-size: 30px;
	padding: 10px 0;
}

@media (max-width: 767px) {
	#renew-content .other-contents .content-header .content-header-cell {
		display: block;
	}
	#renew-content .other-contents .content-header h1 {
		text-align: center;
		font-size: 28px;
	}
}

#renew-content .other-contents .content{
	width: 980px;
	margin: 25px auto;
	text-align: center;
	background: #f7f7f7;
}

@media (max-width: 767px) {
	#renew-content .other-contents .content{
		width: auto;
	}
}

#renew-content .other-contents .content-ov-left{
	width: 200px;
	float: left;
	padding: 50px 50px 200px 80px;
}

@media (max-width: 767px) {
	#renew-content .other-contents .content-ov-left{
		width: auto;
		float: none;
		padding: 50px 7%;
	}
}

#renew-content .other-contents .content-ov-left .cont-img{
	text-align: left;
}

@media (max-width: 767px) {
	#renew-content .other-contents .content-ov-left .cont-img{
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}
}

#renew-content .other-contents .content-ov-left h2{
	margin-top: 10px;
	text-align: left;
}

#renew-content .other-contents .content-ov-left p{
	margin-top: 10px;
	text-align: left;
}

#renew-content .other-contents .download-form{
	width: 590px;
	margin-left: 310px;
}

@media (max-width: 767px) {
	#renew-content .other-contents .download-form{
		width: auto;
		margin-left: 0;
		clear: both;
	}
}

#renew-content .other-contents .download-form .form-catch {
    padding: 50px 0 20px;
}

@media (max-width: 767px) {
	#renew-content .other-contents .download-form .form-catch {
		padding: 0 0 20px;
	}
}

#renew-content .other-contents .download-form .formtable {
	width: auto;
}

#renew-content .other-contents .download-form dt {
	width: 40%;
}

#renew-content .other-contents .download-form dd {
	width: 55%;
}

/* leagle-manga-confirm */

#renew-content .confirm .download-form dd{
	text-align: left;
}

#renew-content .confirm .formbtn .submitbtn,
#renew-content .confirm .formbtn .backbtn{
	padding: 15px 50px;
}

#renew-content .confirm .formbtn .backbtn{
    background-color: #d6000f;
    background-image: linear-gradient( #e14550 0%, #d60211 100%);
	border: 2px outset #d6000f;
	border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	margin-left: 20px;
}

@media (max-width: 767px) {
	#renew-content .confirm .formbtn .submitbtn{
		margin-bottom: 10px;
	}
	#renew-content .confirm .formbtn .backbtn{
		padding: 10px 0;
		width: 100%;
		font-size: 16px;
		margin-left: 0;
	}
}

/* leagle-manga-thanks */

#renew-content .thanks .content-ov-left {
	padding: 50px 50px 80px 80px;
}

#renew-content .thanks .thanks-catch{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

#renew-content .thanks .content-ov {
	padding: 40px;
}

#renew-content .thanks .content-ov-right{
	width: 590px;
	margin-left: 310px;
}

@media (max-width: 767px) {
	#renew-content .thanks .content-ov-right{
		width: auto;
		margin-left: 0;
		padding: 0 7%;
	}
}

#renew-content .thanks .content-ov-right .content-text{
	width: auto;
	margin: 20px 0;
	padding: 50px 0 250px;
}

@media (max-width: 767px) {
	#renew-content .thanks .content-ov-right .content-text{
		padding: 20px 0 50px;
	}
}
