@charset "utf-8";

/* ---------------
	reset
--------------------*/
body, div, main,
dl, dt, dd, ul, li,
h1, h2, h3, h4, h5, h6,
figure, pre, form, fieldset, textarea, p, blockquote, th ,td {
	margin: 0;
	padding: 0;
}

main {
	display: block;
}

ul{
	list-style-type: none;
}

table {
	line-height: 1.6;
	border: 0px;
	border-collapse:collapse;
	font-size: 1.4rem;
}

table th {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}
textarea {
	padding: 2px 4px;
	font-size: 1.4rem;
	line-height: 1;
	color: #333;
}

input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.5;
}

img {
	border: none;
	vertical-align: bottom;
}

address {
	font-style:normal;
}

ul li {
	line-height: 1.4;
}

*,*::before,*::after{
	box-sizing: border-box;
}

em {
	font-style: normal;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

/* ---------------
　　　共用
--------------- */

html {
    font-size: 62.5%;
}

body  {
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	line-height: 1;
	color: #333;
	-webkit-text-size-adjust: none;
	-webkit-print-color-adjust: exact;
}

#wrapper {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
/*	overflow: hidden;*/
	overflow-x: hidden;
	background-color: #f2f5f5;
}

#main {
	background-color: #fff;
}

/* リンクの設定 */

a:link {
	border: none;
	color: #333;
	text-decoration: none;
}

a:visited {
	border: none;
	color: #333;
	text-decoration: none;
}

a:active {
	border: none;
	color: #333;
	text-decoration: none;
}

a:hover {
	border: none;
	color: #333;
	text-decoration: underline;
}

.alpha a:hover > img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.alpha a > img {
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	transition: opacity 0.25s ease 0s;
}

.pc_non {
	display: block !important;
}

.sp_non {
	display: none !important;
}

button {
	outline: none;
}

.pc_br {
	display: none;
}

@media screen and (min-width: 768px) {

	#wrapper {
		overflow: hidden;
		background-color: #fff;
	}

	.pc_non {
		display: none !important;
	}

	.sp_non {
		display: block !important;
	}

	.pc_br {
		display: block;
	}

}

/* ---------------
　　　ヘッダ
--------------- */

#header {
	position: relative;
}

@media screen and (max-width: 767px) {
	#top_img div {
		background-image: none !important;
	}
}

#top_img div h1 {
	text-indent: 100%;
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
}

#top_img img {
	width: 100%;
	height: auto;
}

#sp_head {
	display: block;
	overflow: hidden;
	height: 70px;
	z-index: 20;
	position: relative;
	background-color: #fff;
}

#sp_logo {
	margin: 20px 0 20px 15px;
	float: left;
}

#sp_logo img {
	width: 140px;
	height: auto;
}

#sp_search_btn {
	margin-right: 1px;
	padding: 20px 10px 20px 10px;
	float: right;
	border: none;
	width: 45px;
	height: 70px;
	background: url(../images/common/search_btn.png) no-repeat center center;
	background-size: 22px auto;
	position: relative;
}

#sp_search_btn::before {
	margin: auto 0;
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: -1px;
	width: 1px;
	height: 30px;
	background-color: #C6C6C6;
}

#sp_search_btn::after {
	margin: auto 0;
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: -1px;
	width: 1px;
	height: 30px;
	background-color: #C6C6C6;
}

#sp_search_btn.open {
	background: #585858 url(../images/common/close.png) no-repeat center center;
	background-size: 18px auto;
}

#menu_btn_box {
	padding: 20px 15px;
	width: 55px;
	height: 70px;
	float: right;
}

#menu_btn {
	padding: 5px;
	width: 30px;
	height: 30px;
	border: none;
	background: none;
	position: relative;
}

#menu_btn::before {
	position: absolute;
	content: '';
	top: 5px;
	left: 0;
	width: 25px;
	height: 18px;
	border-top: 2px solid #434343;
	border-bottom: 2px solid #434343;
}

#menu_btn::after {
	margin: auto;
	position: absolute;
	content: '';
	top: -2px;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 2px;
	background-color: #434343;
}

#menu_btn_box.open {
	background: #585858 url(../images/common/close.png) no-repeat center center;
	background-size: 18px auto;
}

#menu_btn_box.open #menu_btn::before,
#menu_btn_box.open #menu_btn::after {
	display: none;
}

#head_parts {
	display: none;
}

#sp_search_box {
	padding: 30px 20px;
	background-color: #585858;
	z-index: 10;
	top: -110px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: fixed;
	width: 100%;
}

#sp_search_box.open {
	top: 70px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sp_search-form {
	background-color: #4b4b4b;
}

.sp_search-form-btn {
	padding-left: 15px;
	padding-right: 10px;
	border: none;
	text-indent: -9999px;
	height: 44px;
	width: 55px;
	float: left;
	background: #4b4b4b url(../images/common/search_btn2.png) no-repeat 15px center;
	background-size: 25px auto;
}

.sp_search-form-text {
	padding: 22px 25px 22px 0;
	border: none;
	height: 30px;
	background-color: #4b4b4b;
	width: calc(100% - 55px);
	font-size: 1.6rem;
	color: #fff;
}

#gnavi {
	position: absolute;
	top: 70px;
	right: -100%;
	width: 100%;
	background-color: #4b4b4b;
	text-align: left;
	z-index: 1001;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#gnavi span,
#gnavi a {
	padding: 18px;
	color: #fff;
	display: block;
	text-decoration: none;
}

#gnavi.open {
	right: 0;
}

#gnavi li {
	font-size: 1.7rem;
	border-bottom: 1px solid #4b4b4b;
}

#gnavi #gnavi_solution {
	border-bottom: none;
}

#gnavi #gnavi_solution .subnavi ul {
	padding: 0;
}

#gnavi #gnavi_solution li {
	border-bottom: 1px solid #4b4b4b;
}

#gnavi #gnavi_solution li a {
	padding: 18px;
}

#gnavi .pc_add_menu {
	display: none;
}

#gnavi .subnavi ul {
	padding: 15px 0;
}

#gnavi .subnavi li {
	font-size: 1.6rem;
	border-bottom: none;
}

#gnavi .subnavi li a {
	padding: 12px 36px;
}

#gnavi .subnavi li span {
	margin-right: 10px;
	font-size: 1.2rem;
}

#gnavi .subnavi li figure {
	display: none;
}

#gnavi .sp_add_menu {
	padding: 15px 0;
	background-color: #585858;
}

#gnavi .sp_add_menu li {
	font-size: 1.3rem;
	border-bottom: none;
}

#gnavi .sp_add_menu li a {
	padding: 10px 18px;
}

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

	#gnavi li {
		background-color: #585858;
	}

	#gnavi .subnavi ul {
		background-color: #4b4b4b;
	}

	#gnavi .subnavi li {
		background-color: #4b4b4b;
	}

	#gnavi #gnavi_solution li {
		background-color: #585858;
	}

	#gnavi li.sp_gnavi .nolink {
		padding: 18px;
    	color: #fff;
    	display: block;
    	text-decoration: none;
		background-color: #585858;
	}

}

@media screen and (min-width: 768px) {

	#sp_head {
		display: none;
	}

	#top #page_header {
		height: auto;
	}

	#head_parts {
		z-index: 10;
		position: absolute;
		top: 23px;
		right: 35px;
		display: block;
	}

	#search_box {
		margin: 17px 0 0 0;
		float: left;
	}

	#sp_search_box {
		display: none;
	}

	#head_parts ul {
		margin-top: 4px;
		float: left;
		overflow: hidden;
		font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}

	#head_parts li {
		margin: 17px 0 0 25px;
		float: left;
		font-size: 1.4rem;
	}

	#top #page_header #head_parts li a {
		color: #fff;
	}

	#top #page_header #head_parts li a:hover {
		color: #e60012;
		text-decoration: none;
	}

	#search_box input {
		padding: 6px 10px;
		border: none;
		font-size: 1.4rem;
		width: 160px;
		height: 30px;
		border-right: 1px solid #c6c6c6;
	}

	#top #page_header #search_box input {
		background-color: #fff;
	}

	.search-form-btn {
		border: none;
		text-indent: -9999px;
		height: 30px;
		width: 30px;
		background: #fff url(../images/common/search_btn.png) no-repeat center center;
		background-size: 16px auto;
		float: right;
	}

	#top #page_header .search-form-btn {
		background-color: #fff;
	}

	#top_img {
		height: 630px;
		z-index: 1;
	}

	#top_img div {
		width: 100%;
		height: 630px;
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}

	#gnavi {
		width: 100%;
		height: 60px;
		background: #434343 url(../images/navi/navi_back.png) no-repeat 0 center;
		position: relative;
		display: block;
		text-align: center;
		top: auto;
		right: auto;
	}

	#gnavi > ul {
		margin:  0 auto;
		display: inline-block;
	}

	#gnavi > ul > li {
		float: left;
		font-size: 1.5rem;
		border-bottom: none;
	}

	#gnavi > ul > li > a,
	#gnavi > ul > li > span	 {
		padding: 0 15px;
		color: #fff;
		height: 60px;
		vertical-align: middle;
		display: table-cell;
		background-color: #434343;
		cursor: pointer;
	}

	#gnavi > ul > li > span:hover,
	#gnavi > ul > li > a:hover	 {
		text-decoration: none;
		background-color: #303131 !important;
	}

	#gnavi #gnavi_solution li {
		border-bottom: none;
	}

	#gnavi #gnavi_solution li a {
		padding: 0 15px;
	}

	#gnavi .subnavi {
		position: absolute;
		top: 60px;
		left: 0;
		padding: 60px 0 25px;
		width: 100% !important;
		background-color: rgba(0,0,0,0.8);
		display: none;
		z-index: 100;
	}

	#gnavi .subnavi ul {
		margin: 0 auto;
		padding: 0;
		max-width: 1100px;
		overflow: hidden;
	}

	#gnavi #gnavi_divercity .subnavi ul {
		display: flex;
		justify-content: center;
	}

	#gnavi #gnavi_divercity .subnavi li {
		float: none;
	}

	#gnavi #gnavi_divercity .subnavi li:last-child {
		margin-right: 0;
	}

	#gnavi #gnavi_recruit .subnavi ul {
		max-width: 810px;
	}

	#gnavi .subnavi li {
		margin: 0 60px 30px 0;
		float: left;
		font-size: 1.4rem;
		text-align: center;
		overflow: hidden;
	}

	#gnavi .subnavi li:nth-child(4n) {
		margin-right: 0;
	}

	#gnavi #gnavi_recruit .subnavi li:nth-child(3n) {
		margin-right: 0;
	}

	#gnavi .subnavi li a {
		padding: 0;
		color: #fff;
		text-align: center;
		background: none;
		display: inline-block;
		transition: opacity 0.25s ease 0s;
	}

	#gnavi .subnavi li a:hover {
		text-decoration: none;
		opacity: 0.7;
		transition: opacity 0.25s ease 0s;
	}

	#gnavi .subnavi li a figure {
		margin-bottom: 7px;
		display: block;
	}

	#gnavi .subnavi li a span {
		padding-bottom: 4px;
		display: block;
		font-size: 1.0rem;
	}

	#gnavi #gnavi_solution .subnavi ul {
		padding-left: 375px;
		padding-bottom: 40px;
		background: url(../images/navi/navi_reason.jpg) no-repeat 0 0;
	}

	#gnavi #gnavi_solution ul li {
		margin: 0;
	}

	#gnavi #gnavi_solution ul li a {
		padding: 30px 25px;
	}

	#gnavi #gnavi_ict ul {
		padding-left: 300px;
	}

	#gnavi #gnavi_ict li a {
		display: block;
	}

	#gnavi #gnavi_ir .subnavi ul {
		padding-left: 390px;
		padding-right: 100px;
		padding-bottom: 60px;
		background: url(../images/navi/navi_ir.jpg) no-repeat 0 0;
	}

	#gnavi #gnavi_ir .subnavi ul li {
		text-align: left;
	}

	#gnavi #gnavi_ir .subnavi ul li a {
		text-align: left;
	}

	#gnavi #gnavi_ir .subnavi ul li:nth-child(1),
	#gnavi #gnavi_ir .subnavi ul li:nth-child(2),
	#gnavi #gnavi_ir .subnavi ul li:nth-child(3),
	#gnavi #gnavi_ir .subnavi ul li:nth-child(4) {
		margin: 10px 0 20px 0;
	}

	#gnavi #gnavi_ir .subnavi ul li:nth-child(5),
	#gnavi #gnavi_ir .subnavi ul li:nth-child(6),
	#gnavi #gnavi_ir .subnavi ul li:nth-child(7),
	#gnavi #gnavi_ir .subnavi ul li:nth-child(8) {
		margin: 0;
	}

	#gnavi #gnavi_ir .subnavi ul li:nth-child(1),
	#gnavi #gnavi_ir .subnavi ul li:nth-child(5) {
		width: 140px;
	}

	#gnavi #gnavi_ir .subnavi ul li:nth-child(2),
	#gnavi #gnavi_ir .subnavi ul li:nth-child(6) {
		width: 160px;
	}

	#gnavi #gnavi_ir .subnavi ul li:nth-child(3),
	#gnavi #gnavi_ir .subnavi ul li:nth-child(7) {
		width: 135px;
	}

	#gnavi #gnavi_ir .subnavi ul li:nth-child(4),
	#gnavi #gnavi_ir .subnavi ul li:nth-child(8) {
		width: 130px;
	}

	#gnavi .sp_add_menu,
	#gnavi .sp_gnavi {
		display: none;
	}

	#gnavi .pc_add_menu {
		display: table-cell;
	}

	#gnavi.fixed {
		position: fixed;
		top: 0;
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
  	}

}

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

	#gnavi #gnavi_divercity {
		border: none;
	}

	#gnavi #gnavi_divercity > span {
		display: none;
	}

	#gnavi #gnavi_divercity .subnavi ul {
		padding: 0;
	}

	#gnavi #gnavi_divercity .subnavi li {
    	background-color: #585858;
		border-bottom: 1px solid #4b4b4b;
	}

	#gnavi #gnavi_divercity .subnavi li a {
    	padding: 18px;
    	color: #fff;
    	display: block;
    	text-decoration: none;
	}

}

.sp_head_comsys {
	margin: 20px 15px 20px 0;
	display: inline-block;
	float: right;
}

.sp_head_comsys a {
	display: block;
}


.sp_head_comsys img {
	width: 31px;
	height: auto;
}


@media screen and (min-width: 768px) {

	#head_parts .head_comsys {
		margin: 0 0 0 30px;
	}

	#head_parts .head_comsys img {
		width: 56px;
		height: auto;
	}

}


/* ---------------
　　　フッタ
--------------- */

#footer {
	padding: 15px 0;
	clear: both;
	background-color: #f2f5f5;
}

#fnavi_path,
.fnavi_column,
#footer_addr p {
	display: none;
}

#copyright {
	font-size: 0.8rem;
	text-align: center;
}

.logo_box ul {
	margin: 15px 0 25px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#top .logo_box ul {
	margin-top: -25px;
}

.footer_youtube {
	margin: 0 20px 0 0;
}

.footer_youtube img {
	width: 40px;
}

.footer_fb img{
	width: 40px;
}

@media screen and (min-width: 768px) {

	#footer {
		margin-top: 60px;
		margin-bottom: 50px;
		padding: 0;
		background-color: #fff;
	}

	#fnavi_path {
		margin-bottom: 45px;
		padding: 15px 0;
		background-color: #f2f5f5;
		display: block;
	}

	#fnavi_path ul {
		margin: 0 auto;
		max-width: 1100px;
		display: block;
		overflow: hidden;
	}

	#fnavi_path li {
		float: left;
		font-weight: bold;
		color: #e60012;
	}

	#fnavi_path li a:hover{
		color: #e60012;
		text-decoration: none;
	}

	#fnavi_path li span {
		padding-left: 18px;
		padding-right: 18px;
		color: #333;
	}

	#footer_inner a:hover{
		color: #e60012;
		text-decoration: none;
	}

	#footer_inner {
		margin: 0 auto;
		max-width: 1100px;
		overflow: hidden;
	}

	.fnavi_column {
		float: left;
		display: block;
	}

	#fnavi_column1 {
		margin-right: 50px;
		width: 350px;
	}

	#fnavi_column2 {
		margin-right: 50px;
		width: 205px;
	}

	#fnavi_column3 {
		margin-right: 40px;
		width: 200px;
	}

	#fnavi_column4 {
		width: 205px;
	}

	.fnavi_box {
		margin-bottom: 40px;
	}

	.fnavi_column h2 {
		margin: 0 0 20px 0;
		padding: 0 0 8px 0;
		line-height: 1.4;
		font-weight: bold;
		background: url(../images/common/line3.png) repeat-x 0 bottom;
	}

	.fnavi_box ul {
		margin-left: 20px;
	}

	.fnavi_column li {
		margin-bottom: 10px;
		font-size: 1.3rem;
	}

	#footer_addr {
		padding-top: 20px;
		clear: both;
		font-size: 1.3rem;
	}

	#footer_addr p {
		display: block;
	}

	#footer_logo {
		margin-bottom: 18px;
	}

	#footer_logo img {
		width: 166px;
		height: auto;
	}

	#copyright {
		margin-top: 4px;
		font-size: 1.1rem;
		text-align: left;
	}

	.logo_box {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
	}

	#top .logo_box ul,
	.logo_box ul {
		margin: 0;
	}

	.footer_youtube {
		margin: 0 10px 0 0;
	}

	.footer_youtube img {
		width: 47px;
	}

	.footer_fb img{
		width: 47px;
	}

}


/* ---------------
　　　トップ
--------------- */

#top_news_column {
	padding-top: 30px;
	background-color: #f2f5f5;
}

#top_news_column h2 {
	margin: 0 auto;
	padding-bottom: 30px;
	font-size: 1.4rem;
	text-align: center;
}

#top_news_column h2 em {
	padding-right: 10px;
	font-size: 2.6rem;
	color: #e60012;
	font-weight: 100;
	font-family: 'Oswald', serif;
}

