@charset "UTF-8";
/* line 5, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: middle;
}

/* line 22, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
Theme Name: Mitsuba Template
Author: Hagis Design
*/

/*------------------
トップ画像下の文章
------------------*/

.post_title{
    width: 870px;
    margin: 0 auto;
    margin-top: 1%;
    margin-bottom: 1%;
    padding: 2%;
    font-size: 14px;
    line-height: 1.3;
    border: solid 1px #D8D8D8;
}


/*------------------
メニューボックス
------------------*/

.menu_content{
    width: 860px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 2%;
}

.menu_box {
    width: 280px;
    height: 110px;
    margin: 0;
	margin-right: 10px;
    background: #fff;
    border: solid 1px #D8D8D8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    float: left;
    line-height: 1.4;
}

.clearfix :after {
  content: "";
  display: block;
  clear: both;
}

.menu_box:last-child{
    margin-right: 0;
}

.menu_box .box-title {
    width: 300px;
    height: 40px;
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#d3d3d3 100%);
    padding: 20x;
    text-align: center;
    color: #000;
    letter-spacing: 0.05em;
	font-weight: 600;
    display: table-cell;
    vertical-align: middle;
}

.menu_box p {
    font-size: 14px;
    vertical-align: middle;
    padding: 15px 20px;
    margin: 0;
}

/*--------------------------
依頼の流れ
--------------------------*/

.flow_content{
    width: 860px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 3%;
}

.flow_box{
    padding: 0;
    margin-bottom: 2%;
}

.flow_title01{
    width: 860px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 2%;
    padding: 1em;
    color: #000;
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%); 
    border-bottom: solid 2px #F7D429;
}

.flow_icon{
    width: 5px;
    height: 17px;
    margin-right: 1%;
    background-color: #F7D429;
    float: left;
}

.flow_title01 p{
    font-size: 17px;
    float: left;
}

.clearfix :after {
  content: "";
  display: block;
  clear: both;
}

.flow_box p.flow_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1%;
}

.flow_box p.flow_p {
    font-size: 14px;
    line-height: 1.4
}


.flow_txt {
    background-color: #fff;
    border: 2px double #D8D8D8;
    width: 730px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 3%;
    padding: 1%;
}

.flow_txt:after { /* 三角 */
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    border-style: solid;
    border-width: 20px 50px 0 50px;
    border-color: #d8d8d8 transparent transparent transparent;
    top: 100%;
    left: 50%;
    margin-left: -50px;
}

.flow_last {
    background-color: #fff;
    border: 2px double #D8D8D8;
    width: 730px;
    position: relative;
    padding: 1%;
    margin: 0 auto;
}

/*------------
    汎用CSS
-------------*/

/* line 14, ../sass/style.scss */
.transition {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}

/* line 20, ../sass/style.scss */
.center {
  text-align: center;
  margin: 0 auto;
}

/* line 24, ../sass/style.scss */
.clfix:after {
  content: "";
  display: block;
  clear: both;
}

/*-----*/
/* line 30, ../sass/style.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 37, ../sass/style.scss */
body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  height: 100%;
  width: 100%;
}

/* line 42, ../sass/style.scss */
p {
  color: #000;
}

/* line 43, ../sass/style.scss */
a {
  text-decoration: none;
  color: #000;
}
/* line 46, ../sass/style.scss */
a:hover {
  color: #1b469c;
  opacity: 0.8;
}

/* line 51, ../sass/style.scss */
img {
  border: 0;
}

/* line 52, ../sass/style.scss */
.pc_none {
  display: none;
}

/* line 53, ../sass/style.scss */
.sp_none {
  display: block;
}

/* line 54, ../sass/style.scss */
.article {
  width: 100%;
  padding: 20px 0px;
  margin: 0 auto;
  display: table;
}

/* line 60, ../sass/style.scss */
.k_article {
  width: 100%;
  padding: 20px 0px;
  margin: 0 auto;
  display: table;
}

/* line 66, ../sass/style.scss */
.inner {
  width: 1000px;
  margin: 0 auto;
}

/* line 70, ../sass/style.scss */
.copy {
  text-align: center;
  color: #000;
  font-size: 14px;
  padding: 10px 0px 80px 0px;
}

/* line 76, ../sass/style.scss */
.bsd {
  box-shadow: 5px 5px 15px #bbb;
}

/* line 77, ../sass/style.scss */
.center {
  text-align: center;
  margin: 0 auto;
}

