@charset "utf-8";
@font-face {
	font-family: 'SourceHanSansJP-Light';
	src: url(https://www.ra-ul.com/wp-content/themes/corp/SourceHanSansJP/SourceHanSansJP-Light.otf);
}
@font-face {
	font-family: 'Lato-Light';
	src: url(https://www.ra-ul.com/wp-content/themes/corp/lato/Lato-Light.ttf);
}
@font-face {
	font-family: 'Lato-Regular';
	src: url(https://www.ra-ul.com/wp-content/themes/corp/lato/Lato-Regular.ttf);
}
@font-face {
	font-family: 'SourceHanSansJP-Regular';
	src: url(https://www.ra-ul.com/wp-content/themes/corp/SourceHanSansJP/SourceHanSansJP-Regular.otf);
}
@font-face {
	font-family: 'SourceHanSansJP-Normal';
	src: url(https://www.ra-ul.com/wp-content/themes/corp/SourceHanSansJP/SourceHanSansJP-Normal.otf);
}
@font-face {
	font-family: 'SourceHanSansJP-ExtraLight';
	src: url(https://www.ra-ul.com/wp-content/themes/corp/SourceHanSansJP/SourceHanSansJP-ExtraLight.otf);
}
/****************************************
リセットCSS (基本ココは変更しない) 
****************************************/
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
*{margin:0; padding:0;} 
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	vertical-align:baseline;
 	word-break:break-all; 
	background:transparent;
}
strong{
	font-weight:bold;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul, li {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
img {
	vertical-align:bottom;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: auto;
	margin-right: auto;
}
th {
	width: 20%;
	padding: 10px;
	text-align: left;
	background-color: #E6F8E6;
	border: 1px solid #E1EDE1;
}
td{
	padding: 10px;
    border: 1px solid #E1EDE1;
}
.alignleft{
	float: left;
	margin-right: 10px;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}


/****************************************
PCスマホ共通部分
****************************************/
html{font-size:62.5%;}
body{
	font-size: 14px;
	font-weight: normal;
	line-height:1.5em;
	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	color:#555;
	margin:0; padding:0;
	width:100%;
}
.win body{
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.mac body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka',sans-serif;
}
p{line-height:180%; line-break: strict; word-break: normal; word-wrap: break-word; font-size:16px;}
/* a */
a,a:link	{color:#555; font-style:normal; text-decoration:none;}
/*a:visited {color:#0077D3; font-style:normal; text-decoration:none;}*/
a:hover   {color:#555; font-style:normal; text-decoration:underline;}
/*a:active	{color:#0077D3; font-style:normal; text-decoration:none;}
a:focus		{outline:none;}*/
a.alpha:hover, a img:hover, .btn01 a:hover, .btn02 a:hover{opacity:0.8; filter:alpha(opacity=80);}
#contents a{
	color: #80A950;
	text-decoration: underline;	
}
#contents a span{
	color: #FFF;
}
.goList p a{
	text-decoration:none!important;
}
.goList p a span{
	color: #000!important;
}
.goList p a:hover span{
	text-decoration:underline;
}
#contents a:hover{
	text-decoration: none;	
}
a.green{
	color: #80A950;	
}
.clearfix:after { 
     content: ".";
     display: block;
     clear: both;
     height: 0;
	 font-size:0;
     visibility: hidden;
}
/* WinIE6 以下,  MacIE5 */
* html .clearfix {
  height: 1%;
}
/* IE7,MacIE5 */
.clearfix { display: inline-block; }
.clearfix { display: block; }

/* margin */
.m-0   {margin:0;} .m-r0{margin-right:0 !important;} .m-t0{margin-top:0 !important;}
.m-a   {margin:0 auto;}
.m-5   {margin:5px;}      .m-10  {margin:10px;}       .m-15  {margin:15px;}        .m-20  {margin:20px;}
.m-t5  {margin-top:5px !important;}  .m-r5  {margin-right:5px;}  .m-b5  {margin-bottom:5px;}  .m-l5  {margin-left:5px !important;}
.m-t10 {margin-top:10px !important;} .m-r10 {margin-right:10px;} .m-b10 {margin-bottom:10px;} .m-l10 {margin-left:10px;}
.m-t15 {margin-top:15px !important;} .m-r15 {margin-right:15px;} .m-b15 {margin-bottom:15px;} .m-l15 {margin-left:15px;}
.m-t20 {margin-top:20px !important;} .m-r20 {margin-right:20px;} .m-b20 {margin-bottom:20px!important;} .m-l20 {margin-left:20px;}
.m-30  {margin:30px;}					.m-40  {margin:40px;}					.m-50  {margin:50px;}
.m-t30 {margin-top:30px !important;} .m-r30 {margin-right:30px !important;} .m-l30 {margin-left:30px !important;}
.m-t40 {margin-top:40px !important;} .m-t50 {margin-top:50px !important;} .m-t60 {margin-top:60px !important;}
.m-b30 {margin-bottom:30px!important;}	.m-b40 {margin-bottom:40px;}	.m-b50 {margin-bottom:50px;} .m-b60 {margin-bottom:60px;}

/* padding */
.p-0   {padding:0 !important;} .p-l0{padding-left:0 !important;} .p-r0{padding-right:0 !important;} .p-t0{padding-top:0 !important;} .p-b0{padding-bottom:0 !important;}
.p-5   {padding:5px;}      .p-10  {padding:10px !important;}       .p-15  {padding:15px;}        .p-20  {padding:20px;}
.p-t5  {padding-top:5px !important;}  .p-r5  {padding-right:5px;}  .p-b5  {padding-bottom:5px !important;}  .p-l5  {padding-left:5px;}
.p-t10 {padding-top:10px;} .p-r10 {padding-right:10px;} .p-b10 {padding-bottom:10px;} .p-l10 {padding-left:10px;}
.p-t15 {padding-top:15px;} .p-r15 {padding-right:15px;} .p-b15 {padding-bottom:15px;} .p-l15 {padding-left:15px;}
.p-t20 {padding-top:20px !important;} .p-r20 {padding-right:20px;} .p-b20 {padding-bottom:20px;} .p-l20 {padding-left:20px;}
.p-30  {padding:30px;}				.p-40  {padding:40px;}						.p-50  {padding:50px;}
.p-t30 {padding-top:30px;}		.p-t40 {padding-top:40px;}		.p-t50 {padding-top:50px;}
.p-b30 {padding-bottom:30px;}	.p-b40 {padding-bottom:40px;}	.p-b50 {padding-bottom:50px;}

/* align */
.t-center {text-align:center !important;} .t-left {text-align:left !important;} .t-right {text-align:right !important;}

.bgnone{background:none !important;}
.green{color:#80a950 !important;}
.red2{color:#D41D1D !important;}
.sml{vertical-align:sub; font-size: 10px; font-size:1.0rem;}


span.h2En{
	font-family: 'Lato-Regular';
	color:#000;
}
.overwrite{
	font-family: 'Lato-Light'!important;
}
span.h2Jp{
	font-family: 'SourceHanSansJP-Normal';
	color:#9b9b9b;
	display:block;
}

.tit21{
	text-align:center;
}
.tit21 span.h2En{
	font-size:26px;
}
.tit22{
	text-align:center;
}
.tit22 span.h2En{
	font-size:22px;
}
.tit22 span.h2Jp{
	font-size:12px;
}
.red{
	background-color:#cc0000; color:#fff; 
	padding:1px 8px;
	font-size:8px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.end{
	background-color:#bbb; color:#fff; 
	margin-left:5px;  padding:0 7px;
	font-size:8px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight:bold;
}

.text01, .text02, .text03, .text04, .text05, .textArea01{
	font-size:16px;
	border:1px solid #dfdfdf;
	padding:0 5px;
}
.text02{
	text-align:right;
}
.bottomlimage{
	margin-bottom:50px;
}
/*-------- HEADER --------*/
#header{
	border-top:5px solid #80a950;
}
#header > div{
	position:relative;
}
#logo a{
	text-indent: 100%; 
    white-space: nowrap; 
    overflow: hidden;
	display:block;
}
#gNavi a:hover{text-decoration:none;}
#gNavi .nvEn{
	font-family: 'Lato-Regular';
}
#gNavi a:hover .nvEn{
	color:#80a950;
}
#gNavi .nvJp{
	font-family: 'SourceHanSansJP-Light';
	color:#9b9b9b;
	display:block;
}
#gNavi li li a{
	font-family: 'SourceHanSansJP-Regular';
	color:#000;
}
#gNavi li li a:hover{
	color:#80a950;
}
#subNavi a{
	color:#777;
}

a.current{
    color:#80a950;

}
/*-------- //HEADER --------*/

/*-------- CONTENTS --------*/
#balloon-1-top {
	position: relative;
    display: inline-block;
    padding: 10px 15px;
    width: 95%;
    min-width: 115px;
    line-height: 25px;
    border: 1px solid #80A950;
    border-top: 2px solid #80A950;
    z-index: 0;
    margin-bottom: 45px;
    margin-top: 10px;
    border-radius: 10px;
}
#balloon-1-top:after {
	content: "";
	position: absolute;
	top: -12px; left: 10%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #80A950 transparent;
	z-index: -1;
}

#keyvisual{
	position:relative;
}
#keyvisual p{
	font-size:15px;
	color:#055bab;
	text-align:center;
}
#keyvisual .concept{
	text-align:center;
	/*opacity:0.8; filter:alpha(opacity=80);*/
	border:1px solid #f9fcff;
	width:298px; margin-left:auto; margin-right:auto;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#keyvisual .concept a{
	background-color:#f0f7ff;
	font-family: 'SourceHanSansJP-Regular';
	font-size:16px; color:#000;
	display:block;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	opacity:0.8; filter:alpha(opacity=80);
}
#keyvisual .concept a:hover{
	text-decoration:none;
	opacity:0.8; filter:alpha(opacity=80);
}


.topMainList .time{
	color:#000;
}
.topMainList h3 a{
	color:#80a950;
	text-decoration:underline;
}
.topMainList h3 a:hover{
	text-decoration:none;
}

.topMainList p{
	font-size:14px;
    height: auto;
}

.btn01 a{
	background-color:#80a950;
	display:block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	  text-align: center;
}

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

.btn02 a{
	background-color:#80a950;
	display:block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	  text-align: center;
}

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