#top_news_column h3 {
	margin: 0 auto 14px;
	font-size: 1.5rem;
	text-align: center;
	font-family: 'Oswald', 'Noto Sans Japanese', sans-serif, serif;
}

#top_news_column li {
	padding: 5px 0;
	background-color: #fff;
}

#top_news_column li:nth-child(even) {
	background-color: #f2f5f5;
}

.news_list_inner {
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
}

#top_news .news_list_inner,
#top_ir .news_list_inner {
	padding: 0 10px;
}

#top_news_column li a {
	float: left;
	display: block;
	width: 100%;
}

#top_news_column .news_date {
	padding-top: 2px;
	font-size: 1.1rem;
	float: left;
	width: 100px;
}

.top_news_title {
	line-height: 1.5;
	font-size: 1.3rem;
	float: left;
	width: calc(100% - 100px);
}

.top_news_title span {
	padding: 2px 0;
}

#top_news,
#top_ir,
#top_release {
	padding-bottom: 25px;
}

#top_news ul {
	border-top: 2px solid #11a86a;
}

#top_ir ul {
	border-top: 2px solid #2482a5;
}

#top_release ul {
	border-top: 2px solid #fe8320;
}

#top_news h3 {
	color: #11a86a;
}

#top_ir h3 {
	color: #2482a5;
}

#top_release h3 {
	color: #fe8320;
}

.news_index {
	margin: 10px 10px 0 0;
	font-size: 1.2rem;
	text-align: right;
}

.news_index a {
	padding-left: 22px;
	position: relative;
	line-height: 1.6;
	display: inline-block;
}

#top_news .news_index a,
#top_ir .news_index a,
#top_release .news_index a {
	background: url(../images/common/arrow2.png) no-repeat 0 center;
	background-size: 14px auto;
}

.news_list_inner a[href$=".pdf"] span {
	padding-right: 18px;
	background: url(../images/common/pdf.png) no-repeat right center;
	background-size: 12px auto;
}

#top_solution {
	width: 100%;
}

#top_solution_left {
	height: 260px;
	background: url(../images/top/solu_img_sp.jpg) no-repeat center center;
	background-size: cover;
}

#top_solution_right {
	padding: 30px 10px;
}

#top_solution h2,
#top_section h2 {
	margin-bottom: 30px;
	font-size: 2.4rem;
	color: #4b4b4b;
	font-weight: 200;
	letter-spacing: 0.1em;
	font-family: 'Oswald', 'Noto Sans Japanese', sans-serif, serif;
	text-align: center;
}

#top_solution h2 em,
#top_section h2 em {
	color: #e60012;
	letter-spacing: 0.03em;
}

#top_solution h2 span,
#top_section h2 span {
	font-size: 1.6rem;
}

#top_solution li {
	margin-bottom: 10px;
	padding: 0 10px 10px;
	font-size: 1.6rem;
	background: url(../images/top/line_sp.png) repeat-x 0 bottom;
	background-size: 1px auto;
	position: relative;
}

#top_solution li::after {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 20px;
	height: 1px;
	background: url(../images/top/line_right_sp.png) no-repeat right 0;
	background-size: 20px auto;
}

#top_solution li a {
	padding-right: 35px;
	display: inline-block;
	background: url(../images/common/arrow2.png) no-repeat right 5px center;
	background-size: 20px auto;
}

#top_section {
	padding: 35px 20px 20px;
	background-color: #f2f5f5;
}

#top_section h2 {
	margin-bottom: 35px;
}

#top_section li {
	margin-bottom: 25px;
}

#top_section li figure {
	margin-bottom: 15px;
}

#top_section li figure img {
	width: 100%;
	height: auto;
}

#top_section li a {
	display: block;
	text-decoration: none;
}

#top_section li h3 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.8rem;
}

#top_navi_box {
	margin-bottom: 40px;
}

#top_navi_box ul {
	overflow: hidden;
	width: 100%;
}

#top_navi_box li {
	float: left;
	width: 50%;
	height: 290px;
	position: relative;
}

#top_navi_box li a {
	padding: 20px;
	display: block;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

#top_navi_box li h2 {
	margin-bottom: 25px;
	padding-bottom: 7px;
	font-size: 1.8rem;
	position: relative;
	font-weight: 200;
	font-family: 'Noto Sans Japanese', sans-serif, serif;
}

#top_navi_box li h2:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: #ffe100;
}

#top_navi_box li p {
	padding-bottom: 40px;
	font-size: 1.2rem;
	background: url(../images/common/arrow1.png) no-repeat 0 bottom;
	background-size: 19px auto;
}

#top_navi_box p.ver_eng {
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 0;
	width: calc(100% - 40px);
	background: none;
	font-weight: 100;
	font-size: 1.0rem;
	letter-spacing: 0.15em;
	max-width: none;
	font-family: 'Oswald', serif;
}

#navi_box_dev {
	background: url(../images/top/cate_img1.jpg) no-repeat center center;
	background-size: cover;
}

#navi_box_recruit {
	background: url(../images/top/cate_img2.jpg) no-repeat center center;
	background-size: cover;
}

#navi_box_ir {
	background: url(../images/top/cate_img3.jpg) no-repeat center center;
	background-size: cover;
}

#navi_box_group {
	background: url(../images/top/cate_img4.jpg) no-repeat center center;
	background-size: cover;
}

.slide_banner {
	margin: 0 10px 40px;
	position: relative;
	display: none;
}

.slide_banner h3 {
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 2.2rem;
	position: relative;
}

.slide_banner h3 span {
	padding: 0 20px;
	position: relative;
	z-index: 2;
	background-color: #fff;
}

.slide_banner h3:before {
	margin: auto 0;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #e60012;
	z-index: 1;
}

#top .slide_banner {
	display: block;
}

.slide_banner_wrapper {
	overflow: hidden;
	display: none;
}

#slide_banner_box .slick-list {
	margin: 0 50px !important;
}

#slide_banner_box .slick-slide > div {
	margin-bottom: 18px;
}

#slide_banner_box .slick-slide > div img {
	width: 100%;
	height: auto;
}

#slide_banner_box a {
	display: block;
}

#slide_banner_box a:active {
	opacity: 0.7;
}

.slick-prev,
.slick-next {
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	border: none;
	width: 30px;
	height: 160px;
}

.slick-prev {
	left: 0;
	background: #434343 url(../images/common/arrow_left.png) no-repeat center center;
	background-size: 8px auto;
}

.slick-next {
	right: 0;
	background: #434343 url(../images/common/arrow_right.png) no-repeat center center;
	background-size: 8px auto;
}

.no_slide {
	text-align: center;
}

.no_slide .slide_img {
	margin-bottom: 18px;
}

.no_slide .slide_img img {
	width: 100%;
	height: auto;
}

.top_cm_btn {
	margin: 0 auto;
	position: absolute;
	right: 15px;
	bottom: 20px;
	text-align: right;
	z-index: 1000;
}

.top_cm_btn.btn1 {
	bottom: 70px;
}

.top_cm_btn a {
	padding: 9px 40px 9px 15px;
	color: #fff;
	font-size: 1.3rem;
	display: inline-block;
	text-align: left;
	background: rgba(230,0,18,0.5) url(../images/common/arrow1_right.png) no-repeat right 15px center;
	background-size: 16px auto;
	text-decoration: none;
}

.top_cm_btn span {
	display: none;
}

.btn_special {
	position: absolute;
	right: 8px;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
}

.btn_special a {
	z-index: 1000;
	display: block;
	width: 220px;
}

.btn_special a img {
	width: 100%;
}

@media screen and (min-width: 768px) {

	#top_news_column {
		padding: 75px 0 30px;
		background-color: #f2f5f5;
	}

	#top_news_column h2 {
		padding-top: 0;
		padding-bottom: 44px;
		max-width: 1100px;
		font-size: 1.7rem;
		text-align: left;
	}

	#top_news_column h2 em {
		padding-right: 15px;
		font-size: 3.0rem;
	}

	#top_news_column h3 {
		margin: 0 auto -24px;
		padding-left: 18px;
		max-width: 1100px;
		text-align: left;
		font-size: 1.4rem;
	}

	#top_news_column li {
		padding: 7px 0;
	}

	.news_list_inner {
		padding-left: 105px;
		max-width: 1100px;
	}

	#top_news .news_list_inner,
	#top_ir .news_list_inner {
		padding: 0 0 0 105px;
	}

	#top_news_column .news_date {
		padding-top: 1px;
		font-size: 1.3rem;
		width: 140px;
	}

	#top_news_column a:hover .news_date {
		color: #333;
	}

	.top_news_title {
		font-size: 1.4rem;
		width: calc(100% - 140px);
	}

	#top_news,
	#top_ir,
	#top_release {
		padding-bottom: 55px;
	}

	#top_news li a:hover,
	#top_news .news_index a:hover {
		color: #11a86a;
	}

	#top_ir li a:hover,
	#top_ir .news_index a:hover {
		color: #2482a5;
	}

	#top_release li a:hover,
	#top_release .news_index a:hover {
		color: #fe8320;
	}

	.news_index {
		margin: 10px auto 0;
		padding-left: 105px;
		max-width: 1100px;
		font-size: 1.3rem;
		text-align: left;
	}

	.news_index a {
		padding-left: 22px;
		line-height: 1.4;
		position: relative;
	}

	#top_news_column li a:hover,
	.news_index a:hover {
		text-decoration: none;
	}

	#top_news .news_index a {
		background: url(../images/common/arrow_gr.png) no-repeat 0 center;
	}

	#top_ir .news_index a {
		background: url(../images/common/arrow_blue.png) no-repeat 0 center;
	}

	#top_release .news_index a {
		background: url(../images/common/arrow_org.png) no-repeat 0 center;
	}

	#top_solution {
		height: 360px;
		overflow: hidden;
	}

	#top_solution_left {
		float: left;
		height: 360px;
		width: 50%;
		background: url(../images/top/solu_img_pc.jpg) no-repeat center center;
		background-size: cover;
	}

	#top_solution_right {
		padding: 75px 0 0 75px;
		float: left;
		width: 50%;
	}

	#top_solution h2,
	#top_section h2 {
		margin-bottom: 50px;
		font-size: 3.2rem;
		text-align: left;
	}

	#top_solution h2 span,
	#top_section h2 span {
		font-size: 2.6rem;
	}

	#top_solution li {
		margin-bottom: 45px;
		padding: 0 0 15px;
		font-size: 1.8rem;
		background: url(../images/top/line.png) no-repeat 0 bottom;
	}

	#top_solution li::after {
		display: none;
	}

	#top_solution li a {
		padding-right: 45px;
		background: url(../images/common/arrow2.png) no-repeat right 5px center;
		background-size: 25px auto;
	}

	#top_solution li a:hover {
		text-decoration: none;
		color: #e60012;
		background: url(../images/common/arrow2.png) no-repeat right center;
		background-size: 25px auto;
	}

	#top_section {
		padding: 70px 0 90px;
	}

	#top_section_inner {
		margin: 0 auto;
		max-width: 1100px;
	}

	#top_section ul {
		overflow: hidden;
	}

	#top_section li {
		margin-left: 55px;
		margin-bottom: 0;
		float: left;
		width: calc((100% - 111px)/3 );
	}

	#top_section li:first-child {
		margin-left: 0px;
	}

	#top_section li figure {
		margin-bottom: 25px;
		position: relative;
	}

	#top_section li figure:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 330px;
		height: 140px;
		border: 1px solid #e60012;
		display: none;
	}

	#top_section li a {
		display: block;
	}

	#top_section li a:hover {
		text-decoration: none;
	}

	#top_section li a:hover figure:after {
		display: block;
	}

	#top_section li h3 {
		margin-bottom: 15px;
		font-size: 1.5rem;
	}

	#top_section li a:hover h3 {
		color: #e60012;
	}

	#top_section li p {
		font-size: 1.3rem;
	}

	#top_navi_box {
		margin-bottom: 100px;
	}

	#top_navi_box li {
		width: 25%;
		height: 610px;
		position: relative;
		overflow: hidden;
	}

	#top_navi_box li a {
		padding: 60px 50px;
		height: 610px;
		position: relative;
	}

	#top_navi_box li a:hover {
		text-decoration: none;
	}

	#top_navi_box li:hover::before {
		transform: scale(1.1);
	}

	#top_navi_box li h2 {
		margin-bottom: 30px;
		font-size: 2.6rem;
		font-weight: 100;
	}

	#top_navi_box li p {
		padding-bottom: 35px;
		max-width: 165px;
		font-size: 1.4rem;
	}

	#top_navi_box li a:hover .navi_box_text {
		background: url(../images/common/arrow1.png) no-repeat 5px bottom;
		background-size: 19px auto;
	}

	#top_navi_box p.ver_eng {
		margin-top: 50px;
		position: relative;
		left: 0;
		width: auto;
		font-size: 1.3rem;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}

	#navi_box_dev::before,
	#navi_box_recruit::before,
	#navi_box_ir::before,
	#navi_box_group::before {
		transition: all 0.3s ease 0s;
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 100%;
		height: 610px;
	}

	#navi_box_dev::before {
		background: url(../images/top/cate_img1.jpg) no-repeat center center;
		background-size: cover;
	}

	#navi_box_recruit::before {
		background: url(../images/top/cate_img2.jpg) no-repeat center center;
		background-size: cover;
	}

	#navi_box_ir::before {
		background: url(../images/top/cate_img3.jpg) no-repeat center center;
		background-size: cover;
	}

	#navi_box_group::before {
		background: url(../images/top/cate_img4.jpg) no-repeat center center;
		background-size: cover;
	}

	.slide_banner {
		margin: 0 auto;
		max-width: 1100px;
		position: relative;
		display: block;
	}

	.slide_banner h3 {
		margin-bottom: 40px;
	}

	.slide_banner_wrapper {
		max-width: 1100px;
		padding: 0 25px;
		overflow: hidden;
	}

	#slide_banner_box .slick-list {
		margin : auto !important;
	}

	.slick-slide > div {
		margin-bottom: 0;
	}

	.slide_img {
		margin: 0 10px;
		float: left;
		height: 120px;
	}

	.slide_img a {
		position: relative;
		display: block;
		height: 120px;
	}

	#slide_banner_box a:active {
		opacity: 1;
	}

	.slide_img a:hover::after {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 1px solid #e60012;
	}

	.slide_img img {
		width: 100%;
		height: auto;
	}

	.slick-prev,
	.slick-next {
		position: absolute;
		border: none;
		width: 20px;
		height: 50px;
	}

	.slick-prev {
		left: 0;
		background: #434343 url(../images/common/arrow_left.png) no-repeat center center;
		background-size: 8px auto;
	}

	.slick-next {
		right: 0;
		background: #434343 url(../images/common/arrow_right.png) no-repeat center center;
		background-size: 8px auto;
	}

	.top_cm_btn {
		margin: 0 auto;
		left: 0;
		right: 0;
		bottom: 102px;
		width: 1100px;
	}

	.top_cm_btn.btn1 {
		bottom: 160px;
	}

	.top_cm_btn a {
		padding: 12px 40px 12px 20px;
		font-size: 1.6rem;
		width: 365px;
		display: inline-block;
		background: rgba(230,0,18,0.5) url(../images/common/arrow1_right.png) no-repeat right 20px center;
		background-size: 19px auto;
		transition: all 0.25s ease 0s;
	}

	.top_cm_btn a:hover {
		background: #e60012 url(../images/common/arrow1_right.png) no-repeat right 20px center;
		background-size: 19px auto;
		text-decoration: none;
		transition: all 0.25s ease 0s;
	}

	.top_cm_btn span {
		display: inline;
	}


	.btn_special {
		margin: 0 auto;
		right: 0;
		left: 0;
		bottom: 60px;
		width: 1330px;
	}

	.btn_special a {
		width: auto;
		transition: transform 0.3s ease 0s;
	}

	.btn_special a:hover {
		transform: scale(1.05);
		transition: transform 0.5s ease 0s;
	}

	.btn_special a img {
		width: 265px;
		height: auto;
	}

}

@media screen and (min-width: 768px) and (max-width: 1329px) {

	.btn_special {
		width: calc(100% - 30px);
	}

}

/* ----------------------
　　　下層共通
----------------------- */

#page_logo {
	display: none;
}

.entry_header {
	height: 165px;
	border-top: 1px solid #c6c6c6;
	text-align: center;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.entry_header h1 {
	text-align: center;
	font-size: 2.7rem;
	line-height: 1.3;
	font-weight: 200;
	width: 100%;
}

.entry_header_sub {
	margin: 0 10px 10px;
	text-align: center;
	display: block;
}

.entry_header .title_cate {
	padding-bottom: 10px;
	display: block;
	font-weight: 100;
	font-size: 1.8rem;
}

.entry_header .title_entry {
	display: block;
	font-weight: 200;
	font-size: 2.6rem;
}

.entry_header .slash_left {
	padding-right: 15px;
	color: #e60012;
}

.entry_header .slash_right {
	padding-left: 15px;
	color: #e60012;
}

.entry_header em {
	color: #e60012;
	font-family: 'Oswald', serif;
}

.entry_header .min {
	font-size: 0.8em;
}

.enty_head_img {
	display: none;
}

.enty_head_img_sp {
	display: block;
	width: 100%;
}

.enty_head_img_sp img {
	width: 100%;
	height: auto;
}

.page_entry,
.index_entry {
	width: 100%;
}

.entry_wrapper {
	width: 100%;
	text-align: left;
}

.entry_wrapper_100 {
	width: 100%;
	text-align: left;
}

.entry_wrapper_wide {
	width: 100%;
	text-align: left;
}

#entry_navi {
	margin: 20px 0 0;
}

#entry_navi ul {
	width: 100%;
}

#entry_navi li {
	text-align: center;
	font-size: 1.6rem;
	border-top: 1px solid #333333;
}

#entry_navi li:first-child {
	border-top: none;
}

#entry_navi li.stay a,
#entry_navi li.stay a:hover {
	background-color: #333333;
}

#entry_navi li a {
	color: #fff;
	display: block;
	text-align: center;
	height: 59px;
/*	line-height: 59px;*/
display: flex;
align-items: center;
justify-content: center;
	background-color: #434343;
	text-decoration: none;
}