/*----------------
    index
    ------------*/
/* line 82, ../sass/style.scss */
#main-visual {
  width: 100%;
  z-index: 0;
}

/* line 86, ../sass/style.scss */
#header_top {
  width: 100%;
  height: 10px;
  background: #036eb8;
  padding: 0;
  margin: 0 auto;
  top: 0px;
}

/* line 95, ../sass/style.scss */
#header_article {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border-bottom: 5px solid #036eb8;
}

/* line 101, ../sass/style.scss */
#header_t {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0px 0px;
}
/* line 105, ../sass/style.scss */
#header_t p {
  text-align: right;
}
/* line 106, ../sass/style.scss */
#header_t div.h_left {
  float: left;
  padding: 10px 0px 0px;
}
/* line 107, ../sass/style.scss */
#header_t div.h_right {
  text-align: right;
  padding-top: 20px;
}

/* line 112, ../sass/style.scss */
#navi {
  padding: 30px 0px 0px;
}

/* line 115, ../sass/style.scss */
#mainmenu {
  width: 100%;
  /*background: url("../images/contents_bg_01.jpg") repeat-y center center;*/
  display: table;
}

/* line 120, ../sass/style.scss */
.menucontents {
  width: 25%;
  text-align: center;
  padding: 20px;
  float: left;
}

/* line 126, ../sass/style.scss */
.menumds {
  font-size: 16px;
  border-bottom: 1px dashed #000;
  text-align: left;
  padding: 0px 0px 7px;
}

/* line 132, ../sass/style.scss */
.menumds:before {
  content: url(../images/contents_arw1.png);
  position: relative;
  top: 5px;
  margin: 0px 5px;
}

/* line 138, ../sass/style.scss */
.menumds2 {
  font-size: 15px;
  border-bottom: 1px dashed #000;
  text-align: left;
  padding: 0px 0px 7px;
}

/* line 144, ../sass/style.scss */
.menumds2:before {
  content: url(../images/contents_arw2.png);
  position: relative;
  top: 5px;
  margin: 0px 5px;
}

/* line 150, ../sass/style.scss */
.menutxt {
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
  padding-top: 10px;
}

.point{
  width:48%;
  padding:10px;
  margin:10px;
  text-align: center;
  border: 2px solid #036eb8;
  border-radius: 15px;
  float:left;
}
.point_title{
  font-size:18px;
  color:#000;
  padding: 10px;
  line-height: 1.5;
}
.point_title span{color:#f00;}
.point_txt{
font-size: 14px;
color: #000;
padding: 5px;
line-height: 1.5;
text-align: left;
height:120px;
}

.ind_txt h1{
  font-size:24px;
  text-align: center;
  padding:20px 0px;
  text-shadow: 1px 1px 3px #999;
}
.ind_txt h2{
  font-size:16px;
  text-align:left;
  padding:0px 5px;
  line-height:1.6;
}

.news_inner{
  background: #F39700;
  border:1px solid #d8d8d8;
  border-radius:10px;
}
.news_title{
  width:100%;
  background: #F39700;
  font-size:18px;
  padding:15px 15px;
}
.news1{
  width:100%;
  background:#fff;
  padding:10px 15px;
  border-bottom:2px dashed #d8d8d8;
  line-height:1.5;
}
.news1:last-child{border:none;}
.news1:before{
  content: url('../images/news_before.jpg');
  position: relative;
  top: -3px;
}
.news1 span{float:right;}

/* line 156, ../sass/style.scss */
.casetitle {
  color: #036eb8;
  font-size: 24px;
  padding: 15px 10px;
border-left: 15px solid #036eb8;
border-bottom: 1px solid #036eb8;
  display: table;
  width:100%;
}

/* line 161, ../sass/style.scss */
.case {
  width: 30%;
  padding: 10px;
  margin: 15px;
  background: #eee;
  border-top: 3px solid #036eb8;
  border-bottom: 3px solid #036eb8;
  float: left;
  text-align: center;
}

/* line 171, ../sass/style.scss */
.casemds {
  padding: 5px 0px;
  color: #036eb8;
  height:60px;
}
.casetxt{
  font-size:16px;
padding: 5px 0px;
color: #f39700;
text-align:left;
height:60px;
}

/* line 175, ../sass/style.scss */
#footer {
  width: 100%;
  background: #036eb8;
  display: table;
  padding: 50px 0px;
}