/*コンセプト*/
.inConcept{
	text-align:center;
}
.inConcept h1{
	font-family: 'SourceHanSansJP-ExtraLight';
	color:#000;
}
.inConcept .h2En{
	color:#80a950;
	font-weight:300;
}
.inConcept .h2Jp{
	margin-top:5px;
}
.inConcept p{
	margin-top:25px;
}
.inConcept p:first-child{
	margin-top:18px;
}
.inConcept01{
	text-align:center;
}
.inConcept01 h1{
	font-family: 'SourceHanSansJP-ExtraLight';
	color:#000;
}
.inConcept01 .h2En{
	color:#80a950;
	font-weight:300;
}
.inConcept01 .h2Jp{
	margin-top:5px;
}
.inConcept01 p{
	margin-top:25px;
}
.inConcept01 p:first-child{
	margin-top:18px;
}
/*インフォメーション　アカウント*/
img.ecomo {
width: 105px;
height: 105px;
vertical-align:top;
border: 1px #999999 solid;
}
/*企業情報　代表挨拶*/
img.top {
width: 204px;
height: 140px;
vertical-align:top;
}
/*企業情報　アクセス*/
#access {
width: 425px;
height: 350px;
vertical-align:top;
}
div.iframemap{
	text-align:center;
}
/*インフォメーション　運営サイト*/
img.cap {
vertical-align:top;
border: 1px #999999 solid;
}
/*他ページ*/
h4{
	background: url(images/icon_circle.jpg) no-repeat left center;
	font-family: 'SourceHanSansJP-Light';
	font-weight: 300;
	font-size: 22px;
	padding-left: 30px;
	margin-bottom: 20px;
}
h4.aboutsite{
	margin-left:20px;
}
h5{
	padding-bottom: 2px;
	border-bottom: 1px dotted #A3A3A3;
	font-size: 17px;
	margin-top: 15px;
	margin-bottom: -10px;
}
h5.normal{
	margin-bottom: 5px;
	margin-top: 0px;
}
h5.thin{
	margin-bottom: 5px;
	margin-top: 0px;
	font-weight: normal;
}
.leftacbox{
	float: left;
	margin-right: 20px;
}
.rightacbox{
	float: left;
	width: 75%;
}
.sitedesc{
	margin-left: 20px;	
}
.linksite{
	margin-left: 20px;	
}
.tit23{
	text-align:center;
	border-top:1px solid #ddd; border-bottom:1px solid #ddd;
}
.tit23 .h2Jp{
	color:#000;
	font-weight:200;
	display:block;
}
.tit23 .h2En{
	font-family: 'Lato-Regular';
	color:#80a950;
	display:block;
}
.tit24{
	text-align:center;
	border-top:1px solid #ddd; border-bottom:1px solid #ddd;
}
.tit24 .h2Sm{
	font-family: 'SourceHanSansJP-Normal';
	color:#9b9b9b;
	font-weight:200;
	display:block;
}
.tit24 .h2Bg{
	font-family: 'SourceHanSansJP-Light';
	color:#000;
	font-weight:200;
	display:block;
}
#bread{
	color:#555;
}

.bread-crumb-list{
	color:#555;
}

#bread a{
	color:#777;
}

.bread-crumb-list a{
	color:#777;
}

#contents .corporate{
	color:#000;
	font-size:18px;
	font-family: 'SourceHanSansJP-Regular';
}
.textbox{
	margin-top:20px;
}
.contentIndex h3{
	font-family: 'SourceHanSansJP-Normal';
	color:#000;
}
.contentIndex li a{
	color:#000;
	text-decoration:none!important;	
}
.contentIndex li a:hover h3{
	text-decoration:underline!important;	
}
.dlTable{
	text-align:left;
	width:100%;
}
.dlTable dt{
	background-color:#f7f7f7;
	color:#000;
	font-family: 'SourceHanSansJP-Regular';
}
.dlTable li{
	line-height: 170%;
}
.dlTable a{
	color:#80a950;
}
.introBox{
	border-bottom:1px solid #ddd;
}
.introBox h2 .position{
	color:#000;
	font-family: 'SourceHanSansJP-Normal';
}
.introBox h2 .name{
	color:#000;
	font-family: 'SourceHanSansJP-Light';
	font-weight: 200;
}
.introBox h2 .roma{
	color:#80a950;
	font-family: 'Lato-Light';
}
.introBox_s h2 .link a{
	font-family: 'Lato-Light';
	color:#555;
	display:block;
	background:url(images/icon_allow_r02.png) no-repeat left center;
	padding-left:25px;
}
.tit25{
	color:#000;
	font-family: 'SourceHanSansJP-Regular';
	font-weight:200;
}
.sub25{
	margin-top: 20px!important;
	background: url(images/3-1service.png) no-repeat left center!important;
	border-bottom: 3px solid #dddddd;
	padding-bottom: 20px!important;
}
.sub25-2{
	margin-top:20px!important;
	background:url(images/3-2service.png) no-repeat left center!important;
}
.sub25-3{
	margin-top:20px!important;
	background:url(images/3-3service.png) no-repeat left center!important;
}
.sub25-4{
	margin-top:20px!important;
	background:url(images/3-4service.png) no-repeat left center!important;
}
span.ti25-1{
	font-family: 'SourceHanSansJP-Light';
	font-size:22px;
}
span.ti25-1-en{
	font-family: 'SourceHanSansJP-Light';
	font-size:21px;
}
span.ti25-2{
	font-family: 'SourceHanSansJP-Light'!important;
	font-size:30px;
}
.catch{
	color:#000;
	font-family: 'SourceHanSansJP-Regular';
	font-size:18px;
}
.aboutimg{
	max-width:initial;
}
.catchService{
	border-bottom:1px solid #ddd;
}
.pageContentBox h3 span{
	display:block;
	color:#fff;
	background-color:#80a950;
	font-family: 'SourceHanSansJP-Regular';
	text-align:center;
	font-weight:300;
	font-size:22px;
	line-height:32px;
	padding:40px 0;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px;
	width:145px;	
}
.pageContentBox dt, .detCol h3{
	font-family: 'SourceHanSansJP-Regular';
	font-weight:300;
	font-size:22px;
	padding-left:30px;
	margin-top:30px;
	line-height:28px;
}
.inter{
	border-bottom:1px solid #ddd;
}
.pageContentBox .gyo01 span{
	padding:56px 0;
}
.pageContentBox .gyo03 span{
	padding:36px 0;
}
.pageContentBox02 h3 span{
	font-size:18px;
	line-height:25px;
	padding:47px 0;
}
.pageContentBox dt:first-child{
	margin-top:0;
}
.pageContentBox dd p{
	margin-top:16px;
}
.pageContentBox dd div{
	margin-top:5px;
}
.pageContentBox dd a{
	padding-left:20px;
}
a.link{
    background: url(images/icon_link.jpg) no-repeat left center!important;
	padding-left: 20px;
}

.tit26{
	color:#000;
	font-family: 'SourceHanSansJP-Regular';
	font-weight:200;
}
.tit26 span{
	color:#9b9b9b;
	font-size:12px;
}
.companyList{
	text-align:center;
	letter-spacing: -.40em;
}
.companyList a:hover{
	text-decoration:none;
	opacity:0.8; filter:alpha(opacity=80);
}
.companyList li{
	letter-spacing: normal;
	vertical-align:top;
	display: -moz-inline-box;
    display: inline-block;
	border:1px solid #ddd;
}
.companyList div{
	border-bottom:1px solid #ddd;
}
.companyList p{
	background-color:#f7f7f7;
	padding:5px 0;
}
.companyList img{
}
.companyList p{
	color:#000!important;
}
.companyList a{
	text-decoration:none!important;
}
.companyList a:hover{
	text-decoration:underline!important;
	color:#000!important;
}
.tit27{
	font-family: 'SourceHanSansJP-Regular';
	font-weight:200;
	color:#000;
	font-size:28px;
    line-height:1cm;
	padding:10px 0 10px 50px;
	margin-top:55px;
}
.tit30{
	font-family: 'SourceHanSansJP-Light';
	font-weight: 200;
	color: #000;
	font-size: 30px;
	line-height: 1cm;
	padding: 20px 0 20px 100px;
	margin-top: 55px!important;
	margin-bottom: 30px;
}
.gray-back{
	border-top: 3px solid #dddddd;
	margin-top: 30px;
}
.gray-box{
	border-bottom: 1px solid #dddddd;
	overflow:hidden;
}
.sol-arrow{
	display: block;
	background: url(images/sol-arrow.png) no-repeat left center;
	font-family: 'SourceHanSansJP-Light';
	padding-left: 28px;
	float: left;
	width: 39%;
	border-right: 1px dotted #dddddd;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 15px;
	margin-top: 5px;
	padding-bottom: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
.sol-arrowright{
	display: block;
	background: url(images/sol-arrow.png) no-repeat left center;
	font-family: 'SourceHanSansJP-Light';
	padding-left: 28px;
	float: left;
	width: 42%;
	margin-left: 10px;
	margin-right: 20px;
	padding-top: 20px;
	margin-top: 3px;
	padding-bottom: 20px;
	font-weight: bold;
}
.back-gray{
	background-color: #F8F8F8;
	border: 1px solid #DDDDDD;
	margin-bottom: 50px;
}
.sub-title{
	display: block;
	background: url(images/sol-title.png) no-repeat left center;
	font-family: 'SourceHanSansJP-Regular';
	font-size: 20px;
	padding-left: 55px;
	margin-top: 20px;
	margin-left: 30px;
}
.sol-tab{
	display: block;
	background: url(images/sol-ico.png) no-repeat left center;
	font-family: 'SourceHanSansJP-Regular';
	padding-left: 30px;
	margin-left: 30px;
	margin-bottom: 5px;
}
.side-siteimg{
	float: left;
	margin-right: 30px;
	margin-bottom: 55px;
}
.site-text{
	float: left;
	width:48%;
}
.detPage header h2{
	margin-top:10px;
}
.infoMainList{
	border-top:1px solid #ddd; /*border-bottom:1px solid #ddd;*/
	margin-top:20px; /*padding-bottom:20px;*/
}
#contents section:first-child .tit27{
	margin-top:0;
}
.infoMainList li{
	margin-top:30px;
}
.infoMainList li:first-child{
	margin-top:20px;
}
.infoMainList .time{
	font-weight:bold;
	font-size:;
}
.infoMainList h3{
	margin:5px 0;
}
.infoMainList h3 a{
	font-weight:bold;
	color:#4887c1!important;
	text-decoration:none!important;
}
.infoMainList h3 a:hover{
	text-decoration:underline!important;
}
.infoMainList p{
	font-size:16px;
}
.listPage{
	position:relative;
}
.aligncenter{
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	display: block;
}
.wp-pagenavi{
	margin-top: 35px;
	border-top: 1px solid #ddd;
	padding-top: 25px;
	text-align: center;
	letter-spacing: normal;
	vertical-align: middle;
	display: -moz-inline-box;
	display: inline-block;
	width: 100%;
}

.wp-pagenavi a{
	font-size:14px;
	font-family: 'SourceHanSansJP-Regular';
	background-color:#f7f7f7;
	padding:12px 11px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	margin-right: 15px;
}
a.page.smaller{
	text-decoration:none!important;
}
a.page.larger{
	text-decoration:none!important;	
}
span.current{
	font-size: 14px;
	font-family: 'SourceHanSansJP-Regular';
	background-color: #f7f7f7;
	padding-top: 12px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-right: 15px;
}

.wp-pagenavi .current, .wp-pagenavi a.page.larger:hover, .wp-pagenavi a.page.smaller:hover{
	font-weight:bold;
	color:#fff!important;
	background-color:#80a950;
	text-decoration:none;
}

