@charset "utf-8";

body, div, span, ol, ul, li, table, tr, th, td, dl, dt, dd, img, a, p, h1, h2, h3, h4, h5, h6, nav, header, footer, section, article {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	padding: 0;
	margin: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.02em;
}

html, body {
	font-size: 16px;
	text-align: center;
	width: 100%;
	height: 100%;
	line-height: 1;
}

body {
	position: relative;
	background-color: #FFF;
	overflow-y: scroll;
}





/* - - - - - - - - - - - layout (common) - - - - - - - - - - - */

/* clearfix */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}




/* common */

body, th, td {
	color: #505050;
}

a:link {
	color: #FFB400;
	text-decoration: none;
}

a:visited {
	color: #FFB400;
	text-decoration: none;
}

a:hover,
a:active {
	color: #FFD87A;
	text-decoration: none;
}

ul li {
	list-style-type: none;
}

img {
	vertical-align: top;
	border-style: none;
	touch-callout: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
}

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.bold {
	font-weight: bold;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.small {
	font-size: 12px;
}

.clear {
	clear: both;
}

.note {
	text-indent: -1em;
	padding-left: 1em;
}

.noborder {
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
}

.interview_note {
	padding: 0 0 70px;
	text-align: center;
	font-size: 90%;
}








/*==================================================================================================================================*/



/*layout (pc) */



/*==================================================================================================================================*/

/* - - (common) - - */

.cnt_pc { display: block !important; }
.cnt_pc_inline { display: inline !important; }
.cnt_pc_inlineblock { display: inline-block !important; }
.cnt_pc_flex { display: flex !important; }
.cnt_pc_table { display: table !important; }
.cnt_sp { display: none !important; }
.cnt_sp_inline { display: none !important; }
.cnt_sp_inlineblock { display: none !important; }
.cnt_sp_flex { display: none !important; }
.cnt_sp_table { display: none !important; }





/* - - (content common) - - */

#wrapper {
	position: relative;
}

.ph_left {
	float: left;
	padding: 0 30px 50px 0;
}

.ph_right {
	float: right;
	padding: 0 0 50px 30px;
}

hr {
	clear: both;
	border: none;
	width: 100%;
	height: 1px;
	color: #FFFFFF;
	margin: 20px 0 50px 0;
	padding: 0 0 0 0;
	border-top: 3px solid #DDD;
}

.pagetop {
	min-width: 1068px;
	padding: 24px 0 21px;
}





/* - - (header) - - */

#headfix {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	background: #FFF;
	border-top: 4px solid #FFB400;
}

#header {
	width: 1068px;
	margin: 0 auto;
	padding: 12px 0 12px;
	/*-webkit-transition: padding .2s ease-in-out;*/
	/*-moz-transition: padding .2s ease-in-out;*/
	/*-ms-transition: padding .2s ease-in-out;*/
	/*-o-transition: padding .2s ease-in-out;*/
	/*transition: padding .2s ease-in-out;*/
}

#headfix.fixed #header {
	padding: 12px 0 12px;
}

h1 {
	float: left;
}






/* - - (nav) - - */

.nav {
	width: 880px;
	margin: 0 0 0 auto;
	text-align: right;
}

.nav ul {
	float: right;
}

.nav ul li {
	float: left;
}

.nav ul li a {
	position: relative;
	display: block;
	width: auto;
	font-size: 15px;
	height: 74px;
	line-height: 74px;
	padding: 0 12px;
	color: #505050 !important;
	text-decoration: none !important;
	font-weight: bold;
	white-space: nowrap;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.nav ul li span {
	position: relative;
	display: block;
	width: auto;
	font-size: 15px;
	height: 74px;
	line-height: 74px;
	padding: 0 12px;
	color: #CACACA !important;
	text-decoration: none !important;
	font-weight: bold;
}

.nav ul li a:hover {
	color: #888 !important;
}
.nav ul li.current a {
	color: #FFB400 !important;
}

.nav ul li.entrybtn {
	padding: 0 0 0 20px;
}

.nav ul li.entrybtn a {
	padding: 0 0 0 0;
}

.spmenu {
	display: none;
}





/* - - (footer) - - */

#footer {
	clear: both;
	width: 100%;
	min-width: 1068px;
	background: #F0F0F0;
	padding: 26px 0 0;
	font-size: 14px;
}

.sitelink {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 20px;
}

.sitelink ul {
	display: inline-block;
	vertical-align: top;
	padding: 0 18px;
}

.sitelink ul li {
	display: block;
	text-align: left;
}

.sitelink ul li a {
	display: block;
	color: #505050 !important;
	text-decoration: none;
	font-size: 11px;
	line-height: 1.9;
}

.sitelink ul li span {
	display: block;
	color: #BBB !important;
	text-decoration: none;
	font-size: 11px;
	line-height: 1.9;
}

.sitelink ul li.catttl a,
.sitelink ul li.catttl span {
	font-size: 13px;
	font-weight: bold;
	color: #FFB400 !important;
}

.sitelink ul li a:hover {
	color: #888 !important;
}

.sitelink ul li.catttl a:hover {
	color: #FFCE5B !important;
}

.corplogo {
	padding: 40px 0 0 0;
}

.copyright {
	padding: 26px 0 26px;
	background: #505050;
	border-top: 6px solid #FFB400;
}

.corplink {
	float: left;
	padding: 0 0 0 26px;
}

.copyright p {
	width: 40%;
	margin: 0 auto;
	font-size: 14px;
	color: #FFF;
	font-family: Arial, sans-serif !important;
	font-weight: bold;
}





/* - - (content top) - - */

.topimage {
	position: relative;
	width: 100%;
	min-width: 1068px;
	height: 757px;
	margin: 102px 0 0 0;
	overflow: hidden;
	border-bottom: 12px solid #FFB400;
	background: #000;
}

.slider_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 373px;
	margin: 0 0 0 0;
	overflow: hidden;
}

.slider_2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 373px;
	margin: 0 0 0 0;
	overflow: hidden;
}

.slider_3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 373px;
	margin: 0 0 0 0;
	overflow: hidden;
}

.slider_4 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 373px;
	margin: 0 0 0 0;
	overflow: hidden;
}

.slider_1_1 { width: 100%; height: 373px !important; background: url("../images/pic_top1_1.jpg") center center / cover no-repeat; }
.slider_1_2 { width: 100%; height: 373px !important; background: url("../images/pic_top1_2.jpg") center center / cover no-repeat; }
.slider_1_3 { width: 100%; height: 373px !important; background: url("../images/pic_top1_3.jpg") center center / cover no-repeat; }
.slider_2_1 { width: 100%; height: 373px !important; background: url("../images/pic_top2_1.jpg") center center / cover no-repeat; }
.slider_2_2 { width: 100%; height: 373px !important; background: url("../images/pic_top2_2.jpg") center center / cover no-repeat; }
.slider_2_3 { width: 100%; height: 373px !important; background: url("../images/pic_top2_3.jpg") center center / cover no-repeat; }
.slider_3_1 { width: 100%; height: 373px !important; background: url("../images/pic_top3_1.jpg") center center / cover no-repeat; }
.slider_3_2 { width: 100%; height: 373px !important; background: url("../images/pic_top3_2.jpg") center center / cover no-repeat; }
.slider_3_3 { width: 100%; height: 373px !important; background: url("../images/pic_top3_3.jpg") center center / cover no-repeat; }
.slider_4_1 { width: 100%; height: 373px !important; background: url("../images/pic_top4_1.jpg") center center / cover no-repeat; }
.slider_4_2 { width: 100%; height: 373px !important; background: url("../images/pic_top4_2.jpg") center center / cover no-repeat; }
.slider_4_3 { width: 100%; height: 373px !important; background: url("../images/pic_top4_3.jpg") center center / cover no-repeat; }

.topcopy {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.messagebtn_main {
	position: absolute;
	bottom: 2%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.news {
	position: relative;
	min-width: 1068px;
	text-align: center;
}

.news #news1 div,
.news #news2 div {
	width: 100%;
	min-height: 35px;
	padding: 7px 0 0;
}

.news span {
	display: inline-block;
	padding: 0 6px;
	color: #FFB400;
	font-weight: bold;
}

.newsbtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 42px;
	padding: 18px 0 0 0;
	cursor: pointer;
	cursor: hand;
	background: #505050;
	-webkit-transition: 0s ease-in-out;
	-moz-transition: 0s ease-in-out;
	-ms-transition: 0s ease-in-out;
	-o-transition: 0s ease-in-out;
	transition: 0s ease-in-out;
}

.newsbtn:hover {
	background:#888;
}