/* line 181, ../sass/style.scss */
.footer_con:before {
  content: url(../images/footer_arw.png);
  position: relative;
  top: 2px;
  margin: 0px 3px;
}

/* line 187, ../sass/style.scss */
.footer_con {
  float: left;
  padding: 0px 30px;
  line-height: 1.8;
}
/* line 191, ../sass/style.scss */
.footer_con a {
  color: #fff;
  font-size: 14px;
}
.sns{
  width:100%;
  text-align:right;
  padding: 36px 75px 20px 100px;
}
.sns a img{padding:0px 5px;}

/*----------
  navi
  ----------*/
/* line 199, ../sass/style.scss */
.menu {
  position: relative;
  width: 100%;
  height: 50px;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 207, ../sass/style.scss */
.menu > li {
  float: left;
  width: 20%;
  /* グローバルナビ5つの場合 */
  height: 50px;
  line-height: 20px;
  background: white;
}

/* line 215, ../sass/style.scss */
.menu > li a {
  display: block;
  color: #000;
  text-align: center;
}

/* line 221, ../sass/style.scss */
.menu > li a:hover {
  color: #999;
}

/* line 224, ../sass/style.scss */
.menu > li a span {
  color: #999;
  font-size: 12px;
}

/* line 228, ../sass/style.scss */
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

/* line 234, ../sass/style.scss */
ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}

/* line 239, ../sass/style.scss */
ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}

/* line 244, ../sass/style.scss */
.menu > li:hover {
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

/* line 250, ../sass/style.scss */
.menu__second-level li {
  border-top: 1px solid #111;
}

/* line 254, ../sass/style.scss */
.menu__third-level li {
  border-top: 1px solid #111;
}

/* line 258, ../sass/style.scss */
.menu__second-level li a:hover {
  background: #fff;
  opacity: 0.8;
}

/* line 263, ../sass/style.scss */
.menu__third-level li a:hover {
  background: #2a1f1f;
}

/* line 267, ../sass/style.scss */
.menu__fourth-level li a:hover {
  background: #1d0f0f;
}

/* line 270, ../sass/style.scss */
li.menu__mega ul.menu__second-level {
  position: absolute;
  top: 40px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 2%;
  background: #fff;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 285, ../sass/style.scss */
li.menu__mega:hover ul.menu__second-level {
  top: 80px;
  visibility: visible;
  opacity: 1;
}

/* line 291, ../sass/style.scss */
li.menu__mega ul.menu__second-level > li {
  float: left;
  width: 32%;
  border: none;
}

/* line 297, ../sass/style.scss */
li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
  margin: 0 1%;
}

/* 下矢印 
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/
/* floatクリア */
/* line 315, ../sass/style.scss */
.menu:before,
.menu:after {
  content: " ";
  display: table;
}

/* line 321, ../sass/style.scss */
.menu:after {
  clear: both;
}

/* line 325, ../sass/style.scss */
.menu {
  *zoom: 1;
}

/*---
  sub
  ---*/
/* line 331, ../sass/style.scss */
.subtitlebg {
  width: 100%;
  background: #036eb8;
}

/* line 335, ../sass/style.scss */
.subtitle {
  font-size: 24px;
  color: #fff;
  padding: 20px 5px;
}

/* line 340, ../sass/style.scss */
.kcontents {
  width: 1000px;
  margin: 0 auto;
}
/* line 343, ../sass/style.scss */
.kcontents p {
  padding: 30px;
}
/* line 346, ../sass/style.scss */
.kcontents .message {
  line-height: 1.5;
}
/* line 347, ../sass/style.scss */
.kcontents .con1 {
  background: #fff;
  width: 25%;
  float: left;
  text-align: left;
  padding: 15px 15px 15px 10%;
}
/* line 348, ../sass/style.scss */
.kcontents .con2 {
  background: #fff;
  width: 75%;
  float: right;
  text-align: left;
  padding: 15px 10% 15px 15px;
}
/* line 349, ../sass/style.scss */
.kcontents .con3 {
  background: #f7f5f1;
  width: 25%;
  float: left;
  text-align: left;
  padding: 15px 15px 15px 10%;
}
/* line 350, ../sass/style.scss */
.kcontents .con4 {
  background: #f7f5f1;
  width: 75%;
  float: right;
  text-align: left;
  padding: 15px 10% 15px 15px;
}
.kcontents .con_eil{height:155px;}
.kcontents .con_eir{height:155px;}
.kcontents .con_sitel{height:320px;}
.kcontents .con_siter{height:320px;}
.kcontents .con_danl{height:100px;}
.kcontents .con_danr{height:100px;}
.kcontents .con_mapl{height:530px;}
.kcontents .con_mapr{height:530px;}

/* line 351, ../sass/style.scss */
.kcontents .pbm47 {
  padding-bottom: 47px;
}
/* line 352, ../sass/style.scss */
.kcontents .trit {
  background: #036eb8;
  width: 100%;
  float: none;
  text-align: center;
  padding: 15px;
  color: #fff;
  display: table;
}
/* line 353, ../sass/style.scss */
.kcontents .tri1 {
  background: #fff;
  width: 50%;
  float: left;
  text-align: left;
  padding: 15px;
}
/* line 354, ../sass/style.scss */
.kcontents .tri2 {
  background: #fff;
  width: 50%;
  float: right;
  text-align: left;
  padding: 15px;
}
/* line 355, ../sass/style.scss */
.kcontents .tri3 {
  background: #f7f5f1;
  width: 50%;
  float: left;
  text-align: left;
  padding: 15px;
}
/* line 356, ../sass/style.scss */
.kcontents .tri4 {
  background: #f7f5f1;
  width: 50%;
  float: right;
  text-align: left;
  padding: 15px;
}
/* line 357, ../sass/style.scss */
.kcontents .trans {
  width: 100%;
  margin: 10px;
  padding: 0px 0px 30px;
  display: table;
}
/* line 358, ../sass/style.scss */
.kcontents .trans p {
  width: 22%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  float: left;
  border: 3px solid #fff;
  background: #218fdb;
  margin: 10px 10px;
  padding:20px;
}
/* line 368, ../sass/style.scss */
.kcontents .ast {
  padding: 0px 30px 30px;
  line-height: 1.5;
  font-size: 12px;
}
/* line 369, ../sass/style.scss */
.kcontents .tritrd {
  margin: 0 auto;
  border-radius: 20px;
  background: #036eb8;
  width: 45% !important;
  float: none;
  text-align: center;
  padding: 15px;
  color: #fff;
  display: table;
}
/* line 370, ../sass/style.scss */
.kcontents .tritrd a {
  color: #fff;
  display: block;
  padding: 15px;
}
/* line 371, ../sass/style.scss */
.kcontents .sitemap {
  width: 45% !important;
  line-height: 1.5;
  float: left;
}
/* line 372, ../sass/style.scss */
.kcontents .sitemap span {
  border-bottom: 2px dashed #333;
  display: block;
}
/* line 373, ../sass/style.scss */
.kcontents .sitemap a {
  padding-left: 15px;
}

/* line 376, ../sass/style.scss */
#form {
  width: 100%;
  margin: 0 auto;
}