a.previouspostslink{
	background:url(images/icon_pager_back.png) no-repeat left center;
	margin:0 10px;
	padding-left:32px;
}
a.nextpostslink{
	background:url(images/icon_pager_next.png) no-repeat right center;
	padding-right:32px;
}
span.extend{
	margin-right: 20px;
}
.linkList{
	margin-top:5px;
	text-align:left;
	letter-spacing:-.40em
}
.linkList > div{
	letter-spacing: normal;
	vertical-align:top;
	display: -moz-inline-box;
    display: inline-block; 
	text-align:center;
	margin-right:20px;
}
.yearSelect{
	padding:10px 15px;
	  width: 167px;
	opacity: 0;
    z-index: 10;
    position: relative;
    margin-bottom: 0;
}
.formInwrap{
	position:relative;
}
.pullDdown{
	background: url(images/iconl_select_allow.png), -moz-linear-gradient(#fefefe, #f6f6f6);
	background: url(images/iconl_select_allow.png), -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f6f6f6));
	background: url(images/iconl_select_allow.png), -ms-linear-gradient(top, #fefefe, #f6f6f6);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f6f6f6', GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f6f6f6', GradientType=0);
	background-repeat:no-repeat;
	background-position:95% center;
	border:1px solid #e7e7e7;
	border:1px groove #e7e7e7;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	color:#555;
	font-size:14px;
	padding:10px 0 10px 15px;
	width:150px;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.pullDdown{
	margin-left:0 !important;
	font-size:14px !important;
	color:#000;
}
.detPageBox{
	border-top:1px solid #ddd;
	padding-top:20px; margin-top:20px;
}
.detPageBox .detUl{
	margin-top:35px;
}
.detPageBox > .catch + ul{
	margin-top:0;
}
.detUlBig li{
	margin-top:10px;
}
.detUlSml li{
	margin-top:5px;
}
.detUlBig *{
	font-size:18px;
	color:#000;
}
.detUlSml *{
	font-size:14x;
}
.detCol h3{
	margin-top:50px;
}
.detCol p{
	font-size:14px;
	margin-top:15px;
}
.detList{
}
.detList dt, .detOtherTitle{
	color:#80a950;
	font-size:18px;
	font-family: 'SourceHanSansJP-Regular';
	font-weight:200;
	margin-top:30px;
}
.detList dd{
	margin-top:5px;
}
.detOthers{
	border-top:1px solid #ddd;
	margin-top:30px;
}
.detOtherBox{
	border:1px solid #ddd;
	margin-top:10px;
}
.detOtherBox li{
	margin-top:5px;
}
.detOtherBox li:first-child{
	margin-top:0;
}
.detOtherBox a{
	display: -moz-inline-box;
    display: inline-block; 
}
.detBtn01{
	width:50%;
	margin:30px auto;
	background-color:#80a950;
	border:1px solid #80a950;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.detBtn01 a, .detBtn01 button{
	display: block;
	color:#fff;
	font-size:16px;
	text-align:center;
	padding:20px 0;
}
.detBtn01 a:hover{
	text-decoration:none;
	opacity: 0.8;
    filter: alpha(opacity=80);
}
.detBtn02{
	width:50%;
	margin:30px auto;
	border:1px solid #80a950;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.detBtn02 a{
	display: block;
	font-size:14px;
	text-align:center;
	padding:20px 0;
}
.detBtn02 a:hover{
	text-decoration:none;
	opacity: 0.8;
    filter: alpha(opacity=80);
}
.qaTab{
	margin-top:35px;
}
.qaTab:first-child{
	margin-top:0;
}
.qaTab ul{
	display:table;
	width:100%;
	border-collapse:collapse;
}
.qaTab li{
	 display:table-cell;
	 text-align:center;
	 border-collapse:collapse;
	 width:33.333%;
	 padding-bottom:9px;
}
.qaTab .selected{
	background:url(images/iconl_select_allow.png) no-repeat center bottom;

}
.qaTab a{
	background-color:#f7f7f7;
	font-size:17px;
	display:block;
	padding:15px 0;
	border:1px solid #ddd;
	font-family: 'SourceHanSansJP-Regular';
    color: #555!important;
}
.qaTab .selected a{
	color:#fff!important;
	background-color:#80a950;
	border:1px solid #80a950;
	text-decoration:none!important;
}
.qaTab a:hover{
	text-decoration:none;
}
.qBox{
	margin-top:20px;
}
.qBox ol{
	border-top:1px solid #ddd; border-bottom:1px solid #ddd;
	background-color:#f7f7f7;
}
.qBox li{
	border-top:1px dotted #ddd;
	padding:0 10px;
}
.qBox li:first-child{
	border-top:none;
}
.qBox a{
	font-family: 'SourceHanSansJP-Regular';
	font-size:16px;
	color:#000!important;
	padding:10px 0;
	text-decoration:none!important;
	display:block;
}
.qBox span{
	font-family: 'Lato-Light';
	color:#80a950;
	margin-right:15px;
	font-size:18px;
}
.qBox li div{
	letter-spacing: normal;
	vertical-align:middle;
	display: -moz-inline-box;
    display: inline-block; 
}

.aBox li{
	border-bottom:1px solid #ddd;
	padding:30px 10px;
}
.aBox .qText{
	font-family: 'SourceHanSansJP-Regular';
	color:#000;
	text-align:left;
	letter-spacing: -.40em;
}
.aBox .qText div{
	letter-spacing: normal;
	vertical-align:top;
	display: -moz-inline-box;
    display: inline-block; 
}
.aBox .qText .qIcon{
	font-size:20px;
}
.qIcon span{
	color: #80A950!important;
}
.aBox .qText .qQuestion{
	font-size:20px;
}
.aBox .qText span{
	font-family: 'Lato-Light';
	color:#80a950;
	margin-right:20px;
	font-size:30px;
	vertical-align:middle;
}
.aBox .aText{
	margin-top:25px;
	text-align:left;
	letter-spacing: -.40em;
}
.aBox .aText div{
	letter-spacing: normal;
	vertical-align:top;
	display: -moz-inline-box;
    display: inline-block; 
}
.aBox .aText .aIcon{
	width:100px;
}
.aBox .aText .aAnser{
	width:85.714%;
}
.aBox .aText span{
	font-family: 'Lato-Light';
	color:#80a950;
	margin:0 10px 0 55px;
	font-size:20px;
	vertical-align:middle;
}

.table02{
	margin-top:15px;
}
.table02 dt, .table02 dd{
	font-size:16px;
}
.table02 dt{
	font-family: 'SourceHanSansJP-Regular';
	color:#000;
	vertical-align:top;
}
.table02 dt span{
	margin-left:5px;
}
.table02 dd{
	vertical-align:middle;
}
.table02 dd span{
	font-size:12px;
	margin-left:15px;
}
.table02 dd span.kai{
	margin-left:0; margin-top:5px;
	display:block;
}
.formAt{
	background-color:#f7f7f7;
	border-bottom:1px solid #ddd;
	padding:30px 0;
	text-align:center;
}
.formAt p, .formAt p a{
	font-size:12px;
}
.detBtn01 button{
	width:100%;
	background-color:#80a950;
	border-style: none;
}
.detBtn01 button:hover{
	cursor:pointer;
	opacity: 0.8;
    filter: alpha(opacity=80);
}
.forminBtn{
	display: -moz-inline-box;
    display: inline-block;
	text-align:center;
}
.forminBtn a{
	display:block;
	background-color: #80a950;
	border: 1px solid #80a950;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.forminBtn a:hover{
	text-decoration:none;
	opacity: 0.8;
    filter: alpha(opacity=80);
}
.forminBtn span{
	color:#fff;
	font-weight:bold;
	margin-left:0 !important;
	display: -moz-inline-box;
    display: inline-block;
}
.formPage .formArea{
	position:static;
	width:42.2077%;
	margin-top:15px;
}
.formPage .pullDdown{
	width: 100%;
}
.formPage .yearSelect{
	width:106%;
}
.solution-list{
    background: url(images/solution_line.png) no-repeat left top;
    margin-top: 15px;	
}
.raul-solution{
	font-family: 'SourceHanSansJP-Light';
	font-size: 35px;
	text-align: center;
	color: #80A950;	
}
.raul-solutionsub{
	font-family: 'Lato-Light';
}
.solution-title{
	font-family: 'SourceHanSansJP-Light';
	font-size: 22px;
	text-align:center;
	margin-bottom:15px;
}
.solution-tt{
	margin-bottom:15px;
	height:85px;
}
.solution-titlesub{
	font-family: 'Lato-Light';
	font-size: 22px;
}
.solution-imgtop{
	margin-bottom: 15px;
	text-align:center;
}
.solution-img{
	margin-bottom: 15px;
	text-align:center;
}
.m-t40SP{
	margin-top:40px;
}
a.normal-link{
	color:#555!important;
	text-decoration:none!important;
}
a.normal-link:hover{
	text-decoration:underline!important;
}
a.current-link{
	text-decoration:none!important;
}
.right-img-text{
	width:45%;
}
.tit50{
	font-size: 28px;
	margin-top: 20px;
	line-height: 35px;
	margin-bottom: 25px;
	width: 47%;
}
.commerce{
	font-family: 'SourceHanSansJP-Normal';
	font-size:18px;
	margin-bottom: 30px!important;
    padding-bottom: 7px!important;
}
.lanavi{
    font-family: 'SourceHanSansJP-Regular';
    font-weight: 300;
    font-size: 25px;
    margin-top: 30px;
    line-height: 28px;
}
.ladet{
    font-family: 'SourceHanSansJP-Regular';
	}
/*-------- //CONTENTS --------*/


/*-------- SIDE --------*/
#side_nav ul{
	border-top:1px solid #ddd;
}
#side_nav li{
	border-bottom:1px solid #ddd;
}
#side_nav h2 a{
	font-weight:bold;
	padding-left:5px;
}
#side_nav h2.selected a, #side_nav h2:hover, #side_nav a:hover, #side_nav a.selected{
	text-decoration:none;
	background-color:#f7f7f7;
	color:#80a950;
}
.side-sub a.selected{
	background-color:inherit!important;
}
#side_nav a{
	display:block;
}
.side-sub{
	background: url(images/side-sub.png) no-repeat left center;
	margin-left: 20px;
	padding-left: 15px;
	border-bottom:none!important;
}
/*-------- //SIDE --------*/

/*----- FOOTER -----*/
#pagetop a{
	font-family: 'Lato-Light';
}
#footLink a{
	/*color:#bbb;*/
	line-height: 250%;
	display:block;
}
#footInfo{
	background-color:#555;
}
#footInfo *{
	color:#f7f7f7;
}
#copy{
	color:#bbb;
	font-family: 'Lato-Light';
}
#footSNS{
	text-align:left;
	letter-spacing: -.40em;
	position:absolute;
	top:0; right:0;
}
/*----- //FOOTER -----*/



/****************************************
PC用の記述
****************************************/
@media screen and (min-width: 769px){

.pcnone{display:none;}
body{
	border-top:4px solid #ddd;
}
#header, .container, #footNavi ul, #main, #bread, .bread-crumb-list{
	max-width:1000px;
	margin-left:auto; margin-right:auto;
}
.tit21{
	padding-top:50px;
}
.tit_icon01{
	background:url(images/icon_tit21.jpg) no-repeat center top;
}
.tit_icon02{
	background:url(images/icon_tit22.jpg) no-repeat center top;
}
.tit_icon03{
	background:url(images/icon_tit23.jpg) no-repeat center 30px;
}
.tit_icon03_s{
	background:url(images/icon_tit23_s.jpg) no-repeat center 30px;
}
.tit_icon04{
	background:url(images/icon_tit24.jpg) no-repeat center 30px;
}
.tit_icon04_s{
	background:url(images/icon_tit24_s.jpg) no-repeat center 30px;
}
.tit_icon08{
	background:url(images/icon_tit28.jpg) no-repeat center 30px;
}
.tit_icon08_s{
	background:url(images/icon_tit28_s.jpg) no-repeat center 30px;
}
.tit_icon09{
	background:url(images/icon_tit29.jpg) no-repeat center 30px;
}
.tit_icon09_s{
	background:url(images/icon_tit29_s.jpg) no-repeat center 30px;
}
.tit_icon09_s .h2Sm{margin-top:3px;}