#entry_navi li.stay a {
	color: #fff;
}

#entry_navi li br {
	display: none;
}

.entry a {
	text-decoration: underline;
}

.entry h2.normal {
	margin: 30px 0;
	font-size: 2.0rem;
	line-height: 1.4;
	text-align: center;
}

.entry h2.center {
	margin-bottom: 40px;
	font-size: 2.0rem;
	line-height: 2.0;
	text-align: center;
}

.entry h2.ptn_greenline,
.entry h2.ptn_redline,
.entry h2.ptn_blueline,
.entry h2.ptn_purpleline {
	margin-top: 50px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 2.0rem;
	position: relative;
}

.entry h2.ptn_greenline:after,
.entry h2.ptn_redline:after,
.entry h2.ptn_blueline:after,
.entry h2.ptn_purpleline:after {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	width: 100px;
	height: 2px;
}

.entry h2.ptn_greenline:after {
	background: #33aead;
}

.entry h2.ptn_redline:after {
	background: #e60012;
}

.entry h2.ptn_blueline:after {
	background: #3d61a3;
}

.entry h2.ptn_purpleline:after {
	background: #9d6fa4;
}

.entry h2.left_red {
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 5px 0 5px 10px;
	font-size: 2.0rem;
	border-left: 2px solid #e60012;
}

.entry h2.left_blue {
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 5px 0 5px 10px;
	font-size: 2.0rem;
	border-left: 2px solid #5378bd;
}

.entry h2.left_purple {
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 5px 0 5px 10px;
	font-size: 2.0rem;
	border-left: 2px solid #9d6fa4;
}

.entry h2.left_green {
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 5px 0 5px 10px;
	font-size: 2.0rem;
	border-left: 2px solid #33aead;
}

.entry h3.ptn_red {
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 2.0rem;
	line-height: 1.4;
	color: #e60012;
}

.entry h3.normal {
	margin: 30px 10px;
	font-size: 1.8rem;
	line-height: 1.4;
}

.entry h3.normal2 {
	margin: 30px 10px;
	font-size: 1.8rem;
	line-height: 1.4;
}

.entry p.p_large,
.entry p.p_large_min {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: left;
	z-index: 10;
	position: relative;
}

.entry p.p_large_min {
	font-size: 2.2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.entry h3.normal br,
.entry h3.normal2 br,
.entry p.p_large br,
.entry p.p_large_min br {
	display: none;
}

.entry p {
	margin: 0;
	font-size: 1.6rem;
}

.entry > p,
.entry .column_clear > p {
	margin: 0 10px;
}

.entry_wrapper_wide .entry p {
	margin: 0 10px;
}

.entry_wrapper_wide .entry p.p_large,
.entry_wrapper_wide .entry p.p_large_min {
	margin: 0 10px 20px;
}

.entry p.p_center {
	text-align: center;
}

.entry p.p_right {
	text-align: right;
}

.entry p.p_clear {
	text-indent: -9999px;
	height: 1px;
	padding: 40px 0 39px;
}

.entry p .p_small {
	font-size: 1.4rem;
}

.entry p .p_large {
	font-size: 2.0rem;
}

.entry em {
  color: #e60012;
  font-style: normal;
  font-weight: bold;
}

.entry strong {
  font-weight: bold;
}

.entry table {
	margin: 30px 0;
	border-top: 1px solid #e8e8e8;
	width: 100%;
	font-size: 1.6rem;
}

.entry table th {
	padding: 15px 20px 15px 10px;
	border-bottom: 1px solid #e8e8e8;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

.entry table td {
	padding: 15px 20px 15px 0;
	border-bottom: 1px solid #e8e8e8;
	text-align: left;
}

.entry table td h3 {
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
	font-weight: bold;
	font-style: 1.6rem;
}

.entry table td span.td_min {
	margin-top: 4px;
	display: block;
	font-size: 1.4rem;
}

.entry table.table2column_left,
.entry table.table2column_right {
	margin-top: 0;
	margin-bottom: 0;
}

.entry table.table2column_right {
	margin-top: -31px;
}

.entry a.link {
	margin-right: 4px;
	padding-right: 14px;
	background: url(../images/common/link_on.png) no-repeat right center;
}

.entry ul {
	margin: 15px 0;
}

.entry ul li {
	margin-bottom: 8px;
	position: relative;
	padding-left: 15px;
	font-size: 1.6rem;
}

.entry ul li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 7px;
	bottom: 0;
	width: 7px;
	height: 7px;
	background-color: #e60012;
}

.entry ol {
	margin: 30px 10px 20px;
	padding-left: 20px;
}

.entry ol li {
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.entry p.black_box {
	margin: 0 10px 50px;
	border: 2px solid #434343;
	display: inline-block;
	text-align: center;
	width: calc(100% - 20px);
	font-size: 1.5rem;
}

.entry p.black_box a {
	padding: 15px 20px 15px 15px;
	color: #fff;
	display: block;
	background-color: #434343;
	text-decoration: none;
	text-align: center;
	position: relative;
}

.entry p.black_box a:after {
	margin: auto;
	position: absolute;
	display: inline-block;
	content: '';
	top: 0;
	bottom: 0;
	left: auto;
	right: 10px;
	width: 10px;
	height: 8px;
	background: url(../images/common/link2_off.png) no-repeat right center;
}

.entry p.box_out_link {
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	border-top: 1px solid #b5b5b5;
}

.entry p.box_out_link a {
	padding-right: 15px;
	text-decoration: none;
	position: relative;
	display: block;
}

.entry p.box_out_link a:after {
	margin: auto 0;
	position: absolute;
	display: inline-block;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	width: 10px;
	height: 8px;
	background: url(../images/common/link_on.png) no-repeat right center;
}


@media screen and (min-width: 768px) {

	.page #main {
		color: #4b4b4b;
	}

	.entry_header h1 {
		font-size: 3.6rem;
	}

	.entry_header_sub {
		margin: 0;
	}

	#page_header {
		height: 110px;
	}

	#page_logo {
		padding: 26px 0 0 40px;
		display: block;
	}

	#page_header .search-form-btn {
		background-color: #e8e8e8;
	}

	#page_header #search_box input {
		background-color: #e8e8e8;
	}

	#page_header #head_parts li a {
		color: #333;
	}

	.index_head_img {
		height: 300px;
		margin-bottom: 100px;
	}

	.index_wrapper {
		margin: 0 auto;
		width: 1100px;
		text-align: left;
	}

	.index_wrapper_center {
		text-align: center;
	}

	.entry_header {
		height: 190px;
		border: none;
  	}

	.entry_header .title_cate {
		padding-bottom: 25px;
		font-size: 2.6rem;
	}

	.entry_header .title_entry {
		font-size: 3.6rem;
	}

	.entry_header .slash_left {
		padding-right: 25px;
	}

	.entry_header .slash_right {
		padding-left: 25px;
	}

	.enty_head_img {
		margin: 0 auto 60px;
		width: 1100px;
		display: block;
	}

	.enty_head_img_sp {
		display: none;
	}

	.page_entry,
	.index_entry {
		margin: 0 auto;
		width: 1100px;
	}

	.entry_wrapper {
		margin: 0 auto;
		width: 900px;
	}

	.entry_wrapper_100 {
		width: 100%;
	}

	.entry_wrapper_wide {
		margin: 0 auto;
		width: 1100px;
	}

	#entry_navi {
		margin: 80px 0 100px;
		background-color: #434343;
	}

	#index_navi {
		margin: 0 0 100px;
	}

	#index_navi ul,
	#entry_navi ul {
		border-bottom: 1px solid #434343;
		border-left: 1px solid #434343;
		border-right: 1px solid #434343;
		display: table;
		width: 100%;
		display: flex;
	}

	#index_navi li,
	#entry_navi li {
		flex-grow: 9;
		text-align: center;
		font-size: 1.6rem;
		border-left: 1px solid #3b3b3b;
		border-top: none;
	}

	#index_navi li:first-child,
	#entry_navi li:first-child {
		border-left: none;
	}

	#index_navi li.stay a,
	#index_navi li.stay a:hover,
	#entry_navi li.stay a,
	#entry_navi li.stay a:hover {
		background-color: #fff;
	}

	#index_navi li a,
	#entry_navi li a {
		color: #fff;
/*
		display: block;
		text-align: center;
		height: 59px;
		line-height: 59px;
*/
		background-color: #434343;
	}

	#index_navi li a span,
	#entry_navi li a span {
		padding: 0 20px;
	}

	#index_navi li a:hover,
	#entry_navi li a:hover {
		text-decoration: none;
		background-color: #616161;
	}

	#index_navi li.stay a,
	#entry_navi li.stay a {
		color: #4b4b4b;
	}

	#entry_navi.entry_navi_wide li a span {
		padding: 0;
		font-size: 1.5rem;
	}

	#entry_navi li br {
		display: block;
	}

	.entry a {
		text-decoration: underline;
	}

	.entry a:hover {
		text-decoration: none;
	}

	.entry h2.normal {
		margin: 80px 0;
		font-size: 3.0rem;
		line-height: 1.5;
	}

	.entry h2.center {
		margin-bottom: 40px;
		font-size: 2.0rem;
		line-height: 2.0;
		text-align: center;
	}

	.entry h2.ptn_greenline,
	.entry h2.ptn_redline,
	.entry h2.ptn_blueline,
	.entry h2.ptn_purpleline {
		margin-top: 50px;
		font-size: 2.8rem;
	}

	.entry h2.left_red {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.entry h2.left_blue {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.entry h2.left_purple {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.entry h2.left_green {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.entry h3.ptn_red {
		margin-top: 60px;
		margin-bottom: 30px;
		text-align: center;
		font-size: 2.4rem;
		color: #e60012;
	}

	.entry h3.normal {
		margin: 30px 0;
		font-size: 2.0rem;
		line-height: 1.8;
	}

	.entry h3.normal2 {
		margin: 0 0 30px;
		font-size: 2.0rem;
		line-height: 1.8;
	}

	.entry p.p_large {
		margin-bottom: 30px;
		font-size: 2.0rem;
		line-height: 1.8;
		text-align: center;
	}

	.entry p.p_large_min {
		margin-bottom: 30px;
		line-height: 1.8;
		text-align: center;
		font-size: 2.6rem;
	}

	.entry h3.normal br,
	.entry h3.normal2 br,
	.entry p.p_large br,
	.entry p.p_large_min br {
		display: block;
	}

	.entry p {
		margin: 0;
		line-height: 1.6;
		font-size: 1.6rem;
	}

	.entry > p,
	.entry .column_clear > p {
		margin: 0;
	}

	.entry_wrapper_wide .entry p {
		margin: 0;
	}

	.entry_wrapper_wide .entry p.p_large,
	.entry_wrapper_wide .entry p.p_large_min {
		margin: 0 10px 30px;
	}

	.entry p .p_large {
		font-size: 2.4rem;
	}

	.entry table {
		margin: 30px 0;
	}

	.entry table th {
		padding: 15px 30px 15px 25px;
	}

	.entry table td {
		padding: 15px 20px 15px 0;
	}

	.entry table td span.td_min {
		margin-top: 4px;
		display: block;
		font-size: 1.4rem;
	}

	.entry table.table2column_left,
	.entry table.table2column_right {
		margin: 0;
	}

	.entry a.link {
		margin-right: 4px;
		padding-right: 14px;
		background: url(../images/common/link_on.png) no-repeat right center;
	}

	.entry ul {
		margin: 15px 0 15px 20px;
	}

	.entry ul li {
		margin-bottom: 8px;
		position: relative;
		padding-left: 15px;
	}

	.entry ul li:before {
		margin: auto 0;
		position: absolute;
		content: '';
		left: 0;
		top: 0;
		bottom: 0;
		width: 7px;
		height: 7px;
		background-color: #e60012;
	}

	.entry ol {
		margin: 50px 0 20px;
	}

	.entry ol li {
		margin-bottom: 30px;
		font-size: 1.6rem;
		line-height: 1.6;
	}

	.entry p.p_line {
	}

	.entry p.black_box {
		margin: 0 auto 100px;
		width: auto;
	}

	.entry p.black_box a {
		padding: 12px 135px;
	}

	.entry p.black_box a:after {
		margin: auto;
		padding-left: 20px;
		position: relative;
		display: inline-block;
		content: '';
		top: 0;
		bottom: 0;
		left: auto;
		right: auto;
		width: 10px;
		height: 8px;
		background: url(../images/common/link2_off.png) no-repeat right center;
	}

	.entry p.black_box a:hover {
		color: #434343;
		background-color: #fff
	}

	.entry p.black_box a:hover::after {
		background: url(../images/common/link2_on.png) no-repeat right center;
	}

	.entry p.box_out_link {
		margin-top: 0;
		margin-bottom: 5px;
		padding: 0;
		border: none;
		text-align: right;
	}

	.entry p.box_out_link a:hover {
		color: #e60012;
		text-decoration: none;
	}

}

#bottom_local_navi {
	display: none;
}

@media screen and (min-width: 768px) {

	#bottom_local_navi {
		margin: 0 auto 100px auto;
		background-color: #f2f5f5;
		padding: 15px 40px;
		overflow: hidden;
		display: block;
	}

	#bottom_local_navi h3 {
		margin-right: 35px;
		padding-right: 35px;
		font-weight: bold;
		line-height: 30px;
		border-right: 1px solid #ced2d2;
		float: left;
	}

	#bottom_local_navi ul {
		float: left;
		overflow: hidden;
	}

	#bottom_local_navi li {
		margin-right: 40px;
		float: left;
		line-height: 30px;
	}

	#bottom_local_navi li a {
		padding-right: 25px;
		color: #3d61a3;
		text-decoration: none;
		background: url(../images/common/arrow_blue2.png) no-repeat right 5px center;
	}

	#bottom_local_navi li a:hover {
		color: #246ff9;
		background: url(../images/common/arrow_blue2.png) no-repeat right center;
	}

	.cate_engineering #bottom_local_navi li a {
		color: #834e8b;
		background: url(../images/common/arrow_purple.png) no-repeat right 5px center;
	}

	.cate_engineering #bottom_local_navi li a:hover {
		color: #a931bb;
		background: url(../images/common/arrow_purple.png) no-repeat right center;
	}

}

/* ----------------------
　　　選ばれる理由
----------------------- */

.reason .title_cate {
	padding-top: 20px;
}

.reason .title_cate em {
	color: #e60012;
}

.reason .title_cate .slash_left,
.reason .title_cate .slash_right {
	color: #e60012;
}

.reason_img {
	height: 280px;
	position: relative;
}

.reason_column1 .reason_img {
	background: url(../images/reason/reason_img1.jpg) no-repeat center center;
	background-size: cover;
}

.reason_column2 .reason_img {
	background: url(../images/reason/reason_img2.jpg) no-repeat center center;
	background-size: cover;
}

.reason_column3 .reason_img {
	background: url(../images/reason/reason_img3.jpg) no-repeat center center;
	background-size: cover;
}

.entry .reason_img p {
	padding-top: 20px;
	color: #fff;
	font-size: 2.2rem;
	text-align: right;
}

.reason_column2 .reason_img p {
	padding-left: 20px;
	text-align: left;
}

.reason_column_left {
	padding: 0 10px 30px;
}

.reason_column_left h2 {
	margin: 30px 0;
	font-size: 2.0rem;
}

.entry .link_box a {
	margin: 25px 0;
	padding: 14px 20px;
	display: block;
	color: #fff;
	background: #e60012;
	text-decoration: none;
}

.link_box a span {
	padding-right: 25px;
	background: #e60012 url(../images/common/arrow1.png) no-repeat right center;
	background-size: 19px auto;
	display: block;
}

 .reason #top_solution,
 .service #top_solution {
	padding-bottom: 60px;
	background-color: #f2f5f3;
	text-align: left;
}

.reason #top_solution_left,
.service #top_solution_left {
	height: 160px;
	background: url(../images/reason/solu_img_pc.jpg) no-repeat right center;
	background-size: cover;
}

.reason #top_solution_right,
.service #top_solution_right {
	padding: 30px 0 0 0;
}

.reason #top_solution h2,
.service #top_solution h2 {
	margin-bottom: 30px;
	line-height: 1.0;
}

.reason #top_solution ul,
.service #top_solution ul {
	margin: 0 10px;
	position: relative;
}

.reason #top_solution ul::after,
.service #top_solution ul::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: calc(100% - 20px);
	border-bottom: 1px solid #abb0ad;
}

.reason #top_solution li,
.service #top_solution li {
	margin-bottom: 0;
	padding: 0 0 15px 10px;
	background: none;
}

@media screen and (min-width: 768px) {

	.reason .entry_header {
		height: 244px;
	}

	.reason_column1,
	.reason_column2,
	.reason_column3 {
		margin-bottom: 60px;
		overflow: hidden;
	}

	.reason_column_left {
		padding: 105px 75px 0;
		float: left;
		width: 42%;
	}

	.reason_column_left h2 {
		margin: 0 0 30px 0;
		font-size: 2.2rem;
		color: #4b4b4b;
	}

	.reason_column_left p {
		margin-bottom: 30px;
		color: #4b4b4b;
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.link_box {
		display: inline-block;
		border: 1px solid #e60012;
	}

	.entry .link_box a {
		margin: 0;
		padding: 14px 30px;
	}

	.link_box a:hover {
		color: #e60012;
		background: #fff;
		text-decoration: none;
	}

	.link_box a span {
		display: inline;
	}

	.link_box a:hover span {
		background: #fff url(../images/common/arrow2.png) no-repeat right center;
		background-size: 19px auto;
	}

	.reason_img {
		width: 58%;
		height: 560px;
	}

	.reason_column1 .reason_img {
		float: right;
	}

	.reason_column2 .reason_img {
		float: left;
	}

	.reason_column3 .reason_img {
		float: right;
	}

	.entry .reason_img p {
		padding: 0;
		position: absolute;
		top: 70px;
		color: #fff;
		font-size: 3.6rem;
		text-align: left;
	}

	.reason_column1 .reason_img p,
	.reason_column3 .reason_img p {
		right: 80px;
		text-align: right;
	}

	.reason_column2 .reason_img p {
		left: 80px;
		text-align: left;
	}

	 .reason #top_solution,
	 .service #top_solution {
	 	margin-top: 100px;
		margin-bottom: 100px;
		padding: 0;
		height: 190px;
	}

	.reason #top_solution_left,
	.service #top_solution_left {
		height: 190px;
	}

	.reason #top_solution_right,
	.service #top_solution_right {
		padding: 50px 0 0 60px;
	}

	.reason #top_solution ul,
	.service #top_solution ul {
		margin: 0;
	}

	.reason #top_solution li,
	.service #top_solution li {
		padding: 0;
	}

	.reason #top_solution ul::after,
	.service #top_solution ul::after {
		display: none;
	}

}