/* line 380, ../sass/style.scss */
#form div {
  margin: 0px 0px 0px;
  text-align: center;
}

/* line 384, ../sass/style.scss */
#form div p {
  color: #036eb8;
  font-size: 16px;
  text-align: left;
  line-height: 2.2;
  padding: 0 0 0 10px;
  float:left;
background: #eee;
border: 1px solid #036eb8;
margin-left: 50px;
width:30%;
}
.form_file{height:72px;}
.form_input{
width: 65%;
display: table;
text-align: left !important;
border: 1px solid #036eb8;
line-height: 2.2;
padding-left: 5px;
}
/* line 391, ../sass/style.scss */
#form input.border {
  width: 98%;
  text-align: left;
}
.form_texts{
height: 202px;
padding-top: 80px!important;
}

/* line 399, ../sass/style.scss */
#form textarea {
  width: 98%;
  text-align: left;
  height: 193px;
}

/* line 409, ../sass/style.scss */
#submit_btn {
  border: 0px;
  background: url("../images/contact_botton.png") left top no-repeat;
  margin: 30px 0px 0px;
  width: 200px;
  height: 65px;
}

/* line 417, ../sass/style.scss */
#submit_btn:hover {
  opacity: 0.8;
}
.handling p{
  width:100%!important;
  text-align: center!important;
  padding:30px 0px 10px!important;
  margin:0!important;
  border:none!important;
  float:none!important;
  background:#fff!important;
}
.handling textarea{
  overflow: scroll;
  width:80%!important;
}