.text01{
	width:46.1038%;
	height:40px;
}
.text02{
	width:8.441%;
	height:40px;
}
.text03{
	width:87.6623%;
	height:40px;
}
.text04{
	width:31.8181%;
	height:40px;
}
.textArea01{
	width:87.6623%;
	height:130px;
}
/*-------- HEADER --------*/
#header{
	margin-top:-6px;
}
#header > div{
	margin:25px 0 9px 2%;
}
#logo{
	float:left;
	width:145px;
	margin-top:40px;
}
#logo a{
	background:url(images/logo.jpg) no-repeat left top;
	width:145px; height:36px;
}
#navWrap{
	float:right;
	width:73.469%;/*width:720px;*/
	margin-top:40px;
}
#navWrap > p{
	display:none;
}


#gNavi > ul{
	letter-spacing: -.40em;
	text-align:right;
}
#gNavi > ul > li{
	letter-spacing: normal;
	vertical-align:top;
	display: -moz-inline-box;
    display: inline-block; 
	text-align:center;
	width:15.277%; /*width:110px;*/
	margin-left:4.722%;/*margin-left:34px;*/
	position:relative;
}
#gNavi > ul > li > a{
	display: block;
	padding-bottom:15px;
}
#gNavi .nvEn{
	font-size:18px;
}
#gNavi .nvJp{
	font-size:12px;
}
#gNavi .select .nvEn{
	color:#80a950;
}
#gNavi .inNavi{
	display:none;
	position:absolute;
	z-index:100;
	width:225px;
	background:url(images/icon_allow02_t.gif) no-repeat center top;
	top:100%;
	left: -58px;
}
#gNavi .inNavi ul{
	border:1px solid #ddd; border-top:3px solid #80a950; border-bottom:none;
	margin-top: 9px;
}
#gNavi .inNavi li.main{
	display:none;
}

#gNavi .inNavi li{
	border-bottom:1px solid #ddd;
	background-color:#fff;
}
#gNavi .inNavi li:hover{
	background-color:#f7f7f7;
}
#gNavi .inNavi li a{
	display:block;
	text-align:left;
	background:url(images/icon_allow_r.jpg) no-repeat 15px center;
	padding:17px 20px 17px 35px;
}


#subNavi{
	position:absolute;
	right:25px; top:-15px;
}
#subNavi li{
	float:left;
	margin-left:25px;
}
#subNavi a{
	font-size:12px;
	display:block;
	border-bottom:1px solid #fff;
	padding:6px 0 6px 25px;
	background-repeat:no-repeat;
	background-position:left center;
}
#subNavi .subNavi01 a{
	background-image:url(images/icon_subnavi01.jpg);
}
#subNavi .subNavi02 a{
	background-image:url(images/icon_subnavi02.jpg);
}
#subNavi .subNavi03 a{
	background-image:url(images/icon_subnavi03.jpg);
}
#subNavi .subNavi04 a{
	background-image:url(images/icon_subnavi04.jpg);
}
#subNavi a:hover{
	text-decoration:none;
	border-bottom:1px solid #80a950;
}
/*-------- //HEADER --------*/
/*-------- CONTENTS --------*/
#main{
	margin:65px auto 80px auto;
}
#keyvisual{
	background:url(images/keyvisual.jpg) no-repeat center bottom;
	height:470px;
}
#keyvisual .keyWrap{
	background:#cae3fe;
	background: -moz-linear-gradient(#449afc, #cae3fe);
	background: -webkit-gradient(linear, left top, left bottom, from(#449afc), to(#cae3fe));
	background: -ms-linear-gradient(top, #449afc, #cae3fe);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#449afc', endColorstr='#cae3fe', GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#449afc', endColorstr='#cae3fe', GradientType=0);
	height:345px;
}
#keyvisual .keyTitle{
	background:url(images/key_text.png) no-repeat left 90px;
	text-indent:-9999px;
	width:762px; height:94px;
	text-align:center;
	margin:0 auto;
	padding-top:90px;
}
#keyvisual p{
	padding-top:30px;
}
#keyvisual .concept{
	margin-top:20px;
}
#keyvisual .concept a{
	width:298px;
	
}
#keyvisual .concept span{
	display: -moz-inline-box;
    display: inline-block;
	background:url(images/icon_concept.png) no-repeat left center;
	padding:20px 0 20px 44px;
	background-size:38px auto;
	-moz-background-size:38px auto;
	-webkit-background-size:38px auto;
	-o-background-size:38px auto;
	-ms-background-size:38px auto;	
}

.topContents{
	
}
.topContents .contentL{
	float:left;
	width:47%; /* width:470px;*/
}
.topContents .contentR{
	float:right;
	width:47%; /* width:470px;*/
}

.topMainList{
	background:url(images/line_tit.jpg) no-repeat left top;	
	-moz-background-size:100% auto;
	-webkit-background-size:100% auto;
	-o-background-size:100% auto;
	-ms-background-size:100% auto;	
	margin-top:15px;
}
.topMainList li{
	padding-top:25px;
}
.topMainList h3{
	margin-top:5px;
}
.new_icon h3 a{
	padding-right: 37px;
}
.end_icon h3 a{
	background:url(images/icon_end.png) no-repeat right center;
	padding-right: 77px;
}
.goList{
	margin-top:20px;
	border-top:1px solid #ddd; border-bottom:1px solid #ddd;
	background-color:#f7f7f7; padding:10px 30px 10px 0;
}
.goList a{
	background:url(images/icon_list.png) no-repeat left center;
	display:block;
	float:right;
	padding-left:20px;
	color:#000;
}
.topColum3Wrap{
	margin-top:80px;
}
.topColum3Box{
	float:left;
	width:29%;/*width:290px;*/
	margin-right:6.5%;/*margin-right:65px;*/
}
.topColum3Box .keyImg{
	margin-top:20px;
}
.topColum3Box .keyImg img{
	max-width:100%;
	height:auto;
}
.topColum3Box p{margin-top:15px; font-size:14px;}
.btn01{margin-top:15px;}
.btn01 span{
	background:url(images/icon_allow02_r.png) no-repeat left center;
	color:#fff;
	text-align:center;
	padding:10px 25px;
	display: -moz-inline-box;
    display: inline-block; 
	vertical-align:middle;
}
.btn02{margin-top:40px;}
.btn02 span{
	background:url(images/icon_allow02_r.png) no-repeat left center;
	color:#fff;
	text-align:center;
	padding:10px 25px;
	display: -moz-inline-box;
    display: inline-block; 
	vertical-align:middle;
}
/*コンセプト*/
#keyConcept{
	background:#e9f3ff;
	background: -moz-linear-gradient(#a6c9ff, #e9f3ff);
	background: -webkit-gradient(linear, left top, left bottom, from(#a6c9ff), to(#e9f3ff));
	background: -ms-linear-gradient(top, #a6c9ff, #e9f3ff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6c9ff', endColorstr='#e9f3ff', GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6c9ff', endColorstr='#e9f3ff', GradientType=0);
	height:985px;
}
.inConcept{
	background:url(images/concept.png) no-repeat center bottom;
	height:985px;
}
.inConcept h1{
	font-size:60px;
	font-weight: 100;
	padding-top:95px;
	line-height: 50px;
}
.inConcept h2{
	margin-top:60px;
}

.inConcept .h2En{
	font-size:46px;
}
.inConcept .h2Jp{
	font-size:13px;
}
.inConcept .textBox{
	margin-top:10px;
}
.inConcept p{
	text-indent:-9999px;
	margin-left:auto; margin-right:auto;
}
.inConcept .cText01{
	background:url(images/concept_text01.png) no-repeat left top;
	width:524px; height:16px;
}
.inConcept .cText02{
	background:url(images/concept_text02.png) no-repeat left top;
	width:587px; height:16px;
}
.inConcept .cText03{
	background:url(images/concept_text03.png) no-repeat left top;
	width:716px; height:16px;
}
.inConcept .cText04{
	background:url(images/concept_text04.png) no-repeat left top;
	width:545px; height:16px;
}
.inConcept .cText05{
	background:url(images/concept_text05.png) no-repeat left top;
	width:171px; height:21px;
}
.inConcept .cText06{
	background:url(images/concept_text06.png) no-repeat left top;
	width:354px; height:16px;
}
.inConcept .cText07{
	background:url(images/concept_text07.png) no-repeat left top;
	width:319px; height:16px;
}
.inConcept01{
	background:url(images/concept.png) no-repeat center bottom;
	height:985px;
}
.inConcept01 h1{
	font-size:60px;
	font-weight: 100;
	padding-top:95px;
	line-height: 50px;
}
.inConcept01 h2{
	margin-top:60px;
}

.inConcept01 .h2En{
	font-size:46px;
}
.inConcept01 .h2Jp{
	font-size:13px;
}
.inConcept01 .textBox{
	margin-top:10px;
}
.inConcept01 p{
	margin-left:auto; margin-right:auto;
}
/*メールマガジン*/
.magazinetable{
	margin-bottom:80px;
}
/*他ページ*/
.tit23{
	padding-top:125px;
	padding-bottom: 30px;
}
.tit23 .h2Jp{
	font-size:50px;
}
.tit23 .h2En{
	font-size:20px;
	margin-top:25px;
}
.tit24{
	padding-top:80px; padding-bottom: 55px;
}
.tit24 .h2Sm{
	font-size:20px;
}
.tit24 .h2Bg{
	font-size:50px;
	margin-top:30px;
}
.tit_icon05{
	background:url(images/icon_tit21.jpg) no-repeat left center;
}
.tit_icon06{
	background:url(images/icon_tit22.jpg) no-repeat left center;
}
.tit_icon07{
	background:url(images/icon_tit25.jpg) no-repeat left center;
}
.tit_icon101{
	background:url(images/icon_tit30.png) no-repeat left center;
}
#bread{
	margin:20px auto 65px auto;
}

.bread-crumb-list{
	margin:23px auto 68px auto;
}

#bread span{
	background:url(images/icon_bread.png) no-repeat right center;
	padding-right:23px; margin-right:14px;
}

.bread-crumb-list span{
	background:url(images/icon_bread.png) no-repeat right center;
	padding-right:23px; margin-right:14px;
}

ul.bread-crumb-list li{
	font-size:16px;
	display: inline;
}

#contents{
	float:right;
	width:72%; /*width:720px;*/
}
#contents1{
	float:left;
	width:80%; /*width:720px;*/
}

#contents .corporate{
	font-size:18px;
	line-height:30px;
}