/* --------------------------------
　　　サービス・窓口から探す
-------------------------------- */

.service .title_cate .slash_left,
.service .title_cate em,
.service .title_cate .slash_right {
	color: #e60012;
}

.service .entry_header .title_cate {
	padding-top: 20px;
}

.service h2.title_cate {
	padding: 20px 10px;
}

#service_index {
	margin: 0 auto;
	text-align: center;
}

.service_index_block ul {
	margin-top: 10px;
	margin-bottom: 50px;
}

.service_index_block .title_cate .slash_left {
	padding-right: 15px;
}

.service_index_block .title_cate .slash_right {
	padding-left: 15px;
}

.service_index_block .title_cate .slash_left,
.service_index_block .title_cate .slash_right,
.service_index_block .title_cate {
	font-size: 2.2rem;
}

#service_index_engineering .title_cate .slash_left,
#service_index_engineering .title_cate .slash_right,
#service_index_engineering .title_cate {
	color: #9d6fa4;
}

#service_index_ict .title_cate .slash_left,
#service_index_ict .title_cate .slash_right,
#service_index_ict .title_cate {
	color: #3d61a3;
}

#service_index_estate .title_cate .slash_left,
#service_index_estate .title_cate .slash_right,
#service_index_estate .title_cate {
	color: #33aead;
}

#service_index h2 {
	text-align: center;
}

#service_index li {
	margin: 0 10px 25px;
	width: calc(100% - 20px);
    display: block;
}

#service_index li a {
	text-decoration: none;
	display: block;
}

#service_index li h3 {
	font-size: 1.8rem;
	margin-bottom: 14px;
	padding-right: 25px;
	display: inline-block;
}

#service_index li p {
	margin: 0 10px;
	text-align: left;
}

#service_index_engineering li h3 {
	color: #9d6fa4;
	background: url(../images/common/arrow_purple.png) no-repeat right center;
}

#service_index_ict li h3 {
	color: #3d61a3;
	background: url(../images/common/arrow_blue2.png) no-repeat right center;
}

#service_index_estate li h3 {
	color: #168c8b;
	background: url(../images/common/arrow_blue3.png) no-repeat right center;
}

#service_index li figure {
	margin-bottom: 15px;
	position: relative;
}

#service_index li figure img {
	width: 100%;
	height: auto;
}

#service_index_develop {
	margin: 40px auto 0;
	text-align: left;
}

#service_index_develop_inner {
	padding: 30px 0 0;
	background-color: #f2f5f5;
}

#service_index_develop h2 {
	margin-bottom: 10px;
	padding-bottom: 15px;
	font-size: 2.2rem;
	text-align: center;
	position: relative;
}

#service_index_develop h2:after {
	margin: 0 auto;
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	width: 100px;
	background-color: #e60012;
}

#service_index_develop ul {
	font-size: 1.6rem;
}

#service_index_develop li {
	padding: 20px 20px 15px;
	background-color: #f2f5f5;
	overflow: hidden;
}

#service_index_develop li:nth-child(even) {
	background-color: #fff;
}

#service_index_develop li figure {
	margin-bottom: 10px;
	margin-right: 20px;
	float: left;
	width: 110px;
}

#service_index_develop li figure img {
	width: 100%;
	height: auto;
}

.service_index_dev_right h3 {
	margin-bottom: 7px;
}

.service_index_dev_right h3 span {
	margin-bottom: 4px;
	padding: 4px 6px;
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	background-color: #834e8b;
}

.service_index_dev_right h3 a {
	text-decoration: underline;
	color: #3a67cf;
	display: block;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.4;
	position: relative;
}

.service_index_dev_right h3 a::after {
	margin-left: 6px;
	position: absolute;
	content: '';
	bottom: 2px;
	width: 12px;
	height: 18px;
	background: url(../images/common/pdf.png) no-repeat right center;
	background-size: 12px auto;
}

#service_index_develop p {
	line-height: 1.4;
	font-size: 1.5rem;
	clear: both;
}

.link_dev {
	margin: 30px 0 30px 20px;
}

.link_dev a {
	padding-left: 22px;
	background: url(../images/common/arrow2.png) no-repeat 0 center;
	background-size: 15px auto;
}

@media screen and (min-width: 768px) {

	#service_index {
		text-align: left;
		width: 1100px;
	}

	#service_index ul {
		margin: 40px -27.5px 0;
		display: flex;
		flex-wrap: wrap;
	}

	#service_index li {
		margin: 0 27.5px;
		width: 330px;
		height: 310px;
	    display: block;
	}

	#service_index li h3 {
		margin-bottom: 18px;
	}

	#service_index li a:hover h3 {
		padding-right: 30px;
	}

	#service_index li a:hover figure {
		opacity: 0.5;
	}

	#service_index_engineering li a:hover h3 {
		color: #a931bb;
	}

	#service_index_engineering li a:hover figure::after {
		border: 1px solid #834e8b;
	}

	#service_index_ict li a:hover h3 {
		color: #3d61a3;
	}

	#service_index_ict li a:hover figure::after {
		border: 1px solid #3d61a3;
	}

	#service_index_estate li a:hover h3 {
		color: #168c8b;
	}

	#service_index_estate li a:hover figure::after {
		border: 1px solid #168c8b;
	}

	#service_index li p {
		margin: 0;
	}

	#service_index li figure {
		margin-bottom: 15px;
		position: relative;
	}

	#service_index li a:hover figure::after {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 330px;
		height: 160px;
	}

	#service_index_develop {
		width: 1100px;
	}

	#service_index_develop h2 {
		margin-bottom: 50px;
		font-size: 2.6rem;
	}

	#service_index_develop h2:after {
		height: 1px;
	}

	#service_index_develop ul {
		font-size: 1.6rem;
	}

	#service_index_develop li {
		padding: 20px 50px;
	}

	#service_index_develop li figure {
		margin-bottom: 0;
		margin-right: 30px;
	}

	.service_index_dev_right {
		float: left;
		width: calc(100% - 140px);
	}

	.service_index_dev_right h3 {
		margin-bottom: 7px;
	}

	.service_index_dev_right h3 span {
		margin-right: 10px;
		margin-bottom: 0;
		padding: 3px 8px;
	}

	.service_index_dev_right h3 a {
		display: inline-block;
		font-weight: normal;
		font-size: 1.6rem;
	}

	.service_index_dev_right h3 a::after {
		display: none;
	}

	.service_index_dev_right h3 a[href$=".pdf"] {
		padding-right: 18px;
		background: url(../images/common/pdf.png) no-repeat right center;
		background-size: 12px auto;
	}

	#service_index_develop p {
		line-height: 1.4;
		font-size: 1.6rem;
	}

	.link_dev {
		margin: 20px 50px;
	}

}

/* ----------------------
　　　企業情報
----------------------- */

.company .entry_header {
	height: 130px;
}

.company .index_head_img {
	margin-bottom: 40px;
	width: 100%;
	height: 225px;
	background: url(../images/company/index_head_img_sp.jpg) no-repeat center center;
	background-size: cover;
}

#company_head {
	margin: 0 10px 60px;
	position: relative;
	text-align: left;
	border: 1px solid #f2f5f5;
	background: url(../images/company/greeting_img_sp.jpg) no-repeat;
	background-size: contain;
}

#company_head h2 {
	margin: 0 20px 15px;
	padding-top: 15px;
	position: relative;
	font-size: 1.8rem;
}

#company_head h2::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #e60012;
}

#company_head a {
	padding-top: 68%;
	display: block;
	text-decoration: none;
}

#company_head h3 {
	margin: 0 20px;
	padding-bottom: 20px;
	font-weight: 100;
	line-height: 1.5;
	font-size: 2.0rem;
}

#company_head h3 br {
	display: none;
}

#company_index ul {
	margin: 0 10px 50px;
}

#company_index li {
	margin-bottom: 20px;
	text-align: center;
}

#company_index li a {
	display: block;
	text-decoration: none;
}

#company_index li figure {
	position: relative;
}

#company_index li figure img {
	width: 100%;
	height: auto;
	position: relative;
}

#company_index li h3 {
	margin: 15px 0 10px;
	padding-right: 25px;
	font-size: 1.8rem;
	display: inline-block;
	background: url(../images/common/arrow2.png) no-repeat right center;
	background-size: 15px auto;
}

#company_index li p {
	font-size: 1.4rem;
	text-align: left;
}

@media screen and (min-width: 768px) {

	#main.company {
		text-align: center;
		width: 100%;
	}

	.company .index_head_img {
		margin-bottom: 100px;
		height: 300px;
		background: url(../images/company/index_head_img.jpg) no-repeat center center;
		background-size: cover;
	}

	#company_head {
		margin: 0 0 60px;
		position: relative;
		text-align: left;
		background: url(../images/company/greeting_img.jpg) no-repeat;
	}

	#company_head:hover {
		opacity: 0.5;
	}

	#company_head h2 {
		margin: 0 20px 25px 0;
		padding-top: 10px;
		position: relative;
		font-size: 1.6rem;
	}

	#company_head span {
		position: absolute;
		top: 0;
		left: 0;
		display: none;
		border: 1px solid #e60012;
		width: 1100px;
		height: 310px;
	}

	#company_head a {
		padding: 90px 0 0 660px;
		height: 310px;
		display: block;
	}

	#company_head a:hover {
		text-decoration: none;
	}

	#company_head a:hover span {
		display: block;
	}

	#company_head a:hover h2,
	#company_head a:hover h3 {
		color: #e60012;
	}

	#company_head h3 {
		margin: 0;
		font-weight: 100;
		line-height: 1.5;
		font-size: 3.0rem;
	}

	#company_head h3 br {
		display: block;
	}

	#company_index ul {
		margin: 0;
		display:flex;
		flex-wrap: wrap;
		text-align: left;
	}

	#company_index li {
		margin: 0 55px 55px 0;
		width: 330px;
		text-align: left;
	}

	#company_index li:nth-child(3n) {
		margin-right: 0;
	}

	#company_index li a:hover {
		text-decoration: none;
	}

	#company_index li figure span {
		position: absolute;
		top: 0;
		left: 0;
		display: none;
		border: 1px solid #e60012;
		width: 330px;
		height: 160px;
	}

	#company_index li a:hover figure {
		opacity: 0.5;
	}

	#company_index li a:hover figure span {
		display: block;
	}

	#company_index li h3 {
		text-align: left;
	}

	#company_index li a:hover h3 {
		padding-right: 30px;
		color: #e60012;
	}

}

.company_entry .entry_header {
	height: 130px;
}

.company_entry .entry_wrapper,
.company_entry .entry_wrapper_wide {
	margin: 0 10px;
	width: calc(100% - 20px);
}
/*
.company_entry .entry_wrapper_wide .columnImage {
	width: calc(100% - 20px);
	height: auto;
}
*/
.company_entry .entry p {
	margin: 0 0 30px 0;
}

#office_map,
#officemap {
	width: 100%;
	height: 220px;
}

#office_index {
	margin-top: 60px;
}

#office_index li {
	margin: 0 0 35px 0;
}

#office_index li h2 {
	margin-bottom: 20px;
	padding: 2px 0 2px 10px;
	font-size: 2.0rem;
	line-height: 1.2;
	border-left: 2px solid #e60012;
	display: inline-block;
}

#office_index li figure {
	margin-bottom: 15px;
	width: 100%;
}

#office_index li figure img {
	max-width: 100%;
	height: auto;
}

#office_index li .map_btn {
	margin-top: 6px;
	float: right;
	font-size: 1.2rem;
}

#office_index li .map_btn a {
	padding: 2px 20px 2px 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	border: 2px solid #e60012;
	background: #e60012 url(../images/common/link_off.png) no-repeat right 5px center;
}

#office_index li dl {
	margin-bottom: 4px;
	overflow: hidden;
	font-size: 1.6rem;
}

#office_index li dt {
	float: left;
	width: 50px;
}

#office_index li dd {
	float: left;
}


@media screen and (min-width: 768px) {

	.company_eentry .entry_header {
		height: 165px;
	}

	.company_entry .entry_wrapper {
		margin: 0 auto;
		width: 900px;
	}

	.company_entry .entry_wrapper_wide {
		margin: 0 auto;
		width: 1100px;
	}

	.company_entry .entry_wrapper_wide .columnImage {
		width: auto;
	}

	.company_entry .entry p {
		margin: 0;
	}

	#office_map,
	#officemap {
		width: 1100px;
		height: 360px;
	}

	#office_index {
		margin-top: 80px;
		display: flex;
		flex-wrap: wrap;
	}

	#office_index li {
		margin: 0 120px 90px 0;
		width: 390px;
	}

	#office_index li:nth-child(even) {
		margin-right: 0;
	}

	#office_index li h2 {
		margin-bottom: 30px;
		padding: 4px 0 4px 10px;
		font-size: 2.0rem;
		border-left: 2px solid #e60012;
		display: inline-block;
	}

	#office_index li figure {
		margin-bottom: 20px;
		width: 390px;
	}

	#office_index li .map_btn a:hover {
		color: #e60012;
		background: #fff url(../images/common/link_on.png) no-repeat right 5px center;
	}

	#office_index li dl {
		margin-top: 5px;
		overflow: hidden;
		font-size: 1.6rem;
	}

	#office_index li dt {
		float: left;
		width: 50px;
	}

	#office_index li dd {
		float: left;
		width: 340px;
	}

}

.outline .entry {
	margin: 0 20px;
}

.officer .entry table {
	margin: 30px 0 20px;
}

.officer .entry table th {
	width: 160px;
}

.group .entry table {
	margin-top: 10px;
}

.group .entry table td {
	padding-left: 10px;
}

.group .entry .group_table_right {
	margin-top: -31px;
}

.group .entry table a {
	text-decoration: none;
}

.group .entry table a {
	padding-right: 14px;
	background: url(../images/common/link_on.png) no-repeat right center;
}

@media screen and (min-width: 768px) {

	.group .enty_head_img {
		margin-bottom: 80px;
	}

	.history .entry,
	.outline .entry {
		margin: 0;
	}

	.history .entry th {
		width: 170px;
	}

	.outline .entry th {
		width: 220px;
	}

	.officer .entry table {
		margin: 10px 0 80px;
	}

	.group #entry_navi,
	.officer #entry_navi {
		margin-top: 0;
	}

	.group .entry table {
		margin: 0 0 100px;
		border: none;
		background: url(../images/common/line_purple.png) repeat-x 0 top;
	}

	.group .entry table td {
		padding-left: 15px;
		padding-right: 15px;
		border: none;
		background: url(../images/common/line_purple.png) repeat-x 0 bottom;
	}

	.group .entry .table_blue {
		border: none;
		background: url(../images/common/line_blue.png) repeat-x 0 top;
	}

	.group .entry .table_blue td {
		border: none;
		background: url(../images/common/line_blue.png) repeat-x 0 bottom;
	}

	.group .entry .table_green {
		border: none;
		background: url(../images/common/line_green.png) repeat-x 0 top;
	}

	.group .entry .table_green td {
		border: none;
		background: url(../images/common/line_green.png) repeat-x 0 bottom;
	}

	.group .entry .group_table_right {
		margin-top: 0;
	}

	.group .entry table a:hover {
		color: #e60012;
	}

}

#cm_entry {
	padding-top: 40px;
}

#cm_entry ul {
	overflow: hidden;
}

#cm_entry li {
	margin: 0 0 30px 0;
}

#cm_entry li .cm_img {
	margin-bottom: 15px;
	display: block;
	cursor: pointer;
	position: relative;
}

#cm_entry li .cm_img:after {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	width: 330px;
	height: 190px;
	background: url(../images/company/play.png) no-repeat center center;
}

#cm_entry li .cm_img img {
	width: 100%;
	height: auto;
}

#cm_entry h2 {
	margin: 0 0 5px 0;
	text-align: center;
	font-size: 1.6rem;
	text-align: center;
}

@media screen and (min-width: 768px) {

	#cm_entry {
		padding-top: 20px;
		overflow: hidden;
	}

	#cm_entry ul {
		margin-top: 40px;
	}

	#cm_entry li {
		margin: 0 55px 10px 0;
		float: left;
		width: 330px;
	}

	#cm_entry li:nth-child(3n) {
		margin-right: 0;
	}

	#cm_entry li .cm_img {
		width: 330px;
	}

	#cm_entry li .cm_img img {
		width: 330px;
	}

}

.lp_contents {
	margin: 80px 0 0 0;
	text-align: center;
}

.lp_contents h2 {
	margin: 0 0 30px 0;
	font-size: 1.7rem;
	line-height: 1.4;
	font-weight: bold;
	color: #e60012;
}

.lp_contents > h3 {
	margin: 0 0 30px 0;
	font-size: 1.6rem;
}

.lp_contents figure {
	margin: 0 0 30px 0;
}

.lp_contents figure img {
	width: 100%;
	height: auto;
}

.lp_contents p {
	margin: 0 0 50px 0;
	font-size: 1.8rem;
	line-height: 1.6;
	text-align: left;
}

.lp_contents p br {
	display: none;
}

.lp_contents li {
	margin: 0 0 30px 0;
}

.lp_contents li h3 {
	margin: 0 0 5px 0;
	font-size: 1.6rem;
}

.lp_contents li .cm_img {
	margin-bottom: 15px;
	display: block;
	cursor: pointer;
	position: relative;
}

.lp_contents li .cm_img img {
	width: 100%;
	height: auto;
}

.lp_contents li .cm_img:after {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	width: 330px;
	height: 190px;
	background: url(../images/company/play.png) no-repeat center center;
}