/* service */
/* serviceHead */
#serviceHead{
  padding: 70px 0;
}
#serviceHead h2{
  font-size: 181.3%;
}
#serviceHead h2 span{
  display: block;
}
/* serviceList */
#serviceList{
  padding-top: 20px;
  padding-bottom: 50px;
  display: table;
}
#serviceList .service{
  float: left;
  width: 315px;
  margin-right: 20px;
}
#serviceList .service#web{
  margin-right: 0;
}
#serviceList .service#pitchbook{
  display: none;
}
/* serviceList head */
#serviceList .head:hover{
  cursor: pointer;
}
#serviceList .head h3{
  display: block;
  margin-bottom: 10px;
  font-size: 87.5%;
  font-weight: bold;
  color: #3a302e;
  text-align: center;
}
#serviceList .request{
  padding: 135px 10px 10px 10px;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 50% 10px;
  box-shadow: rgba(0, 0, 0, 0.30) 0px 0px 5px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.30) 0px 0px 5px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.30) 0px 0px 5px 0px;
}
#serviceList .request p{
  font-size: 112.5%;
}
#serviceList .request p br{
  display: block;
}
#serviceList #dtp .request{ background-image: url(../images/service-dtp.jpg); }
#serviceList #translation .request{ background-image: url(../images/service-translation.jpg); }
#serviceList #web .request{ background-image: url(../images/service-web.jpg); }
#s_dtp{padding:30px 0px;}
#s_trans{padding:30px 0px;}
#s_web{padding:30px 0px;}

#performance{
  width:100%;
  background:#fff url('../images/sand.jpg') repeat;
  display: table;
  margin:30px 0px;
}
.pf_contents{
  float:left;
  padding:30px 15px;
}
.pf_contents a{
  opacity: 1;
  -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
      -ms-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
}
.pf_contents a:hover{
  opacity: 0.7;
  -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
      -ms-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
}

#inbound_ex1{
  width:100%;
  background: #036eb8 url('../images/inbound_arrow.png') no-repeat top center;
text-align: center;
font-size: 26px;
font-weight: bold;
line-height: 1.5;
padding-top: 50px;
}
#inbound_ex1 p{color:#fff;padding:5px;}

#inbound_ex2{
  width:100%;
  background: #e17a00 url('../images/inbound_arrow.png') no-repeat top center;
text-align: center;
font-size: 26px;
font-weight: bold;
line-height: 1.5;
padding-top: 50px;
margin:50px 0px;
}
#inbound_ex2 p{color:#fff;padding:5px;}
.inbound_txt{
  font-size:14px;
  color:#fff;
  padding:50px 5px!important;
}

.sea_mds{
  width:300px;
  font-size:24px;
  color:#fff;
  background: #f39700;
  padding:10px 30px;
  margin:30px auto;
  text-align: center;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
#overseas{
  width:100%;
  margin:0 auto;
  padding:0px 0px 50px;
}
.sea_article{
  width:100%;
  display: table;
  border-bottom:2px dotted #666;
  padding:10px 0px;
}
.sea_pic{
  padding:0px 10px;
  float:left;
}
.sea_txt{
  display: table;
  width:50%;
  font-size:14px;
  line-height:1.3;
  float:left;
  padding:10px;
}
.sea_ex{
  display: table;
  width: 24%;
  background:#036eb8;
  padding:10px;
  color:#fff;
  font-size:14px;
  line-height:1.3;
  border-radius:15px;
}

.contact_link{
  padding:30px 0px;
  width:100%;
  margin:0 auto;
  text-align: center;
}

#assistance_top{
  height:250px;
  background: #fff url('../images/assistance_bg.jpg') no-repeat center center;
  background-size:cover;
}
#assistance_top_sp{display: none;}
.assistance_title{
  margin-top:30px;
  text-align:left;
  line-height:1.7;
  border-top:2px solid #036eb8;
  border-bottom:2px solid #036eb8;
}
.assistance_title span:before{
  content: url('../images/check.jpg');
top: 8px;
position: relative;
padding-right: 10px;
}
.assistance_point{
  width:100%;
  border:2px solid #a3cba4;
  border-radius:30px;
  padding: 15px 0px;
  margin: 20px auto;
}
.assistance_left{
  padding:15px;
  width:70%;
  line-height:1.5;
  float:left;
}
.assistance_left span{
  font-size:24px;
  color:#62a764;
  padding:0px 0px 10px 10px;
}

