@charset "UTF-8";
/* *****************************
*
* Import file to Scss or Sass.
*
**************************** */
.cf:before, .cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

/* #######################################################################
共通
####################################################################### */
html {
  background: url(../img/bg/footer_bg.jpg) repeat-x left bottom whitesmoke; }

body {
  background: url(../img/bg/header_bg.jpg) repeat-x 0 0;
  font-size: 13px;
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1.7; }
body.kasouBody {
  background: url(../img/bg/kasou_bg.jpg) repeat-x 0 0; }

img {
  max-width: 100%;
  display: block; }

ul, ol {
  list-style: none; }

.yellowGreen {
  color: #b6da38;
  font-weight: bold; }

#innerWrap {
  max-width: 1000px;
  margin: 0 auto; }

a {
  outline: none; }

strong {
  color: #c71717; }

a:hover img {
  opacity: 0.70;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

table tbody tr th, table tbody tr td {
  border: 1px solid #cdcdcd;
  padding: 15px 20px;
  text-align: left; }
table tbody tr th {
  background: #0255a9;
  color: white; }
table tbody tr td {
  background: white; }

/*ページトップへ戻る*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%; }

#page-top a {
  text-decoration: none;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  display: block; }

#page-top a:hover {
  text-decoration: none; }

.spOn {
  display: none; }

header #logo {
  float: left;
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  background: #ffffff; }
header #logo img {
  display: block; }
header #headRightCon h1 {
  margin: 10px 0 57px 0;
  text-align: right;
  line-height: 20px;
  font-size: 85%;
  font-weight: normal;
  color: #9f9f9f; }
header #headRightCon nav {
  float: right; }
header #headRightCon nav ul {
  list-style: none; }
header #headRightCon nav ul li {
  float: left;
  position: relative; }
header #headRightCon nav ul li a {
  display: block;
  text-indent: -9999px;
  height: 46px; }
header #headRightCon nav ul li .subMenu {
  position: absolute;
  display: none;
  z-index: 100;
  top: 45px;
  left: 0;
  zoom: 1; }
header #headRightCon nav ul li .subMenu:after {
  content: "";
  display: block;
  overflow: hidden; }
header #headRightCon nav ul li .subMenu:before {
  content: "";
  display: block;
  overflow: hidden; }
header #headRightCon nav ul li .subMenu:after {
  clear: both; }
header #headRightCon nav ul li .subMenu li {
  background: #2E2E2E;
  float: none;
  border-bottom: 1px dotted #ccc; }
header #headRightCon nav ul li .subMenu li a {
  background-image: none !important;
  text-indent: 0 !important;
  text-align: center !important;
  padding: 10px 5px !important;
  height: auto !important;
  font-weight: normal;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 85%;
  color: #fff;
  text-decoration: none; }
header #headRightCon nav ul li .subMenu li a:hover {
  color: #5dc7c8;
  text-decoration: underline; }
header #headRightCon nav ul li#nav1 a {
  width: 145px;
  background: url(../img/top/top_nav.png) no-repeat 0 -46px; }
header #headRightCon nav ul li#nav1 a:hover {
  background: url(../img/top/top_nav.png) no-repeat 0 0; }
header #headRightCon nav ul li#nav2 a {
  width: 151px;
  background: url(../img/top/top_nav.png) no-repeat -145px -46px; }
header #headRightCon nav ul li#nav2 a:hover {
  background: url(../img/top/top_nav.png) no-repeat -145px 0; }
header #headRightCon nav ul li#nav2:hover .subMenu {
  display: block; }
header #headRightCon nav ul li#nav3 a {
  width: 127px;
  background: url(../img/top/top_nav.png) no-repeat -296px -46px; }
header #headRightCon nav ul li#nav3 a:hover {
  background: url(../img/top/top_nav.png) no-repeat -296px 0; }
header #headRightCon nav ul li#nav4 a {
  width: 126px;
  background: url(../img/top/top_nav.png) no-repeat -422px -46px; }
header #headRightCon nav ul li#nav4 a:hover {
  background: url(../img/top/top_nav.png) no-repeat -422px 0; }
header #headRightCon nav ul li#nav5 a {
  width: 195px;
  background: url(../img/top/top_nav.png) no-repeat -549px -46px; }
header #headRightCon nav ul li#nav5 a:hover {
  background: url(../img/top/top_nav.png) no-repeat -549px 0; }

body footer {
  max-width: 1000px;
  height: 270px;
  margin: 145px auto 0 auto;
  background: url(../img/bg/footer_logo.jpg) no-repeat 746px 128px;
  color: white; }
body footer a:link, body footer a:visited {
  color: white;
  text-decoration: none; }
body footer a:hover, body footer a:active {
  color: #3287dc;
  text-decoration: none; }
body footer #footerInner ul {
  list-style: none; }
body footer #footerInner .footerMenu {
  width: 684px;
  margin: 0 auto; }
body footer #footerInner .footerMenu li {
  float: left; }
body footer #footerInner .footerMenu:first-child {
  width: 390px;
  padding-top: 30px; }
body footer address {
  max-width: 768px;
  padding: 25px 0;
  margin: 20px auto 15px auto;
  border: 1px solid #2062a4;
  background: url(../img/bg/address_bg.png) repeat 0 0;
  text-align: center;
  font-style: normal;
  font-size: 100%; }
body footer address h1 {
  color: #5dc7c8; }
body footer address dl {
  margin: 0 auto; }
body footer address dl dt {
  float: left; }
body footer address dl dd {
  float: left; }
body footer address dl dd em {
  font-style: normal;
  font-weight: bold; }
body footer address .osakaAdd {
  width: 720px; }
body footer address .tokyoAdd {
  width: 710px; }
body footer #footerCopyright {
  text-align: center; }

/* #######################################################################
TOP
####################################################################### */
#mainImage .spOn {
  display: none; }
#mainImage #mainImageInner {
  position: relative;
  height: 464px;
  margin: 0 0 36px 0;
  background: url(../img/top/main/hp_bg.jpg) no-repeat 0 0;
  max-width: 1000px; }