#kaiketsu {
    margin-top: 70px;
}

.cm_next h2 {
	margin: 0 0 25px;
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
}

.cm_next > figure img {
	width: 100%;
}

.cm .contact_btn {
	margin-top: 30px;
	display: block;
}

.cm_next_movie {
	margin: 30px auto 0;
}

.cm_next_movie li {
	margin: 0 0 20px;
}

.cm_next_movie li .cm_img {
  margin-bottom: 15px;
  display: block;
  cursor: pointer;
  position: relative;
}

.cm_next_movie li .cm_img img {
    width: 100%;
    height: auto;
}

.cm_next_movie li .cm_img::after {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  width: 330px;
  height: 190px;
  background: url(../images/company/play.png) no-repeat center center;
}

@media screen and (min-width: 768px) {

	.lp_contents {
		margin: 70px 0 0 0;
	}

	.lp_contents h2 {
		font-size: 3.0rem;
	}

	.lp_contents p {
		font-size: 2.0rem;
		line-height: 1.8;
		text-align: center;
	}

	.lp_contents p br {
		display: block;
	}

	.lp_contents ul {
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		width: 680px;
	}

	.lp_contents li {
		margin: 0 40px 40px 0;
		width: 320px;
	}

	.lp_contents li:nth-child(even) {
		margin: 0 0 40px 0;
	}

	#kaiketsu {
	    margin-top: -70px;
		padding-top: 140px;
	}

	.cm_next h2 {
		margin: 30px 0 30px;
		font-size: 3.0rem;
	}

	.cm_next_movie {
		margin: 60px auto 0;
	}

	.cm_next_movie ul {
		display: flex;
		justify-content: center;
	}

	.cm_next_movie li {
		margin: 0 25px;
	}

}

@media screen and (min-width: 768px) {

	.message .entry p {
		margin-bottom: 50px;
	}

}

/* -----------------------------
　　　決算情報・IR情報
------------------------------- */

.kessan_index {
	margin: 0 10px;
	padding-bottom: 40px;
}

.kessan_index li {
	margin: 0 0 20px;
	text-align: center;
}

.kessan_index a {
	display: block;
	text-decoration: none;
}

.kessan_index h4 {
	margin: 0 0 30px;
	padding-right: 25px;
	font-size: 1.8rem;
	display: inline-block;
	background: url(../images/common/arrow2.png) no-repeat right center;
	background-size: 15px auto;
}

.kessan_index figure {
    margin-bottom: 15px;
    border: 1px solid #fff;
}

.kessan_index figure img {
	width: 100%;
	height: auto;
}

.kessan_index p {
	font-size: 1.4rem;
	text-align: left;
}

@media screen and (min-width: 768px) {

	.kessan_index {
		margin: 20px 0 0 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		text-align: left;
	}

	.kessan_index li {
		margin: 0 55px 55px 0;
		width: 330px;
		text-align: left;
	}

	.kessan_index li:nth-child(3n) {
	    margin-right: 0;
	}

	.kessan_index a:hover figure {
		background-position: right -10px center
	}

	.kessan_index h4 {
		padding-right: 30px;
		background: url(../images/common/arrow2.png) no-repeat right 5px center;
		background-size: 15px auto;
	}

	.kessan_index li a:hover h4 {
		background: url(../images/common/arrow2.png) no-repeat right center;
		background-size: 15px auto;
	}

	.kessan_index li a:hover figure {
		opacity: 0.5;
	}

}

.highlight_table {
	margin: 0 0 40px 0;
}

.highlight_table h2 {
	padding: 8px 0 8px 15px;
	font-size: 1.8rem;
	border-left: 2px solid #e60012;
}

.highlight_table p {
	margin: 0 0 10px 0;
	text-align: right;
	font-size: 1.2rem;
}

.highlight_table table {
	width: 100%;
}

.highlight_table th {
	padding: 5px;
	font-size: 1.0rem;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #eee;
}

.highlight_table td {
	padding: 5px;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #ccc;
}

.highlight_table tbody th {
	padding: 0;
	background-color: #fff;
}

.highlight_table th span {
	padding: 7px 5px;
	display: block;
}

.highlight_table_order th span {
	border-left: 2px solid #537fda;
}

.highlight_table_order td {
	background-color: #f0f5ff;
}

.highlight_table_sales th span {
	border-left: 2px solid #f7a300;
}

.highlight_table_sales td {
	background-color: #fff8e6;
}

.highlight_table_keijo th span {
	border-left: 2px solid #aace37;
}

.highlight_table_keijo td {
	background-color: #eff7dc;
}

.highlight_table_touki th span {
	border-left: 2px solid #e6616c;
}

.highlight_table_touki td {
	background-color: #fff5f5;
}

.graph_column {
	margin: 15px 0 40px 0;
	display: flex;
	flex-wrap: wrap;
}

.graph_column li {
	margin: 20px 0 0 0;
	width: 100%;
}

.graph_column li h2 {
	margin: 0 0 15px 0;
	padding: 2px 0 2px 10px;
	font-size: 1.8rem;
}

.graph_order_box h2 {
	border-left: 2px solid #537fda;
}

.graph_sales_box h2 {
	border-left: 2px solid #f7a300;
}

.graph_keijo_box h2 {
	border-left: 2px solid #aace37;
}

.graph_touki_box h2 {
	border-left: 2px solid #e6616c;
}

.graph_column li p {
	margin: 0 0 0 0;
	font-size: 1.2rem;
	text-align: right;
}

.graph_column li canvas {
	margin: 0 0 0 -10px;
	width: 100%;
}

@media screen and (min-width: 768px) {

	.highlight_table {
		margin: 0 0 40px 0;
	}

	.highlight_table h2 {
		padding: 5px 0 5px 10px;
		font-size: 20px;
	}

	.highlight_table p {
		font-size: 14px;
	}

	.highlight_table th {
		padding: 10px;
		font-size: 15px;
	}

	.highlight_table td {
		padding: 10px;
		font-size: 15px;
	}

	.highlight_table tbody th {
		padding: 0;
		background-color: #fff;
	}

	.highlight_table th span {
		padding: 10px;
	}

	.highlight_table_order th span {
		border-left: 3px solid #537fda;
	}

	.highlight_table_sales th span {
		border-left: 3px solid #f7a300;
	}

	.highlight_table_keijo th span {
		border-left: 3px solid #aace37;
	}

	.highlight_table_touki th span {
		border-left: 3px solid #e6616c;
	}

	.graph_column {
		margin: 30px 0 0 0;
	}

	.graph_column li {
		margin: 50px 0 0 0;
		width: calc(50% - 30px);
	}

	.graph_column li:nth-child(odd) {
		margin: 50px 60px 0 0;
	}

	.graph_column li h2 {
		margin: 0 0 30px 0;
		padding: 2px 0 2px 10px;
		font-size: 20px;
	}

	.graph_column li p {
		margin: 0 0 0 0;
		font-size: 14px;
	}

}

.entry .kessan_no_entry {
	margin: 0 0 60px 0;
	text-align: center;
}

.entry .kessan_table {
	margin: 0;
}

.entry .kessan_table td {
	padding: 0;
}

.kessan_table td a {
	padding: 15px 0;
	text-decoration: none;
	display: block;
}

.kessan_table td a span {
	padding: 0 24px 0 0;
	background: url(../images/common/pdf.png) no-repeat right center;
	background-size: 14px auto;
}

@media screen and (min-width: 768px) {

	.entry .kessan_no_entry {
		margin: 0;
		text-align: left;
	}

	.kessan_table th {
		width: 170px;
	}

	.entry .kessan_table td {
		padding: 0 20px 0 0;
	}

	.kessan_table td a:hover {
		color: #e60012;
	}

}

/* --------------------------------
　　　総合エンジニアリング事業
-------------------------------- */

.eng_index {
	width: 100% !important;
	text-align: center;
}

.eng_index .entry_header {
	margin: 0;
	padding: 0 10px;
	height: 130px;
}

.eng_index .entry_header h1 {
	font-size: 2.7rem;
	line-height: 1.4;
}

.eng_index h2 {
	margin: 0 10px 30px;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 200;
  	text-align: center;
}

.engineering .index_head_img {
	height: 225px;
	width: 100%;
	margin-bottom: 60px;
	background: url(../images/engineering/index_head_img_sp.jpg) no-repeat center center;
	background-size: cover;
}

.engineering_index {
	margin-bottom: 20px;
}

.engineering_index h3 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 2.0rem;
	position: relative;
}

.engineering_index h3::after {
	margin: 0 auto;
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	width: 100px;
	height: 2px;
	background-color: #9d6fa4;
}

.engineering_index p {
	margin: 0 10px 30px;
	font-size: 1.6rem;
}

.engineering_index ul {
	overflow: hidden;
}

.engineering_index li {
	margin: 0 10px 35px;
}

.engineering_index li a {
	display: block;
	color: #834e8b;
	text-decoration: none;
}

.engineering_index li h4 {
	margin-bottom: 18px;
	padding-right: 25px;
	font-size: 1.6rem;
	display: inline-block;
	background: url(../images/common/arrow_purple.png) no-repeat right center;
}

.engineering_index li figure {
	position: relative;
}

.engineering_index li figure img {
	max-width: 100%;
	height: auto;
}

.cate_engineering .entry_header {
	padding-top: 60px;
	height: auto;
	align-items: inherit;
	position: relative;
	z-index: 20;
}

.cate_engineering .entry_header_sub,
.cate_engineering .title_cate em,
.cate_engineering .title_cate .slash_left,
.cate_engineering .title_cate .slash_right {
	color: #9d6fa4;
}


@media screen and (min-width: 768px) {

	.eng_index .entry_header {
		margin: 0;
		padding: 0;
		height: 180px;
	}

	.eng_index .entry_header h1 {
		font-size: 3.6rem;
	}

	.eng_index h2 {
		margin: 0 10px 30px;
		font-size: 2.0rem;
		line-height: 2.0;
	}

	.engineering .index_head_img {
		margin-bottom: 100px;
		background: url(../images/engineering/index_head_img.jpg) no-repeat center center;
		background-size: cover;
	}

	.engineering_index {
		margin-bottom: 35px;
	}

	.engineering_index h3 {
		margin-bottom: 55px;
		font-size: 3.0rem;
	}

	.engineering_index p {
		margin: 0 0 40px 0;
	}

	.engineering_index li {
		margin: 0 55px 55px 0;
		float: left;
		width: 330px;
	}

	.engineering_index li:nth-child(3n) {
		margin-right: 0;
	}

	.engineering_index li h4 {
		font-size: 1.8rem;
	}

	.engineering_index li a:hover h4 {
		padding-right: 30px;
		color: #a931bb;
	}

	.engineering_index li a:hover figure::after {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 330px;
		height: 160px;
		border: 1px solid #834e8b;
	}

	.engineering_index li a:hover figure {
		opacity: 0.5;
	}

}

.cate_engineering .column4_left .columnImage,
.cate_engineering .column4_center .columnImage,
.cate_engineering .column4_right .columnImage {
	padding: 0 0 10px 10px;
	width: 110px;
	height: 110px;
	float: right;
}

@media screen and (min-width: 768px) {


	.cate_engineering .entry_header_sub {
		margin-top: 25px;
		margin-bottom: 25px;
		color: #834e8b;
	}

	.cate_engineering .title_cate .slash_left {
		color: #834e8b;
	}

	.cate_engineering .title_cate .slash_right {
		color: #834e8b;
	}

	.cate_engineering .title_cate em {
		color: #834e8b;
	}

	.cate_engineering .column4_left,
	.cate_engineering .column4_center,
	.cate_engineering .column4_right {
		margin-bottom: 100px;
	}

	.cate_engineering .column4_left .columnImage,
	.cate_engineering .column4_center .columnImage,
	.cate_engineering .column4_right .columnImage {
		padding: 0 0 30px 0;
		width: auto;
		height: auto;
		float: none;
	}

}

.link_purple {
	margin: 0 10px 30px;
	background-color: #9d6fa4;
	border: 2px solid #9d6fa4;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.4;
}

.link_purple a {
	padding: 14px 0;
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
}

.link_purple a::after {
	padding-right: 10px;
	margin: auto;
	position: relative;
	content: '';
	width: 10px;
	height: 8px;
	top: 0;
	left: 10px;
	background: url(../images/common/link_off.png) no-repeat 0 center;
}

.link_purple a:hover::after {
	background: url(../images/common/link_purple.png) no-repeat 0 center;
}

.link_purple a:hover {
	color: #9d6fa4;
	background-color: #fff;
}

@media screen and (min-width: 768px) {

	.link_purple {
		margin: 0 auto 60px auto;
		width: 500px;
	}

}


/* ------------------------
　　　ICTソリューション
------------------------- */

.ict_index {
	width: 100% !important;
	text-align: center;
}

.ict_index .entry_header {
	height: 130px;
}

.ict_index h2 {
	margin: 0 10px 30px;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
}

.ict_index dl {
	text-align: center;
}

.ict_index dl a {
	width: 100%;
	height: 280px;
	display: block;
	text-decoration: none;
}

.ict_index dt {
	margin-bottom: 25px;
}

#ict_index_marugoto dt {
	background: url(../images/ict/marugoto_img.jpg) no-repeat center center;
	background-size: cover;
}

#ict_index_group dt {
	background: url(../images/ict/group_img.jpg) no-repeat center center;
	background-size: cover;
}

.ict_index dt h3 {
	margin-bottom: 20px;
	padding-top: 90px;
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold;
}

.ict_index .ict_link {
	margin: 0 auto;
	width: 75px;
	height: 30px;
	line-height: 30px;
	background-color: #3d61a3;
	position: relative;
}

.ict_index .ict_link img {
	width: 15px;
	height: auto;
	vertical-align: middle;
}

.ict_index dd {
	margin: 0 10px 50px;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;
}

.contact_btn {
	margin: 0 10px 50px;
	border: 2px solid #e60012;
	display: inline-block;
	text-align: left;
	width: calc(100% - 20px);
	font-size: 1.5rem;
	line-height: 1.4;
}

.contact_btn a {
	padding: 15px 40px 15px 15px;
	color: #fff;
	display: block;
	background-color: #e60012;
	position: relative;
	text-decoration: none;
	text-align: center;
}

.contact_btn a::after {
	margin: auto;
	position: absolute;
	display: inline-block;
	content: '';
	top: 0;
	bottom: 0;
	right: 15px;
	width: 19px;
	height: 19px;
	background: url(../images/common/arrow1.png) no-repeat right center;
	background-size: 19px auto;
}

.smartnds_banner {
	margin: 20px 10px 60px;
	width: calc(100% - 20px);
}

.smartnds_banner img {
	width: 100%;
	height: auto;
}

.group-solution .column2_right500 {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {


	.ict_index .entry_header {
		height: 190px;
	}

	.ict_index h2 {
		margin: 0 0 40px;
		font-size: 2.0rem;
		line-height: 2.0;
	}

	.ict_index dl a {
		height: 360px;
	}

	.ict_index dl dt a:hover {
		background-color: rgba(255,255,255,.2);
	}

	.ict_index .ict_link img {
		width: 20px;
		height: auto;
		text-align: center;
		vertical-align: middle;
	}

	.ict_index a:hover .ict_link {
		background-color: #1668fe;
	}

	.ict_index dt {
		margin-bottom: 30px;
	}

	.ict_index dt h3 {
		margin-bottom: 25px;
		padding-top: 120px;
		font-size: 3.4rem;
	}

	.ict_index .ict_link {
		width: 100px;
		height: 40px;
		line-height: 35px;
	}

	.ict_index dd {
		margin: 0 0 100px;
		font-size: 1.6rem;
		line-height: 1.6;
		text-align: center;
	}

	.contact_btn {
		margin: 0 auto 100px;
		text-align: center;
		width: 600px;
	}

	.contact_btn a {
		padding: 14px 0;
	}

	.contact_btn a::after {
		margin: auto;
		position: relative;
		top: 3px;
		left: 10px;
		bottom: auto;
		right: auto;
	}

	.contact_btn a:hover {
		color: #e60012;
		background-color: #fff
	}

	.contact_btn a:hover::after {
		background: url(../images/common/arrow2.png) no-repeat right center;
		background-size: 19px auto;
	}

	.black_btn {
		margin: 0 auto 100px;
		border: 2px solid #434343;
		display: inline-block;
		text-align: center;
		width: auto;
		font-size: 1.5rem;
	}

	.black_btn a {
		padding: 12px 70px;
		color: #fff;
		display: block;
		background-color: #434343;
		text-decoration: none;
		text-align: center;
		position: relative;
	}

	.black_btn a:after {
		margin: auto;
		padding-left: 20px;
		position: absolute;
		display: inline-block;
		content: '';
		top: 0;
		bottom: 0;
		width: 10px;
		height: 8px;
		background: url(../images/common/link2_off.png) no-repeat right center;
	}

	.black_btn a:hover {
		color: #434343;
		background-color: #fff
	}

	.black_btn a:hover::after {
		background: url(../images/common/link2_on.png) no-repeat right center;
	}

	.smartnds_banner {
		margin: 15px 0 0;
		width: 430px;
	}

	.smartnds_banner img {
		width: 100%;
		height: auto;
	}

	.group-solution .column2_left500,
	.group-solution .column2_right500	 {
		margin-bottom: 0;
	}

}

.cate_ict .entry_header {
	padding-top: 60px;
	height: auto;
	align-items: inherit;
	position: relative;
	z-index: 20;
}

.cate_ict .entry_header_sub,
.cate_ict .title_cate .slash_left,
.cate_ict .title_cate .slash_right,
.cate_ict .title_cate em {
	color: #3d61a3;
	color: #3d61a3;
}

.cate_ict .entry p.black_box {
	margin: 10px auto 30px;
}

.cate_ict .column4_left .columnImage,
.cate_ict .column4_center .columnImage,
.cate_ict .column4_right .columnImage {
	padding: 0 0 10px 10px;
	width: 110px;
	height: 110px;
	float: right;
}

.cate_ict .title_cate_wrap2 {
	margin-top: 0;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {

	.cate_ict .entry_header {
		padding-top: 0;
		height: 190px;
		align-items: center;
	}

	.cate_ict .entry_header_sub {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.cate_ict .entry p.black_box {
		margin: 40px auto;
	}

	.column_clear .title_cate_wrap {
		padding: 30px 500%;
	}

	.cate_ict .column4_left .columnImage,
	.cate_ict .column4_center .columnImage,
	.cate_ict .column4_right .columnImage {
		padding: 0 0 30px 0;
		width: auto;
		height: auto;
		float: none;
	}

}

/* ------------------------
　　　住宅不動産
------------------------- */

#main.estate {
	width: 100%;
	text-align: center;
}

.title_cate_wrap {
	margin: -20px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	background: url(../images/common/line.png) repeat-x 0 center;
}

.title_cate_wrap2 {
	margin-bottom: 50px;
}

.title_cate_line {
	width: auto;
	display: block;
}

.title_cate {
	padding: 65px 10px;
	display: inline-block;
	font-weight: 100;
	font-size: 2.0rem;
	background: #fff;
}

.title_cate .slash_left {
	padding-right: 15px;
	color: #33aead;
}

.title_cate .slash_right {
	padding-left: 15px;
	color: #33aead;
}

.title_cate em {
	color: #33aead;
	font-family: 'Oswald', serif;
}

.title_cate .min {
	font-size: 0.7em;
}

.estate .entry_header {
	height: 130px;
}

.estate .title_cate_wrap {
	margin-top: -45px;
	z-index: 9;
	position: relative;
}

.estate .title_cate {
	padding: 60px 10px;
}

.estate .column_box .column-image-left {
	margin-bottom: 30px;
}

.column_right_estate h4 {
	margin-bottom: 10px;
	font-weight: bold;
	color: #5b6060;
	display: inline-block;
	font-size: 1.6rem;
}

.column_right_estate h4 div,
.column_right_estate h4 > span {
	margin: 0 0 15px 0;
	display: inline-block;
	color: #5b6060;
	font-size: 1.6rem;
}

.column_right_estate h4 .estate_name {
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
	background: none;
	font-size: 2.4rem;
}

.column_right_estate h5 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 2.0rem;
	line-height: 1.3;
}

.column_right_estate p {
	margin: 0;
}

.estate h2.ptn_greenline {
	margin-top: 60px;
}

#estate_jitsugen {
	margin-top: 0;
}