/*20171221*/
.c-submitarea{
  margin:30px auto 0 !important;
}
.c-submitarea .c-list-unstyle li{
  display: inline-block;
}
.btn-submit{
  /*background:url(../images/contact_botton.png);*/
  background-color: #E8A303;
  width: 150px;
  height: 60px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border: 0;
}
.btn-reset{
  background-color: #333;
  width: 150px;
  height: 60px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border: 0;
}
.txt-error{
  font-size: 14px;
  color: #cc0000;
}
.form_list{
  display: -webkit-flex;
  display: flex;
}
.form_list .tl {
  color: #036eb8;
  font-size: 16px;
  text-align: left !important;
  line-height: 2.2;
  padding: 0 0 0 10px;
  background: #eee;
  border: 1px solid #036eb8;
  width:30%;
  margin-left: 50px !important;
}
.btn-deletefile{
  border: 1px solid #ccc;
  font-size: 14px;
  background-color: #f0f0f0;
  padding: 1px 3px;
}
/*---------------------------------------
メニューボックスの文字位置
---------------------------------------*/



@media screen and (max-width: 779px) {
  /* line 422, ../sass/style.scss */
  .m55 {
    margin-bottom: 55px;
  }

  /* line 423, ../sass/style.scss */
  .sb-toggle-right {
    text-align: right;
    padding: 10px;
  }

  /* line 427, ../sass/style.scss */
  .center {
    text-align: center;
    margin: 0 auto;
  }
  /* line 430, ../sass/style.scss */
  .center img {
    width: 100%;
    max-width: 100%;
  }

  /* line 432, ../sass/style.scss */
  .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  /* line 437, ../sass/style.scss */
  .pc_none {
    display: block !important;
  }

  /* line 438, ../sass/style.scss */
  .sp_none {
    display: none !important;
  }

  /*-----------
      top
    ----------*/
  /* line 442, ../sass/style.scss */
  #header_article {
    background: rgba(255, 255, 255, 0);
  }

  /* line 445, ../sass/style.scss */
  #header_top {
    width: 100%;
    height: 70px;
    background: #036eb8;
    padding: 0;
    margin: 0 auto;
    top: 0px;
  }

  /* line 453, ../sass/style.scss */
  #header_t {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px 0px;
  }
  /* line 457, ../sass/style.scss */
  #header_t p {
    text-align: center;
    line-height: 1.5;
  }
  /* line 458, ../sass/style.scss */
  #header_t div.h_right {
    text-align: right;
    padding-top: 20px;
  }

  /* line 463, ../sass/style.scss */
  .h_left {
    float: left;
    padding: 10px 3px;
    width: 80%;
    height: 70px;
  }
  .h-left img{max-width:260px;}

  /* line 464, ../sass/style.scss */
  #mainmenu {
    width: 100%;
    background: url("../images/contents_bg_01.jpg") repeat-y center center;
    display: table;
    padding: 20px 0px;
  }

  /* line 470, ../sass/style.scss */
  .menucontents {
    width: 50%;
    text-align: center;
    padding: 10px;
    float: left;
  }
  /* line 475, ../sass/style.scss */
  .menucontents a img {
    width: 100%;
  }

  /* line 477, ../sass/style.scss */
  .menumds2 {
    font-size: 12px;
  }