#contents1{
	font-size:18px;
	line-height:30px;
}
#strategy .strategy{
	font-size:28px;
	line-height:30px;
}
.contentIndex{
	text-align:left;
	letter-spacing: -.40em;
	margin-right:-4.166%; /*margin-right:-30px;*/
}
.contentIndex img{
	max-width:100%;
	height:auto;
}
.contentIndex li{
	letter-spacing: normal;
	vertical-align:top;
	display: -moz-inline-box;
    display: inline-block; 
	width:29.333%; /*width:220px;*/
	margin-right:4%; /*margin-right:30px;*/margin-top:40px;
}
.contentIndex h3{
	font-size:16px;
	display:block;
	background:url(images/icon_allow_r02.png) no-repeat left center;
	padding-left:28px;
}
.contentIndex div{
	margin-top:10px;
}
.dlTable{
	display: table;
	border-collapse:collapse;
}
.dlTable:first-child{
	border-top:1px solid #ddd;
}
.dlTable dt, .dlTable dd{
	display: table-cell;
	padding:22px 0;
	border:1px solid #ddd;
	border-collapse:collapse;
	border-top:none;
}
.dlTable dt{
	font-size:16px;

	text-align:center;
	width:18.444%; /*width:140px;*/
}
.dlTable dd{
	font-size:16px;
	width:76.555%; /*width:580px;*/
	padding-left:20px;
}
.dlTable .taAdress{
	display: -moz-inline-box;
    display: inline-block; 
}
.introBox{
	border-bottom:1px solid #ddd;
	padding:30px 0;
	text-align:left;
	letter-spacing: -.40em;
}
.introBox .colName, .introBox .colDet{
	letter-spacing: normal;
	vertical-align:top;
	display: -moz-inline-box;
    display: inline-block; 
}
.introBox .colName{
	width:30.555%;/*width:220px;*/
}
.introBox1 .colName1{
	width:35.555%;/*width:220px;*/
}
.introBox .colDet{
	width:69.444%;/*width:500px;*/
}
.introBox1 .colDet1{
	width:50.444%;/*width:500px;*/
}
div.colDet2{
	width: 45%;/*width:500px;*/
	float: left;
    margin-left: 28px;
}
.introBox h2{
	margin-left:10px;
}
.introBox h2 span{
	display:block;
}
.introBox h2 .position{
	font-size:16px;
}
.introBox h2 .name{
	font-size:32px;
	margin-top:15px;
}
.introBox h2 .roma{
	font-size:13px;
	margin-top:15px;
}
.introBox_s .colName{
	width:100%;
}
.introBox_s h2 .position{
	font-size:14px;
}
.introBox_s h2 .name{
	font-size:22px;
	margin-top:10px;
}
.introBox_s h2 .link{
	margin-top:10px;
}
.introBox_s h2 .link a{
	font-size:14px;
}
.tit25{
	font-size:28px;
	padding:10px 0px 10px 60px;
	margin-top:20px;
	line-height:35px;
	background:url(images/icon_leaf.jpg) no-repeat left center;
}
.strategy{
	font-size:28px;
	margin-top:20px;
	line-height:35px;
}
.catch{
	margin-top:15px; padding-bottom:30px;
	line-height:35px;
}
.pageContentBox h3 span{
	width:145px;
}
.pageContentBox dt, .detCol h3{
	background:url(images/icon_circle.jpg) no-repeat left center;
}
.pageContentBox dt:first-child{
	margin-top:0;
}
.pageContentBox dd a{
	background:url(images/icon_link.jpg) no-repeat left center;
}
.pageContentBox dd p{
	font-size:16px;
}
.inter{
	padding:30px 0;
}
.tit26{
	font-size:28px;
	margin-top:10px;
}
.tit26 span{
	margin-left:10px;

}
.companyList{
	margin-right:-3.611%;
}
.companyList li{
	width:21.179%; /*width:158px;*/
	margin-right:3.485%; /*margin-right:26px;*/
	margin-top:25px;
}
.companyList img{
}
.formArea{
	top:10px;
	position:absolute;
	right:0;
}

.linkList a{
	display:block;
	background:url(images/icon_link.jpg) no-repeat left center;
	padding-left:20px;
}
.detUlBig li{
	background:url(images/icon_circle.png) no-repeat left center;
	padding-left:25px;
}
.detUlSml li{
	background:url(images/icon_circle_s.png) no-repeat left center;
	padding-left:14px;
}
.detLink{
	text-align:right;
}
.detLink ul{
	display: -moz-inline-box;
    display: inline-block;
}
.detLink li{
	margin-top:10px;
}
.detLink a{
	display:block;
}
.detLink .detLink01 a{
	background:url(images/icon_allow_r02.png) no-repeat left center;
	background-size:15px auto;
	-moz-background-size:15px auto;
	-webkit-background-size:15px auto;
	-o-background-size:15px auto;
	-ms-background-size:15px auto;
	padding-left:20px;
	
}
.detLink .detLink02 a{
	background:url(images/icon_link.jpg) no-repeat left center;
	padding-left:20px;
}
.detOtherBox{
	padding:25px 30px;
}
.detOtherBox .outLink a{
	background:url(images/icon_link.png) no-repeat left center;
	padding-left:20px;
}
.detOtherBox .dl a{
	background:url(images/icon_dl.png) no-repeat left center;
	padding-left:20px;
}
.detBtn01 span{
	display: -moz-inline-box;
    display: inline-block;
	background:url(images/icon_allow_r03.png) no-repeat left 1px;
	padding-left:21px;
	vertical-align:middle;
}
.detBtn02 span{
	display: -moz-inline-box;
    display: inline-block; 
	background:url(images/icon_allow_r04.png) no-repeat left center;
	padding-left:21px;
	vertical-align:middle;
}

.table02 dl{
	text-align:left;
	width:100%;
	display:table;
	border-collapse:collapse;
}
.table02 dt, .table02 dd{
	display:table-cell;
	border-collapse:collapse;
	border-bottom:1px solid #ddd;
}
.table02 dt{
	width:23%;
}
.table02 dl:first-child dt{
	border-top:3px solid #80a950;
}
.table02 dd{
	width:77%;
	padding-left:2.531%;
}
.table02 dl:first-child dd{
	border-top:3px solid #ddd;
}

.formAt span{
	display: -moz-inline-box;
    display: inline-block;
	margin-left:5px;
}
.formAt a{
	background:url(images/icon_link.jpg) no-repeat left 4px;
	display:block;
	padding-left:20px;
}
.formAt .adp{
	margin-top:20px;
}
.formAt .adp span{
	font-size:14px;
}
.formPage .detBtn01{
	width:29%;
	margin-top:40px;
} 
.formPage .detBtn01 span{
	padding-left:30px;
	font-size:16px;
	font-weight:bold;
}
.forminBtn{
	width:14.2857%;
	margin-left:10px;
}
.forminBtn a{
	padding:6px 0;
}
.forminBtn span{
	font-size:12px;
	background: url(images/icon_allow_r03.png) no-repeat left 1px;
    padding-left: 21px;
}
.table02 dt, .table02 dd{
	padding-top:20px; padding-bottom:20px;
}
.sitebox{
	margin-top:40px;
}
.sitecont{
	float:left;
	width:23%;
}
.mappoint{
	margin-left:30px;
}
.SPnone{
	display:none!important;
}
.PCnone{
	display:inherit!important;
}
/*-------- //CONTENTS --------*/
.left-img{
	float: left;
	width: 120px;
	margin-bottom: 20px;
}
.mg-left{
	float: left;
    width: 570px;	
}
/*-------- SIDE --------*/
#side_nav{
	float:left;
	width:23%; /*width:230px;*/
	border-top:3px solid #80a950;
}
#side_nav h2 a{
	padding:16px 5px;
}
#side_nav a{
	padding:18px 5px;
}
/*-------- //SIDE --------*/
/*----- SITEMAP -----*/
#sitemap{
}
#siteNavi{
	padding:50px 25px;
}

#siteNavi >  ul{
	text-align:left;
	letter-spacing: -.40em;
}
#siteNavi > ul > li{
	letter-spacing: normal;
	vertical-align:top;
	display: -moz-inline-box;
    display: inline-block; 
	width:16%; /*width:160px;*/
	margin-right:0.5%;
}
#siteootNavi > ul > li > a{
	font-weight:bold;
	font-size:13px;
}
#siteNavi li ul{
}
#siteNavi li li{
	margin-top:15px;
}
#siteNavi li li a{
	font-size:12px;
}
/*----- FOOTER -----*/
#footer{
}
#footNavi{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background-color:#f7f7f7;
	padding:50px 25px;
}
#footNavi >  ul{
	text-align:left;
	letter-spacing: -.40em;
}
#footNavi > ul > li{
	letter-spacing: normal;
	vertical-align:top;
	display: -moz-inline-box;
    display: inline-block; 
	width:16%; /*width:160px;*/
	margin-right:0.5%;
}
#footNavi > ul > li > a{
	color:#6b6b6b;
	font-weight:bold;
	font-size:13px;
}
#footNavi li ul{
}
#footNavi li li{
	margin-top:15px;
}
#footNavi li li a{
	font-size:12px;
}

#pagetop{
	text-align:center;
	margin:30px auto;
}
#pagetop a{
	background:url(images/icon_allow_t.jpg) no-repeat left center;
	padding-left:25px;
	display: -moz-inline-box;
    display: inline-block; 
	vertical-align:middle;
}
#footInfo{
	padding:40px 0;
}
#footInfo .container{position:relative;}
#footLogo{
	float:left;
	margin-right:20px;
	text-indent:-9999px;
	background:url(images/logo_foot.png) no-repeat left top;
	width:101px; height:25px;
}
#footAddress{
	float:left;
}
#footLink{
	clear:both;
	text-align:left;
	letter-spacing: -.40em;
	padding-top:20px;
}
#footLink li{
	letter-spacing: normal;
	vertical-align:top;
	display: -moz-inline-box;
    display: inline-block; 
	margin-right:15px;
	background:url(images/icon_line.jpg) no-repeat left center;
	padding-left:15px;
}
#footLink a{
	font-size:10px;
}
#footLink .fL01{padding-left:0; background:none;}
#copy{
	font-size:11px;
}
#footSNS{
	width:160px;
}
#footSNS li{
	letter-spacing: normal;
	vertical-align:top;
	display: -moz-inline-box;
    display: inline-block; 
	margin-left:15px;
}
/*----- //FOOTER -----*/
}