.newsbtn.selected {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.topmessage_box {
	width: 100%;
	min-width: 1068px;
	height: auto;
	margin: 0 0 0 0;
	padding: 55px 0;
	background: url(../images/bg_top02.jpg) center top no-repeat;
	background-size: cover;
}

.topmessage {
	width: 800px;
	margin: 0 auto;
	padding: 55px 0 20px;
	background: #FFF;
	font-size: 17px;
	line-height: 2.4;
}

.topmessage p {
	padding: 0 0 40px;
}

.topmessage_ttl {
	padding: 0 0 37px 0;
}

.topcontent_box {
	min-width: 1068px;
	padding: 62px 0;
	text-align: center;
}

.topcontent_box.orange {
	background: #FFF6E6;
}

.topcontent_box.borderbottom {
	border-bottom: 1px solid #dcdcdc;
}

.topcontent_ttl {
	padding: 0 0 38px 0;
}

.top_infobtn {
	letter-spacing: -.4em;
	text-align: center;
}

.top_infobtn li {
	display: inline-block;
	letter-spacing: 0em;
	margin: 0 15px;
	background: #FFF;
}

.slider_box {
	width: 950px;
	margin: 0 auto;
}

.slider {
	position: relative;
	margin: 0 auto;
}

.slider li {
	width: 280px;
	margin: 0 15px;
}

.slick-prev {
	width: 40px;
	height: 100%;
	z-index: 999;
	text-indent: -9999px;
	background: url(../images/icn_arrow_sliderleft.png) center center / 23px auto no-repeat #FFF6E6 !important;
}

.slick-next {
	width: 40px;
	height: 100%;
	z-index: 999;
	text-indent: -9999px;
	background: url(../images/icn_arrow_sliderright.png) center center / 23px auto no-repeat #FFF6E6 !important;
}

.slick-prev:hover {
	background: url(../images/icn_arrow_sliderleft_o.png) center center / 23px auto no-repeat #FFF6E6 !important;
}

.slick-next:hover {
	background: url(../images/icn_arrow_sliderright_o.png) center center / 23px auto no-repeat #FFF6E6 !important;
}





/* - - (content lower) - - */

.titlebox {
	position: relative;
	width: 100%;
	min-width: 1068px;
	height: auto;
	max-height: 500px;
	margin: 102px 0 0 0;
	overflow: hidden;
}

.mainpic {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: 100%;
	height: auto;
}

.maincopy {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.lower_content {
	min-width: 1068px;
	padding: 80px 0 0;
	text-align: center;
}

.lower_content_job {
	min-width: 1068px;
	padding: 44px 0 0;
	text-align: center;
	border-bottom: 1px solid #DCDCDC;
}

.lower_content.orange {
	background: #FFF6E6;
}

.cntbox {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 70px;
	text-align: left;
	line-height: 2;
}

.cntbox576 {
	width: 576px;
	margin: 0 auto;
	padding: 0 0 40px;
	text-align: left;
	line-height: 1.87;
}

.cntbox800 {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 40px;
	text-align: left;
	line-height: 2.06;
}

.cntbox1068 {
	width: 1068px;
	margin: 0 auto;
	padding: 0 0 40px;
	text-align: left;
	line-height: 1.87;
}

.cntbox1100 {
	width: 1100px;
	margin: 0 auto;
	padding: 0 0 40px;
	text-align: left;
	line-height: 1.87;
}

.cntbox90p {
	width: 90%;
	min-width: 1068px;
	margin: 0 auto;
	padding: 70px 0 40px;
	text-align: left;
	line-height: 1.87;
	background: #FFF;
}

.cntbox94p {
	width: 94%;
	margin: 0 auto;
	padding: 0 0 40px;
	text-align: left;
	line-height: 1.87;
}

.cntbox p,
.cntbox576 p,
.cntbox800 p,
.cntbox1068 p,
.cntbox1100 p,
.cntbox90p p {
	padding: 0 0 50px;
}

.cntbox .biz_box p {
	padding: 0 0 20px;
}

.wh_lead {
	padding: 60px 5% 60px;
	line-height: 2;
	background: #FFF;
}




/* - - (content message) - - */

.lower_content_message {
	min-width: 1068px;
	margin: 102px 0 0;
	padding: 60px 0 0;
	text-align: center;
	background: #FFF6E6;
}

.message_title {
	padding: 0 0 60px;
}

.titlebox_message {
	position: relative;
	width: 100%;
	max-width: 970px;
	/*min-width: 1068px;*/
	height: auto;
	margin: 0 auto 100px;
	overflow: hidden;
}

.mainpic_message {
	width: 100%;
	max-width: 1200px;
	height: auto;
}

.maincopy_message {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80%;
	text-align: right;
}

.text_president {
	display: inline-block;
	padding: 0 0 70px;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	line-height: 2.5;
}

.titlebox_message2 {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 76px;
	overflow: hidden;
}

.maincopy_message2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 74%;
	text-align: left;
}

.text_message {
	width: 640px;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
	line-height: 2;
}





/* - - (content business) - - */

h3.wat_biz {
	margin: 0 0 50px;
	padding: 19px 10px 0;
	height: 62px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	color: #FFF;
	background: #1EBEE6;
	border-radius: 31px;
}

h3.gre_biz {
	margin: 0 0 50px;
	padding: 19px 10px 0;
	height: 62px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	color: #FFF;
	background: #46C300;
	border-radius: 31px;
}

h3.ora_biz {
	margin: 0 0 50px;
	padding: 19px 10px 0;
	height: 62px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	color: #FFF;
	background: #FF6400;
	border-radius: 31px;
}

h3.red_biz {
	margin: 0 0 50px;
	padding: 19px 10px 0;
	height: 62px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	color: #FFF;
	background: #f01e00;
	border-radius: 31px;
}

.business_indexlist {
	margin: 0 0 80px;
	letter-spacing: -.4em;
	text-align: center;
}

.business_indexlist li {
	display: inline-block;
	margin: 0 14px 0;
	letter-spacing: 0em;
	text-align: center;
}

.biz_subttl_wat {
	margin: 0 auto 50px;
	padding: 16px 0 9px;
	width: 180px;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.3;
	border: 5px solid #1EBEE6;
	border-radius: 8px;
	background: #FFF;
	color: #1EBEE6;
}

.biz_subttl_gre {
	margin: 0 auto 50px;
	padding: 16px 0 9px;
	width: 180px;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.3;
	border: 5px solid #46C300;
	border-radius: 8px;
	background: #FFF;
	color: #46C300;
}

.biz_subttl_ora {
	margin: 0 auto 50px;
	padding: 16px 0 9px;
	width: 180px;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.3;
	border: 5px solid #FF6400;
	border-radius: 8px;
	background: #FFF;
	color: #FF6400;
}

.biz_subttl_red {
	margin: 0 auto 50px;
	padding: 16px 0 9px;
	width: 180px;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.3;
	border: 5px solid #f01e00;
	border-radius: 8px;
	background: #FFF;
	color: #f01e00;
}

.biz_box {
	width: 960px; /* 844px */
	margin: 0 auto 40px;
	padding: 45px 60px;
	text-align: left;
	background: #FFF;
	background:
		-webkit-linear-gradient(45deg,  transparent 30px, #FFF 30px),
		-webkit-linear-gradient(135deg, transparent 30px, #FFF 30px),
		-webkit-linear-gradient(225deg, transparent 30px, #FFF 30px),
		-webkit-linear-gradient(315deg, transparent 30px, #FFF 30px);
	background:
		-moz-linear-gradient(45deg,  transparent 30px, #FFF 30px),
		-moz-linear-gradient(135deg, transparent 30px, #FFF 30px),
		-moz-linear-gradient(225deg, transparent 30px, #FFF 30px),
		-moz-linear-gradient(315deg, transparent 30px, #FFF 30px);
	background:
		-o-linear-gradient(45deg,  transparent 30px, #FFF 30px),
		-o-linear-gradient(135deg, transparent 30px, #FFF 30px),
		-o-linear-gradient(225deg, transparent 30px, #FFF 30px),
		-o-linear-gradient(315deg, transparent 30px, #FFF 30px);
	background:
		-ms-linear-gradient(45deg,  transparent 30px, #FFF 30px),
		-ms-linear-gradient(135deg, transparent 30px, #FFF 30px),
		-ms-linear-gradient(225deg, transparent 30px, #FFF 30px),
		-ms-linear-gradient(315deg, transparent 30px, #FFF 30px);
	background-position: bottom left, bottom right, top right, top left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
}

.biz_box_cnt {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.biz_box_cnt_block {
  display: block;
}

.biz_box_right {
  flex-basis: 48%;
  max-width: 48%;
  width: 48%;
	text-align: center;
}

.biz_box_left {
  flex: 1;
  padding-right: 4%;
}

.biz_box_w100 {
  clear: both;
	float: none;
	width: 100%;
}

.biz_box_ttl_wat {
	padding: 0 0 14px;
	font-size: 21px;
	font-weight: bold;
	color: #1EBEE6;
	line-height: 1.3;
}

.biz_box_ttl_gre {
	padding: 0 0 14px;
	font-size: 21px;
	font-weight: bold;
	color: #46C300;
	line-height: 1.3;
}

.biz_box_ttl_ora {
	padding: 0 0 14px;
	font-size: 21px;
	font-weight: bold;
	color: #FF6400;
	line-height: 1.3;
}

.biz_box_ttl_red {
	padding: 0 0 14px;
	font-size: 21px;
	font-weight: bold;
	color: #f01e00;
	line-height: 1.3;
}

.biz_box_cnt p,
.biz_box_left p,
.biz_box_w100 p {
	padding: 0 0 20px;
	line-height: 1.73;
	font-size: 15px;
}

.biz_box_cnt p.note,
.biz_box_left p.note,
.biz_box_w100 p.note {
	padding: 0 0 10px 1em;
	text-indent: -1em;
}

.biz_box_cnt p.note.notelast,
.biz_box_left p.note.notelast,
.biz_box_w100 p.note.notelast {
	padding-bottom: 28px;
}

.biz_box_cnt p.strong,
.biz_box_left p.strong,
.biz_box_w100 p.strong {
	padding-bottom: 10px;
  font-weight: bold;
}

.biz_box_cnt p.biz_exp,
.biz_box p.biz_exp {
  padding-bottom: 10px;
}

.biz_box_cnt p.note_all,
.biz_box_left p.note_all,
.biz_box_w100 p.note_all {
	padding: 0 0 20px 1em;
	text-indent: 0;
}

.biz_btn_pb18 {
	display: block;
	padding-bottom: 18px;
}

.biz_btn_row {
	display: inline-block;
	padding: 0 26px 18px 0;
}

a.arrow_gr {
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 25px;
  background: url("../images/icn_arrow_gr.png") left center / 17px 17px no-repeat;
  font-weight: bold;
  font-size: 15px;
  color: #505050;
  transition: .3s ease;
}

a.arrow_gr:hover {
  opacity: 0.7;
}





/* - - (content job) - - */

.job_subttl {
	display: inline-block;
	margin: 0 0 35px;
	padding: 0 0 5px;
	font-size: 23px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 5px solid #FFB400;
}

.job_table {
	margin: -20px 0 0;
	border-collapse: separate;
	border-spacing: 10px 30px;
}

.job_table th {
	width: 254px;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.6;
	color: #FFF;
}

.job_table th.wat {
	background: #1EBEE6;
}

.job_table th.gre {
	background: #46C300;
}

.job_table th.ora {
	background: #FF6400;
}

.job_table th.pur {
	background: #D282FF;
}

.job_table th.red {
	background: #f01e00;
}

.job_table td {
	padding: 30px 30px 26px;
	vertical-align: middle;
	background: #FFF;
	text-align: left;
	line-height: 1.87;
}

.job_indexlist {
	width: 930px;
	margin: 0 -30px 30px 0;
}

.job_indexlist li {
	float: left;
	margin: 0 30px 30px 0;
}

.titlebox_job {
	position: relative;
	width: 100%;
	min-width: 1068px;
	height: auto;
	max-height: 700px;
	margin: 50px 0 0 0;
	overflow: hidden;
}

.job_maincopy_left {
	position: relative;
	width: 94%;
	margin: -276px auto 0;
	text-align: left;
}

.job_maincopy_right {
	position: relative;
	width: 94%;
	margin: -276px auto 0;
	text-align: right;
}

.profilebox {
	margin: 0 0 90px;
	padding: 45px 0;
}

.profilebox.wat {
	background: #DDF9FF;
}

.profilebox.gre {
	background: #F2FACC;
}

.profilebox.ora {
	background: #FFF2E0;
}

.profilebox.pur {
	background: #f3dcff;
}

.profilebox.red {
	background: #fcdbd7;
}

.profile_ttl {
	width: 141px;
	margin: 0 auto 32px;
}

.profilebox p {
	width: 616px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	line-height: 1.8;
}

h3.wat {
	margin: 0 0 40px;
	padding: 21px 10px 16px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	color: #FFF;
	background: #1EBEE6;
}

h3.gre {
	margin: 0 0 40px;
	padding: 21px 10px 16px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	color: #FFF;
	background: #46C300;
}

h3.ora {
	margin: 0 0 40px;
	padding: 21px 10px 16px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	color: #FFF;
	background: #FF6400;
}

h3.pur {
	margin: 0 0 40px;
	padding: 21px 10px 16px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	color: #FFF;
	background: #d282ff;
}

h3.red {
	margin: 0 0 40px;
	padding: 21px 10px 16px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	color: #FFF;
	background: #f01e00;
}

.snav_job {
	letter-spacing: -.4em;
}

.snav_job li {
	display: inline-block;
	letter-spacing: 0em;
	margin: 0 20px;
}

/* talk */

.titlebox_talk {
	position: relative;
	width: 100%;
	min-width: 1068px;
	height: auto;
	margin: 102px 0 0 0;
	padding: 50px 50px 57px;
	background: #FFF6E6;
}

.mainpic_talk {
	position: relative;
	width: 100%;
	max-width: 1150px;
	height: auto;
}

.job_maincopy_talk {
	position: relative;
	width: 940px;
	margin: -276px auto 0;
	text-align: left;
}
.job_talk_lead {
	padding: 40px 30px 70px;
	background: #FFF6E6;
	font-size: 17px;
	line-height: 2.18;
}

.job_talk_member_ttl {
	margin: 0 auto;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.job_member_box {
	width: 90%;
	max-width: 944px; /* 810px */
	margin: 0 auto;
	padding: 0 0 40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.job_member_box div {
	width: auto;
	-webkit-flex-basis: 19.3%;
	-ms-flex-basis: 19.3%;
	flex-basis: 19.3%;
	max-width: 19.3%;
	margin: 0 0 30px;
	text-align: center;
	font-size: 14px;
	line-height: 1.57;
}

.job_member_box div img {
	display: block;
	width: 167px;
	margin: 0 auto;
	padding: 0 0 20px;
}

.job_member_box div span {
	display: block;
	font-size: 21px;
	font-weight: bold;
	padding: 0 0 5px;
}

.job_talk_flow {
	min-width: 1068px;
	padding: 80px 0 80px;
	text-align: center;
	border-top: 36px solid #FFF6E6;
}

.job_talk_flow_ttl {
	margin: 0 0 50px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.57;
}

.job_talk_flow_box {
	width: 100%;
	max-width: 790px;
	margin: 0 auto;
	padding: 0 0 27px;
	display: block;
}

/*.job_talk_flow_box div {
	-webkit-flex-basis: 455px;
	-ms-flex-basis: 455px;
	flex-basis: 455px;
	max-width: 455px;
	width: 455px;
}

.job_talk_flow_box div:nth-child(2) {
	-webkit-flex-basis: 450px;
	-ms-flex-basis: 450px;
	flex-basis: 450px;
	max-width: 450px;
	width: 450px;
}*/

.job_talk_flow_box div img {
	width: 100%;
}

.job_talk_flow p {
	max-width: 790px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}

.lower_content_talk {
	min-width: 1068px;
	padding: 80px 0 0;
	text-align: center;
	border-top: 36px solid #FFF6E6;
	border-bottom: 1px solid #DCDCDC;
}

h3.talk {
	margin: 0 0 40px;
	padding: 16px 10px 11px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	border: 5px solid #FFB400;
	border-radius: 10px;
}

.talk_name {
	font-weight: bold;
	color: #FFB400;
}



/* job 03 */

.job_lead {
  padding: 65px 5% 65px;
  background: #FFF;
  font-size : 17px;
  line-height : 2.18;
  letter-spacing : .05em;
}

.job_member {
  position: relative;
  width: 1000px;
  margin: 0 auto 80px;
  text-align: left;
}

.job_member_ttl {
  padding: 0 0 50px;
}

.job_member_prof {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.job_member_prof > div {
  -webkit-flex-basis: 47%;
  -ms-flex-basis: 47%;
  flex-basis: 47%;
  max-width: 47%;
  width: 47%;
}

.job_member_prof_cnt {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0 27px;
}

.job_member_ph {
  -webkit-flex-basis: 160px;
  -ms-flex-basis: 160px;
  flex-basis: 160px;
  max-width: 160px;
  width: 160px;
  margin: 0 32px 0 0;
}

.job_member_txt {
  flex: 1;
  font-size : 14px;
  line-height : 1.57;
}

.job_member_txt span {
  display: block;
  font-weight : bold;
  font-size : 24px;
  letter-spacing : .05em;
}

.job_member_prof p {
  font-size : 14px;
  line-height : 1.93;
  letter-spacing : .05em;
}

.job_name {
  font-weight: bold;
  color: #46c300;
}

h3.job {
  padding: 0 0 34px;
  font-weight : bold;
  font-size : 22px;
  line-height: 1.7;
}





/* - - (content project) - - */

.lower_content_prjtop {
	min-width: 1068px;
	margin: 102px 0 0;
	padding: 50px 0 50px;
	text-align: center;
	background: url(../../special/images/bg_project_top.png) left top repeat;
}

.titlebox_project_top {
	position: relative;
	width: 90%;
	min-width: 1068px;
	height: auto;
	max-height: 622px;
	margin: 0 auto 0;
	overflow: hidden;
}

.maincopy_project_top {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 17px;
	font-weight: bold;
	line-height: 2;
	color: #FFF;
}

.maincopy_project_top img {
	padding: 0 0 50px;
}

.prj_subttl {
	display: inline-block;
	margin: 0 0 35px;
	padding: 0 0 5px;
	font-size: 23px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 5px solid #FFE600;
}

.prj_historylist {
	width: 96%;
	margin: 0 auto;
	padding: 0 0 30px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.prj_historylist li {
	-webkit-flex-basis: 33%;
	-ms-flex-basis: 33%;
	flex-basis: 33%;
	max-width: 33%;
	padding: 0 0 40px;
}

.prj_historylist li img {
	width: 100%;
}

.titlebox_project_cnt {
	position: relative;
	width: 100%;
	max-width: 1242px;
	height: auto;
	margin: 102px auto 0;
	overflow: visible;
}

.titlebox_project_cnt img {
	width: 100%;
}

.maincopy_project_cnt {
	width: 80%;
	max-width: 862px;
	margin: -227px auto 0;
	text-align: center;
	-webkit-transform: translate(3%, 0);
	-moz-transform: translate(3%, 0);
	-ms-transform: translate(3%, 0);
	-o-transform: translate(3%, 0);
	transform: translate(3%, 0);
}

.maincopy_project_cnt img {
	width: 100%;
}

.prj_member {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 80px;
}

.prj_member_ttl {
	padding: 0 0 50px;
}

.prj_member p {
	margin: 0 auto;
	padding: 0 0 70px;
	font-size: 17px;
	line-height: 2.18;
	text-align: center;
}

.prj_member_box {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 0 40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.prj_member_box div {
	-webkit-flex-basis: 159px;
	-ms-flex-basis: 159px;
	flex-basis: 159px;
	max-width: 159px;
	width: 159px;
	text-align: center;
	font-size: 13px;
	line-height: 1.6;
}

.prj_member_box div img {
	display: block;
	width: 159px;
	margin: 0 auto;
	padding: 0 0 20px;
}

.prj_member_box div span {
	display: block;
	font-size: 21px;
	font-weight: bold;
	padding: 0 0 5px;
}

.prj_member_box div span span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 10px;
}

.prj_member_box div p {
	width: auto;
	margin: 0 auto;
	padding: 0 0 0;
	font-size: 13px;
	line-height: 1.6;
	text-align: left;
}

.lower_content_prjcnt {
	min-width: 1068px;
	margin: 0 0 0;
	padding: 140px 0 250px;
	text-align: center;
	background: url(../../special/images/bg_cnt_project.png) center bottom 150px / auto 100% no-repeat #FFFAE6;
	overflow: hidden;
}

.lower_content_prjcnt2 {
	min-width: 1068px;
	padding: 65px 0 0;
	background: #FFFAE6;
}

h3.prj {
	padding: 0 0 50px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.7;
}

.pic_project02 {
	-webkit-transform: translate(321px, -10px);
	-moz-transform: translate(321px, -10px);
	-ms-transform: translate(321px, -10px);
	-o-transform: translate(321px, -10px);
	transform: translate(321px, -10px);
}

.txt_project02 {
	-webkit-transform: translate(-132px, -230px);
	-moz-transform: translate(-132px, -230px);
	-ms-transform: translate(-132px, -230px);
	-o-transform: translate(-132px, -230px);
	transform: translate(-132px, -230px);
	background: #FFF;
	margin: 0 0 -190px;
	padding: 35px 40px 30px; 
	width: 512px;
	text-align: left;
	line-height: 1.87;
}

.pic_project03 {
	-webkit-transform: translate(-72px, -10px);
	-moz-transform: translate(-72px, -10px);
	-ms-transform: translate(-72px, -10px);
	-o-transform: translate(-72px, -10px);
	transform: translate(-72px, -10px);
}

.txt_project03 {
	-webkit-transform: translate(349px, -220px);
	-moz-transform: translate(349px, -220px);
	-ms-transform: translate(349px, -220px);
	-o-transform: translate(349px, -220px);
	transform: translate(349px, -220px);
	background: #FFF;
	margin: 0 0 -180px;
	padding: 35px 40px 30px; 
	width: 512px;
	text-align: left;
	line-height: 1.87;
}

.pic_project04 {
	-webkit-transform: translate(261px, -10px);
	-moz-transform: translate(261px, -10px);
	-ms-transform: translate(261px, -10px);
	-o-transform: translate(261px, -10px);
	transform: translate(261px, -10px);
}

.txt_project04 {
	-webkit-transform: translate(-72px, -210px);
	-moz-transform: translate(-72px, -210px);
	-ms-transform: translate(-72px, -210px);
	-o-transform: translate(-72px, -210px);
	transform: translate(-72px, -210px);
	background: #FFF;
	margin: 0 0 -170px;
	padding: 35px 40px 30px; 
	width: 512px;
	text-align: left;
	line-height: 1.87;
}

.txt_project04-2 {
	background: #FFF;
	margin: 0 0 80px;
	padding: 35px 40px 30px; 
	width: 100%;
	text-align: left;
	line-height: 1.87;
}

.pic_project05 {
	-webkit-transform: translate(-72px, -10px);
	-moz-transform: translate(-72px, -10px);
	-ms-transform: translate(-72px, -10px);
	-o-transform: translate(-72px, -10px);
	transform: translate(-72px, -10px);
}

.txt_project05 {
	-webkit-transform: translate(349px, -220px);
	-moz-transform: translate(349px, -220px);
	-ms-transform: translate(349px, -220px);
	-o-transform: translate(349px, -220px);
	transform: translate(349px, -220px);
	background: #FFF;
	margin: 0 0 -180px;
	padding: 35px 40px 30px; 
	width: 512px;
	text-align: left;
	line-height: 1.87;
}

.pic_project06 {
	-webkit-transform: translate(321px, -10px);
	-moz-transform: translate(321px, -10px);
	-ms-transform: translate(321px, -10px);
	-o-transform: translate(321px, -10px);
	transform: translate(321px, -10px);
}

.txt_project06 {
	-webkit-transform: translate(-132px, -220px);
	-moz-transform: translate(-132px, -220px);
	-ms-transform: translate(-132px, -220px);
	-o-transform: translate(-132px, -220px);
	transform: translate(-132px, -220px);
	background: #FFF;
	margin: 0 0 -180px;
	padding: 35px 40px 30px; 
	width: 512px;
	text-align: left;
	line-height: 1.87;
}

.txt_project07 {
	-webkit-transform: translate(-72px, -178px);
	-moz-transform: translate(-72px, -178px);
	-ms-transform: translate(-72px, -178px);
	-o-transform: translate(-72px, -178px);
	transform: translate(-72px, -178px);
	background: #FFF;
	margin: 0 0 -180px;
	padding: 35px 40px 30px; 
	width: 512px;
	text-align: left;
	line-height: 1.87;
}

.shoulder_prj {
	margin: 0 0 30px;
	text-align: left;
}

.shoulder_prj span {
	display: inline-block;
	margin: 0 0 0;
	padding: 0 12px;
	background: linear-gradient(transparent 50%, #ffe600 50%);
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5;
}





/* - - (content quick guide) - - */

.titlebox_quick {
	position: relative;
	margin: 102px auto 0;
	background: #fff6e6;
	text-align: center;
}

.titlebox_quick img {
	display: block;
	margin: 0 auto 0;
	padding: 73px 0 0;
	width: 1080px;
}

.titlebox_quick p {
	margin: -74px 0 0;
	font-size: 17px;
	line-height: 2.9;
	text-align: center;
}

.lower_content_quick {
	padding: 50px 0 90px;
	text-align: center;
	background: #fff6e6;
}

.lower_content_quick img {
	max-width: 100%;
}

p.quick_caption {
	margin: 0 0 0;
	font-size: 17px;
	line-height: 2.9;
	text-align: center;
}

p.quick_circle {
	width: 400px;
	margin: 0 auto 0;
	text-align: center;
}

h3.quick_subttl_data {
	margin: 0 0 15px;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	color: #ffb400;
}

h3.quick_subttl_data span {
	font-weight: bold;
	color: #505050;
}

.quick_data {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}

.quick_data li {
	-webkit-flex-basis: 30.61224%;
	-ms-flex-basis: 30.61224%;
	flex-basis: 30.61224%;
	max-width: 300px;
	width: 30.61224%;
	padding: 25px 0 15px;
}

.quick_data img {
	max-width: 100%;
}

.bg_whi {
	padding: 90px 0 60px;
	background: #fff;
}

.quick_note {
	text-align: center;
	font-size: 11px;
}





/* - - (content info) - - */

.lower_content_info {
	min-width: 1068px;
	margin: 102px 0 0;
	padding: 70px 0 0;
	text-align: center;
	background: #FFF6E6;
}

.info_nav {
	display: table;
	border-collapse: separate;
	border-spacing: 20px;
	margin: 0 auto 60px;
}

.info_nav a {
	position: relative;
	display: table-cell;
	width: 280px;
	height: 90px;
	padding: 4px 0 0;
	background: #FFF;
	border: 5px solid #FFD266;
	border-radius: 10px;
	text-align: center;
	vertical-align: middle;
	color: #505050 !important;
	text-decoration: none !important;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.info_nav a:hover {
	border: 5px solid #FFCE5B;
	color: #888 !important;
}

.info_nav a.current {
	border: 5px solid #FFB400;
}

.info_nav a.current::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -15px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #FA8C00 transparent transparent transparent;
}

.info_subttl {
	display: inline-block;
	margin: 0 0 35px;
	padding: 0 0 5px;
	font-size: 23px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 5px solid #FFB400;
}

.info_lead {
	padding: 0 0 45px;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.4;
}

.info_lead2 {
	padding: 0 0 45px;
	line-height: 2;
}

.info_lead2 span {
	font-size: 15px;
}

.info_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
	padding: 0 0 20px;
}

.info_table th {
	padding: 24px 50px 20px 30px;
	background: #FFB400;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border-left: 7px solid #FA8C00;
	font-size: 17px;
	line-height: 1.87;
	color: #FFF;
	white-space: nowrap;
}

.info_table td {
	padding: 24px 30px 20px;
	background: #FFF;
	text-align: left;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.87;
}

.info_flow {
}

.info_flow li {
	width: 100%;
	height: 60px;
	margin: 0 0 44px;
	padding: 26px 0 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	border-radius: 30px;
	text-align: center;
}

.info_flow li:nth-child(1) { background: url(../../info/images/idx_flow01.png) left 24px center / 43px auto no-repeat #FFF;}
.info_flow li:nth-child(2) { background: url(../../info/images/idx_flow02.png) left 24px center / 43px auto no-repeat #FFF;}
.info_flow li:nth-child(3) { background: url(../../info/images/idx_flow03.png) left 24px center / 43px auto no-repeat #FFF;}
.info_flow li:nth-child(4) { background: url(../../info/images/idx_flow04.png) left 24px center / 43px auto no-repeat #FFF;}
.info_flow li:nth-child(5) { background: url(../../info/images/idx_flow05.png) left 24px center / 43px auto no-repeat #FFF;}
.info_flow li:nth-child(6) { background: url(../../info/images/idx_flow06.png) left 24px center / 43px auto no-repeat #FFF; margin: 0 0 0; }

.info_flow li::after {
	content: url(../../info/images/icn_arrow_flow.png);
	position: relative;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	display: block;
	width: 34px;
	height: auto;
}

.info_flow li:last-child::after {
	display: none;
}

.training_box {
	margin: 0 0 30px;
	padding: 30px 30px 30px;
	background: #FFF;
}

.training_subttl {
	float: left;
	width: 200px;
	font-size: 21px;
	font-weight: bold;
}

.training_txt {
	float: right;
	width: 610px;
	padding: 0 0 0 32px;
	border-left: 4px solid #FFB400;
	line-height: 1.87;
}

.faq_box {
	width: 790px;
	margin: 0 auto 50px;
}

.faq_q {
	padding: 35px 35px 28px 116px;
	background:  url(../../info/images/idx_q.png) left 35px top 24px / 49px auto no-repeat #FFB400;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

.faq_a {
	padding: 35px 35px 28px 116px;
	background:  url(../../info/images/idx_a.png) left 35px top 36px / 49px auto no-repeat #FFF;
	font-size: 15px;
	line-height: 1.87;
}

.faq_a span {
	color: #FA8C00;
}





/* - - (font-size) - - */

.fs10 { font-size: 10px !important; }
.fs11 { font-size: 11px !important; }
.fs12 { font-size: 12px !important; }
.fs13 { font-size: 13px !important; }
.fs14 { font-size: 14px !important; }
.fs16 { font-size: 16px !important; }
.fs18 { font-size: 18px !important; }
.fs20 { font-size: 20px !important; }

/* - - (line-height) - - */

.l130 { line-height: 1.3 !important; }
.l150 { line-height: 1.5 !important; }
.l170 { line-height: 1.7 !important; }
.l200 { line-height: 2.0 !important; }

/* - - (margin) - - */

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }

.mr0 { margin-right: 0px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }

/* - - (padding) - - */

.pb0 { padding-bottom: 0 !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }

.pt0 { padding-top: 0 !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt50 { padding-top: 50px !important; }

.pl0 { padding-left: 0 !important; }
.pl3 { padding-left: 3px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl20 { padding-left: 20px !important; }
.pl30 { padding-left: 30px !important; }

.pr0 { padding-right: 0 !important; }
.pr3 { padding-right: 3px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr20 { padding-right: 20px !important; }
.pr30 { padding-right: 30px !important; }

/* - - (print) - - */

@media print {
	html,body { width: 1080px; }
}





/*==================================================================================================================================*/



/*layout (tablet) */



/*==================================================================================================================================*/

@media only screen and (min-width: 768px) and (max-width: 1160px) {
.sitelink ul li a {
	font-size: 9px;
}

.sitelink ul li span {
	font-size: 9px;
}

.sitelink ul li.catttl a,
.sitelink ul li.catttl span {
	font-size: 11px;
}

}





/*==================================================================================================================================*/



/*layout (smartphone) */



/*==================================================================================================================================*/

@media only screen and (min-width: 1px) and (max-width: 767px) {

/* - - (width) - - */

.w30 { width: 30% !important; }
.w50 { width: 50% !important; }
.w60 { width: 60% !important; }
.w80 { width: 80% !important; }
.w90 { width: 80% !important; }
.w100 { width: 100% !important; }

/* - - (common) - - */

html, body {
	font-size: 14px;
}

.cnt_pc { display: none !important; }
.cnt_pc_inline { display: none !important; }
.cnt_pc_inlineblock { display: none !important; }
.cnt_pc_flex { display: none !important; }
.cnt_pc_table { display: none !important; }
.cnt_sp { display: block !important; }
.cnt_sp_inline { display: inline !important; }
.cnt_sp_inlineblock { display: inline-block !important; }
.cnt_sp_flex { display: flex !important; }
.cnt_sp_table { display: table !important; }

.fleft {
	float: none;
	text-align: center;
}

.fright {
	float: none;
	text-align: center;
}

img, video, object {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}





/* - - (content common) - - */

#wrapper {
	position: relative;
}

.ph_left {
	float: none;
	padding: 0 0 20px 0;
}

.ph_right {
	float: none;
	padding: 0 0 20px 0;
}

hr {
	clear: both;
	border: none;
	width: 100%;
	height: 1px;
	color: #FFFFFF;
	margin: 10px 0 30px 0;
	padding: 0 0 0 0;
	border-top: 2px solid #DDD;
}

.pagetop {
	min-width: 100%;
	padding: 16px 0 13px;
}

.pagetop a {
	display: block;
	width: 52px;
	margin: 0 auto;
}





/* - - (header) - - */

#headfix {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	background: #FFF;
	border-top: 4px solid #FFB400;
	min-height: 68px;
}

#header {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0 0;
	-webkit-transition: padding .2s ease-in-out;
	-moz-transition: padding .2s ease-in-out;
	-ms-transition: padding .2s ease-in-out;
	-o-transition: padding .2s ease-in-out;
	transition: padding .2s ease-in-out;
}

#headfix.fixed #header {
	padding: 5px 0 0;
}

h1 {
	float: left;
	width: 32%;
	padding: 0 3% 0;
}






/* - - (nav) - - */

.nav {
	display: none;
	clear: both;
	width: 100%;
	top: 40px;
	left: 0;
	margin: 0 0 0 0;
	text-align: center;
	background: #F5F5F5;
	padding: 0 0 40px 0;
}

.nav ul {
	float: none;
	background: #F5F5F5;
	padding: 40px 0 40px;
}

.nav ul li {
	float: none;
}

.nav ul li a {
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	height: 51px;
	line-height: 51px;
	padding: 0 20px;
	color: #505050 !important;
	text-decoration: none !important;
	font-weight: bold;
	white-space: nowrap;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.nav ul li span {
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	height: 74px;
	line-height: 74px;
	padding: 0 20px;
	color: #CACACA !important;
	text-decoration: none !important;
	font-weight: bold;
}

.nav ul li a:hover {
	color: #888 !important;
	background: #FDFDFD;
}

.nav ul li.current a {
	color: #FFB400 !important;
}

.nav ul li.entrybtn {
	margin: 16px 0 0;
	padding: 0 0 0 0;
}

.nav ul li.entrybtn a {
	padding: 0 0 0 0;
}

.nav ul li.entrybtn img {
	width: 120px;
}

.nav ul li.entrybtn a:hover {
	background: #F5F5F5;
}

.spmenu {
	display: block;
	float: right;
	background: #505050;
	cursor: pointer;
	cursor: hand;
	margin: -5px 0 0 0;
	padding: 20px 20px 0;
	text-align: center;
	color: #FFF;
	width: 64px;
	height: 64px;
	z-index: 99999;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
}

.menu-trigger {
	position: relative;
	width: 24px;
	height: 20px;
	float: none;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FFF;
	border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 9px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-315deg);
	transform: translateY(9px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(315deg);
	transform: translateY(-9px) rotate(315deg);
}





/* - - (footer) - - */

#footer {
	clear: both;
	width: 100%;
	min-width: 100%;
	background: #F0F0F0;
	padding: 26px 0 0;
	font-size: 14px;
}

.sitelink {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 20px;
}

.sitelink ul {
	display: block;
	vertical-align: top;
	padding: 0 0 8px;
}

.sitelink ul li {
	display: none;
	text-align: center;
}

.sitelink ul li a {
	display: block;
	color: #505050 !important;
	text-decoration: none;
	font-size: 11px;
	line-height: 1.9;
}

.sitelink ul li span {
	display: block;
	color: #BBB !important;
	text-decoration: none;
	font-size: 11px;
	line-height: 1.9;
}

.sitelink ul li.catttl {
	display: block;
}

.sitelink ul li.catttl a,
.sitelink ul li.catttl span {
	font-size: 13px;
	font-weight: bold;
	color: #FFB400 !important;
}

.sitelink ul li a:hover {
	color: #888 !important;
}

.sitelink ul li.catttl a:hover {
	color: #FFCE5B !important;
}

.corplogo {
	padding: 20px 0 0 0;
	width: 50%;
	margin: 0 auto;
}

.copyright {
	padding: 0 0 0;
	background: #505050;
	border-top: 6px solid #FFB400;
}

.corplink {
	float: none;
	width: 100%;
	margin: 0 auto;
	background: #E6E6E6;
	text-align: center;
	padding: 15px 0 15px;
}

.corplink img {
	width: 116px;
	margin: 0 auto;
}

.copyright p {
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	color: #FFF;
	font-family: Arial, sans-serif !important;
	font-weight: bold;
	padding: 25px 0 25px;
}





/* - - (content top) - - */

.topimage {
	position: relative;
	width: 100%;
	min-width: 100%;
	height: 400px;
	margin: 68px 0 0 0;
	overflow: hidden;
	border-bottom: 6px solid #FFB400;
	background: #000;
}

.slider_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 200px;
	margin: 0 0 0 0;
	overflow: hidden;
}

.slider_2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 200px;
	margin: 0 0 0 0;
	overflow: hidden;
}

.slider_3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 200px;
	margin: 0 0 0 0;
	overflow: hidden;
}

.slider_4 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 200px;
	margin: 0 0 0 0;
	overflow: hidden;
}

.slider_1_1 { width: 100%; height: 200px !important; background: url("../images/pic_top1_1_sp.jpg") center center / cover no-repeat; }
.slider_1_2 { width: 100%; height: 200px !important; background: url("../images/pic_top1_2_sp.jpg") center center / cover no-repeat; }
.slider_1_3 { width: 100%; height: 200px !important; background: url("../images/pic_top1_3_sp.jpg") center center / cover no-repeat; }
.slider_2_1 { width: 100%; height: 200px !important; background: url("../images/pic_top2_1_sp.jpg") center center / cover no-repeat; }
.slider_2_2 { width: 100%; height: 200px !important; background: url("../images/pic_top2_2_sp.jpg") center center / cover no-repeat; }
.slider_2_3 { width: 100%; height: 200px !important; background: url("../images/pic_top2_3_sp.jpg") center center / cover no-repeat; }
.slider_3_1 { width: 100%; height: 200px !important; background: url("../images/pic_top3_1_sp.jpg") center center / cover no-repeat; }
.slider_3_2 { width: 100%; height: 200px !important; background: url("../images/pic_top3_2_sp.jpg") center center / cover no-repeat; }
.slider_3_3 { width: 100%; height: 200px !important; background: url("../images/pic_top3_3_sp.jpg") center center / cover no-repeat; }
.slider_4_1 { width: 100%; height: 200px !important; background: url("../images/pic_top4_1_sp.jpg") center center / cover no-repeat; }
.slider_4_2 { width: 100%; height: 200px !important; background: url("../images/pic_top4_2_sp.jpg") center center / cover no-repeat; }
.slider_4_3 { width: 100%; height: 200px !important; background: url("../images/pic_top4_3_sp.jpg") center center / cover no-repeat; }

.topcopy {
	position: absolute;
	width: 90%;
	max-width: 540px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.messagebtn_main {
	position: absolute;
	width: 65px;
	bottom: 2%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.news {
	position: relative;
	min-width: 100%;
	text-align: left;
	font-size: 12px;
}

.news {
	position: relative;
	min-width: 100%;
	text-align: left;
}

.news #news1 div,
.news #news2 div {
	width: 100%;
	min-height: 36px;
	padding: 4px 30px 0 5px;
}

.news span {
	display: inline-block;
	padding: 0 6px;
	color: #FFB400;
	font-weight: bold;
}

.newsbtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 40px;
	padding: 18px 0 0 0;
	cursor: pointer;
	cursor: hand;
	background: #505050;
	-webkit-transition: 0s ease-in-out;
	-moz-transition: 0s ease-in-out;
	-ms-transition: 0s ease-in-out;
	-o-transition: 0s ease-in-out;
	transition: 0s ease-in-out;
	text-align: center;
}

.newsbtn:hover {
	background:#888;
}

.newsbtn.selected {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.topmessage_box {
	width: 100%;
	min-width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 35px 0;
	background: url(../images/bg_top02.jpg) center top no-repeat;
	background-size: cover;
}

.topmessage {
	width: 90%;
	min-width: 90%;
	margin: 0 auto;
	padding: 30px 20px 10px;
	background: #FFF;
	font-size: 14px;
	line-height: 1.8
}

.topmessage p {
	padding: 0 0 20px;
	text-align: left;
}

.topmessage img {
	width: 130px;
	margin: 0 auto;
}

.topmessage_ttl {
	padding: 0 0 20px 0;
	width: 30%;
	margin: 0 auto;
}

.topcontent_box {
	min-width: 100%;
	padding: 30px 5%;
	text-align: center;
}

.topcontent_box.orange {
	background: #FFF6E6;
}

.topcontent_ttl {
	padding: 0 0 20px 0;
	width: 46%;
	margin: 0 auto;
}

.top_infobtn {
	letter-spacing: -.4em;
	text-align: center;
}

.top_infobtn li {
	display: inline-block;
	letter-spacing: 0em;
	margin: 0 2%;
	background: #FFF;
	width: 29%;
}

.slider_box {
	width: 90%;
	margin: 0 auto;
}

.slider {
	position: relative;
	margin: 0 auto;
}

.slider li {
	width: 150px;
	margin: 0 8px;
}

.slick-prev {
	width: 40px;
	height: 100%;
	z-index: 999;
	text-indent: -9999px;
	background: url(../images/icn_arrow_sliderleft.png) center center / 23px auto no-repeat #FFF6E6 !important;
}

.slick-next {
	width: 40px;
	height: 100%;
	z-index: 999;
	text-indent: -9999px;
	background: url(../images/icn_arrow_sliderright.png) center center / 23px auto no-repeat #FFF6E6 !important;
}

.slick-prev:hover {
	background: url(../images/icn_arrow_sliderleft_o.png) center center / 23px auto no-repeat #FFF6E6 !important;
}

.slick-next:hover {
	background: url(../images/icn_arrow_sliderright_o.png) center center / 23px auto no-repeat #FFF6E6 !important;
}





/* - - (content lower) - - */

.titlebox {
	position: relative;
	width: 100%;
	min-width: 100%;
	height: auto !important;
	max-height: none;
	margin: 68px 0 0 0;
	overflow: hidden;
}

.mainpic {
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	width: 100%;
	height: auto;
}

.maincopy {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

.lower_content {
	min-width: 100%;
	padding: 40px 0 0;
	text-align: center;
}

.lower_content_job {
	min-width: 100%;
	padding: 40px 0 0;
	text-align: center;
	border-bottom: 1px solid #DCDCDC;
}

.lower_content.orange {
	background: #FFF6E6;
}

.cntbox {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 35px;
	text-align: left;
	line-height: 2;
}

.cntbox576 {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: left;
	line-height: 1.87;
}

.cntbox800 {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: left;
	line-height: 1.87;
}

.cntbox1068 {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: left;
	line-height: 1.87;
}

.cntbox1100 {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: left;
	line-height: 1.87;
}

.cntbox90p {
	width: 90%;
	min-width: 90%;
	margin: 0 auto;
	padding: 40px 0 20px;
	text-align: left;
	line-height: 1.87;
	background: #FFF;
}

.cntbox94p {
	width: 90%;
	margin: 0 auto;
	padding: 40px 0 20px;
	text-align: left;
	line-height: 1.87;
}

.cntbox p,
.cntbox576 p,
.cntbox800 p,
.cntbox1068 p,
.cntbox1100 p,
.cntbox90p p {
	padding: 0 0 25px;
}

.cntbox .biz_box p {
	padding: 0 0 15px;
}

.wh_lead {
	padding: 40px 5% 40px;
	line-height: 2;
	background: #FFF;
	text-align: left;
}





/* - - (content message) - - */

.lower_content_message {
	min-width: 100%;
	margin: 68px 0 0;
	padding: 40px 0 0;
	text-align: center;
	background: #FFF6E6;
}

.message_title {
	padding: 0 0 40px;
	width: 50%;
	margin: 0 auto;
}

.titlebox_message {
	position: relative;
	width: 100%;
	max-width: 500px;
	/*min-width: 100%;*/
	height: auto;
	margin: 0 auto 40px;
	overflow: hidden;
}

.mainpic_message {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.maincopy_message {
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	width: 70%;
	text-align: center;
	margin: 0 auto;
	padding: 40px 0 0;
}

.text_president {
	display: inline-block;
	padding: 0 15px 40px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 2;
}

.titlebox_message2 {
	position: relative;
	/*width: 100%;*/
	width: 60%;
	max-width: 1000px;
	margin: 0 auto 30px;
	overflow: hidden;
}

.maincopy_message2 {
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	width: 60%;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0 0;
}

.text_message {
	width: 100%;
	margin: 0 auto;
  padding: 0 15px;
	text-align: left;
	font-size: 15px;
	line-height: 2;
}





/* - - (content business) - - */

h3.wat_biz {
	margin: 0 0 30px;
	padding: 0 10px 0;
	height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	color: #FFF;
	background: #1EBEE6;
	border-radius: 20px;
}

h3.gre_biz {
	margin: 0 0 30px;
	padding: 0 10px 0;
	height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	color: #FFF;
	background: #46C300;
	border-radius: 20px;
}

h3.ora_biz {
	margin: 0 0 30px;
	padding: 0 10px 0;
	height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	color: #FFF;
	background: #FF6400;
	border-radius: 20px;
}

h3.red_biz {
	margin: 0 0 30px;
	padding: 0 10px 0;
	height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	color: #FFF;
	background: #f01e00;
	border-radius: 20px;
}

.business_indexlist {
	margin: 0 0 40px;
	letter-spacing: -.4em;
	text-align: center;
}

.business_indexlist li {
	display: block;
	margin: 0 auto 20px;
	letter-spacing: 0em;
	text-align: center;
	width: 60%;
}

.business_indexlist li.btn_biz_project {
	width: 100%;
}

.biz_subttl_wat {
	margin: 0 auto 40px;
	padding: 11px 0 9px;
	width: 50%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	border: 4px solid #1EBEE6;
	border-radius: 8px;
	background: #FFF;
	color: #1EBEE6;
}

.biz_subttl_gre {
	margin: 0 auto 40px;
	padding: 11px 0 9px;
	width: 50%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	border: 4px solid #46C300;
	border-radius: 8px;
	background: #FFF;
	color: #46C300;
}

.biz_subttl_ora {
	margin: 0 auto 40px;
	padding: 11px 0 9px;
	width: 50%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	border: 4px solid #FF6400;
	border-radius: 8px;
	background: #FFF;
	color: #FF6400;
}

.biz_subttl_red {
	margin: 0 auto 40px;
	padding: 11px 0 9px;
	width: 50%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	border: 4px solid #f01e00;
	border-radius: 8px;
	background: #FFF;
	color: #f01e00;
}

.biz_box {
	width: 100%;
	margin: 0 auto 30px;
	padding: 36px 24px;
	text-align: left;
	background: #FFF;
	background:
		-webkit-linear-gradient(45deg,  transparent 15px, #FFF 15px),
		-webkit-linear-gradient(135deg, transparent 15px, #FFF 15px),
		-webkit-linear-gradient(225deg, transparent 15px, #FFF 15px),
		-webkit-linear-gradient(315deg, transparent 15px, #FFF 15px);
	background:
		-moz-linear-gradient(45deg,  transparent 15px, #FFF 15px),
		-moz-linear-gradient(135deg, transparent 15px, #FFF 15px),
		-moz-linear-gradient(225deg, transparent 15px, #FFF 15px),
		-moz-linear-gradient(315deg, transparent 15px, #FFF 15px);
	background:
		-o-linear-gradient(45deg,  transparent 15px, #FFF 15px),
		-o-linear-gradient(135deg, transparent 15px, #FFF 15px),
		-o-linear-gradient(225deg, transparent 15px, #FFF 15px),
		-o-linear-gradient(315deg, transparent 15px, #FFF 15px);
	background:
		-ms-linear-gradient(45deg,  transparent 15px, #FFF 15px),
		-ms-linear-gradient(135deg, transparent 15px, #FFF 15px),
		-ms-linear-gradient(225deg, transparent 15px, #FFF 15px),
		-ms-linear-gradient(315deg, transparent 15px, #FFF 15px);
	background-position: bottom left, bottom right, top right, top left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
}

.biz_box_cnt {
  display: block;
}

.biz_box_right {
  max-width: 100%;
  width: 100%;
  padding: 0 0 20px;
  text-align: center;
}

.biz_box_left {
  flex: 1;
  padding-right: 0;
}

.biz_box_ttl_wat {
	padding: 0 0 12px;
	font-size: 17px;
	font-weight: bold;
	color: #1EBEE6;
	line-height: 1.3;
}

.biz_box_ttl_gre {
	padding: 0 0 12px;
	font-size: 17px;
	font-weight: bold;
	color: #46C300;
	line-height: 1.3;
}

.biz_box_ttl_ora {
	padding: 0 0 12px;
	font-size: 17px;
	font-weight: bold;
	color: #FF6400;
	line-height: 1.3;
}

.biz_box_ttl_red {
	padding: 0 0 12px;
	font-size: 17px;
	font-weight: bold;
	color: #f01e00;
	line-height: 1.3;
}

.biz_box_left p,
.biz_box_w100 p {
	padding: 0 0 18px;
	line-height: 1.73;
	font-size: 15px;
}

.biz_box_left p.note,
.biz_box_w100 p.note {
	padding: 0 0 6px 1em;
	text-indent: -1em;
}

.biz_box_left p.note.notelast,
.biz_box_w100 p.note.notelast {
	padding-bottom: 22px;
}

.biz_box_left p.note_all,
.biz_box_w100 p.note_all {
	padding-bottom: 15px;
}

.biz_box_left p.strong,
.biz_box_w100 p.strong {
	padding-bottom: 6px;
  font-weight: bold;
}

.biz_box p.biz_exp {
  padding-bottom: 6px;
}





/* - - (content job) - - */

.job_subttl {
	display: inline-block;
	margin: 0 0 25px;
	padding: 0 0 4px;
	font-size: 19px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 5px solid #FFB400;
}

.job_table {
	margin: -10px 0 0;
	border-collapse: separate;
	border-spacing: 0 20px;
}

.job_table th {
	display: block;
	width: 100%;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	padding: 12px 0 10px;
}

.job_table th.wat {
	background: #1EBEE6;
}

.job_table th.gre {
	background: #46C300;
}

.job_table th.ora {
	background: #FF6400;
}

.job_table th.pur {
	background: #D282FF;
}

.job_table th.red {
	background: #f01e00;
}

.job_table td {
	display: block;
	padding: 15px 15px 13px;
	vertical-align: middle;
	background: #FFF;
	text-align: left;
	line-height: 1.87;
}

.job_indexlist {
	width: 100%;
	margin: 0 0 20px 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.job_indexlist li {
	float: none;
	margin: 0 0 15px 0;
	width: auto;
	-webkit-flex-basis: 48%;
	-ms-flex-basis: 48%;
	flex-basis: 48%;
	max-width: 48%;
}

.job_indexlist li:last-child {
	width: 100%;
	-webkit-flex-basis: 100%;
	-ms-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.titlebox_job {
	position: relative;
	width: 100%;
	min-width: 100%;
	height: auto !important;
	max-height: none;
	margin: 68px 0 0 0;
	overflow: hidden;
}

.job_maincopy_left {
	position: relative;
	width: 80%;
	margin: -30px auto 0;
	text-align: center;
}

.job_maincopy_right {
	position: relative;
	width: 80%;
	margin: -30px auto 0;
	text-align: center;
}

.profilebox {
	margin: 0 0 50px;
	padding: 30px 0;
}

.profilebox.wat {
	background: #DDF9FF;
}

.profilebox.gre {
	background: #F2FACC;
}

.profilebox.ora {
	background: #FFF2E0;
}

.profilebox.pur {
	background: #f3dcff;
}

.profilebox.red {
	background: #fcdbd7;
}

.profile_ttl {
	width: 30%;
	margin: 0 auto 20px;
}

.profilebox p {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	line-height: 1.8;
}

h3.wat {
	margin: 0 0 30px;
	padding: 16px 8px 12px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	color: #FFF;
	background: #1EBEE6;
}

h3.gre {
	margin: 0 0 30px;
	padding: 16px 8px 12px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	color: #FFF;
	background: #46C300;
}

h3.ora {
	margin: 0 0 30px;
	padding: 16px 8px 12px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	color: #FFF;
	background: #FF6400;
}

h3.pur {
	margin: 0 0 30px;
	padding: 16px 8px 12px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	color: #FFF;
	background: #d282ff;
}

h3.red {
	margin: 0 0 30px;
	padding: 16px 8px 12px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	color: #FFF;
	background: #f01e00;
}

.snav_job {
	letter-spacing: -.4em;
}

.snav_job li {
	display: inline-block;
	letter-spacing: 0em;
	margin: 0 10px;
	height: 30px;
}

.snav_job li img {
	width: auto;
	height: 30px;
}

/* talk */

.titlebox_talk {
	position: relative;
	width: 100%;
	min-width: 100%;
	height: auto;
	margin: 68px 0 0 0;
	padding: 10px 10px 0;
	background: #FFF;
}

.mainpic_talk {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.job_maincopy_talk {
	position: relative;
	width: 80%;
	margin: -30px auto 0;
	text-align: center;
}

.job_talk_lead {
	padding: 20px 20px 40px;
	background: #FFF6E6;
	font-size: 15px;
	line-height: 2.18;
	text-align: left;
}

.job_talk_member_ttl {
	margin: 0 auto;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: 50%;
}

.job_member_box {
	width: 90%;
	max-width: 90%;
	margin: 0 auto;
	padding: 0 0 40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.job_member_box div {
	clear: both;
	width: auto;
	-webkit-flex-basis: 45%;
	-ms-flex-basis: 45%;
	flex-basis: 45%;
	max-width: 45%;
	margin: 0 0 15px 0;
	text-align: left;
	font-size: 13px;
	line-height: 1.57;
}

.job_member_box div img {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 10px 0;
	float: left;
}

.job_member_box div span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 10px;
}

.job_talk_flow {
	min-width: 90%;
	width: 90%;
	max-width: 90%;
	margin: 0 auto;
	padding: 40px 0 40px;
	text-align: center;
	border-top: 30px solid #FFF6E6;
}

.job_talk_flow_ttl {
	margin: 0 0 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.57;
}

.job_talk_flow_box {
	width: 90%;
	max-width: 90%;
	margin: 0 auto;
	padding: 0 0 0;
	display: block;
}

.job_talk_flow_box div {
	max-width: 100%;
	width: 100%;
	padding: 0 0 30px;
}

.job_talk_flow_box div:nth-child(2) {
	max-width: 100%;
	width: 100%;
}

.job_talk_flow_box div img {
	width: 100%;
}

.job_talk_flow p {
	width: 90%;
	max-width: 90%;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	line-height: 1.7;
}

.lower_content_talk {
	min-width: 100%;
	padding: 40px 0 0;
	text-align: center;
	border-top: 30px solid #FFF6E6;
	border-bottom: 1px solid #DCDCDC;
}

h3.talk {
	margin: 0 0 30px;
	padding: 12px 8px 8px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	border: 4px solid #FFB400;
	border-radius: 10px;
}

.talk_name {
	font-weight: bold;
	color: #FFB400;
}



/* job 03 */

.job_lead {
  padding: 0 5% 40px;
  background: #FFF;
  font-size : 15px;
  line-height : 2.18;
  letter-spacing : .05em;
}

.job_member {
  position: relative;
  width: 90%;
  margin: 0 auto 40px;
  text-align: left;
}

.job_member_ttl {
  padding: 0 0 25px;
}

.job_member_prof {
  display: block;
}

.job_member_prof > div {
  max-width: 100%;
  width: 100%;
  margin: 0 0 20px;
}

.job_member_prof_cnt {
  display: block;
  margin: 0 0 20px;
}

.job_member_ph {
  -webkit-flex-basis: 160px;
  -ms-flex-basis: 160px;
  flex-basis: 160px;
  max-width: 160px;
  width: 160px;
  margin: 0 auto 12px auto;
}

.job_member_txt {
  flex: 1;
  font-size : 14px;
  line-height : 1.57;
  text-align: center;
}

.job_member_txt span {
  display: block;
  font-weight : bold;
  font-size : 20px;
  letter-spacing : .05em;
}

.job_member_prof p {
  font-size : 14px;
  line-height : 1.93;
  letter-spacing : .05em;
}

.job_name {
  font-weight: bold;
  color: #46c300;
}

h3.job {
  padding: 0 0 24px;
  font-weight : bold;
  font-size : 18px;
  line-height: 1.7;
}





/* - - (content project) - - */

.lower_content_prjtop {
	min-width: 100%;
	margin: 68px 0 0;
	padding: 40px 0 40px;
	text-align: center;
	background: url(../../special/images/bg_project_top.png) left top / 16px 16px repeat;
}

.titlebox_project_top {
	position: relative;
	width: 90%;
	min-width: 90%;
	height: auto !important;
	max-height: 622px;
	margin: 0 auto 0;
	overflow: hidden;
}

.maincopy_project_top {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 17px;
	font-weight: bold;
	line-height: 2;
	color: #FFF;
	width: 90%;
}

.maincopy_project_top img {
	padding: 0 0 0;
}

.prj_lead {
	width: 90%;
	padding: 30px 0;
	margin: 0 auto;
	line-height: 2;
	text-align: left;
}

.prj_subttl {
	display: inline-block;
	margin: 0 0 25px;
	padding: 0 0 4px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 5px solid #FFE600;
}

.prj_historylist {
	width: 96%;
	margin: 0 auto;
	padding: 0 0 30px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.prj_historylist li {
	-webkit-flex-basis: 100%;
	-ms-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
	padding: 0 0 30px;
}

.prj_historylist li img {
	width: 100%;
}

.titlebox_project_cnt {
	position: relative;
	width: 100%;
	min-width: 100%;
	height: auto !important;
	max-height: 898px;
	margin: 68px auto 0;
	overflow: hidden;
}

.maincopy_project_cnt {
	width: 90%;
	margin: -14% auto 0;
	text-align: center;
	-webkit-transform: translate(2%, 0);
	-moz-transform: translate(2%, 0);
	-ms-transform: translate(2%, 0);
	-o-transform: translate(2%, 0);
	transform: translate(2%, 0);
}

.maincopy_project_cnt img {
	width: 100%;
}

.prj_member {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0;
}

.prj_member_ttl {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 25px;
}

.prj_member p {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 40px;
	line-height: 2;
	text-align: left;
}

.prj_member_box {
	width: 90%;
	max-width: 90%;
	margin: 0 auto;
	padding: 0 0 40px;
	display: block;
}

.prj_member_box div {
	clear: both;
	width: 100%;
	max-width: 100%;
	text-align: left;
	font-size: 13px;
	line-height: 1.3;
}

.prj_member_box div img {
	display: block;
	margin: 0 0;
	padding: 0 20px 20px 0;
	float: left;
	width: 50%;
}

.prj_member_box div span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0;
}

.prj_member_box div span span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 2px;
}

.prj_member_box div p {
	width: auto;
	margin: 0 auto;
	padding: 0 0 15px;
	line-height: 1.6;
	text-align: left;
}

.lower_content_prjcnt {
	min-width: 100%;
	margin: 0 0 0;
	padding: 50px 0 100px;
	text-align: center;
	background: url(../../special/images/bg_cnt_project_sp.png) center bottom 50px / auto 100% no-repeat #FFFAE6;
}

.lower_content_prjcnt2 {
	min-width: 100%;
	padding: 40px 0 0;
	background: #FFFAE6;
}

h3.prj {
	padding: 0 0 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
}

.pic_project02 {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.txt_project02 {
	-webkit-transform: translate(5%, -20px);
	-moz-transform: translate(5%, -20px);
	-ms-transform: translate(5%, -20px);
	-o-transform: translate(5%, -20px);
	transform: translate(5%, -20px);
	background: #FFF;
	margin: 0 0 20px;
	padding: 15px 15px 15px; 
	width: 90%;
	text-align: left;
	line-height: 1.87;
}

.pic_project03 {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.txt_project03 {
	-webkit-transform: translate(5%, -20px);
	-moz-transform: translate(5%, -20px);
	-ms-transform: translate(5%, -20px);
	-o-transform: translate(5%, -20px);
	transform: translate(5%, -20px);
	background: #FFF;
	margin: 0 0 20px;
	padding: 15px 15px 15px; 
	width: 90%;
	text-align: left;
	line-height: 1.87;
}

.pic_project04 {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.txt_project04 {
	-webkit-transform: translate(5%, -20px);
	-moz-transform: translate(5%, -20px);
	-ms-transform: translate(5%, -20px);
	-o-transform: translate(5%, -20px);
	transform: translate(5%, -20px);
	background: #FFF;
	margin: 0 0 20px;
	padding: 15px 15px 15px; 
	width: 90%;
	text-align: left;
	line-height: 1.87;
}

.pic_project05 {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.txt_project05 {
	-webkit-transform: translate(5%, -20px);
	-moz-transform: translate(5%, -20px);
	-ms-transform: translate(5%, -20px);
	-o-transform: translate(5%, -20px);
	transform: translate(5%, -20px);
	background: #FFF;
	margin: 0 0 20px;
	padding: 15px 15px 15px; 
	width: 90%;
	text-align: left;
	line-height: 1.87;
}

.pic_project06 {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.txt_project06 {
	-webkit-transform: translate(5%, -0px);
	-moz-transform: translate(5%, -0px);
	-ms-transform: translate(5%, -0px);
	-o-transform: translate(5%, -0px);
	transform: translate(5%, -0px);
	background: #FFF;
	margin: 0 0 20px;
	padding: 15px 15px 15px; 
	width: 90%;
	text-align: left;
	line-height: 1.87;
}

.txt_project07 {
	-webkit-transform: translate(5%, -20px);
	-moz-transform: translate(5%, -20px);
	-ms-transform: translate(5%, -20px);
	-o-transform: translate(5%, -20px);
	transform: translate(5%, -20px);
	background: #FFF;
	margin: 0 0 20px;
	padding: 15px 15px 15px; 
	width: 90%;
	text-align: left;
	line-height: 1.87;
}

.shoulder_prj {
	margin: 0 0 20px;
	text-align: left;
}

.shoulder_prj span {
	display: inline-block;
	margin: 0 0 0;
	padding: 0 8px;
	background: linear-gradient(transparent 50%, #ffe600 50%);
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5;
}





/* - - (content quick guide) - - */

.titlebox_quick {
	position: relative;
	margin: 68px 0 0;
	background: #fff6e6;
	text-align: center;
}

.titlebox_quick img {
	display: block;
	margin: 0 5% 0;
	padding: 25px 0 0;
	width: 90%;
}

.titlebox_quick p {
	margin: 20px 5% 0;
	font-size: 15px;
	line-height: 2.1;
	text-align: left;
}

.lower_content_quick {
	padding: 10px 0 40px;
	text-align: center;
	background: #fff6e6;
}

.lower_content_quick img {
	max-width: 100%;
}

p.quick_caption {
	margin: 0 0 0;
	font-size: 15px;
	line-height: 2.1;
	text-align: left;
}

p.quick_circle {
	width: 72%;
	margin: 0 auto 0;
	text-align: center;
}

h3.quick_subttl_data {
	margin: 0 0 35px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #ffb400;
}

h3.quick_subttl_data span {
	font-weight: bold;
	color: #505050;
}

.quick_data {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 84%;
	max-width: 84%;
	margin: 0 auto;
}

.quick_data li {
	-webkit-flex-basis: 46.8%;
	-ms-flex-basis: 46.8%;
	flex-basis: 46.8%;
	max-width: 46.8%;
	width: 46.8%;
	padding: 5px 0 15px;
}

.quick_data img {
	max-width: 100%;
}

.bg_whi {
	padding: 90px 0 60px;
	background: #fff;
}





/* - - (content info) - - */

.lower_content_info {
	min-width: 100%;
	margin: 68px 0 0;
	padding: 40px 0 0;
	text-align: center;
	background: #FFF6E6;
}

.info_nav {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px;
	margin: 0 auto 60px;
	width: 96%;
}

.info_nav a {
	position: relative;
	display: table-cell;
	width: auto;
	height: 90px;
	padding: 0 0 0;
	background: #FFF;
	border: 5px solid #FFD266;
	border-radius: 10px;
	text-align: center;
	vertical-align: middle;
	color: #505050 !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.info_nav a:hover {
	width: auto;
	height: 90px;
	border: 5px solid #FFCE5B;
	color: #888 !important;
}

.info_nav a.current {
	border: 5px solid #FFB400;
}

.info_nav a.current::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -15px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #FA8C00 transparent transparent transparent;
}

.info_subttl {
	display: inline-block;
	margin: 0 0 25px;
	padding: 0 0 4px;
	font-size: 19px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 5px solid #FFB400;
}

.info_lead {
	padding: 0 4% 30px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}

.info_lead2 {
	padding: 0 5% 30px;
	line-height: 1.8;
	text-align: left;
}

.info_lead2 span {
	font-size: 13px;
}

.info_lead a,
.info_lead2 a {
	display: block;
	width: 80%;
	margin: 0 auto;
}

.info_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 6px;
	padding: 0 0 20px;
}

.info_table th {
	display: block;
	padding: 12px 15px 10px 15px;
	background: #FFB400;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border-left: 7px solid #FA8C00;
	font-size: 17px;
	line-height: 1.87;
	color: #FFF;
	white-space: nowrap;
}

.info_table td {
	display: block;
	padding: 12px 15px 10px 15px;
	background: #FFF;
	text-align: left;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.87;
}

.info_flow {
	width: 100%;
}

.info_flow li {
	width: 100%;
	height: auto;
	margin: 0 0 44px;
	padding: 16px 16px 16px 54px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	border-radius: 30px;
	text-align: left;
}

.info_flow li:nth-child(1) { background: url(../../info/images/idx_flow01.png) left 12px center / 26px auto no-repeat #FFF;}
.info_flow li:nth-child(2) { background: url(../../info/images/idx_flow02.png) left 12px center / 26px auto no-repeat #FFF;}
.info_flow li:nth-child(3) { background: url(../../info/images/idx_flow03.png) left 12px center / 26px auto no-repeat #FFF;}
.info_flow li:nth-child(4) { background: url(../../info/images/idx_flow04.png) left 12px center / 26px auto no-repeat #FFF;}
.info_flow li:nth-child(5) { background: url(../../info/images/idx_flow05.png) left 12px center / 26px auto no-repeat #FFF;}
.info_flow li:nth-child(6) { background: url(../../info/images/idx_flow06.png) left 12px center / 26px auto no-repeat #FFF; margin: 0 0 0; }

.info_flow li::after {
	content: url(../../info/images/icn_arrow_flow.png);
	position: relative;
	bottom: -47px;
	left: 50%;
	margin-left: -36px;
	display: block;
	width: 24px;
	height: auto;
}

.info_flow li:last-child::after {
	display: none;
}

.training_box {
	margin: 0 0 30px;
	padding: 15px 15px 15px;
	background: #FFF;
}

.training_subttl {
	float: none;
	width: 100%;
	font-size: 19px;
	font-weight: bold;
}

.training_txt {
	float: none;
	width: 100%;
	padding: 10px 0 0 0;
	border-left: none;
	border-top: 2px solid #FFB400;
	line-height: 1.87;
}

.faq_box {
	width: 100%;
	margin: 0 auto 40px;
}

.faq_q {
	padding: 18px 18px 18px 50px;
	background:  url(../../info/images/idx_q.png) left 10px top 18px / 32px auto no-repeat #FFB400;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
}

.faq_a {
	padding: 18px 18px 18px 50px;
	background:  url(../../info/images/idx_a.png) left 10px top 30px / 32px auto no-repeat #FFF;
	font-size: 15px;
	line-height: 1.87;
}

.faq_a span {
	color: #FA8C00;
}





}









/* - - - - - - - - - - - /end - - - - - - - - - - - */