#estate_jitsugen .title_cate {
	padding: 0 10px;
}

.link_green {
	margin: 0 10px 50px;
	background-color: #11a84e;
	border: 2px solid #11a84e;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.4;
}

.link_green a {
	padding: 14px 0;
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
}

.link_green a::after {
	padding-right: 10px;
	margin: auto;
	position: relative;
	content: '';
	width: 10px;
	height: 8px;
	top: 0;
	left: 10px;
	background: url(../images/common/link_off.png) no-repeat 0 center;
}

@media screen and (min-width: 768px) {

	.title_cate_wrap {
		margin: 10px -500% 30px;
		padding: 0 500%;
	}

	.title_cate_wrap2 {
		margin-bottom: 50px;
	}

	.title_cate_line {
		width: 1100px;
	}

	.estate .title_cate_wrap {
		margin-top: -10px;
	}

	.title_cate {
		padding: 40px 10px;
		font-size: 2.6rem;
	}

	.title_cate .slash_left {
		padding-right: 25px;
	}

	.title_cate .slash_right {
		padding-left: 25px;
	}

	.estate .entry_header {
		height: 190px;
	}

	.estate .column_box .column-image-left {
		float: left;
		padding-right: 70px;
		width: 380px !important;
	}

	.estate .column_box .column-image-left img {
		width: 100%;
		height: auto;
	}

	.estate .column_box p {
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.estate h2.ptn_greenline {
		margin-top: 100px;
	}

	.column_right_estate {
		float: right;
		width: 620px;
	}

	.column_right_estate h4 {
		margin-bottom: 10px;
		font-weight: bold;
		color: #5b6060;
		display: inline-block;
		font-size: 1.6rem;
	}

	.column_right_estate h4 div,
	.column_right_estate h4 > span {
		margin: 0 20px 10px 0;
		display: inline-block;
		font-size: 1.6rem;
		vertical-align: middle;
	}

	.column_right_estate h4 .estate_name {
		margin: 0 0 10px 0;
		padding: 0;
		display: inline-block;
		background: none;
		font-size: 2.4rem;
	}

	.column_right_estate h5 {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 2.0rem;
		line-height: 1.6;
	}

	.estate .column2_left500,
	.estate .column2_right500 {
		margin-top: 0;
		margin-bottom: 100px;
	}

	#estate_jitsugen {
	    padding: 0 500%;
	}

	#estate_jitsugen .title_cate {
		padding: 0 10px;
	}

	.link_green {
		margin: 0 auto 100px auto;
		width: 600px;
	}

	.link_green:hover {
		border: 2px solid #11a84e;
	}

	.link_green a:hover {
		background-color: #fff;
		color: #11a84e;
	}

	.link_green a:hover::after {
		background: url(../images/common/link_green2.png) no-repeat 0 center;
	}

}

/* --------------------------------
　　　CSR
-------------------------------- */

.csr .entry_header {
	margin: 0 10px;
	height: 130px;
	width: calc(100% - 20px);
}

.csr h2.ptn_redline {
	margin: 50px 0;
}

#csr_report {
	margin: 40px 10px 50px;
	padding: 30px 15px 30px 30px;
	border: 2px solid #e8eded;
}

#csr_report dl {
	overflow: hidden;
	display: table;
}

#csr_report dt {
	padding-left: 30px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.6;
}

#csr_report dt a {
	padding-right: 15px;
	background: url(../images/common/pdf.png) no-repeat right center;
	background-size: 10px auto;
}

#csr_report dd {
	margin-right: 30px;
	display: table-cell;
	vertical-align: middle;
}

@media screen and (min-width: 768px) {

	.csr .entry_header {
		margin: 0;
		height: 190px;
		width: 100%;
	}

	.csr h2.ptn_redline {
		margin-top: 100px;
		margin-bottom: 40px;
	}

	#csr_report {
		margin: 40px 0 100px;
		padding: 50px;
	}

}

/* --------------------------------
　　　研究開発・人材育成
-------------------------------- */

.rd_top .entry_header {
    height: 130px;
}

.rd_top p.p_large,
.rd_top p.p_large_min {
	margin: 0 10px;
}

.rd_top .reason_column1 {
	margin-top: 40px;
}

.rd_img {
    height: 280px;
    position: relative;
}

.reason_column1 .rd_img {
	background: url(../images/rd/rd_img1.jpg) no-repeat center center;
	background-size: cover;
}

.reason_column2 .rd_img {
	background: url(../images/rd/rd_img2.jpg) no-repeat center center;
	background-size: cover;
}

.reason_column3 .rd_img {
	background: url(../images/rd/rd_img3.jpg) no-repeat center center;
	background-size: cover;
}

.rd_top #entry_navi {
	margin: 0px auto;
	width: auto;
}

@media screen and (min-width: 768px) {

	.rd_top .entry_header {
	    height: 190px;
	}

	.rd_top p.p_large,
	.rd_top p.p_large_min {
		margin: 0 0 20px 0;
	}

	.rd_top .reason_column1 {
		margin-top: 80px;
	}

	.rd_img {
		width: 58%;
		height: 560px;
	}

	.reason_column1 .rd_img {
		float: right;
	}

	.reason_column2 .rd_img {
		float: left;
	}

	.reason_column3 .rd_img {
		float: right;
	}

	.rd_top #entry_navi {
		margin: 80px auto 100px;
		width: 1100px;
	}

}

.results .entry_header,
.results_test .entry_header {
    height: 130px;
}

.results .p_large,
.results_test .p_large,
.results .p_large_min,
.results_test .p_large_min {
	margin: 0 10px;
}

#rd_contact {
	margin: 0 10px;
	text-align: center;
}

#rd_contact h2 {
	margin-bottom: 20px;
	font-size: 2.0rem;
	line-height: 1.4;
	font-weight: bold;
}

#rd_contact .rd_tel,
#rd_contact .rd_tel a {
	color: #e60012;
	font-weight: 500;
	font-family: 'Oswald', serif;
}

#rd_contact .rd_tel dt {
	margin-right: 10px;
	font-size: 1.8rem;
	display: inline;
}

#rd_contact .rd_tel dd {
	font-size: 3.6rem;
	display: inline;
}

#rd_contact .rd_fax,
#rd_contact .rd_fax a {
	font-weight: 500;
	font-family: 'Oswald', serif;
}

#rd_contact .rd_fax dt {
	margin-right: 10px;
	font-size: 1.6rem;
	display: inline;
}

#rd_contact .rd_fax dd {
	font-size: 2.6rem;
	display: inline;
}

#rd_contact dl {
	margin-bottom: 30px;
}

#rd_contact a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
}

.results .column_box_gray2,
.results_test .column_box_gray2 {
	text-align: center;
}

.results .column_box_gray2 .contact_btn,
.results_test .column_box_gray2 .contact_btn {
	margin-bottom: 0;
	text-align: center;
}

@media screen and (min-width: 768px) {


	.results .entry_header {
	    height: 190px;
	}

	.results .entry_wrapper_wide {
		margin: 0 auto;
		width: 1100px;
	}

	#rd_contact h2 {
		margin-bottom: 20px;
		font-size: 2.4rem;
		font-weight: bold;
	}

	#rd_contact h2 br {
		display: none;
	}

	.results .p_large,
	.results .p_large_min {
		margin: 0 0 30px;
	}

	#rd_contact .rd_tel dt {
		margin-right: 10px;
		font-size: 1.8rem;
		display: inline;
	}

	#rd_contact .rd_tel dd {
		font-size: 4.2rem;
		display: inline;
	}

	#rd_contact .rd_fax dt {
		margin-right: 10px;
		font-size: 1.6rem;
		display: inline;
	}

	#rd_contact .rd_fax dd {
		font-size: 2.6rem;
		display: inline;
	}

	#rd_contact dl {
		margin-bottom: 25px;
	}

	#rd_contact a[href^="tel:"] {
	    pointer-events: none;
	    text-decoration: none;
	}

	.results .column_box_gray2 .contact_btn,
	.results_test .column_box_gray2 .contact_btn {
		margin-bottom: 0;
		width: 710px;
	}

}

.result_navi {
	display: none;
}

.result_box h2 {
	padding: 20px 0 15px 20px;
	text-align: left;
	font-size: 1.8rem;
	position: relative;
	border-top: 1px solid #e60012;
	background: url(../images/common/sp_arrow_down.png) no-repeat right 20px center;
	background-size: 15px auto;
}

.result_box h2.open {
	background: url(../images/common/sp_arrow_up.png) no-repeat right 20px center;
	background-size: 15px auto;
}

.result_box#anzen {
	margin-bottom: 40px;
	border-bottom: 1px solid #e60012;
}

.result_list {
	overflow: hidden;
	display: none;
}

.result_list li {
	font-size: 1.6rem;
	width: 100%;
	color: #4b4b4b;
}

.result_list li:first-child {
	border-top: 1px solid #d6d9d9;
}

.result_list li a {
	padding: 15px 20px;
	color: #4b4b4b;
	text-decoration: none;
	display: block;
	position: relative;
}

.result_list li a div,
#results_all a div {
	display: inline;
}

.result_list li a div::after,
#results_all a div::after {
	position: relative;
	content: '';
	top: 2px;
	left: 5px;
	padding-right: 18px;
	width: 12px;
	height: 14px;
	background: url(../images/common/pdf.png) no-repeat;
	background-size: 12px auto;
}
/*
.result_list li a[href$=".mp4"] div::after,
#results_all a[href$=".mp4"] div::after {
	position: relative;
	content: '';
	top: 2px;
	left: 5px;
	padding-right: 18px;
	width: 12px;
	height: 14px;
	background: url(../images/common/youtube.png) no-repeat;
	background-size: 12px auto;
}
*/
.result_list li .new {
	margin-left: 2px;
	padding: 0 2px;
	color: #e60012;
	border: 1px solid #e60012;
	background-color: #fff;
	font-size: 0.9rem;
	display: inline;
	font-family: 'Oswald', serif;
}


.result_list li:nth-child(odd) {
	background-color: #f5f5f5;
}

#results_all {
	margin: 0 10px 60px;
	padding: 8px 0;
	width: calc(100% - 20px);
	background: #f5f5f5;
	font-size: 1.6rem;
}

#results_all a {
	padding: 8px 0;
	display: block;
	text-decoration: none;
	text-align: center;
	position: relative;
}

.result_box .acms-admin-btn-action-group table tr:last-child,
.kessan_table .acms-admin-btn-action-group table tr:last-child {
	display: none;
}

@media screen and (min-width: 768px) {

	.results.page_entry {
		width: auto;
		max-width: 1100px;
	}

	.result_navi {
		margin: 60px 0 100px;
		display: block;
	}

	.result_navi ul {
		width: 100%;
		display: flex;
		border-bottom: 1px solid #d6d9d9;
	}

	.result_box#anzen {
		margin-bottom: 0;
		border-bottom: none;
	}

	.result_navi li {
		text-align: center;
		width: 16.6666%;
		font-size: 1.6rem;
		white-space: nowrap;
	}

	.result_navi li a {
		padding: 15px 0;
		display: block;
		text-decoration: none;
		position: relative;
	}

	.result_navi li.act a::after {
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -1px;
		content: '';
		width: calc(100% - 50px);
		height: 1px;
		background-color: #e60012;
	}

	.result_navi li.act a {
		color: #e60012;
	}

	.result_box h2 {
		margin-top: 50px;
		margin-bottom: 60px;
		padding-top: 0;
		padding-bottom: 20px;
		text-align: center;
		font-size: 3.0rem;
		position: relative;
		border: none;
		background: none;
	}

	.result_box h2::after {
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		content: '';
		width: 100px;
		height: 2px;
		background: #e60012;
	}

	.result_list {
		margin-bottom: 120px;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
	}

	.result_list li {
		font-size: 1.6rem;
		width: calc(50% - 20px);
		color: #4b4b4b;
	}

	.result_list li:first-child {
		border-top: none;
	}

	.result_list li a {
		padding: 10px 25px;
	}

	.result_list li a:hover,
	#results_all a:hover {
		color: #e60012;
	}

	.result_list li:nth-child(even) {
		margin-left: 20px;
	}

	.result_list li:nth-child(odd) {
		background-color: #fff;
	}

	.result_list li:nth-child(1),
	.result_list li:nth-child(2),
	.result_list li:nth-child(5),
	.result_list li:nth-child(6),
	.result_list li:nth-child(9),
	.result_list li:nth-child(10),
	.result_list li:nth-child(13),
	.result_list li:nth-child(14),
	.result_list li:nth-child(17),
	.result_list li:nth-child(18),
	.result_list li:nth-child(21),
	.result_list li:nth-child(22),
	.result_list li:nth-child(25),
	.result_list li:nth-child(26),
	.result_list li:nth-child(29),
	.result_list li:nth-child(30),
	.result_list li:nth-child(33),
	.result_list li:nth-child(34),
	.result_list li:nth-child(37),
	.result_list li:nth-child(38),
	.result_list li:nth-child(41),
	.result_list li:nth-child(42) {
		background-color: #f5f5f5;
	}

	#results_all {
		margin: 0 0 100px;
		width: 100%;
	}

}


@media screen and (min-width: 768px) and (max-width: 910px) {

	.result_navi ul:first-child {
		padding: 0 30px;
		justify-content: space-between
	}

	.result_navi ul:first-child li {
		width: auto;
	}

	.result_navi li.act a::after {
		width: auto;
	}

}

.training .entry_header {
	height: 130px;
}

.training .entry p.p_large,
.training .entry p.p_large_min {
	margin-bottom: 40px;
}

.training .entry .left_red {
	margin: 0 10px 30px;
}

.training .column_sp [class*="column-image-"] {
	margin: 0 0 50px;
}

.column_box .column-image-left,
.column_box .column-image-right {
	float: none;
}

.training .column_box h3.normal {
	margin: 20px 0;
}

.training .entry .column_box p {
	margin: 0;
	font-size: 1.4rem;
}

#training_img1 {
	margin-top: 20px;
}

#training_img2 {
	margin: 30px auto 0;
	width: 100px;
	height: auto;
	text-align: center;
}

#training_img3 {
	margin: 20px auto 0;
	width: 100%;
	height: auto;
}


#training_img1 img,
#training_img2 img,
#training_img3 img {
	width: 100%;
	height: auto;
}

.training .entry  p {
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {

	.training .entry_header {
		height: 190px;
	}

	.training .entry p.p_large,
	.training .entry p.p_large_min {
		margin-bottom: 70px;
	}

	.training .entry .left_red {
		margin: 0 0 30px;
		padding: 8px 0 8px 15px;
		font-size: 2.4rem;
		border-left: 4px solid #e60012;
	}

	.training .column_pc [class*="column-image-"] {
		margin: 30px 0 100px;
	}

	.training .column_box .column-image-right {
		margin-left: 55px;
		width: 380px !important;
		height: auto;
		float: right;
	}

	.column_box .column-image-left {
		float: left;
	}
	.column_box .column-image-right {
		float: right;
	}

	.training .column_box h3.normal {
		margin: 0 0 30px;
	}

	.training .column_box p {
		font-size: 1.4rem;
	}

	#training_img1 {
		margin: 30px 0 0 0;
		width: 300px;
		height: auto;
		float: left;
	}

	#training_img2 {
		margin: 17px 0 0 40px;
		float: left;
		width: 80px;
		height: auto;
	}

	#training_img3 {
		margin: 20px 0 0 0;
		width: 300px;
		height: auto;
	}

	#training_img1 img,
	#training_img2 img,
	#training_img3 img {
		width: 100%;
		height: auto;
	}

	.training .entry  p {
		margin-bottom: 0;
	}

}

/* --------------------------------
　　　sitemap
-------------------------------- */

.sitemap_column {
	padding: 20px 20px 10px 20px;
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
}

.sitemap_column:first-child {
	padding: 0 0 10px 20px;
}

.sitemap_column h2 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.8rem;
}

.sitemap_column ul {
	margin-top: 20px;
	margin-left: 25px;
}