/****************************************
スマホ・タブレット用の記述
****************************************/
@media screen and (max-width: 768px){
img{
	max-width: 100%;
	height: auto;
}
.greetimg{
	width: 50%;	
}
a, button{-webkit-tap-highlight-color:rgba(128,169,80,0.5);}
.spnone{display:none;}

body{
	-webkit-text-size-adjust: 100%;
}
.tit21{
	padding-top: 40px;
}

.new, .end{
	display: inline-block;
}
.red{
	padding:4px 8px;
	font-family: 'SourceHanSansJP-Regular';
}
.tit_icon01{
	background:url(images/sp/icon_tit21.png) no-repeat center top;
	background-size:25px auto;
	-moz-background-size:25px auto;
	-webkit-background-size:25px auto;
	-o-background-size:25px auto;
	-ms-background-size:25px auto;	
}
.tit_icon02{
	background:url(images/sp/icon_tit22.png) no-repeat center top;
	background-size:28px auto;
	-moz-background-size:28px auto;
	-webkit-background-size:28px auto;
	-o-background-size:28px auto;
	-ms-background-size:28px auto;	
}
.tit_icon03{
	background:url(images/sp/icon_tit23.png) no-repeat center 20px;
	background-size:41px auto;
	-moz-background-size:41px auto;
	-webkit-background-size:41px auto;
	-o-background-size:41px auto;
	-ms-background-size:41px auto;	
}
.tit_icon03_s{
	background:url(images/sp/icon_tit23_s.png) no-repeat center 20px;
	background-size:37px auto;
	-moz-background-size:37px auto;
	-webkit-background-size:37px auto;
	-o-background-size:37px auto;
	-ms-background-size:37px auto;	
}
.tit_icon04{
	background:url(images/sp/icon_tit24.png) no-repeat center 20px;
}
.tit_icon04_s{
	background:url(images/sp/icon_tit24_s.png) no-repeat center 20px;
	background-size:41px auto;
	-moz-background-size:41px auto;
	-webkit-background-size:41px auto;
	-o-background-size:41px auto;
	-ms-background-size:41px auto;	
}
.tit_icon08{
	background:url(images/sp/icon_tit28.png) no-repeat center 23px;
	background-size:49px auto;
	-moz-background-size:49px auto;
	-webkit-background-size:49px auto;
	-o-background-size:49px auto;
	-ms-background-size:49px auto;	
}
.tit_icon101{
	background:url(images/icon_tit30.png) no-repeat left center;	
}
.tit_icon08_s{
	background:url(images/sp/icon_tit28_s.png) no-repeat center 20px;
	background-size:41px auto;
	-moz-background-size:41px auto;
	-webkit-background-size:41px auto;
	-o-background-size:41px auto;
	-ms-background-size:41px auto;	
}
.tit_icon09{
	background:url(images/sp/icon_tit29.png) no-repeat center 23px;
	background-size:49px auto;
	-moz-background-size:49px auto;
	-webkit-background-size:49px auto;
	-o-background-size:49px auto;
	-ms-background-size:49px auto;	
}
.tit_icon09_s{
	background:url(images/sp/icon_tit29_s.png) no-repeat center 20px;
	background-size:45px auto;
	-moz-background-size:45px auto;
	-webkit-background-size:45px auto;
	-o-background-size:45px auto;
	-ms-background-size:45px auto;	
}
.text01{
	width:73.4375%;
	height:35px;
}
.text02{
	width:31.25%;
	height:35px;
}
.text03{
	width:87.6623%;
	height:35px;
}
.text04{
	width:46.65625%;
	height:35px;
}
.text05{
	width:95%;
}
.textArea01{
	width:95%;
	height:130px;
}
img.cap {
width: 20%;
height: 20%;
vertical-align:top;
border: 1px #999999 solid;
}

/*-------- HEADER --------*/
#header{
	padding:20px 4.687% ; /*margin:;*/
}
#logo{float:left; margin-top:15px;}
#logo a{
	background:url(images/sp/logo.png) no-repeat left top;
	background-size:116px auto;
	-moz-background-size:116px auto;
	-webkit-background-size:116px auto;
	-o-background-size:116px auto;
	-ms-background-size:116px auto;	
	width:116px; height:28px;
}
#navWrap{
	float:right;
	/*width:100%;
	top:0; left:90%;*/
}
#navWrap p{
	font-family: 'Lato-Light';
	color:#000;
	font-size:14px;
	background:url(images/sp/menu.jpg) no-repeat center bottom;
	background-size:28px auto;
	-moz-background-size:28px auto;
	-webkit-background-size:28px auto;
	-o-background-size:28px auto;
	-ms-background-size:28px auto;
	width:45px; height:52px;
}
#navWrap p.close{
	background:url(images/sp/close.jpg) no-repeat center bottom;
	background-size:28px auto;
	-moz-background-size:28px auto;
	-webkit-background-size:28px auto;
	-o-background-size:28px auto;
	-ms-background-size:28px auto;
}
#navArea{
	display:none;
	position:absolute;
	width:110.2%;
	top:100%; left: -5%;
	background:url(images/sp/icon_allow02_t.png) no-repeat 91% top;
	margin-top:13px;
	z-index:100;
}
#gNavi{
	border-top:3px solid #80a950;
	margin-top:9px;
}
#gNavi .nvEn{display:none;}
#gNavi .nvJp{color:#000;}
#gNavi > ul > li{
	border-bottom:1px solid #ddd;
	background-color:#fff;
}
#gNavi > ul > li.togSp > a{
	display:block;
	padding:10px ;
	font-size:16px;
	background:url(images/sp/icon_plus.png) no-repeat 97% center;
	background-size:16px auto;
	-moz-background-size:16px auto;
	-webkit-background-size:16px auto;
	-o-background-size:16px auto;
	-ms-background-size:16px auto;
} 

#gNavi > ul > li > a{
	display:block;
	padding:10px ;
	font-size:16px;
	background-size:16px auto;
	-moz-background-size:16px auto;
	-webkit-background-size:16px auto;
	-o-background-size:16px auto;
	-ms-background-size:16px auto;
}

#gNavi > ul > li > a.minus{
	background:url(images/sp/icon_minus.png) no-repeat 97% center;
	background-size:16px auto;
	-moz-background-size:16px auto;
	-webkit-background-size:16px auto;
	-o-background-size:16px auto;
	-ms-background-size:16px auto;
}
#gNavi .inNavi{
	display:none;

}
#gNavi .inNavi ul{
	letter-spacing: -.40em;
}

#gNavi .inNavi li.main{
	display:inline-block;
	vertical-align:top;
	width:100%;
	letter-spacing: normal;
	border-top:1px solid #ddd;
}

#gNavi .inNavi li{
	display:inline-block;
	vertical-align:top;
	width:49.5%;
	letter-spacing: normal;
	border-bottom:1px solid #ddd;
}
#gNavi .inNavi li.last{
	width:100%;
}
#gNavi .inNavi li a{
	color:#000;
	display:block;
	padding:10px 10px 10px 30px;
	font-size:14px;
	background:url(images/sp/icon_allow_r.png) no-repeat 12px center;
	background-size:13px auto;
	-moz-background-size:13px auto;
	-webkit-background-size:13px auto;
	-o-background-size:13px auto;
	-ms-background-size:13px auto;
}
#subNavi li{
	border-bottom:1px solid #fff;
	background-color:#80a950;
}
#subNavi a{
	font-family: 'SourceHanSansJP-Regular';
	display:block;
	color:#fff;
	padding:10px 10px 10px 33px;
	font-size:16px;
	background:url(images/sp/icon_allow02_r.png) no-repeat 10px center;
	background-size:13px auto;
	-moz-background-size:13px auto;
	-webkit-background-size:13px auto;
	-o-background-size:13px auto;
	-ms-background-size:13px auto;
}
#subNavi a:hover{
	text-decoration:none;
}

/*-------- //HEADER --------*/