.point{
  width:97%;
  padding:10px;
  margin:5px;
  text-align: center;
  border: 2px solid #036eb8;
  border-radius: 15px;
  float:left;
}
.point_title{
  font-size:18px;
  color:#000;
  padding: 10px;
  line-height: 1.5;
}
.point_title span{color:#f00;}
.point_txt{
font-size: 14px;
color: #000;
padding: 5px;
line-height: 1.5;
text-align: left;
height:120px;
}

  /* line 479, ../sass/style.scss */
  .case {
    width: 30%;
    padding: 10px;
    margin: 5px;
    background: #eee;
    border-top: 3px solid #036eb8;
    border-bottom: 3px solid #036eb8;
    float: left;
    text-align: center;
  }
  /* line 488, ../sass/style.scss */
  .case a img {
    width: 100%;
  }

  /* line 490, ../sass/style.scss */
  .casemds {
    padding: 5px 0px;
    color: #036eb8;
    font-size: 10px;
    padding: 15px 0px;
    height:60px;
  }
  .casetxt{
    font-size:10px;
    height: 80px;
    padding: 10px 0px;
    line-height:1.2
  }
  .sns{
  width:100%;
  text-align:center;
  padding:30px 0px 20px;
}
  /*---
    sub
    ---*/
  /* line 499, ../sass/style.scss */
  .k_article {
    width: 100%;
    padding: 20px 10px;
    margin: 0 auto;
    display: table;
  }

  /* line 505, ../sass/style.scss */
  .subtitlebg {
    width: 100%;
    background: #036eb8;
  }

  /* line 509, ../sass/style.scss */
  .subtitle {
    font-size: 24px;
    color: #fff;
    padding: 20px 5px;
  }

  /* line 514, ../sass/style.scss */
  .kcontents {
    width: 100%;
    margin: 0 auto;
  }
  /* line 517, ../sass/style.scss */
  .kcontents p {
    padding: 30px 10px;
  }

  /* line 520, ../sass/style.scss */
  .kcontents .message {
    line-height: 1.5;
  }
  /* line 521, ../sass/style.scss */
  .kcontents .con1 {
    background: #fff;
    width: 100%;
    float: none;
    text-align: left;
    padding: 15px;
  }
  /* line 522, ../sass/style.scss */
  .kcontents .con2 {
    background: #fff;
    width: 100%;
    float: none;
    text-align: left;
    padding: 15px;
  }
  /* line 523, ../sass/style.scss */
  .kcontents .con3 {
    background: #f7f5f1;
    width: 100%;
    float: none;
    text-align: left;
    padding: 15px !important;
  }
  /* line 524, ../sass/style.scss */
  .kcontents .con4 {
    background: #f7f5f1;
    width: 100%;
    float: none;
    text-align: left;
    padding: 15px;
  }
  .kcontents .con_eil{height:40px;}
  .kcontents .con_eir{height:auto;}
  .kcontents .con_sitel{height:40px;}
  .kcontents .con_siter{height:auto;}
  .kcontents .con_danl{height:40px;}
  .kcontents .con_danr{height:auto;}
.kcontents .con_mapl{height:40px;}
.kcontents .con_mapr{height:auto;}

  /* line 525, ../sass/style.scss */
  .kcontents .pbm47 {
    padding-bottom: 47px;
  }
  /* line 526, ../sass/style.scss */
  .kcontents .trit {
    background: #036eb8;
    width: 100%;
    float: none;
    text-align: center;
    padding: 15px;
    color: #fff;
    display: table;
  }
  /* line 527, ../sass/style.scss */
  .kcontents .tri1 {
    background: #fff;
    width: 100%;
    float: none;
    text-align: left;
    padding: 15px;
  }
  /* line 528, ../sass/style.scss */
  .kcontents .tri2 {
    background: #f7f5f1;
    width: 100%;
    float: none;
    text-align: left;
    padding: 15px;
  }
  /* line 529, ../sass/style.scss */
  .kcontents .tri3 {
    background: #fff;
    width: 100%;
    float: none;
    text-align: left;
    padding: 15px;
  }
  /* line 530, ../sass/style.scss */
  .kcontents .tri4 {
    background: #f7f5f1;
    width: 100%;
    float: none;
    text-align: left;
    padding: 15px;
  }
  /* line 531, ../sass/style.scss */
  .kcontents .tritrd {
    margin: 0 auto;
    border-radius: 20px;
    background: #036eb8;
    width: 94% !important;
    float: none;
    text-align: center;
    padding: 15px;
    color: #fff;
    display: table;
  }
  .kcontents .trans p {
  width: 43%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  float: left;
  border: 3px solid #fff;
  background: #218fdb;
  margin: 5px 5px;
  padding:20px;
  font-size: 14px;
}
  /* line 532, ../sass/style.scss */
  .kcontents .sitemap {
    width: 45% !important;
    font-size:12px;
  }
  /* line 533, ../sass/style.scss */
  .kcontents .sitemap span {
    border-bottom: 1px dashed #333;
  }

  /* line 535, ../sass/style.scss */
  #form textarea {
    text-align: left;
  }
#form div p {
  color: #036eb8;
  font-size: 16px;
  text-align: left;
  line-height: 2.2;
  padding: 0 0 0 10px;
  float:left;