#mainImage #mainImageInner #move1, #mainImage #mainImageInner #move2, #mainImage #mainImageInner #move3, #mainImage #mainImageInner #move4 {
  position: absolute; }
#mainImage #mainImageInner #move1 {
  top: 139px;
  left: 13px; }
#mainImage #mainImageInner #move2 {
  top: 33px;
  left: 471px; }
#mainImage #mainImageInner #move3 {
  top: 288px;
  left: 701px; }
#mainImage #mainImageInner #move4 {
  top: 16px;
  left: 834px; }

#mainContentsInner {
  max-width: 1000px; }
#mainContentsInner a:link, #mainContentsInner a:visited {
  color: #0e90cd;
  text-decoration: underline; }
#mainContentsInner a:hover, #mainContentsInner a:active {
  color: #0e90cd;
  text-decoration: none; }
#mainContentsInner .oneParty .box {
  float: left; }
#mainContentsInner .oneParty .box.partyImg img:hover {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
#mainContentsInner .oneParty .box.partyImg img {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
#mainContentsInner .oneParty .box #hpSlider, #mainContentsInner .oneParty .box #spSlider {
  width: 224px;
  height: 218px;
  background: #fff;
  border: 1px solid #c2c2c2;
  overflow: hidden; }
#mainContentsInner .oneParty .box #hpSlider #hpSliderInner, #mainContentsInner .oneParty .box #hpSlider #spSliderInner, #mainContentsInner .oneParty .box #spSlider #hpSliderInner, #mainContentsInner .oneParty .box #spSlider #spSliderInner {
  width: 224px;
  height: 218px;
  position: relative;
  overflow: hidden; }
#mainContentsInner .oneParty .box #hpSlider #hpSliderInner div, #mainContentsInner .oneParty .box #hpSlider #spSliderInner div, #mainContentsInner .oneParty .box #spSlider #hpSliderInner div, #mainContentsInner .oneParty .box #spSlider #spSliderInner div {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 200px;
  height: 201px;
  display: none; }
#mainContentsInner .oneParty .box #hpSlider #hpSliderInner div a, #mainContentsInner .oneParty .box #hpSlider #spSliderInner div a, #mainContentsInner .oneParty .box #spSlider #hpSliderInner div a, #mainContentsInner .oneParty .box #spSlider #spSliderInner div a {
  color: #000;
  text-decoration: none; }
#mainContentsInner .oneParty .box #hpSlider #hpSliderInner div a:hover, #mainContentsInner .oneParty .box #hpSlider #spSliderInner div a:hover, #mainContentsInner .oneParty .box #spSlider #hpSliderInner div a:hover, #mainContentsInner .oneParty .box #spSlider #spSliderInner div a:hover {
  color: #125FAD;
  text-decoration: underline; }
#mainContentsInner .oneParty .box:first-child {
  margin: 0; }

#topWorks {
  margin: 50px 0 0 0; }
#topWorks h1 {
  max-width: 1000px;
  height: 20px;
  margin: 0 auto 20px auto;
  background: url(../img/top/works/title.jpg) no-repeat 0 0;
  text-indent: -9999px; }
#topWorks #worksPageLink {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  text-align: right; }
#topWorks #worksPageLink img {
  display: inline-block; }

/*slider*/
#loopslider {
  width: 100%;
  height: 207px;
  position: relative;
  margin: 0 0 25px 0;
  overflow: hidden;
  text-align: left; }