/*-------- CONTENTS --------*/
.sub25-2{
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}
.introBox h2 .position{
    width: 30%;
    float: left;
}
img.cap{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
h4{
    background: url(images/sp/icon_circle.png) no-repeat left center;
	background-size: 21px auto;
    -moz-background-size: 21px auto;
    -webkit-background-size: 21px auto;
    -o-background-size: 21px auto;
    -ms-background-size: 21px auto;
}
h4.aboutsite{
	float:left;
	width:50%;
}
.sitedesc{
	clear:both;
	margin-left: 10px;
}
.linksite{
	margin-left:10px;
}
.leftacbox{
	width:30%;
}
img.ecomo{
	width:100%;
	height:auto;
}
.rightacbox{
	width:60%;
}
#keyvisual{
	background:url(images/keyvisual.jpg) no-repeat center bottom;
	height: 206px;
	background-size:1500px auto;
	-moz-background-size:1500px auto;
	-webkit-background-size:1500px auto;
	-o-background-size:1500px auto;
	-ms-background-size:1500px auto;
}
#keyvisual .keyWrap{
	background:#cae3fe;
	background: -moz-linear-gradient(#449afc, #cae3fe);
	background: -webkit-gradient(linear, left top, left bottom, from(#449afc), to(#cae3fe));
	background: -ms-linear-gradient(top, #449afc, #cae3fe);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#449afc', endColorstr='#cae3fe', GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#449afc', endColorstr='#cae3fe', GradientType=0);

	height: 144px;
}
#keyvisual .keyTitle{
	background:url(images/sp/key_text.png) no-repeat left 25px;
	text-indent:-9999px;
	width:304px; height:37px;
	background-size:auto 100%;
	-moz-background-size:304px auto;
	-webkit-background-size:304px auto;
	-o-background-size:304px auto;
	-ms-background-size:304px auto;
	text-align:center;
	margin:0 auto;
	padding-top:25px;	
}
#keyvisual p{
	padding-top:15px;
	font-size:10px;
	margin:0 auto;
	width:90.625%;
}
#keyvisual .concept{
	margin-top:15px;
	width:60.46875%;
}
#keyvisual .concept span{
    display: inline-block;
	background:url(images/sp/icon_concept.png) no-repeat left center;
	margin-left:0;
	padding: 10px 0 10px 17%;
	background-size:25px auto;
	-moz-background-size:25px auto;
	-webkit-background-size:25px auto;
	-o-background-size:25px auto;
	-ms-background-size:25px auto;
	font-size:12px;
}
#main{
	margin:0 3.125% ;
}
.topContents > div{
	margin-top:30px;
}
.topContents > div.subL{
	margin-top:0px!important;
}
.topMainList{
   background: url(images/sp/line_tit.png) no-repeat left top;
   background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  -ms-background-size: 100% auto;
  margin:5px -3.125% 0;
}
.topMainList li{
	padding-top:25px;
	margin:0 3.125%;
}
.new_icon .time{
	background-size: 32px auto;
    -moz-background-size: 32px auto;
    -webkit-background-size: 32px auto;
    -o-background-size: 32px auto;
    -ms-background-size: 32px auto;
	padding-right: 37px;
}
.end_icon .time{
	background:url(images/sp/icon_end.png) no-repeat right center;
	background-size: 72px auto;
    -moz-background-size: 72px auto;
    -webkit-background-size: 72px auto;
    -o-background-size: 72px auto;
    -ms-background-size: 72px auto;
	padding-right: 77px;
}
.topMainList .time{
	font-weight:bold;
}
.goList{
	margin-top:10px;
	border-top:1px solid #ddd; border-bottom:1px solid #ddd;
	background-color:#f7f7f7;
	margin:10px -3.125% 0;
}
.goList a{
	display:block;
	text-align:right;
	padding:10px 2% 10px 0;
	color:#000;
	width:98%;
}
.goList span{
	background:url(images/sp/icon_list.png) no-repeat left center;
	display:block;
	float:right;
	padding-left:20px;
	background-size: 15px auto;
	-moz-background-size: 15px auto;
    -webkit-background-size: 15px auto;
    -o-background-size: 15px auto;
    -ms-background-size: 15px auto;
}
.topColum3Wrap{
	margin:0 0 35px 0;
}
.topColum3Box{
	margin:30px 0 0 0;
}
.topColum3Box .keyImg{
	margin-top:10px;
}
.topColum3Box p{
	margin-top:10px;
}
.topColum3Box img{width:100%;}
.btn01{margin-top:5px;}
.btn01 a{
	padding:10px 0;
}
.btn01 span{
	background:url(images/sp/icon_allow04_r.png) no-repeat left center;
	color:#fff;
	padding:0 25px;
	text-align:center;
	background-size:13px auto;
	-moz-background-size:13px  auto;
	-webkit-background-size:13px auto;
	-o-background-size:13px auto;
	-ms-background-size:13px auto;
	display: inline-block;
	vertical-align:middle;
}
.btn02{margin-top:0px;}
.btn02 a{
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.btn02 span{
	background:url(images/sp/icon_allow04_r.png) no-repeat left center;
	color:#fff;
	padding:0 25px;
	text-align:center;
	background-size:13px auto;
	-moz-background-size:13px  auto;
	-webkit-background-size:13px auto;
	-o-background-size:13px auto;
	-ms-background-size:13px auto;
	display: inline-block;
	vertical-align:middle;
}
/*コンセプト*/
#keyConcept{
	background:#f2f8ff;
	background: -moz-linear-gradient(#b0d2ff, #f2f8ff);
	background: -webkit-gradient(linear, left top, left bottom, from(#b0d2ff), to(#f2f8ff));
	background: -ms-linear-gradient(top, #b0d2ff, #f2f8ff);
}
.inConcept{
	background:url(images/concept.png) no-repeat center bottom;
	background-size:1500px auto;
	-moz-background-size:1500px auto;
	-webkit-background-size:1500px auto;
	-o-background-size:1500px auto;
	-ms-background-size:1500px auto;
	padding-bottom: 130px;
}
.inConcept h1{
	font-size:40px;
	font-weight: 100;
	padding-top:40px;
	line-height: 100%;
}
.inConcept h2{
	margin-top:50px;
}
.inConcept .h2En{
	font-size:40px;
}
.inConcept .h2Jp{
	font-size:13px;
}
.inConcept .textBox{
	margin:10px 1% 0 1%;
}
.inConcept p{
	text-indent:-9999px;
	margin-left:auto; margin-right:auto;
	margin-top:40px;
}
.inConcept .cText01{
	background:url(images/sp/concept_text01.png) no-repeat left top;
	width:285px; height:44px;
	background-size:285px auto;
	-moz-background-size:285px auto;
	-webkit-background-size:285px auto;
	-o-background-size:285px auto;
	-ms-background-size:285px auto;
}
.inConcept .cText02{
	background:url(images/sp/concept_text02.png) no-repeat left top;
	width:280px; height:45px;
	background-size:280px auto;
	-moz-background-size:280px auto;
	-webkit-background-size:280px auto;
	-o-background-size:280px auto;
	-ms-background-size:280px auto;
}
.inConcept .cText03{
	background:url(images/sp/concept_text03.png) no-repeat left top;
	width:213px; height:105px;
	background-size:213px auto;
	-moz-background-size:213px auto;
	-webkit-background-size:213px auto;
	-o-background-size:213px auto;
	-ms-background-size:213px auto;
}
.inConcept .cText04{
	background:url(images/sp/concept_text04.png) no-repeat left top;
	width:293px; height:45px;
	background-size:293px auto;
	-moz-background-size:293px auto;
	-webkit-background-size:293px auto;
	-o-background-size:293px auto;
	-ms-background-size:293px auto;
}
.inConcept .cText05{
	background:url(images/sp/concept_text05.png) no-repeat left top;
	width:156px; height:19px;
	background-size:156px auto;
	-moz-background-size:156px auto;
	-webkit-background-size:156px auto;
	-o-background-size:156px auto;
	-ms-background-size:156px auto;
}
.inConcept .cText06{
	background:url(images/sp/concept_text06.png) no-repeat left top;
	width:177px; height:45px;
	background-size:177px auto;
	-moz-background-size:177px auto;
	-webkit-background-size:177px auto;
	-o-background-size:177px auto;
	-ms-background-size:177px auto;
}
.inConcept .cText07{
	background:url(images/sp/concept_text07.png) no-repeat left top;
	width:151px; height:44px;
	background-size:151px auto;
	-moz-background-size:151px auto;
	-webkit-background-size:151px auto;
	-o-background-size:151px auto;
	-ms-background-size:151px auto;
}
/*他ページ*/
.tit30{
	margin-top: 0px;
	margin-bottom:10px;
}
.solution-imgtop{
	padding-top:40px;
}
.aboutimg{
	max-width:100%;
}
.tit23{
	margin-top:5px;
	padding:85px 0 20px 0;
}
.tit23 .h2Jp{
	font-size:32px;
}
.tit23 .h2En{
	font-size:15px;
	margin-top:10px;
}
.tit24{
	margin:5px 0 20px 0;
	padding-top:65px; padding-bottom:30px;
}
.tit24 .h2Sm{
	font-size:14px;
}
.tit24 .h2Bg{
	font-size:30px;
	margin-top:10px;
    line-height: 37px;
}
.tit_icon05{
	background:url(images/sp/icon_tit21.png) no-repeat left center;
	background-size:25px auto;
	-moz-background-size:25px auto;
	-webkit-background-size:25px auto;
	-o-background-size:25px auto;
	-ms-background-size:25px auto;
}

.tit_icon06{
	background:url(images/sp/icon_tit22.png) no-repeat left center;
	background-size:28px auto;
	-moz-background-size:28px auto;
	-webkit-background-size:28px auto;
	-o-background-size:28px auto;
	-ms-background-size:28px auto;
}
.tit_icon07{
	background:url(images/sp/icon_tit25.png) no-repeat left center;
}
#bread{
	margin:20px 3% 25px;
}

.bread-crumb-list{
	margin:20px 3% 25px;
}

#bread span{
	background:url(images/icon_bread.png) no-repeat right center;
	padding-right:23px; margin-right:14px;
}

.bread-crumb-list span{
	background:url(images/icon_bread.png) no-repeat right center;
	padding-right:23px; margin-right:14px;
}

#contents .corporate{
	font-size:15px;
	line-height:200%;
}
.textbox{
	margin-top:10px;
}
.contentIndex{
}
.contentIndex li{
	margin-top:20px;
}
.contentIndex h3{
	font-size:16px;
	display:block;
	background:url(images/sp/icon_allow05_r.png) no-repeat left center;
	padding-left:28px;
	background-size:20px auto;
	-moz-background-size:20px auto;
	-webkit-background-size:20px auto;
	-o-background-size:20px auto;
	-ms-background-size:20px auto;
}
.contentIndex div{
	margin-top:10px;
}
.contentIndex img{
	width:100%;
}
.dlTable{
}
.dlTable:first-child{
	border-top:1px solid #ddd;
}
.dlTable dt, .dlTable dd{
	/*display: table-cell;*/
	padding:10px;
	border:1px solid #ddd;
	border-collapse:collapse;
	border-top:none;
}
.dlTable dt{
	font-size:15px;
	text-align:left;
}
.dlTable .taAdress{
    display: inline; 
}
.introBox{
	border-bottom:1px solid #ddd;
	padding:20px 3%;
	text-align:left;
	margin:0 -3%;
}
.introBox1{
	border-bottom:1px solid #ddd;
	padding:20px 3%;
	text-align:left;
}
.introBox2{
	border-bottom:1px solid #ddd;
	text-align:left;
}
.introBox .colDet{
	margin-top:10px;
}
.introBox h2{
	margin-left:5px;
}
.introBox h2 span{
	display:block;
}
.introBox h2 .position{
	font-size:16px;
}
.introBox h2 .name{
	font-size:32px;
	margin-top:13px;
}
.introBox h2 .roma{
	font-size:13px;
	margin-top:13px;
}
.introBox_s .colName{
	width:100%;
}
.introBox_s h2 .position{
	font-size:14px;
}
.introBox_s h2 .name{
	font-size:22px;
}
.introBox_s h2 .link a{
	font-size:14px;
	margin-top:10px;
	background: url(images/sp/icon_allow05_r.png) no-repeat left center;
 	padding-left: 25px;
	background-size:20px auto;
	-moz-background-size:20px auto;
	-webkit-background-size:20px auto;
	-o-background-size:20px auto;
	-ms-background-size:20px auto;
	display:inline-block;
}
.tit25{
	font-size:25px;
	padding:5px 0px 5px 60px;
	margin-top:20px;
	line-height:35px;
	background: url(images/sp/icon_leaf.png) no-repeat left center;
	background-size:47px auto;
	-moz-background-size:47px auto;
	-webkit-background-size:47px auto;
	-o-background-size:47px auto;
	-ms-background-size:47px auto;
}
.catch{
	font-size:17px;
	margin-top:15px; padding-bottom:30px;
	line-height:30px;
}

.pageContentBox h3{
	margin:0 auto;
	width:145px
}
.pageContentBox .colDet{
	margin-top:20px;
}
.pageContentBox dt, .detCol h3{
	line-height:30px;
	background:url(images/sp/icon_circle.png) no-repeat left center;
	background-size:21px auto;
	-moz-background-size:21px auto;
	-webkit-background-size:21px auto;
	-o-background-size:21px auto;
	-ms-background-size:21px auto;
}
.pageContentBox dd a{
	background:url(images/sp/icon_link.png) no-repeat left center;
	background-size:15px auto;
	-moz-background-size:15px auto;
	-webkit-background-size:15px auto;
	-o-background-size:15px auto;
	-ms-background-size:15px auto;
}
.pageContentBox dd p{
	font-size:16px;
}
.inter{
	padding:15px 0;
}
.tit26{
	font-size:28px;
	margin-top:10px;
}
.tit26 span{
	display:block;
	margin-top:5px;
}
.solution-list{
	margin-top:0px;
}
.companyList{
}
.companyList li{
	width:48%;
	margin-top:20px;
}
.companyList li:nth-child(odd){
	margin-right:1%;
}
.companyList li:nth-child(even){
	margin-left:1%;
}
.companyList div{
	padding:1px 0;
}
.companyList p{
	font-size:11px;
}
.companyList img{
}
.tit27{
	font-size:26px;
}
.infoMainList{
	margin-top:15px;
	margin-left:-3.125%; margin-right:-3.125%;
}
.infoMainList li{
	margin-left:3.125%; margin-right:3.125%;
}
.formArea{
	margin-top:5px;
	width:100%;
}
.yearSelect{
	width:100% !important;
	height:40px;
}
.pullDdown{
	width:96% !important;
	display:block;
}
.listPage .formArea{
	height:45px;
}
.linkList a{
	display:block;
	background:url(images/sp/icon_link.png) no-repeat left center;
	background-size:15px auto;
	-moz-background-size:15px auto;
	-webkit-background-size:15px auto;
	-o-background-size:15px auto;
	-ms-background-size:15px auto;
	padding:5px 0 5px 20px;
	margin-right:10px;
}
.pager{
	margin-left:-3.125%; margin-right:-3.125%;
}
.pager ul{
	margin-left:0;
}
.pager .page a{
	font-size:12px;
	padding:8px 12px;
}
.pager .back{
	margin:0 10px 0 0;
}
.pager .next{
	margin:0 0 0 10px;
}
.pager .back a, .pager .next a{
	display:block;
	padding:8px 0;
	
}
.pager .back a{
	background:url(images/sp/icon_pager_back.png) no-repeat left center;
	padding-left:23px;
	background-size:18px auto;
	-moz-background-size:18px auto;
	-webkit-background-size:18px auto;
	-o-background-size:18px auto;
	-ms-background-size:18px auto;
}
.pager .next a{
	background:url(images/sp/icon_pager_next.png) no-repeat right center;
	padding-right:23px;
	background-size:18px auto;
	-moz-background-size:18px auto;
	-webkit-background-size:18px auto;
	-o-background-size:18px auto;
	-ms-background-size:18px auto;
}
.detPage header h2{
	line-height:120%;
	padding-left:40px; padding-bottom:0;
}
.detUlBig li{
	background:url(images/sp/icon_circle02.png) no-repeat left center;
	background-size:17px auto;
	-moz-background-size:178px auto;
	-webkit-background-size:17px auto;
	-o-background-size:17px auto;
	-ms-background-size:17px auto;
	padding-left:22px;
}
.detUlSml li{
	background:url(images/sp/icon_circle02_s.png) no-repeat left center;
	background-size:9px auto;
	-moz-background-size:9px auto;
	-webkit-background-size:9px auto;
	-o-background-size:9px auto;
	-ms-background-size:9px auto;
	padding-left:14px;
}
.detLink{
	text-align:right;
}
.detLink ul{
	display: -moz-inline-box;
    display: inline-block;
}
.detLink li{
	margin-top:10px;
}
.detLink a{
	display:block;
}
.detLink .detLink01 a{
	background:url(images/sp/icon_pager_next.png) no-repeat left center;
	background-size:15px auto;
	-moz-background-size:15px auto;
	-webkit-background-size:15px auto;
	-o-background-size:15px auto;
	-ms-background-size:15px auto;
	padding-left:20px;
	
}
.detLink .detLink02 a{
	background:url(images/sp/icon_link.png) no-repeat left center;
	background-size:15px auto;
	-moz-background-size:15px auto;
	-webkit-background-size:15px auto;
	-o-background-size:15px auto;
	-ms-background-size:15px auto;
	padding-left:20px;
}
.detOtherBox{
	padding:15px 10px;
}
.detOtherBox li{
	margin-top:8px;
}
.detOtherBox li a{
	padding-top:2px; padding-bottom:2px;
}
.detOtherBox .outLink a{
	background:url(images/sp/icon_link02.png) no-repeat left center;
	background-size:14px auto;
	-moz-background-size:14px auto;
	-webkit-background-size:14px auto;
	-o-background-size:14px auto;
	-ms-background-size:14px auto;
	padding-left:19px;
}
.detOtherBox .dl a{
	background:url(images/sp/icon_dl.png) no-repeat left center;
	background-size:14px auto;
	-moz-background-size:14px auto;
	-webkit-background-size:14px auto;
	-o-background-size:14px auto;
	-ms-background-size:14px auto;
	padding-left:19px;
}
.detBtn01{
    width: 70%!important;
    padding-left: 15%;
    padding-right: 15%;
}
.detBtn01 span{
	display: -moz-inline-box;
    display: inline-block;
	background:url(images/sp/icon_allow06_r.png) no-repeat left center;
	background-size:16px auto;
	-moz-background-size:16px auto;
	-webkit-background-size:16px auto;
	-o-background-size:16px auto;
	-ms-background-size:16px auto;
	padding-left:21px;
	vertical-align:middle;
}
.detBtn02{
	width:100%;
}
.detBtn02 span{
	display: -moz-inline-box;
    display: inline-block; 
	background:url(images/sp/icon_allow07_r.png) no-repeat left center;
	background-size:16px auto;
	-moz-background-size:16px auto;
	-webkit-background-size:16px auto;
	-o-background-size:16px auto;
	-ms-background-size:16px auto;
	padding-left:21px;
	vertical-align:middle;
}

.qaTab span{
	display:block;
}
.qaTab a{
	font-size:15px;
}

.qBox li {
  padding: 0 5px;
}
.qBox a{
	font-size:14px;
}
.qBox span{
	margin-right:0;
	font-size: 16px;
}
.qBox .qIcon{
	width: 8.5862%;
    margin-right: 0.6241%;
}
.qBox .qQuestion{
	width:89.689%;
}

.aBox li{
	padding:18px 0;
}
.aBox .qText .qIcon{
	width:18.333%;
}
.aBox .qText .qQuestion{
	width:81.666%;
}
.aBox .qText span{
	margin-right:0;
}
.aBox .aText{
	margin-top:20px;
}
.aBox .aText .aIcon{
	width:12.833%;
	text-align:right;
	margin-right:5.333%;
}
.aBox .aText .aAnser{
	width:81.666%;
}
.aBox .aText span{
	margin:0;
}

.table02{
	border-top:3px solid #80a950;
	margin-left:-3.125%; margin-right:-3.125%;
}
.table02 dl{
	border-bottom:1px solid #ddd;
	padding-top:13px; padding-bottom:13px;
}
.table02 dt, .table02 dd{
	margin-left:3.125%; margin-right:3.125%;
}
.table02 dd{
	margin-top:10px;
}
.forminBtn{
	width:36.6666%;
	margin-left:10px;
}
.forminBtn a{
	padding:6px 0;
}
.forminBtn span{
	font-size:12px;
	background: url(images/sp/icon_allow03_r.png) no-repeat left center;
	background-size:13px auto;
	-moz-background-size:13px auto;
	-webkit-background-size:13px auto;
	-o-background-size:13px auto;
	-ms-background-size:13px auto;
    padding-left: 21px;
}
.formPage .formArea{
	width:100%;
}
.formAt{
	margin-left:-3.125%; margin-right:-3.125%;
}
.formAt span{
	display: block;
	margin-left:5px;
}
.formAt a{
	background:url(images/sp/icon_link.png) no-repeat left center;
	background-size:15px auto;
	-moz-background-size:15px auto;
	-webkit-background-size:15px auto;
	-o-background-size:15px auto;
	-ms-background-size:15px auto;
	display:inline-block;
	padding:5px 0 5px 20px;
	margin-top:5px;
}
.formAt .adp{
	margin-top:5px;
}
.formAt .adp span{
	font-size:14px;
	display:inline-block;
}
.formPage .detBtn01{
	width:100%;
	margin-top:20px;
} 
.formPage .detBtn01 span{
	padding-left:30px;
	font-size:16px;
	font-weight:bold;
}
.wp-pagenavi .current, .wp-pagenavi a.page.larger, .wp-pagenavi a.page.smaller,span.extend,a.last,a.first{
	display: none;
}
.mappoint{
	margin-left:10px;
}
.site-text{
	width: 99%;
	margin-bottom: 35px;
}
.side-siteimg{
    margin-right: 0px;
    margin-bottom: 30px;
}
.sub-title{
	margin-right:30px;
}
.sol-tab{
	margin-right:30px;
}
.solution-title{
	height:auto!important;
}
.opt-hr{
	display:none;
}
.introBox1{
	border-bottom: hidden;
	padding-top: 0px;
}
.solution-tt{
	height:auto!important;
}
.m-t40SP{
	margin-top:20px!important;
}
.gray-box{
    border-bottom: none;
}
.sol-arrow{
	border-bottom: 1px solid #dddddd;
	margin-left:0px;
	width: 100%;
}
.sol-arrowright{
	border-bottom: 1px solid #dddddd;
	margin-left:0px;
    width: 100%;	
}
.SPbottom{
	margin-bottom:40px;
}
.tit50{
	width:95%;
}
.right-img-text{
	width:100%;
}
.SPnone{
	display:inherit!important;
}
.PCnone{
	display:none!important;
}
.tit_icon101{
	background:url(images/sp/icon_tit30.png) no-repeat left center;
    background-size: 86px auto;
    -moz-background-size: 86px auto;
    -webkit-background-size: 86px auto;
    -o-background-size: 86px auto;
    -ms-background-size: 86px auto;
}
.sub-title{
	background:url(images/sp/sol-title.png) no-repeat left center;
	background-size: 47px auto;
    -moz-background-size: 47px auto;
    -webkit-background-size: 47px auto;
    -o-background-size: 47px auto;
    -ms-background-size: 47px auto;
}
.sol-tab{
	background:url(images/sp/sol-ico.png) no-repeat left center;
	background-size: 19px auto;
    -moz-background-size: 19px auto;
    -webkit-background-size: 19px auto;
    -o-background-size: 19px auto;
    -ms-background-size: 19px auto;
}
/*-------- //CONTENTS --------*/

/*-------- SIDE --------*/
#side_nav{
	margin-top:30px;
}
#side_nav h2 a{
	font-size:14px;
	border-bottom:3px solid #80a950;
	margin:0 -3.125%;
}
#side_nav h2.selected a{
	background-color:#fff;
}
#side_nav ul{
	margin:0 -3.125%;
}
#side_nav a{
	padding:18px 10px;
}
#side_nav h2 a{
	padding:10px;
}
/*-------- //SIDE --------*/