.sitemap_column li {
	margin-bottom: 10px;
	font-size: 1.5rem;
	clear: both;
	line-height: 1.5;
}

.sitemap_sub ul {
	margin: 10px 0 15px 15px;
}

.sitemap_list {
	padding: 20px 0 40px 20px;
}

.sitemap_list li {
	margin-bottom: 10px;
	font-size: 1.3rem;
}

@media screen and (min-width: 768px) {

	#sitemap_contents {
		margin: 0 auto 70px;
		width: 900px;
	}

	.sitemap_column {
		padding: 30px 30px 15px 30px;
		overflow: hidden;
		border-bottom: 1px solid #e8e8e8;
	}

	.sitemap_column:first-child {
		padding: 0 0 30px 0;
	}

	.sitemap_column h2 {
		margin: 0 0 15px 0;
		float: left;
		width: 270px;
		font-size: 1.6rem;
	}

	.sitemap_column ul {
		margin: 0;
		float: left;
	}

	.sitemap_sub > a {
		float: left;
		width: 150px;
	}

	.sitemap_sub ul {
		margin: 0;
		padding-left: 80px;
		position: relative;
	}

	.sitemap_sub ul::before {
		position: absolute;
		content: '';
		width: 60px;
		height: 1px;
		top: 10px;
		left: 0;
		background: url(../images/common/line2.png) repeat-x;
	}

	.sitemap_list {
		padding: 30px 0 30px 30px;
	}

}

/* --------------------------------
　　　ニュース
-------------------------------- */

.news .entry_header {
	height: 130px;
}

.news_list ul {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.news_list li:nth-child(odd) {
	background-color: #f2f5f5;
}

.news_list li time {
	float: left;
	width: 105px;
	font-size: 1.2rem;
}

.news_list li h2 {
	float: left;
	width: calc(100% - 105px);
	font-size: 1.3rem;
	position: relative;
}

.news_list li a {
	padding: 10px;
	display: block;
	overflow: hidden;
	position: relative;
}

.news_list a[href$=".pdf"] h2 span {
	padding-right: 18px;
	background: url(../images/common/pdf.png) no-repeat right center;
	background-size: 12px auto;
}

.news_list .pager{
	margin: 40px 10px 0;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.news_list .pager div a {
	color: #fff;
	display: inline-block;
	background-color: #434343;
	border: 1px solid #434343;
	font-size: 1.2rem;
}

.news_list .pager_back {
	float: left;
}

.news_list .pager_forward {
	float: right;
}

.news_list .pager_back a {
	text-indent: -9999px;
	padding: 15px 10px;
	background: url(../images/common/arrow_left.png) no-repeat center center;
	background-size: 8px auto;
}

.news_list .pager_forward a {
	text-indent: -9999px;
	padding: 15px 10px;
	background: url(../images/common/arrow_right.png) no-repeat center center;
	background-size: 8px auto;
}

.pager_no_wrapper {
	margin: auto;
	position: absolute;
	top: 0;
	left: 35px;
	right: 35px;
	text-align: center;
}

.news_list .pager_no_continue {
	margin: 12px 5px;
	display: inline-block;
}

.news_list .pager_no {
	margin: 0 5px;
	display: inline;
}

.news_list .pager_no a {
	padding: 14px 10px;
}

.news_list .cur span {
	padding: 14px 10px;
	color: #818181;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	display: inline-block;
}

.news_side {
	margin-top: 50px;
}

.news_side ul {
	border-top: 1px solid #e60012;
}

.news_side li {
	font-size: 1.5rem;
	border-bottom: 1px solid #e8e8e8;
}

.news_side li a {
	text-align: center;
	padding: 15px 40px;
	background: url(../images/common/arrow2.png) no-repeat 10px center;
	background-size: 19px auto;
	display: block;
	text-decoration: none;
}

@media screen and (min-width: 768px) {

	.news .entry_header {
		height: 190px;
	}

	.news_index_wrapper {
		margin: 0 auto 100px;
		width: 1100px;
		overflow: hidden;
	}

	.news_list {
		margin: 0 60px 0 0;
		float: left;
		width: 820px;
	}

	.news_list ul {
		border-top: 1px solid #e8e8e8;
		border-bottom: 1px solid #e8e8e8;
	}

	.news_list li {
		overflow: hidden;
	}

	.news_list li time {
		padding-top: 2px;
		float: left;
		width: 130px;
		font-size: 1.3rem;
	}

	.news_list li h2 {
		float: left;
		width: 640px;
		font-size: 1.5rem;
		position: relative;
	}

	.news_list li a {
		padding: 16px 20px;
	}

	.news_list li a:hover {
		color: #e60012;
	}

	.news_list .pager{
		margin: 60px 0 0;
		overflow: hidden;
		text-align: center;
		position: relative;
	}

	.news_list .pager div a:hover {
		opacity: 0.7;
		text-decoration: none;
	}

	.news_list .pager_back a {
		text-indent: inherit;
		padding: 12px 35px 12px 65px;
		background: url(../images/common/arrow1_left.png) no-repeat 35px center;
		background-size: 19px auto;
	}

	.news_list .pager_forward a {
		text-indent: inherit;
		padding: 12px 65px 12px 35px;
		background: url(../images/common/arrow1_right.png) no-repeat right 35px center;
		background-size: 19px auto;
	}

	.pager_no_wrapper {
		margin: auto;
		position: absolute;
		top: 0;
		left: 130px;
		right: 130px;
		text-align: center;
	}

	.news_list .pager div a {
		font-size: 1.4rem;
	}

	.news_list .pager_no_continue {
		margin: 12px 5px;
		display: inline-block;
	}

	.news_list .pager_no {
		margin: 0 5px;
		display: inline;
	}

	.news_list .pager_no a {
		padding: 12px;
	}

	.news_list .cur span {
		padding: 12px;
		color: #818181;
		border: 1px solid #e2e2e2;
		background-color: #fff;
		display: inline-block;
	}

	.news_side {
		margin: 0;
		float: left;
		width: 220px;
	}

	.news_side li a {
		text-align: left;
		padding: 15px 0 15px 40px;
		background: url(../images/common/arrow2.png) no-repeat 10px center;
		background-size: 19px auto;
		display: block;
	}

	.news_side li a:hover {
		text-decoration: none;
		color: #e60012;
	}

}

.news_entry .entry_header p {
	text-align: center;
	font-size: 2.7rem;
	width: 100%;
}

.news_entry .entry_wrapper {
	margin: 0 10px 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
	width: calc(100% - 20px);
}

.news_entry .entry_wrapper h1 {
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	font-size: 2.4rem;
	line-height: 1.2;
	border-bottom: 1px solid #e60012;
}

.news_entry .entry_wrapper p {
	margin: 0 0 30px 0;
}

.news_entry p.entry_date {
	margin: 0 0 30px 0;
	font-size: 1.3rem;
}

.news_index_wrapper .index_wrapper {
	text-align: center;
}

.entry_index_link {
	margin: 0 10px 60px;
	text-align: center;
	background-color: #434343;
	display: inline-block;
	width: calc(100% - 20px);
}

.entry_index_link a {
	padding: 18px 0 18px 0;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(../images/common/arrow1_left.png) no-repeat calc(50% - 70px) center;
	background-size: 19px auto;
}

@media screen and (min-width: 768px) {


	.news_entry .entry_wrapper {
		margin: 0 0 40px;
		padding-bottom: 80px;
		width: 100%;
	}

	.news_entry .entry_header p {
		text-align: center;
		font-size: 3.6rem;
		width: 100%;
	}

	.news_entry .entry_wrapper h1 {
		padding-bottom: 10px;
		font-size: 3.0rem;
		line-height: 1.4;
	}

	.news_entry p.entry_date {
		margin: 0 0 55px 0;
	}

	.entry_index_link {
		margin: 0 auto;
		width: auto;
	}

	.entry_index_link a {
		padding: 13px 45px 13px 70px;
		background: url(../images/common/arrow1_left.png) no-repeat 40px center;
		background-size: 19px auto;
	}

	.entry_index_link:hover {
		opacity: 0.7;
	}

}

/* --------------------------------
　　　お問合わせ
-------------------------------- */

.contact .entry_header {
	height: 130px;
}

.contact_wrapper {
	margin: 0 10px;
	padding-bottom: 30px;
}

.contact_form_box p {
	font-size: 1.5rem;
}

.contact_form_box h2.attention {
	margin: 20px auto 30px;
	font-size: 1.5rem;
	text-align: left;
	line-height: 1.7;
	text-decoration: underline;
	color: #e60012;
}

#contact_form_table table {
	margin: 20px 0 40px;
	width: 100%;
	border-top: 1px solid #e8e8e8;
}

#contact_form_table th {
	padding: 15px 0px 5px;
	font-size: 1.8rem;
	text-align: left;
	color: #4b4b4b;
	display: block;
}

#contact_form_table td {
	padding: 10px 0px 20px;
	font-size: 1.6rem;
	color: #4b4b4b;
	text-align: left;
	border-bottom: 1px solid #e8e8e8;
	width: 100%;
	display: block;
}

#contact_form_table select {
	padding: 6px 4px;
	font-size: 1.6rem;
	border: 1px solid #d1d1d1;
	background: #fff;
	width: 100%;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#contact_form_table input[type="text"],
#contact_form_table input[type="tel"],
#contact_form_table input[type="email"] {
	padding: 8px 8px;
	font-size: 1.6rem;
	width: 100%;
	border: 1px solid #d1d1d1;
	border-radius: 0px;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#contact_form_table input[name="zip1"],
#contact_form_table input[name="zip2"] {
	width: 70px;
}

#contact_form_table select[name="pref[]"] {
	width: 200px;
}

#contact_form_table input[name="addr1"],
#contact_form_table input[name="addr2"],
#contact_form_table input[name="addr3"] {
	width: 100%;
}

#contact_form_table input[name="mail"],
#contact_form_table input[name="mailaddressconfirm"] {
	width: 100%;
}

#contact_form_table textarea[name="inquiry"] {
	padding: 8px 6px;
	font-size: 1.6rem;
	line-height: 1.4;
	width: 100%;
	height: 215px;
	border: 1px solid #d1d1d1;
	border-radius: 0px;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.contact_wrapper em {
	color: #e60012;
}

#contact_form_table td .lb_addr {
	margin: 5px 5px 20px 0;
}

#contact_form_table .lb_addr_text {
	display: block;
}

#contact_form_table td .lb_addr span {
	padding: 0 5px 0 0;
}

.form_attention {
	margin: 0 0 5px 0;
	color: #e60012;
}

.error_box {
	margin: 0 0 20px 0;
	padding: 20px 15px 10px;
	border: 1px solid #e60012;
	display: none;
}

#btn_confirm {
	margin: 0 0 30px 0;
	padding: 15px 0;
	color: #fff;
	border: 2px solid #e60012;
	cursor: pointer;
	font-size: 1.5rem;
	position: relative;
	width: 100%;
	background: #e60012 url(../images/common/arrow1.png) no-repeat right 32% center;
	background-size: 19px auto;
}

#btn_backInput {
	margin: 0 0 30px 0;
	padding: 15px 0;
	color: #fff;
	border: 2px solid #434343;
	cursor: pointer;
	font-size: 1.5rem;
	position: relative;
	width: 100%;
	background: #434343 url(../images/common/arrow1_left.png) no-repeat 38% center;
	background-size: 19px auto;
}

#btn_submit {
	margin: 0 0 30px 0;
	padding: 15px 0;
	color: #fff;
	border: 2px solid #e60012;
	cursor: pointer;
	font-size: 1.5rem;
	width: 480px;
	position: relative;
	width: 100%;
	background: #e60012 url(../images/common/arrow1.png) no-repeat right 34% center;
	background-size: 19px auto;
}

#policy_area {
	text-align: center;
}

#policy_area h2 {
	margin: 0 0 20px 0;
	padding: 4px 0 4px 10px;
	font-size: 2.0rem;
	border-left: 2px solid #e60012;
	text-align: left;
}

.policy_box {
	margin: 0 0 20px 0;
	padding: 10px;
	width: 100%;
	height: 130px;
	border: 1px solid #d1d1d1;
	overflow-y: scroll;
	text-align: left;
}

.policy_box h3 {
	margin: 30px 0 10px 0;
	font-size: 1.2rem;
}

.policy_box p {
	margin: 0 0 10px 0;
	font-size: 1.2rem;
}

.policy_box p.p_right {
	text-align: right;
}

.policy_check {
	margin: 0 auto 30px;
	padding: 20px;
	font-size: 1.4rem;
	display: inline-block;
	background-color: #ffeded;
}

.policy_check input {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #d1d1d1;
}

.thanks {
	margin: 0 0 70px 0;
}

.thanks p {
	margin: 0 0 10px 0;
}

@media screen and (min-width: 768px) {

	.contact .entry_header {
		height: 190px;
	}

	.contact_wrapper {
		margin: 0 auto 70px;
		padding: 0;
		width: 900px;
	}

	.contact_form_box .attention {
		text-align: center;
	}

	.contact_form_box h2.attention {
		margin: 30px auto 50px;
		text-align: center;
		line-height: 1.5;
	}

	#contact_form_table table {
		margin: 20px 0 60px;
		width: 100%;
		border-top: 1px solid #e8e8e8;
	}

	#contact_form_table th {
		padding: 25px 20px;
		font-size: 1.5rem;
		text-align: left;
		color: #4b4b4b;
		width: 240px;
		border-bottom: 1px solid #e8e8e8;
		display: table-cell;

	}

	#contact_form_table td {
		padding: 25px 20px;
		font-size: 1.5rem;
		color: #4b4b4b;
		text-align: left;
		border-bottom: 1px solid #e8e8e8;
		display: table-cell;
		width: auto;
	}

	#contact_form_table td .lb_addr span {
		margin: 0 10px 0 0;
	}

	#contact_form_table select {
		padding: 6px 4px;
		font-size: 1.6rem;
		border: 1px solid #d1d1d1;
		background: url(../images/common/select.png) no-repeat right 10px center;
		width: 420px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	#contact_form_table input[type="text"],
	#contact_form_table input[type="tel"],
	#contact_form_table input[type="email"] {
		padding: 8px 6px;
		font-size: 1.5rem;
		width: 200px;
		border: 1px solid #d1d1d1;
	}

	#contact_form_table input[name="zip1"],
	#contact_form_table input[name="zip2"] {
		width: 80px;
	}

	#contact_form_table select[name="pref[]"] {
		width: 170px;
	}

	#contact_form_table input[name="addr1"],
	#contact_form_table input[name="addr2"],
	#contact_form_table input[name="addr3"] {
		width: 330px;
	}

	#contact_form_table input[name="mail"],
	#contact_form_table input[name="mailaddressconfirm"] {
		width: 540px;
	}

	#contact_form_table textarea[name="inquiry"] {
		padding: 8px 6px;
		font-size: 1.5rem;
		line-height: 1.4;
		width: 100%;
		height: 215px;
		border: 1px solid #d1d1d1;
	}

	.form-btn-box {
		text-align: center;
	}

	.form_attention {
		margin: 0 0 15px 0;
		color: #e60012;
	}

	.error_box {
		margin: 0 0 40px 0;
		padding: 35px 40px 15px;
		border: 1px solid #e60012;
		display: none;
	}

	#btn_confirm {
		width: 480px;
		background: #e60012 url(../images/common/arrow1.png) no-repeat 62% center;
		background-size: 19px auto;
	}

	#btn_confirm:hover {
		color: #e60012;
		border: 2px solid #e60012;
		background: #fff url(../images/common/arrow2.png) no-repeat 62% center;
		background-size: 19px auto;
	}

	#btn_backInput {
		width: 230px;
		background: #434343 url(../images/common/arrow1_left.png) no-repeat 35% center;
		background-size: 19px auto;
	}

	#btn_backInput:hover {
		color: #434343;
		border: 2px solid #434343;
		background: #fff url(../images/common/arrow_gray_left.png) no-repeat 35% center;
		background-size: 19px auto;
	}

	#btn_submit {
		width: 480px;
		background: #e60012 url(../images/common/arrow1.png) no-repeat 61% center;
		background-size: 19px auto;
	}

	#btn_submit:hover {
		color: #e60012;
		border: 2px solid #e60012;
		background: #fff url(../images/common/arrow2.png) no-repeat 61% center;
		background-size: 19px auto;
	}

	#policy_area h2 {
		margin: 0 0 30px 0;
		padding: 4px 0 4px 10px;
		font-size: 2.0rem;
		border-left: 2px solid #e60012;
		text-align: left;
	}

	.policy_box {
		margin: 0 0 60px 0;
		padding: 20px;
		width: 900px;
		height: 200px;
		border: 1px solid #d1d1d1;
		overflow-y: scroll;
		text-align: left;
	}

	.policy_box h3 {
		margin: 50px 0 10px 0;
		font-size: 1.5rem;
	}

	.policy_box p {
		margin: 0 0 10px 0;
		font-size: 1.5rem;
	}

	.policy_check {
		margin: 0 auto 60px;
		padding: 20px;
		font-size: 1.6rem;
		display: inline-block;
		background-color: #ffeded;
	}

	.policy_check input {
		width: 25px;
		height: 25px;
		background-color: #fff;
		border: 1px solid #d1d1d1;
	}

	.thanks {
		margin: 0 0 140px 0;
	}

	.thanks p {
		margin: 0 0 15px 0;
	}

}

/* --------------------------------
　　　IR情報（2018年9月以前）
-------------------------------- */

.ir_old_wrapper {
	margin: 0 0 60px 0;
}

.ir_old_wrapper h2 {
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 2.2rem;
}

.ir_old_list  {
	margin: 0 10px 30px;
}

.ir_old_list h3 {
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
	font-size: 1.8rem;
	line-height: 1.6;
	border-left: 2px solid #4b4b4b;
}

.ir_old_wrapper ul {
	border-top: 1px solid #e8e8e8;
}

.ir_old_wrapper li {
	padding: 0 10px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 1.6rem;
}

.ir_old_wrapper li div {
	display: flex;
}

.ir_old_wrapper li a {
	padding: 20px 0;
	display: block;
	text-decoration: none;
	width: 100%;
}