background: #eee;
border: 1px solid #036eb8;
margin-left: 0px;
width:100%;
}
.form_texts{
height: 35px;
padding-top: 0px!important;
}
.handling textarea{
  overflow: scroll;
  width:98%!important;
}
#performance{
  width:100%;
  background:#fff url('../images/sand.jpg') repeat;
  display: table;
  margin:30px 0px;
}
.form_input{
width: 100%;
display: table;
text-align: left !important;
border: 1px solid #036eb8;
line-height: 2.2;
padding-left: 5px;
}
.pf_contents{
  float:left;
  padding:10px 10px;
  width:50%;
}
.pf_contents a img{
width:100%;
}

#serviceList{
  padding-top: 20px;
  padding-bottom: 50px;
  display: table;
  width:100%;
}
#serviceList .service{
  float: none;
  width: 315px;
  margin: 20px auto!important;
}

.sea_pic{
  width:100%;
  text-align: center;
  margin:0 auto;
}
.sea_txt{
  width:100%;
}
.sea_ex{
  width: 100%;
}
#assistance_top{
  display: none;
}
#assistance_top_sp{
  height:170px;
  background: #fff url('../images/assistance_bg_sp.jpg') no-repeat center center;
  background-size:cover;
  width:100%;
  display: block;
}
.assistance_left{
  padding:5px;
  width:100%;
  line-height:1.5;
  text-align: left;
}
.assistance_left span{
  font-size:24px;
  color:#62a764;
  padding:0px 0px 10px 10px;
display: block;
text-align: center;
}

/*20171221*/
.form_list{
  display: inherit;
}
.form_list .tl {
  width:100%;
  margin-left: 0px !important;
}  

  /* media end */
}
@media screen and (max-width: 599px) {
  /*-----------
      index
    ---------*/
    
    .post_title{
        width: 100%;
        height: 100%;
        font-size: 0.8em;
        padding: 0 1%;
    }
    
    .menu_content{
        width: 280px;
        height: 100%;
    }
    
    .menu_box{
        margin: 0 auto;
        margin: 0;
        float: none;
    }

    .menu_box .box-title {
        font-size: 0.9em;
        padding: 1%;
}
    
.menu_box p {
        font-size: 0.8em;
    }
    
    /*--------------------------
依頼の流れ
--------------------------*/

.flow_content{
    width: auto;
    height: auto;
    margin: 0 auto;
    margin: 3%;
}

.flow_box{
    padding: 0;
    margin-bottom: 3%;
}

.flow_title01{
    width: 100%;
    height: 35px;
    padding: 0.5em;
}

.flow_title01 p{
    font-size: 0.9em;
}
    
.flow_box p.flow_title {
    font-size: 0.9em;
}

.flow_box p.flow_p {
    font-size: 0.8em;
    line-height: 1.4
}


.flow_txt {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 3%;
}
    
.flow_txt:after { /* 三角 */
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    border-style: solid;
    border-width: 10px 20px 0 20px;
    border-color: #d8d8d8 transparent transparent transparent;
    top: 100%;
    left: 50%;
    margin-left: -20px;
}

.flow_last {
    width: 100%;
}

  /*-- media end --*/
}
@media screen and (max-width: 414px) {
  /* line 557, ../sass/style.scss */
  .pc_none {
    display: block;
  }

  /* line 558, ../sass/style.scss */
  .sp_none {
    display: none;
  }
.point_txt{
height:180px;
}
  /*-----------
      top
    ---------*/

  /*-- media end --*/
}



.fixed {
  display: none;
  position: fixed;
  right: 0;
  top: 5%;
}

.c-list-unstyle {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media only screen and (min-width: 1080px) {
  .fixed {
    display: block;
  }
}
.sp__fixed {
  background: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 2px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

@media only screen and (min-width: 1080px) {
  .sp__fixed {
    display: none;
  }
  .copy{
	padding-bottom: 10px;
	}
}
.sp__banner {
  display: -webkit-flex;
  /* Safari */
  display: flex;

}
.sp__banner li:first-child{
width:37.6%;
text-align: center;
background:linear-gradient(#2995d3, #15639f); }
.sp__banner li:first-child img{
max-width: 188px;
max-height:100px;
}
.sp__banner li:nth-child(2){
width:42.3%;
text-align: center;
background:linear-gradient(#2995d3, #15639f); }
.sp__banner li:nth-child(2) img{
max-height:100px;
max-width:211.5px;
}
.sp__banner li:nth-child(3){
width:30%;
text-align: center;
background:linear-gradient(#ff672d, #ff9513); }
.sp__banner li:nth-child(3) img{
max-width:150px;
max-height:100px;
}

.banner__item img{
  width: 100%;
}