#loopslider ul {
  height: 207px;
  float: left;
  display: inline;
  overflow: hidden;
  padding: 25px 0;
  list-style: none;
  background: #0053a7; }

#loopslider ul li {
  width: 200px;
  height: 150px;
  float: left;
  display: inline;
  overflow: hidden; }

#loopslider #loopleft, #loopslider #loopright {
  top: 40%;
  /*left: 0;*/
  width: 40px;
  height: 40px;
  background: #000;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  z-index: 99; }

#loopslider #loopleft {
  left: 0px;
  background: url(../img/top/works/prev.png) no-repeat 0 0; }

#loopslider #loopright {
  right: 0px;
  background: url(../img/top/works/next.png) no-repeat 0 0; }

/* =======================================
	ClearFixElements
======================================= */
#loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden; }

#loopslider ul {
  display: inline-block;
  overflow: hidden; }

/* #######################################################################
kasou
####################################################################### */
#sidebar {
  max-width: 220px;
  float: right; }
#sidebar a:link, #sidebar a:visited {
  color: black;
  text-decoration: none; }
#sidebar a:hover, #sidebar a:active {
  color: #0d5aa7;
  text-decoration: underline; }
#sidebar .sideServiceMenu {
  border-radius: 5px;
  background: white;
  border-top: solid 5px #1361ae;
  border-left: solid 1px #cdcdcd;
  border-right: solid 1px #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
  margin-bottom: 20px; }
#sidebar .sideServiceMenu h4 {
  background: url(../img/homepage/side_t1.jpg) no-repeat 15px center;
  background-size: auto;
  height: 32px;
  border-bottom: 1px dotted #b8b8b8;
  padding: 15px;
  text-indent: -9999px;
  margin-bottom: 13px; }
#sidebar .sideServiceMenu ul {
  padding: 0 15px 20px 15px; }
#sidebar .sideServiceMenu ul li a {
  display: block;
  background: url(../img/homepage/side_li.jpg) no-repeat left center;
  background-size: auto;
  line-height: 27px;
  padding-left: 15px; }
#sidebar .sideServiceMenu ul li a:hover {
  background: url(../img/homepage/side_li.jpg) no-repeat 2px center; }
#sidebar .addBanner ul li {
  margin-bottom: 20px; }

#kasouContents {
  width: 750px;
  float: left; }

.kasouMainImage {
  margin-bottom: 30px; }

/* 見出し */
.midashi1 {
  background: url(../img/homepage/homepage_t1.jpg) no-repeat 10px center #fdfdfd;
  border-top: 3px solid #1361ae;
  border-bottom: 1px dotted #b4b4b4;
  padding: 20px 10px 20px 45px;
  font-size: 192%;
  margin: 0 0 35px 0; }

.midashi2 {
  background: #323232;
  padding: 5px;
  text-align: center;
  font-size: 177%;
  margin: 0 0 30px 0;
  color: white;
  border-radius: 10px 10px 0 0; }