.ir_old_wrapper li a span {
	padding: 0 24px 0 0;
	background: url(../images/common/pdf.png) no-repeat right center;
	background-size: 14px auto;
}

.ir_old_wrapper li time {
	margin: 0 20px 0 0;
	padding: 20px 0;
}

@media screen and (min-width: 768px) {

	.ir_old_wrapper {
		margin: 0 0 80px 0;
	}

	.ir_old_wrapper h2 {
		margin: 0 0 40px 0;
		font-size: 2.8rem;
	}

	.ir_old_list  {
		margin: 0 0 40px 0;
	}

	.ir_old_list h3 {
		margin: 0 0 30px 0;
		font-size: 2.0rem;
	}

	.ir_old_wrapper li {
		padding: 0 30px;
	}

	.ir_old_wrapper li a:hover {
		color: #e60012;
	}

	.ir_old_wrapper li time {
		margin: 0 40px 0 0;
	}

}

/* --------------------------------
　　　ダイバーシティ
-------------------------------- */

h2.normal-bg {
    margin: 0 10px 30px;
    font-size: 2.0rem;
    line-height: 1.5;
    text-align: center;
    padding: 15px;
    color: #ffffff;
}

h2.normal-bg.pink {
    background: #ff1493;
}

h2.normal-bg.green {
    background: #70B12F;
}

p.bg {
    background: #003399;
    padding: 8px 10px;
    max-width: 120px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}

.icon_good {
	width: 32px;
}

.entry table.table_min {
	border-top: 1px solid #787878;
}

.entry table.table_min th {
  	padding: 10px;
	border-bottom: 1px solid #787878;
}

.entry table.table_min td {
	border-bottom: 1px solid #787878;
}

@media screen and (min-width: 768px) {

	h2.normal-bg {
    	margin: 80px 0 60px 0;
    	font-size: 3.0rem;
    	padding: 20px;
	}

	.entry table.table_min th {
	  	padding: 15px;
	}

}

/* --------------------------------
　　　カラム設定
-------------------------------- */

.column-image-left,
.column-image-right,
.column-image-center,
.column-image-auto {
	margin-bottom: 0;
}

.column-image-left img,
.column-image-right img,
.column-image-center img,
.column-image-auto img {
	width: 100%;
}

.column_clear {
	clear: both;
}

.column2_left500 h3.normal,
.column2_right500 h3.normal {
	margin-top: 0;
}

.column2_left500,
.column2_right500 {
	margin-bottom: 30px;
}

.column2_left620 {
	margin: 30px 0;
}

.column2_right400 {
	margin: 30px 0 50px;
}

.column2_left400 {
	margin: 30px 0 50px;
}

.column2_right620 {
	margin: 30px 0;
}

.column_box {
	margin: 25px 10px;
	padding: 30px;
	width: auto;
	border: 2px solid #e8eded;
	overflow: hidden;
}

.column_box h3.normal:first-child {
	margin-top: 0;
}

.column_box_gray {
    margin: 40px 10px;
    padding: 30px;
	background-color: #f2f5f5;
	overflow: hidden;
}

.column_box_gray p {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.5;
}

.column_box_gray2 {
	margin: 30px 10px;
	padding: 30px 10px;
	border: 5px solid #d6d9d9;
	overflow: hidden;
}

.column_center {
	text-align: center;
	overflow: hidden;
}

.column3_left {
	margin-right: 55px;
}

.column3_center {
	margin-right: 55px;
}

.column3_left,
.column3_center,
.column3_right {
	width: 330px;
	float: left;
}

.column4_left,
.column4_center,
.column4_right {
	margin: 18px 10px 48px;
	padding: 18px 18px 24px;
	width: calc(100% - 20px);
	text-align: center;
	border: 2px solid #e8eded;
}

.column4_left:after,
.column4_center:after,
.column4_right:after {
    content:" ";
    display:block;
    clear:both;
}

.column4_left h3.normal,
.column4_center h3.normal,
.column4_right h3.normal {
	margin: -36px auto 0 auto;
	padding: 8px 18px;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.4;
	display: table;
	max-width: 325px;
	background-color: #5b6060;
}

.column4_left h4,
.column4_center h4,
.column4_right h4 {
	margin: 20px 0;
	font-size: 2.0rem;
	line-height: 1.3;
	text-align: center;
}

.column4_left p,
.column4_center p,
.column4_right p {
	margin: 0;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.4;
}

.column5_left,
.column5_right {
	margin: 0 10px 30px;
	padding: 25px;
	float: none;
	width: auto;
	border: 2px solid #e8eded;
}

.column5_left h3.normal,
.column5_right h3.normal {
	margin: 0 0 25px 0;
	text-align: center;
}

.column5_left h4,
.column5_right h4 {
	margin: 20px 0;
	font-size: 1.8rem;
	line-height: 1.5;
}

.column5_left p,
.column5_right p {
	margin: 0 0 30px;
	font-size: 1.6rem;
}

.column_pc {
	display: none;
	clear: both;
}

.column_sp {
	display: block;
	clear: both;
}

.column4_left p.box_out_link,
.column4_center p.box_out_link,
.column4_right p.box_out_link {
	margin: 20px 0 0 0;
	padding: 0;
	background-color: #11a84e;
	border: 2px solid #11a84e;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.4;
}

.column4_left p.box_out_link a,
.column4_center p.box_out_link a,
.column4_right p.box_out_link a {
	padding: 8px 0;
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
}

.column4_left p.box_out_link a::after,
.column4_center p.box_out_link a::after,
.column4_right p.box_out_link a::after {
	padding-right: 10px;
	margin: auto;
	position: relative;
	content: '';
	width: 10px;
	height: 8px;
	top: 0;
	left: 10px;
	background: url(../images/common/link_off.png) no-repeat 0 center;
}

@media screen and (min-width: 768px) {

	.column-image-left img,
	.column-image-right img,
	.column-image-center img,
	.column-image-auto img {
		width: auto;
	}

	.column2_left {
		margin-right: 40px;
		float: left;
		width: 400px;
	}

	.column2_right {
		float: right;
		width: 400px;
	}

	.column2_left500 {
		margin: 40px 100px 40px 0;
		float: left;
		width: 500px;
	}

	.column2_right500 {
		margin: 40px 0;
		float: right;
		width: 500px;
	}

	.column2_left450 {
		margin: 0 100px 0 0;
		float: left;
		width: 450px;
	}

	.column2_right550 {
		margin: 0;
		float: right;
		width: 550px;
	}

	.column2_left620 {
		margin: 0 80px 100px 0;
		float: left;
		width: 620px;
	}

	.column2_right400 {
		margin: 0 0 100px 0;
		float: right;
		width: 400px;
	}

	.column2_left400 {
		margin: 0 80px 100px 0;
		float: left;
		width: 400px;
	}

	.column2_right620 {
		margin: 0 0 100px 0;
		float: right;
		width: 620px;
	}

	.column2_left500 h3.normal,
	.column2_right500 h3.normal {
		margin-top: 30px;
	}

	.column_box {
		margin: 50px 0;
		padding: 40px 48px;
		width: 100%;
		border: 2px solid #e8eded;
		overflow: hidden;
	}

	.column_box .column-image-right {
		margin-left: 40px;
	}

	.column_box .column-image-left {
		margin-right: 40px;
	}

	.entry_wrapper_wide	.column_box {
		width: 1100px;
	}

	.column_box h3.normal {
		margin-top: 0;
	}

	.column_box_gray {
		margin: 60px 100px;
		padding: 40px 60px;
	}

	.column_box_gray p {
		font-size: 1.8rem;
		line-height: 1.6;
	}

	.column_box_gray2 {
		margin: 25px 0;
		padding: 40px 48px;
		border: 5px solid #d6d9d9;
		overflow: hidden;
	}

	.column_center {
		clear: both;
		text-align: center;
		overflow: hidden;
	}

	.column3_left {
		margin-right: 55px;
	}

	.column3_center {
		margin-right: 55px;
	}

	.column3_left,
	.column3_center,
	.column3_right {
		width: 330px;
		float: left;
	}

	.column4_left,
	.column4_center,
	.column4_right {
		margin: 20px 0 60px;
		padding: 0 0 40px 0;
		width: 330px;
		float: left;
	}

	.column4_left {
		margin-right: 55px;
	}

	.column4_center {
		margin-right: 55px;
	}

	.column4_left h3.normal,
	.column4_center h3.normal,
	.column4_right h3.normal {
		margin: -20px auto 0 auto;
		padding: 8px 18px;
		max-width: 280px;
	}

	.column4_left h4,
	.column4_center h4,
	.column4_right h4 {
		margin: 40px 0;
		padding: 0 48px;
	}

	.column4_left p,
	.column4_center p,
	.column4_right p {
		margin: 30px 0 0;
		padding: 0 48px;
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.column4_left p .p_small,
	.column4_center p .p_small,
	.column4_right p .p_small {
		font-size: 1.2rem;
	}

	.column5_left,
	.column5_right {
		padding: 35px 48px 35px 48px;
		float: left;
		width: 520px;
	}

	.column5_left {
		margin: 0 60px 60px 0;
	}

	.column5_right {
		margin: 0 0 60px 0;
	}

	.column5_left h3.normal,
	.column5_right h3.normal {
		margin: 0 0 30px 0;
		text-align: center;
	}

	.column5_left h4,
	.column5_right h4 {
		margin: 30px 0;
		font-size: 1.8rem;
		line-height: 1.5;
	}

	.column5_left p,
	.column5_right p {
		margin-bottom: 30px;
		font-size: 1.4rem;
	}

	.coluumn_small {
		margin: 0 auto;
		width: 900px;
		clear: both;
	}

	.column_pc {
		display: block;
	}

	.column_sp {
		display: none;
	}

	.column4_left p.box_out_link,
	.column4_center p.box_out_link,
	.column4_right p.box_out_link {
		margin: 20px 48px 0 48px;
	}

	.column4_left p.box_out_link a,
	.column4_center p.box_out_link a,
	.column4_right p.box_out_link a {
		padding: 14px 0;
	}

	.column4_left p.box_out_link a:hover::after,
	.column4_center p.box_out_link a:hover::after,
	.column4_right p.box_out_link a:hover::after {
		background: url(../images/common/link_green2.png) no-repeat 0 center;
	}

	.entry .column4_left p.box_out_link a:hover,
	.entry .column4_center p.box_out_link a:hover,
	.entry .column4_right p.box_out_link a:hover {
		color: #11a84e;
		background-color: #fff;
	}

}

/* --------------------------------
　　　検索結果
-------------------------------- */

.search .entry_wrapper {
	margin: 0 10px;
	padding-bottom: 60px;
	width: calc(100% - 20px);
}

#no_result {
	font-size: 1.6rem;
}

.search_index {
	margin-bottom: 30px;
}

.search_index h2 {
	margin-bottom: 30px;
	padding: 4px 0 4px 10px;
	font-size: 2.0rem;
	border-left: 2px solid #e60012;
	display: inline-block;
}

.search_index p.continue {
	margin-top: 20px;
	text-align: right;
}

.search_index p.continue a {
	padding-right: 25px;
	font-size: 1.6rem;
	display: inline-block;
	text-decoration: none;
	background: url(../images/common/arrow2.png) no-repeat right 5px center;
	background-size: 12px auto;
}

.search .page_navi {
	display: flex;
	justify-content: center;
}

.search .page_navi li {
	margin: 0 5px;
	font-size: 1.6rem;
}

.search .page_navi li.cur span,
.search .page_navi li a {
	padding: 5px 5px;
	display: block;
}

@media screen and (min-width: 768px) {

	.search .entry_wrapper {
		margin: 0 0 90px 0;
		padding: 0;
		width: 100%;
	}

	.search_index p.continue a:hover {
		color: #e60012;
		background: url(../images/common/arrow2.png) no-repeat right 0px center;
		background-size: 12px auto;
	}

	.search .page_navi li {
		margin: 0 5px;
		font-size: 1.6rem;
	}

	.search .page_navi li.cur span,
	.search .page_navi li a {
		padding: 5px 10px;
		display: block;
	}

}

.bnr_sdgs {
	border-top: 1px solid #c6c6c6;
	background: #fff;
	text-align: right;
}

.bnr_sdgs a {
	display: inline-block;
}

.bnr_sdgs img {
	width: 60px;
}

@media screen and (min-width: 768px) {

	.bnr_sdgs {
		position: absolute;
		top: 102px;
		right: 35px;
		z-index: 10;
		background: none;
		border: none;
	}

	.bnr_sdgs img {
		width: 90px;
		height: 60px;
	}

}

/* --------------------------------
　　　その他
-------------------------------- */

#wrapper_404 {
	margin: 10px;
	width: auto;
    background-color: #fff;
    background-image: none;
}

#box_404 {
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #d5d5d5;
}

.inner_left404 {
    margin-right: 0;
    margin-bottom: 20px;
	text-align: center;
}

.inner_left404 img {
	width: 200px;
}

.inner_right404 {
    font-size: 1.4rem;
}

.inner_right404 h1 {
    font-size: 2.0rem;
    margin-bottom: 20px;
	text-align: center;
}

.inner_right404 p {
    margin-bottom: 10px;
}

.inner_right404 p a {
	text-decoration: underline;
	color: #222;
}

#copyright_404 {
    display: block;
    margin-top: 10px;
}


@media screen and (min-width: 768px) {

	#notfound {
	    padding-top: 50px;
	}

	#wrapper_404 {
		margin: 0 auto;
		width: 980px;
	}

	#box_404 {
		padding: 40px 5px 20px 40px;
		overflow: hidden;
	}

	.inner_left404 {
	    margin-right: 50px;
	    margin-bottom: 0;
	    float: left;
	    text-align: left;
	}

	.inner_left404 img {
		margin: 0 auto;
		width: 230px;
		text-align: center;
	}

	.inner_right404 {
	    float: left;
	    text-align: left;
	    font-size: 16px;
	}

	.inner_right404 h1 {
	    font-size: 24px;
	    margin-bottom: 20px;
	    text-align: left;
	}

}

/* ---------------
　　　CSR
--------------- */

.entry .green_block {
    font-size: 16px;
    max-width: 900px;
}

.entry .green_block h2 {
    background-color: #548235;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    line-height: 1;
    margin: 0;
	font-weight: bold;
}

.entry .green_block h3 {
    font-size: 18px;
    padding: 0;
    margin: 0 0 1em;
    line-height: 1;
	font-weight: bold;
}

.entry .green_block_row {
     background-color: #c5e0B4;
    display: flex;
    margin-bottom: 5px;
}
.entry .green_block_row:nth-of-type(even){
    background-color: #e2f0d9;
}

.entry .green_block_col_l,
.entry .green_block_col_r {
    padding: 30px;
}
.entry .green_block_col_r{
    padding-left: 0;
}

.entry .green_block_col_l {
    flex: 1 1 auto;
}

.entry .green_block_col_r {
    flex: 0 0 405px;
}
.entry p.sdgs_icon{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content:left;
}
.entry .sdgs_icon img {

    padding: 5px;
    width: 93px;
    height: auto;
    flex: 0 1 auto;
    box-sizing: border-box;
}

.entry .green_block_list {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
}

.entry .green_block_list li {
    margin: 0 0 0.5em 1em;
	padding: 0;
    text-indent: -1em;
	line-height: 1.8;
}

.entry .green_block_list li::before {
	display: none;
}

.entry .green_block_col_pht {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.entry .green_block_col_pht figure {
    margin: 5px 0 0 0;
/*    flex: 1 1 50%;*/
	width: 50%;
    text-align: center;
    padding-right: 5px;
    box-sizing: border-box;
}

.entry .green_block_col_pht figure img {
    width: 100%;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
}

.entry .green_block_col_pht figcaption {
    font-size: 14px;
    text-align: center;
	line-height: 2;
}

@media (max-width:640px) {
    .entry .green_block_row {
        display: block;
    }
    .entry .green_block_col_l,
    .entry .green_block_col_r{
        padding: 20px 15px 20px 20px;
    }
    .entry .green_block_col_l{
        padding-bottom: 0;
    }
     .entry .green_block_col_r{
     	flex: 1 1 auto;
	}

    .entry .sdgs_icon img{
        padding: 5px;
        flex: 0 0 33%;
	    box-sizing: border-box;
    }
}

/* --------------------------
　　　グループ会社の動画ボタン
--------------------------- */

.group .enty_head_img_sp {
	margin-bottom: 20px;
}

.btn_youtube {
	margin: 0 25px 40px;
	transform:skewX(-25deg);
	background: linear-gradient(#d4010f, #ab0e16);
}

.btn_youtube a {
	padding: 14px 20px;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	border: 1px solid #891011;
	text-align: center;
}

.btn_youtube span {
	padding-right: 14px;
	display: inline-block;
	transform:skewX(25deg);
	background: url(../images/common/arrow_right.png) no-repeat right center;
	background-size: 8px auto;
}

@media screen and (min-width: 768px) {

	.group .enty_head_img {
		margin-bottom: 40px;
	}

	.group .entry_wrapper {
		clear: both;
	}

	.btn_youtube {
		margin: 0 15px 80px 0;
		display: inline-block;
		float: right;
	}

	.btn_youtube:hover {
		opacity: 0.7;
		text-decoration: none;
	}

}

/* ---------------
　　　管理用
--------------- */

.js-lazy-load {
    opacity: 1 !important;
    transform: none;
}

#adminBox {
	margin: 0;
}

.custom_field_table {
	padding: 10px 0;
}

.custom_field_table table {
	width: 100%;
}

.custom_field_table th,
.custom_field_table td {
	padding: 10px;
}

.custom_field_table input {
	font-size: 1.4rem;
}

.custom_field_table .custom_group {
	border-bottom: 3px solid #ccc;
}

.custom_field_table h3 {
	margin: 15px 0;
	font-size: 2.6rem;
	text-align: center;
}

.acms-admin-revison-admin {
	clear: both;
}

.entryFormLiteEditor em {
  color: #e60012;
  font-style: normal;
  font-weight: bold;
}

.entryFormLiteEditor strong {
	font-style: normal;
	font-weight: bold;
}