/*----- FOOTER -----*/
#footer{
}
#footNavi{
	display:none;
}
#pagetop{
	text-align:center;
	border-top:1px solid #ddd; border-bottom:1px solid #ddd;
}
#pagetop a{
	padding:10px 0;
	display:block;
}
#pagetop span{
	background:url(images/sp/icon_allow_t.png) no-repeat left center;
	background-size:15px auto;
	-moz-background-size:15px auto;
	-webkit-background-size:15px auto;
	-o-background-size:15px auto;
	-ms-background-size:15px auto;
	display: -moz-inline-box;
    display: inline-block; 
	vertical-align:middle;
	padding-left:25px;
}
#footInfo{
	padding:35px 5% 20px;
}
#footInfo .container{position:relative;}
#footLogo{
	float:left;
	text-indent:-9999px;
	background:url(images/sp/logo_foot.png) no-repeat left top;
	background-size:95px auto;
	-moz-background-size:95px auto;
	-webkit-background-size:95px auto;
	-o-background-size:95px auto;
	-ms-background-size:95px auto;
	width:95px; height:23px;
}
#footAddress{
	display:none;
}
#footLink{
	clear:both;
	text-align:center;
	letter-spacing: -.40em;
	padding-top:20px;
}
#footLink li{
	letter-spacing: normal;
	vertical-align:top;
	display: -moz-inline-box;
    display: inline-block; 
	margin-right:15px;
	background:url(images/icon_line.jpg) no-repeat left center;
	padding-left:15px;
}
#footLink a{
	font-size:10px;
	line-height: 250%;
	display:block;
}
#footLink .fL01, #footLink .fL02{padding-left:0; background:none;}
#copy{
	font-size:11px;
	text-align:center;
}

#footSNS{
	/*width: 90px;*/
}
#footSNS li{
	letter-spacing: normal;
	vertical-align:top;
	display: -moz-inline-box;
    display: inline-block; 
	margin:0 0 0 10px;
	width:32px;
}
#footSNS img{
	width:100%;
}
/*----- //FOOTER -----*/
.android #gNavi > ul > li > a{
	padding-top:20px;
}
.android #gNavi .inNavi li a{
	padding-top:18px;
}
.android #subNavi a{
	padding-top:20px;
}
.android #keyvisual .concept span{
	padding-top:15px;
}
.android .dlTable dt{
	padding-top:18px;
}
.android .pageContentBox dt, .android  .detCol h3{
	background-position:left top;
}
.android .red{
	padding-bottom:0;
}

.webkit.android #gNavi > ul > li > a{
	padding-top:10px;
}
.webkit.android #gNavi .inNavi li a{
	padding-top:10px;
}
.webkit.android #subNavi a{
	padding-top:10px;
}
.webkit.android #keyvisual .concept span{
	padding-top:10px;
}
.webkit.android .dlTable dt{
	padding-top:10px;
}
.webkit.android .pageContentBox dt, .webkit.android .detCol h3{
	background-position:left center;
}
.webkit.android .red{
	padding-bottom:8px;
}
}