.midashi3 {
  background: url(../img/homepage/homepage_t2.jpg) no-repeat 6px center white;
  padding: 10px 10px 10px 25px;
  font-size: 123%;
  margin: 0 0 25px 0;
  border-radius: 3px;
  border: 1px solid #bcbcbc; }

/* =======================================
	ホームページ制作
======================================= */
.aboutHp {
  margin-bottom: 40px; }
.aboutHp figure {
  margin-bottom: 30px; }

.aboutXloopHp div {
  padding-bottom: 15px; }
.aboutXloopHp div dl {
  max-width: 215px;
  float: left;
  margin: 0 17px 25px 17px; }
.aboutXloopHp div dl dt {
  margin-bottom: 15px; }

.hpFlow {
  padding-bottom: 35px; }
.hpFlow .hpFlowContents, .hpFlow .hpFlowContents2 {
  margin-bottom: 35px; }
.hpFlow .hpFlowContents figure, .hpFlow .hpFlowContents2 figure {
  float: left; }
.hpFlow .hpFlowContents .flowTypes, .hpFlow .hpFlowContents2 .flowTypes {
  overflow: hidden;
  width: 600px;
  float: right; }
.hpFlow .hpFlowContents .flowTypes h2, .hpFlow .hpFlowContents2 .flowTypes h2 {
  font-size: 123%;
  background: url(../img/homepage/homepage_t3.jpg) repeat-x left bottom;
  padding: 5px 0 10px 0;
  margin-bottom: 15px; }
.hpFlow .hpFlowContents .flowTypes h2:first-letter, .hpFlow .hpFlowContents2 .flowTypes h2:first-letter {
  background: #0a5aab;
  padding: 0 6px;
  color: white;
  border-radius: 3px;
  margin-right: 10px; }
.hpFlow .hpFlowContents2 figure {
  float: right; }
.hpFlow .hpFlowContents2 .flowTypes {
  float: left; }

/* =======================================
	スマートフォンサイト制作
======================================= */
.aboutSp {
  margin-bottom: 45px; }
.aboutSp figure {
  float: right; }
.aboutSp .spCon {
  overflow: hidden;
  max-width: 352px; }
.aboutSp .spCon h2 {
  background: url(../img/sp/sp_t1.jpg) no-repeat 0 0;
  background-size: auto;
  margin-bottom: 15px;
  height: 52px;
  text-indent: -9999px; }
.aboutSp .spCon .spCon2 {
  margin-top: 15px; }

/* =======================================
	アプリ制作
======================================= */
.aboutApp {
  margin-bottom: 45px; }
.aboutApp figure {
  float: left; }
.aboutApp .appCon {
  float: right;
  width: 570px; }
.aboutApp .appCon h2 {
  background: url(../img/app/app_t1.jpg) no-repeat 0 0;
  background-size: contain;
  margin-bottom: 15px;
  height: 48px;
  text-indent: -9999px; }
.aboutApp .appCon p {
  padding-bottom: 17px; }

.aboutXloopApp {
  margin-bottom: 15px;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }
.aboutXloopApp div {
  padding-bottom: 25px; }
.aboutXloopApp div h2 {
  background: url(../img/app/app_t2.jpg) no-repeat 0 0;
  background-size: auto;
  margin: 0 20px 0 0;
  width: 195px;
  height: 110px;
  text-indent: -9999px;
  float: left; }
.aboutXloopApp div h2.appTitle2 {
  background: url(../img/app/app_t3.jpg) no-repeat 0 0; }

/* =======================================
	アプリ制作
======================================= */
.seoCon h2 {
  background: url(../img/seo/seo_t1.jpg) no-repeat center 0;
  background-size: contain;
  margin-bottom: 35px;
  height: 103px;
  text-indent: -9999px; }
.seoCon div figure {
  float: right; }
.seoCon div p {
  float: left;
  display: block;
  max-width: 290px; }

.seoTopics {
  max-width: 340px;
  margin: 0 17px;
  float: left; }
.seoTopics h2 {
  background: url(../img/seo/seo_t2.jpg) no-repeat center 0;
  background-size: contain;
  margin-bottom: 23px;
  height: 81px;
  text-indent: -9999px; }
.seoTopics h2.afterSeoTitle {
  background: url(../img/seo/seo_t4.jpg) no-repeat center 0; }
.seoTopics h3 {
  background: url(../img/seo/seo_t3.jpg) no-repeat 0 0;
  background-size: contain;
  margin-bottom: 12px;
  height: 50px;
  text-indent: -9999px; }
.seoTopics h3.afterSeoSubTitle {
  background: url(../img/seo/seo_t5.jpg) no-repeat 0 0; }
.seoTopics figure {
  margin: 25px 0 30px 0; }
.seoTopics figure figcaption {
  margin-top: 10px; }

.adobereader {
  margin-bottom: 80px;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }
.adobereader a {
  display: block;
  width: 158px;
  float: left; }
.adobereader p {
  max-width: 553px;
  float: right;
  display: block;
  font-size: 92%; }

/* =======================================
	会社概要
======================================= */
.aboutXloop {
  margin-bottom: 45px; }
.aboutXloop figure {
  margin-bottom: 30px; }
.aboutXloop figure img {
  margin: 0 auto; }
.aboutXloop p {
  background: #eeeeee;
  text-align: center;
  border: 1px solid #d8d8d8;
  padding: 30px 10px; }

.aboutXloopTable {
  margin-bottom: 70px; }
.aboutXloopTable table {
  float: left;
  max-width: 580px; }
.aboutXloopTable img {
  float: right; }

/* =======================================
	お問い合わせ
======================================= */
.contactXloop {
  margin-bottom: 30px; }
.contactXloop .privBox {
  background: white;
  padding: 30px;
  margin: 20px 0 0 0;
  border: 1px solid #cdcdcd; }
.contactXloop .privBox h2 {
  color: #0255a9;
  font-size: 100%;
  margin: 0; }

.contactForm table {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }
.contactForm table th {
  width: 30%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }
.contactForm table td {
  width: 70%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }
.contactForm table td input, .contactForm table td textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%; }
.contactForm table td textarea {
  height: 160px; }
.contactForm table td .ads {
  width: 20%; }

/* =======================================
	お問い合わせフォーム
======================================= */
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse; }

/* =======================================
	制作実績
======================================= */
.xloopWorks dl {
  width: 31%;
  margin: 0 1%;
  float: left;
  height: 230px; }
.xloopWorks dl img {
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 5px; }
.xloopWorks dl dt {
  margin-bottom: 10px; }
.xloopWorks dl dd {
  text-align: center;
  font-size: 92%; }
