@charset "utf-8";

/* CSS information ===================================================

	 file name : basic.css
	style info : テンプレートスタイルシート

=================================================================== */

/*----------------------------------------------------------
/* body	サイト全体
----------------------------------------------------------*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	width: 100%;
	min-width: 230px;
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W7", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 100;
	font-feature-settings: "palt";
	word-break: break-all;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
	font-weight: 700;
}
img {
	max-width: 100%;
	height: auto;
}

/* リンク設定 */
a {
	color:#006DD9;
	text-decoration: underline;
}
a:hover {
	color:#CE327C;
	text-decoration: underline;
}
.opacity:hover {
	opacity:0.7;
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	-ms-filter:"alpha(opacity=70)";
	filter:alpha(opacity=70);
	zoom:1;
}
.img {
	line-height: 0;

}
.sp_only {
	display: none;
}
.aw {
	display: inline-block;
}

/* .clearfix
------------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility:hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* Phone ******************************/
@media (max-width: 767px){
.pc_only {
	display: none;
}
.sp_only {
	display: block;
}

} /*/@media*/


/* ローディング画面
------------------------------------------------*/
#loading_wp { 
	position: fixed;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: #00bfff;
	background: -moz-linear-gradient(left,  #00bfff 0%, #00d9d9 67%, #99ff99 100%);
	background: -webkit-linear-gradient(left,  #00bfff 0%,#00d9d9 67%,#99ff99 100%);
	background: linear-gradient(to right,  #00bfff 0%,#00d9d9 67%,#99ff99 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bfff', endColorstr='#99ff99',GradientType=1 );
	display: flex; 
	flex-direction: column; 
	justify-content: center; 
	align-items: center; 
	transition: all 0.3s; 
	z-index: 9999;
}
.loader {
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load5 1.1s infinite ease;
	animation: load5 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.completed {
	opacity: 0;
	visibility: hidden;
}


/*----------------------------------------------------------
/* .header	ヘッダー
----------------------------------------------------------*/
.header {
	background: url("../img/rpa_bg01.png") no-repeat center bottom / cover;
}
.header .inner {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	padding: 100px 20px 0;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header figure {
	margin-top: 10px;
}
.header .logo_box {
	margin-right: 3.6764%;
}
.header h1 {
	margin-bottom: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 5.2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
}
.header .logo {
	margin-bottom: 50px;
	text-align: center;
}
.header h2 {
	margin-bottom: 20px;
	font-size: 4.0rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
}
.common_btn {
	max-width: 450px;
	margin: 0 auto;
}
.common_btn a {
	padding: 40px 20px;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #00238C;
	box-shadow: 0 6px 20px rgba(0,35,140,0.5);
	display: block;
	border-radius: 100px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.common_btn a:hover {
	background-color: #0066CC;
}

@media (min-width: 768px) and (max-width: 1400px){
.header h1 {
	font-size: 3.7142vw;
}
.header h2 {
	font-size: 2.8571vw;
}
}

@media (max-width: 1400px){
.header .logo_box {
	margin-right: 0;
}
}

@media (max-width: 1024px){
.header .inner {
	padding: 60px 20px 0;
}
.header h1 {
	margin-bottom: 20px;
}
.header .logo {
	margin-bottom: 40px;
}
.common_btn {
	max-width: 400px;
}
.common_btn a {
	padding: 30px 20px;
	font-size: 2.0rem;
}
}

@media (max-width: 767px){
.header .inner {
	padding: 20px 20px 60px;
  	display: block;
}
.header figure {
	max-width: calc(700px * 0.5);
	margin: 0 auto 10px;
}
.header h1 {
	margin-bottom: 20px;
	font-size: 3.2rem;
}
.header .logo {
	max-width: calc(595px * 0.625);
	margin: 0 auto 20px;
	text-align: center;
}
.header h2 {
	margin-bottom: 20px;
	font-size: 2.5rem;
}
.common_btn {
	max-width: 350px;
}
.common_btn a {
	padding: 20px 20px;
	font-size: 1.8rem;
}
}


@media (max-width: 414px){
.header .inner {
	padding: 20px 20px 60px;
}
.header figure {
	max-width: calc(700px * 0.375);
	margin: 0 auto 10px;
}
.header h1 {
	margin-bottom: 20px;
	font-size: 2.6rem;
}
.header .logo {
	max-width: calc(595px * 0.5);
	margin: 0 auto 20px;
}
.header h2 {
	margin-bottom: 20px;
	font-size: 2.0rem;
}
.common_btn {
	max-width: 350px;
}
.common_btn a {
	padding: 20px 20px;
	font-size: 1.8rem;
}
}



/*----------------------------------------------------------
/* 汎用スタイル
----------------------------------------------------------*/
.page_wp {
	overflow: hidden;
}
.contents .bg {
	position: relative;
	height: 420px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
.contents .bg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("../img/rpa_bg03.png");
}

.contents .no_bg {
	margin-bottom: 40px;
	padding-top: 100px;
	background: none;
}
.contents .en_title {
	position: relative;
	margin-bottom: 10px;
	font-size: 4.3em;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	z-index: 1;
}
.contents .bg .en_title {
	padding-top: 140px;
}
.contents .title {
	position: relative;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.2;
	z-index: 1;

}
.contents .inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px 100px;
}
.contents .bg + .inner {
	position: relative;
	margin-top: -146px;
	z-index: 1;
}



@media (max-width: 1260px){
.contents .bg .en_title {
	padding-top: 100px;
}
}


@media (max-width: 1024px){
.contents .bg {
	height: 320px;
	background-attachment: scroll;
}
.contents .no_bg {
	margin-bottom: 40px;
	padding-top: 60px;
}
.contents .en_title {
	font-size: 3.8em;
}
.contents .bg .en_title {
	padding-top: 80px;
}
.contents .inner {
	padding: 0 20px 70px;
}
.contents .bg + .inner {
	margin-top: -96px;
}
}


@media (max-width: 767px){
.contents .bg {
	height: 220px;
}
.contents .no_bg {
	margin-bottom: 40px;
	padding-top: 60px;
}
.contents .en_title {
	margin-bottom: 5px;
	font-size: 3.3em;
}
.contents .bg .en_title {
	padding-top: 60px;
}
.contents .title {
	font-size: 1.6rem;
}
.contents .inner {
	padding: 0 20px 40px;
}
.contents .bg + .inner {
	margin-top: -46px;
}
}

@media (max-width: 600px){
.contents .no_bg {
	padding-top: 40px;
}
}


.outline .inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 80px 20px 100px;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.outline figure {
	max-width: 46.0317%
}
.outline .txt_box {
	max-width: 42.8571%;
}
.outline .txt_box p {
	margin-bottom: 1em;
	font-size: 1.8rem;
	line-height: 2.0;
}
@media (max-width: 1260px){
.outline figure {
	max-width: 48.0317%
}
.outline .txt_box {
	max-width: 46.8571%;
}
}
@media (max-width: 1024px){
.outline .inner {
	padding: 60px 20px 80px;
}
}


@media (max-width: 767px){
.outline .inner {
	padding: 40px 20px 60px;
  	display: block;
}
.outline figure {
	max-width: calc(580px * 0.5);
	margin: 0 auto 20px;
}
.outline .txt_box {
	max-width: 100%;
}
.outline .txt_box p {
	font-size: 1.6rem;
}
}







/*----------------------------------------------------------
/* .company	会社概要
----------------------------------------------------------*/
.company {
	background-color: #F3F4F2;
}
.company .inner {
	padding-bottom: 100px;
}
.company_box {
	padding: 80px 80px 70px;
	background-color: #fff;
	border-radius: 5px;
  	display:-webkit-box;
  	display:-ms-flexbox; 
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.company figure {
	width: 30.4109%;
	text-align: center;
}
.company figure figcaption {
	padding-top: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}
.company figure figcaption em {
	padding-left: 10px;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.4;
}
.company_tbl {
	width: 63.9269%;
}
.company_tbl th, 
.company_tbl td {
	padding: 15px 10px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	border-bottom: 1px solid #CCC;
}
.company_tbl th {
	white-space: nowrap;
}
.company_tbl ul {
}
.company_tbl li {
	position: relative;
	padding-left: 1.0em;
}
.company_tbl li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
	padding-right: 8px;
}
.results {
	background-color: #F4FAFF;
}
.results_inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 40px 20px 80px;
}
.service_bnr {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-right: 60px;
}
.service_bnr li {
	float: left;
	width: 33.3333%;
	margin-right: 30px;
}
.service_bnr li:nth-child(3n) {
	margin-right: -60px;
}
.company h4 {
	margin-bottom: 30px;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.client_list {
	padding-right: 30px;
}
.client_list ul {
	float: left;
	width: 25%;
	margin-right: 10px;
}
.client_list ul:nth-child(4n) {
	margin-right: -30px;
}
.client_list li {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
}

/* Desktop ****************************/
@media print, screen and (max-width: 1260px){
.company_box {
	padding: 60px 40px 40px;
}
.company .detail_box h3 {
	margin-right: -20px;
}
.company .detail_box h3 {
	padding: 15px 0 15px 120px;
	font-size: 35px;
	font-size: 3.5rem;
	-moz-background-size: 98px 119px;
	-webkit-background-size: 98px 119px; 
	-o-background-size: 98px 119px;
	-ms-background-size: 98px 119px;
	background-size: 98px 119px;
}
.company .detail_box h3 em {
	font-size: 40px;
	font-size: 4.0rem;
}

.company .detail_box {
	padding-right: 20px;
}
} /*/@media*/

/* Tablet *****************************/
@media print, screen and (max-width: 991px){

.company_box {
	padding: 60px 20px 30px;
}
.company figure figcaption {
	font-size: 14px;
	font-size: 1.4rem;
}
.company figure figcaption em {
	font-size: 20px;
	font-size: 2.0rem;
}

.company .detail_box h3 {
	margin-bottom: 20px;
	font-size: 30px;
	font-size: 3.0rem;
}
.company .detail_box h3 em {
	font-size: 35px;
	font-size: 3.5rem;
}
} /*/@media*/

/* Phone ******************************/
@media only screen and (max-width: 767px){
.company .inner {
	padding-bottom: 20px;
}
.company_box {
    padding: 50px 20px 30px;
    display: block;
}
/*
.company .detail_box {
	float: none;
	width: auto;
	margin-bottom: 30px;
	padding-right: 0;
	text-align: center;
}
.company .detail_box h3 {
	margin-right: 0;
	margin-bottom: 10px;
	padding: 10px 0 10px 75px;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.4;
	-moz-background-size: 65px 79px;
	-webkit-background-size: 65px 79px; 
	-o-background-size: 65px 79px;
	-ms-background-size: 65px 79px;
	background-size: 65px 79px;
	display: inline-block;
}
.company .detail_box h3 em {
	font-size: 25px;
	font-size: 2.5rem;
}
*/
.company figure {
	width: auto;
	max-width: 80%;
	margin: 0 auto 20px;
}
.company figure figcaption {
	padding: 10px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.company figure figcaption em {
	font-size: 20px;
	font-size: 2.0rem;
}
.company_tbl {
	width: 100%;
}
.company_tbl th, 
.company_tbl td {
	padding: 14px 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
.results {
	background-color: #F4FAFF;
}
.results_inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 40px 20px 80px;
}
.service_bnr {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-right: 20px;
}
.service_bnr li {
	float: left;
	width: 33.3333%;
	margin-right: 10px;
}
.service_bnr li:nth-child(3n) {
	margin-right: -20px;
}
.company h4 {
	margin-bottom: 20px;
	font-size: 18px;
	font-size: 1.8rem;
}
.client_list {
	padding-right: 10px;
}
.client_list ul {
	width: 50%;
	margin-right: 10px;
	margin-bottom: 20px;
}
.client_list ul:nth-child(4n) {
	margin-right: 10px;
}
.client_list ul:nth-child(2n) {
	margin-right: -10px;
}
.client_list li {
	font-size: 12px;
	font-size: 1.2rem;
}
} /*/@media*/

@media only screen and (max-width: 543px){
.company .detail_box h3 {
	font-size: 18px;
	font-size: 1.8rem;
}
.company .detail_box h3 em {
	font-size: 23px;
	font-size: 2.3rem;
}
.company figure {
	max-width: 100%;
}
.company_tbl th, 
.company_tbl td {
	padding: 12px 5px;
	font-size: 14px;
	font-size: 1.4rem;
}
.company_tbl th {
	padding: 12px 5px 15px 0;
}
.company_tbl td {
	padding: 12px 0 15px 5px;
}
.service_bnr {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-right: 0;
}
.service_bnr li {
	float: none;
	width: auto;
	max-width: 60%;
	margin: 0 auto 10px;
}
.service_bnr li:nth-child(3n) {
	margin-right: auto;
}
.service_bnr li:last-child {
	margin-bottom: 0;
}
.client_list li {
	letter-spacing: -1px;
}
} /*/@media*/

@media only screen and (max-width: 320px){
.company .detail_box h3 {
	font-size: 17px;
	font-size: 1.7rem;
	letter-spacing: -1px;
}
.company .detail_box h3 em {
	font-size: 21px;
	font-size: 2.1rem;
}
.service_bnr {
	padding-right: 0;
}
.service_bnr li {
	float: none;
	width: auto;
	max-width: 80%;
	margin-bottom: 10px;
}
.service_bnr li:last-child {
	margin-bottom: 0;
}
.client_list {
	padding-right: 0;
}
.client_list ul {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.client_list ul:nth-child(4n) {
	margin-right: 0;
}
.client_list ul:nth-child(2n) {
	margin-right: 0;
}
} /*/@media*/


/*----------------------------------------------------------
/* .footer フッダー
----------------------------------------------------------*/
.footer {
	background: #00bfff;
	background: -moz-linear-gradient(left,  #00bfff 0%, #00d9d9 67%, #99ff99 100%);
	background: -webkit-linear-gradient(left,  #00bfff 0%,#00d9d9 67%,#99ff99 100%);
	background: linear-gradient(to right,  #00bfff 0%,#00d9d9 67%,#99ff99 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bfff', endColorstr='#99ff99',GradientType=1 );
}
.footer_inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 40px 20px;
}
.footer .copyright {
	text-align: center;
}
.footer .copyright small {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #FFF;
}

/* Phone ******************************/
@media only screen and (max-width: 767px){
.footer_inner {
	padding: 20px 10px;
}
.footer .copyright small {
	font-size: 12px;
	font-size: 1.2rem;
}
} /*/@media*/

@media only screen and (max-width: 320px){
.footer .copyright small {
	font-size: 10px;
	font-size: 1.0rem;
}
} /*/@media*/
