* {
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.8;
}

a {
  text-decoration: none;
}
a:link,
a:visited {
  color: #000;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

/*---- ----*/
.header {
  width: 100%;
  min-width: 751px;
  max-width: 1000px;
  margin: auto;
  padding-bottom: 5px;
  /*border-bottom:1px solid #01b4c8;*/
  overflow: hidden;
}
a.logo {
  float: left;
  width: 40%;
  max-width: 400px;
  height: 50px;
  display: block;
}
a.logo img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.head_menu {
  /*background-color: #aaa;*/
  float: right;
  width: 60%;
  min-width: 450px;
  max-width: 600px;
  height: 40px;
  margin: 10px auto 0;
  font-size: 0px;  /*inline-blockの改行による隙間解消のため*/
}

.head_menu a {
  /*background-color: #afa;*/
  width: 24%;
/*  min-width: 149px;
  max-width: 179px;*/
  height: 40px;
  display: inline-block;
  border-left: 1px solid #01b4c8;
  font-size: 12px;
  line-height: 30px;
  color: #185596;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

.head_menu a:first-child {
  border-left: none;
}

.head_menu a span {
  padding: 0 10px;
  font-weight: bold;
}

/*------------ ------------共通------------ ------------*/
a.link_button,
button.link_button {
  height: 50px;
  display: block;
  border: 1px solid #01b4c8;
  background-color: #fff;
  font-size: 16px;
  line-height: 50px;
  color: #000;
  text-align: center;
  font-weight: bold;
}

.main {
  width: 100%;
  margin: 0 auto 30px;
/*  background-color: #EAF0F5;*/
  overflow: hidden;
}
/*------------ ------------index------------ ------------*/
.top_img_wrap {
  width: 100%;
  height: 300px;
  padding-bottom: 30px;
  background-color: #fff;
}

.top_img {
  text-align: center;
  width: 100%;
  height: 300px;
  margin: auto;
  background-position: 20% 0%;
  background-color: #ccc;
  background-image:url(../img/top4.png);
  background-size: cover;
}

.page_top {
  height: 250px;
  margin-bottom: 80px ;
  background-color: #fff;
  overflow: hidden;
}

.page_name {
  width: 50%;
  height: 50px;
  margin-top: 50px;
  border-bottom: 1px solid #185596;
  text-align: right;
  line-height: 50px;
  font-size: 50px;
}

.page_text {
  width: 100%;
  height: 14px;
  margin-top: 26px;
  text-align: right;
  line-height: 14px;
  font-size: 14px;
  float: none;
  color: #aaa;
}

/*------------*/
#business {}

.news ul {
  display: block;
  margin: 20px auto;
  overflow: hidden;
  width: 100%;
}

.news ul li {
  width: 60%;
  margin-left: 15px;
  list-style-type: none;
  float: left;
  font-size: 14px;
}

.news ul li:first-child {
  width: 30%;
  text-align: center;
}

/*------------*/
.contents_wrap {
  width: 100%;
  margin: 0px 0px 100px;
  padding: 10px 0px 30px;
  background-color: #fff;
}

.content_header h1 {
  padding: 5px;
  border-bottom: 1px solid #185596;
  color: #01b4c8;
  font-size: 30px;
  text-align: center;
}

.content_header span {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #aaa;
  font-family: 'Source Code Pro', monospace;
}

.content_body {
  width:100%;
/*  min-width: 1000px
  max-width: 1200px;*/
  margin: 0 auto;
  overflow: hidden;
}

.content_text {
  margin-top: 10px;
  text-align: center;
}

/* ------------ */

.section_head {
  width: 90%;
  max-width: 800px;
  margin: 0px auto -30px;
  background-color: #01b4c8;
  /*border: 1px solid #185596;*/
  border-radius: 10px;
  position: relative;
  z-index: 40;
}

.section_head h2,
.section_head h3 {
  width: 500px; /*border-bottomの長さ*/
  margin: 50px auto 0px;
  padding-top: 10px;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.section_head p,
.section_head p.website_schd {
  width: 800px;
  margin: 10px auto;
  padding-bottom: 10px;
  text-align: center;
}

.section_wrap {
  overflow: hidden;
  background-color:#eaf0f5;
  width: 100%;
  min-width: none;
  max-width: none;
  margin: 0px auto;
  padding: 60px 0px 40px;
  border-top: 1px solid #01b4c8;
  border-bottom: 1px solid #01b4c8;
  z-index: 0;
}

.section_body {
  width:100%;
  min-width: none;
  max-width: none;
  margin: auto;
  padding:30px;
  overflow: hidden;
  background-color: #fff;
  border-top: 1px solid #185596;
  border-bottom: 1px solid #185596;
}

/* ---- */
.solu_dvl_wrap{
  width: 700px;
  margin: auto;
  overflow: hidden;
}
.solu_dvl {
  float: left;
  width: 300px;
  min-width: none;
  height: 200px;
  margin: 0px 0px 20px;
  text-align: center;
}
.solu_dvl:nth-child(2n+1) {
  /*margin-left: 149px;*/
  /* (1198-800-100)/2  154*/
}

.solu_dvl:nth-child(2n) {
  margin-left: 100px;
  /*margin-right: 149px;*/
}

.solu_dvl div {
  width: 296px;
  height: 196px;
  margin: 2px;
  background-color: #fff;
}

.solu_dvl img {
  height: 100px;
  margin-top: 30px;
}

.solu_dvl p {
  width: 197px;
  margin: 10px auto 0px;
  font-weight: bold;
  /*border-bottom: 1px solid #fff;*/
}

/* ---- */

.bggr_violet {
  background: linear-gradient(45deg, fuchsia, darkviolet);
}

.bggr_blue {
  background: linear-gradient(45deg, aqua, royalblue);
}

.bggr_lime {
  background: linear-gradient(45deg, #99ff66, #33cc00);
}

.bggr_yellow {
  background: linear-gradient(45deg, yellow, orange);
}

.bggr_orenge {
  background: linear-gradient(45deg, #ff9900, #ff6600);
}

.bggr_green {
  background: linear-gradient(45deg, #00ffcc, #00cc99);
}

.bggr_red {
  background: linear-gradient(45deg, #ff9999, #ff0000);
}

/* ---- #SysDevels ---- */
.dvl_lang_wrap{
  width:750px;
  margin:60px auto 0px;
  overflow:hidden;
}
.dvl_lang {
  float: left;
  width: 138px;
  height: 100px;
  margin: 0px 3px;
  border: 2px solid #000;
  border-radius: 20px;
  font-family: 'Francois One', sans-serif;
  text-align: center;
  line-height: 100px;
  font-weight: bold;
  background-color: #fff;
}

.lang_asp {
  border-color: #5be;
  color: #18c;
  font-size: 30px;
}

.lang_csharp {
  border-color: #090;
  background-color: #192;
  color: #fff;
  font-size: 50px;
}

.lang_java {
  border-color: #07b;
  color: #e22;
  font-size: 50px;
}

.lang_php {
  background-color: #77a;
  border-color: #77a;
  color: #000;
  font-size: 50px;
}

.lang_ruby {
  background-color: #c00;
  border-color: #c00;
  color: #fff;
  font-size: 50px;
}

/* ---- */
.solution_more {
  width: 500px;
  margin: 60px auto;
}

/*---- Prod_Software ----*/
.prod_thumbnail {
  float: left;
  width: 25%;
  min-width: none;
  max-width: none;
  height: auto;
  margin: 0px;
  padding: 0px;
  border-radius: 30px;
}

.prod_R_wrap {
  width:68%;
  min-width: none;
  max-width: none;
  padding: 0px 20px;
  overflow: hidden;
}

.prod_R_wrap p {
  width: 100%;
  margin-top: 10px;
}

a.prod_link {
  float: right;
  width: 298px;
  margin: 20px 0px 0px;
}

.km_supports_wrap { /*background-color: #fee;*/
  float: none;
  width:750px;
  min-width: none;
  max-width: none;
  margin: auto;
  padding: 0px;
  overflow: hidden;
}
.km_supports_wrap h4 {
  clear:both;
  width: 100%;
  margin: 30px 0px 0px;
  padding-left: 30px;
  border-bottom: 1px solid #185596;
}
.km_support {
  overflow: hidden;
  margin: 10px 0px;
}

.km_support img {
  float: left;
}
.km_support p {
  overflow: hidden;
  margin: 0px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
}

/*---- #support ----*/

.support_wrap {
  width: 700px;
  margin: 10px auto 0px;
  overflow: hidden;
}
.support_box {
  float: left;
  width: 338px;
  height: 300px;
  background-color: #fff;
  border: 1px solid #185596;
}

.support_box:nth-child(2n) {
  margin-left: 20px;
}
.support_box img {
  display: block;
  margin: 15px auto 5px;
}
.support_box h2 {
  text-align: center;
}

.support_box p {
  padding: 10px;
}

/*----#recruit----*/
.recruit p {
  text-align: center;
}

/*------------ ------------solution------------ ------------*/

.solu_body {
  width: 90%;
  min-width: none;
  max-width: none;
  height:auto;
  margin: 0px auto 20px;
  padding:25px;
  border:1px solid #185596;
  background-color:#fff;
}
.solu_body:nth-child(2n-1),
.solu_body:nth-child(2n) {
  float:none;
  margin: 0px auto 20px;
}

.solu_web.solu_body,
.solu_busSys .solu_body,
.solu_infra .solu_body,
.solu_app .solu_exp_txt {
  height:auto;
}

.solu_icon_bkgrnd{
  width: 140px;
  height: 140px;
  float: left;
  text-align: center;
  overflow: hidden;
}
.solu_icon_bkgrnd div {
  width:136px;
  height:136px;
  margin:2px;
  background-color:#fff;
}
.solu_icon_bkgrnd img {
  width:100px;
  margin:18px;
}
.solu_R {
  height:140px;
  margin-left: 150px;
  overflow: hidden;
}
.solu_R h2 {
  margin: 0px;
  padding: 10px 0px;
  border-bottom: 1px solid #185596;
  text-align:center;
  font-size:22px;
  line-height:22px;
}
.solu_R p {
  margin:50px 20px 0px 0px;
  text-align:right;
  font-size: 18px;
  color:#666;
}
.solu_exp_txt {
  clear:both;
  height: auto;
  margin:10px auto;
  padding:10px;
  font-size: 16px;
  line-height: 24px;
}

.solu_web .solu_exp_txt {
  border-bottom: none;
}
.solu_busSys .solu_exp_txt {
  height: auto;
}
.solu_infra .solu_exp_txt {
  height: auto;
}

.solu_body ul {
  margin: 10px 0px;
  border-top: 1px solid #185596;
  list-style-type: square;
  font-size: 14px;
  color: #999;
}
.solu_body li {
  margin-left: 20px;
}
/*------------ ------------company------------ ------------*/
.company_body table {
  width: 740px;
  margin: 30px auto 0px;
  border-collapse: collapse;
}

.company_body table td {
  padding: 10px;
  border: 1px solid #185596;
}

.company_body table td:first-child {
  width: 200px;
  text-align: center;
}
.g_map{
  width:100%;
  margin:30px auto;
}
.g_map iframe {
  width:100%;
  height:500px;
  border:0;
}
.gmap_link {
  width: 400px;
  margin: 60px auto;
}
.entrance {
  width:100%;
  margin:30px auto;
  overflow:hidden;
}
.entrance_wrap {
  width:100%;
  padding-top: 10px;
  overflow: hidden;
}
.entrance_wrap h2 {
  width: 90%;
  margin: 0px auto 10px;
  text-align: center;
  border-bottom: 1px solid #185596;
}
.entrance_wrap img {
  width: 30%;
  height: auto;
  float: left;
}

.entrance_wrap div {
  width: 65%;
  height: 400px;
  float: right;
}

.entrance_wrap p {
  padding-top: 100px;
}

/*------------ ------------contact------------ ------------*/
.form_wrap{
  width: 100%;
  max-width:750px;
  margin:30px auto 0px;
}
.contact_body dl {
  overflow: hidden;
}
.contact_body dt,
.contact_body dd {
  height: auto;
  min-height: 50px;
  margin-bottom: 30px;
  padding: 10px 0px;
  float: left;
  line-height: 50px;
}
.contact_body dt {
  width: 200px;
  text-align: center;
}

.contact_body dd {
  width: 500px;
}

.contact_body input.contact_text {
  width: 300px;
  height: 40px;
  margin-top: 6px;
  border: 1px solid #185596;
  border-radius: 10px;
  font-size: 18px;
  line-height: 18px;
}
.contact_body dd input[type="checkbox"],
.contact_body dd input[type="radio"] {
  float: left;
  width: 20px;
  height: 30px;
  margin-top: 5px;
}
.contact_body dd label {
  display: block;
  float: left;
  width: 470px;
  height: 30px;
  margin-top: 5px;
  margin-left:  10px;
  line-height: 24px;
}
.contact_body textarea {
  width: 480px;
  max-width: 500px;
  height: 130px;
  max-height: 1000px;
  border: 1px solid #185596;
  border-radius: 10px;
  font-size: 16px;
  line-height: 20px;
}

.contact_body button.contact_sent_button {
  clear:both;
  width: 400px;
  margin: 50px auto;
}
/*------------ ------------privacy / terms------------ ------------*/

.privacy_body .section_head h2,
.terms_body .section_head h2 {
  padding-top: 0px;
  border-bottom: none;
  width: 90%;
  line-height: 50px;
}


.privacy_body p,
.privacy_body li,
.terms_body p,
.terms_body li {
  line-height: 40px;
}
.privacy_body ul,
.terms_body ul {
  margin-left: 60px;
}
/*------------ ------------solu_page------------ ------------*/
.solu_page_hd_nav {
  width: 640px;
  margin: 10px auto 50px;
  overflow:hidden;
}
.solu_page_hd_nav a {
  display:block;
  float:left;
  width: 140px;
  margin: 0px 10px;
  overflow:hidden;
}
.solu_page_hd_nav span {
  clear:both;
  display:block;
  text-align:center;
  font-size:16px;
  font-weight: bold;

}
/*------------ ------------0------------ ------------*/
.solu_page_sec_hd {
  width: 640px;
  margin: 30px auto -100px ;
  padding: 20px;
  background-color: #fff;
  border: 3px solid #01b4c8;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 40;
}
.solu_icon_bkgrnd2 {
  margin-left: 10px;
}
.solu_page_sec_hd h2 {
  margin-top: 30px;
}
.solu_page_sec_hd span {
  display: block;
  margin:0px;
  text-align: right;
  font-size:14px;
  color:#999;
}
.solu_website_h3 {
  margin-bottom: 40px;
}
.solu_website_h3 h3 {
  padding-bottom: 5px;
}
.solu_website p {
  width:90%;
  margin:20px auto 0px;
  line-height: 30px;
}
.solu_website h4 {
  width:100%;
  height: 28px;
  margin:60px auto 0px;
  padding-left: 10px;
  border-left:10px solid #01b4c8;
  font-size: 16px;
  line-height: 28px;
}

.introduction_dl {
  width:90%;
  margin:10px auto;
  font-weight:bold;
  font-family: "M PLUS Rounded 1c";
}

.introduction_dl dt{
  height:60px;
  margin-top: 30px;
  padding-left: 70px;
  background-size: 60px;
  background-repeat: no-repeat;
  border-bottom:1px solid #185596;
  font-size:18px;
  line-height:60px;
}
/*--dticons.css--*/

.introduction_dl dd{
  margin-top: 10px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 36px;
}
.solu_website table {
  width: 90%;
  margin: 10px auto;
  border-collapse: collapse;
}
.solu_website th,
.solu_website td {
  padding: 10px 0px;
  border: 1px solid #fff;
  text-align: center;

}
.solu_website th {
  background-color: #EAF0F5;
}
.solu_web_hp_tbl {

}
table.solu_web_sp1_tbl th,
table.solu_web_sp1_tbl td {
  background-color: #fff;
  border: 1px dotted #185596;
}
table.solu_web_sp1_tbl th {
  color: #01b4c8;
}
.solu_web_sp1_tbl th:first-child {
  width:20%;
}
.solu_web_sp1_tbl th:nth-child(2),
.solu_web_sp1_tbl th:nth-child(3) {
  width:40%;
}
.website_flow_img {
  display: block;
  width: 90%;
  margin: 10px auto;
}
/*------------ ------------footer------------ ------------*/
.footer {
  width:100%;
  border-top:1px solid #185596;
}
.footer_links {
  width: 700px;
  margin: auto;
  text-align: center;
}
.copyright {
  width: 100%;
  height: 30px;
  margin:30px auto 0;
  background-color:#01b4c8;
  text-align:center;
}
/*------------ ------------000------------ ------------*/
