@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, textarea {
  margin: 0;
  font-size: 100%; }

html {
  height: 100%;
  overflow-y: scroll;
  font-size: 62.5%; }

body {
  height: 100%;
  color: #333333;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%; }

input, select, textarea {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif; }

body > div {
  font-size: 13px;	/* ike0827 12px; */
  font-size: 1.3rem; }
  @media screen and (min-width: 740px) {
    body > div {
      font-size: 15px;	/* ike0827 14px; */
      font-size: 1.5rem; } }
  @media print {
    body > div {
      font-size: 15px;	/* ike0827 14px; */
      font-size: 1.5rem; } }

a {
  color: #1067b6;
  text-decoration: none; }
  a:hover {
    color: #059fe0;
    text-decoration: underline; }

a:hover img {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)"; }/*ike141012*/

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }
  .ie8 img {
    width: auto; }

p {
  margin-bottom: 0.7em; }
  
 .centerCol{
  text-align:center;
 }

.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}

.mb0 { margin-bottom: 0 !important;}
.mb10 { margin-bottom: 10px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb100 { margin-bottom: 100px !important;}

.pt0 {padding-top: 0 !important;}
.pt10 {padding-top: 10px !important;}/*ike*/
.pt20 {padding-top: 20px !important;}/*ike*/
.pb0 {padding-bottom: 0 !important;}
.pb10 {padding-bottom: 10px !important;}/*ike*/
.pb20 {padding-bottom: 20px !important;}/*ike*/

.idt0{margin-left: 0px !important;}
.idt10{margin-left: 10px !important;}
.idt20{margin-left: 20px !important;}

.bg_blue01 {background-color: #CCE9FA }
.bg_blue02 {background-color: #5e9de5 }
.bg_gray01 {background-color: #EAEBED }
.bg_green01 {background-color: #d4e8d3 }
.bg_orange01{background-color: #ffaa50 }
.bg_purple01{background-color: #e4d9f3 }

.appearance input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #cecece;
  width: 17px;
  height: 17px;
  position: relative;
  top: 0.2em;
  background-color: #fff;
  outline: none; }

.appearance input[type="checkbox"]:checked:after {
  content: '';
  width: 17px;
  height: 17px;
  background: url("/img/shared/input_checked.png") no-repeat 0 0 transparent;
  position: absolute;
  top: -3px;
  left: 2px;
  z-index: 2; }

.appearance.svg input[type="checkbox"]:checked:after {
  background: url("/img/shared/input_checked.svg") no-repeat 0 0 transparent; }

.g_header_wrapper a,
.g_sidebar a,
.g_sns_pagetop_wrapper a,
.g_pagetop_link a,
.g_footer_cv a,
.g_footer_menu a,
.g_sitemap a,
.g_footer a {
  -webkit-tap-highlight-color: rgba(102, 169, 232, 0.5); }

html {
  font-family: 'narrow'; }
  @media screen and (min-width: 740px) {
    html {
      font-family: 'medium'; } }
  @media print {
    html {
      font-family: 'medium'; } }

body:after {
  content: 'narrow';
  display: none; }
  @media screen and (min-width: 740px) {
    body:after {
      content: 'medium'; } }
  @media print {
    body:after {
      content: 'medium'; } }

.g_wrapper{overflow: hidden;}

@media screen and (min-width: 740px) {
  .g_wrapper {
    padding-top: 134px;/*145px;*/ } }
@media print {
  .g_wrapper {
    padding-top: 134px;/*145px;*/ } }

@media screen and (min-width: 740px) {
  .g_wrapper_min {
    padding-top: 0; } }
@media print {
  .g_wrapper_min {
    padding-top: 0; } }

.g_header_wrapper {
  padding-top: 15px;
  border-top: solid 4px #0c539c;
  /*box-shadow: 0 0 10px #ddd;*/ /* 160525 oda */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 740px) {
    .g_header_wrapper {
      width: 100%;
      height: 134px;/*145px;*/
      position: fixed;
      top: 0;
      left: 0;
      background-color: #fff;
      z-index: 1000; } }
  @media print {
    .g_header_wrapper {
      width: 100%;
      height: 134px;/*145px;*/
      position: fixed;
      top: 0;
      left: 0;
      background-color: #fff;
      z-index: 1000; } }

.g_header_wrapper_min {
  border-bottom: solid 1px #dddddd;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }
  @media screen and (min-width: 740px) {
    .g_header_wrapper_min {
      padding-bottom: 15px;
      min-height: 56px;
      height: auto;
      position: relative; } }
  @media print {
    .g_header_wrapper_min {
      padding-bottom: 15px;
      min-height: 56px;
      height: auto;
      position: relative; } }
  .g_header_wrapper_min .g_header {
    min-height: 0; }
  .g_header_wrapper_min .g_logo_wrapper {
    display: block; }

.g_header {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 740px) {
    .g_header {
      min-height: 85px;
      display: table;
      position: relative;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 960px; } }
  @media print {
    .g_header {
      min-height: 85px;
      display: table;
      position: relative;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 960px; } }
  @media screen and (min-width: 1000px) {
    .g_header {
      padding: 0;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 980px; } }
  @media print {
    .g_header {
      padding: 0;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 980px; } }
  .g_header p {
    margin-bottom: 0; }

.g_logo_wrapper {
  margin-bottom: 15px; }
  @media screen and (min-width: 740px) {
    .g_logo_wrapper {
      padding-left: 252px;
      width: 99%;
      display: table-cell;
      position: relative;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
  @media print {
    .g_logo_wrapper {
      padding-left: 252px;
      width: 99%;
      display: table-cell;
      position: relative;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
@media screen and (min-width: 740px) {
  .g_logo {
    position: absolute;
    top: 10px;
    left: 0; }
    .g_logo img {
      width: auto;
      height: auto; } }
@media print {
  .g_logo {
    position: absolute;
    top: 0;
    left: 0; }
    .g_logo img {
      width: auto;
      height: auto; } }

.g_tagline {
  display: none; }
  @media screen and (min-width: 740px) {
    .g_tagline {
      display: block;
      font-size: 10px;
      font-size: 1rem; } }
  @media print {
    .g_tagline {
      display: block;
      font-size: 10px;
      font-size: 1rem; } }

/* -- 140514 -- */
.ie8 [data-category="lp"] .g_logo img {
width: auto;
max-width: 100%;
}
.ie8 [data-category=lp] .g_logo_gree img,
.ie8 [data-category=lp] .g_logo_mobage img {
width: auto !important;
max-width: 100% !important;
}
.ie8 [data-category=lp] .g_logo_gree {
max-width: 400px;
}
.ie8 [data-category=lp] .g_logo_mobage {
max-width: 412px;
}
.ie8 [data-category="lp"] .g_sns_tel {
width: 550px/*475px 2014.6  */;
}
a.trial img {
      position: absolute; top: 140px; right: 0; border: 0; }
  @media screen and (max-width: 950px) {
  a.trial {
  display: none; }}/*14.06*/

.g_menu_btn {
  width: 46px;
  height: 46px;
  display: block;
  position: absolute;
  top: 19px;
  right: 10px;
  background-color: #0c539c; }
  .g_menu_btn:hover {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)"; }
  .g_menu_btn[data-touch-event="end"] {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"; }
  @media screen and (min-width: 740px) {
    .g_menu_btn {
      display: none; } }
  @media print {
    .g_menu_btn {
      display: none; } }

.g_menu {
  padding: 10px;
  width: 100%;
  background-color: #0c539c;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 1000; /*100　20150202*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .g_menu[data-global-menu="open"] {
    display: block; }
  @media screen and (min-width: 740px) {
    .g_menu {
      padding: 0;
      width: auto;
      display: table-cell;
      background: transparent;
      position: static;
      vertical-align: top;
      z-index: 1000; } /*20150202*/
      .g_menu[data-global-menu="open"], .g_menu[data-toggle-box="close"] {
        display: table-cell !important; }
      .g_menu .g_menu_list, .g_menu[data-global-menu="open"] .g_menu_list,
      .g_menu .g_footer_cv_tel {
        display: none; } }
  @media print {
    .g_menu {
      padding: 0;
      width: auto;
      display: table-cell;
      background: transparent;
      position: static;
      vertical-align: top; }
      .g_menu[data-global-menu="open"], .g_menu[data-toggle-box="close"] {
        display: table-cell !important; }
      .g_menu .g_menu_list, .g_menu[data-global-menu="open"] .g_menu_list,
      .g_menu .g_footer_cv_tel {
        display: none; } }

.g_menu_list {
  margin-bottom: 10px;
  zoom: 1; }
  .g_menu_list:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  .g_menu_list .g_nav_item {
    margin-bottom: 1px;
    padding-right: 0;
    padding-left: 0;
    float: left;
    border: none;
    width: 50%;
    height: auto;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .g_menu_list .g_nav_item:hover {
      border-top: 0; }
    .g_menu_list .g_nav_item.g_nav_item_service, .g_menu_list .g_nav_item.g_nav_item_case {
      border-left: solid 1px #0c539c; }
  .g_menu_list .g_nav_item > a {
    padding: 15px 5px;
    display: block;
    color: #333333 !important;
    background-color: #efefef;
    background-image: -webkit-linear-gradient(top, white 0, #efefef 100%);
    background-image: linear-gradient(to bottom, white 0, #efefef 100%); }
    .g_menu_list .g_nav_item > a:hover {
      color: #333333 !important;
      background-color: #c2d0de;
      background-image: -webkit-linear-gradient(top, #ceddeb 0, #c2d0de 100%);
      background-image: linear-gradient(to bottom, #ceddeb 0, #c2d0de 100%); }
  .g_menu_list .g_nav_item_login {
    display: none; }

.narrow .g_header_utility {
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
  display: table; }
.narrow .g_header_utility_item_em {
  border-left: solid 1px #0c539c;
  width: 50%;
  display: table-cell;
  text-align: center; }
  .narrow .g_header_utility_item_em:first-child {
    border-left: none; }
  .narrow .g_header_utility_item_em > a {
    padding: 7px 10px;
    display: block;
    color: #333333;
    background-color: #efefef;
    background-image: -webkit-linear-gradient(top, white 0, #efefef 100%);
    background-image: linear-gradient(to bottom, white 0, #efefef 100%); }
  .narrow .g_header_utility_item_em > a:hover {
    color: #333333;
    text-decoration: none;
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd 0, #dddddd 100%);
    background-image: linear-gradient(to bottom, #dddddd 0, #dddddd 100%); }
.narrow .g_search {
  padding: 0;
  width: 100% !important; }
.narrow .g_search .g_search_text {
    padding-right: 30px;
    padding-left: 5px;
    margin-bottom: 10px; /* ike add 171020 */
    width: 80% !important; /* 100% ike upd 171020 */
    height: 30px;
    border-radius: 0;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.g_search_btn_wrapper input{ /* ike add 171020 */
	box-sizing: border-box;
	line-height: 0;
	width: 18%;
	height: 28px;
	color: #FFF;
	font-size: 12px;
	font-size: 1.2rem;
	border: 1px solid #000;
	border-radius: 2px;
	background: #333;}    
.narrow .g_search .g_search_text[data-placeholder="true"] {
    background-image: url("/img/shared/txt_yahoo_search_l.png");
    background-repeat: no-repeat;
    background-position: 5px 5px; }
.narrow .g_search .g_search_btn {
    width: 30px;
    height: 30px;
    border-radius: 0; }
.narrow .g_cv_wrapper {
  padding-bottom: 10px; }
.narrow .g_cv {
  padding: 0;
  width: 100%;
  display: table; }
.narrow .g_cv_first .g_cv_item {
  padding-left: 1%;
  width: 49%;
  display: table-cell;
  text-align: center; }
.narrow .g_cv_first .g_cv_item:first-child {
  padding-right: 1%;
  padding-left: 0; }
.narrow .g_cv_wrapper_b .g_cv_first .g_cv_item,
.narrow .g_cv_wrapper_c .g_cv_first .g_cv_item {
  width: 39%; }
.narrow .g_cv_wrapper_b .g_cv_first .g_cv_item_l,
.narrow .g_cv_wrapper_c .g_cv_first .g_cv_item_l {
  width: 59%; }
.narrow .g_cv_item_em {
  float: none;
  width: 100%;
  display: block; }
.narrow .g_footer_cv_tel {
  padding-bottom: 10px; }

.g_nav_menu_nav {
  margin-bottom: 10px; }
  .g_nav_menu_nav p {
    padding: 10px 12px;
    background-color: #3085cb;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem; }
  .g_nav_menu_nav li {
    border-top: solid 1px #86a9ce;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem; }
    .g_nav_menu_nav li:first-child {
      border-top: 0; }
    .g_nav_menu_nav li a {
      margin-bottom: 0;
      padding: 10px 12px;
      display: block;
      position: relative;
      color: #fff;
      font-weight: normal; }
    .g_nav_menu_nav li a:hover {
      background-color: #1a67af;
      text-decoration: none; }
    .g_nav_menu_nav li a:after {
      content: '';
      width: 6px;
      height: 10px;
      display: block;
      position: absolute;
      top: 1.2em;
      right: 10px;
      z-index: 1;
      background: url("/img/shared/ico_arrow_white.png") no-repeat 0 0; }
  .g_nav_menu_nav [data-gnav-sub-sibling="show"] + .g_nav_sub_list {
    display: block;
    background-color: #3d75b0; }
    .g_nav_menu_nav [data-gnav-sub-sibling="show"] + .g_nav_sub_list li {
      margin-bottom: 0;
      border-top: dashed 1px #86a9ce;
      background-image: none;
      font-size: 12px;
      font-size: 1.2rem; }
      .g_nav_menu_nav [data-gnav-sub-sibling="show"] + .g_nav_sub_list li:first-child {
        border-top: 0; }
    .g_nav_menu_nav [data-gnav-sub-sibling="show"] + .g_nav_sub_list a {
      padding: 7px 20px;
      background-image: none; }
    .g_nav_menu_nav [data-gnav-sub-sibling="show"] + .g_nav_sub_list a:after {
      background-image: none; }
    .g_nav_menu_nav [data-gnav-sub-sibling="show"] + .g_nav_sub_list a:hover {
      background-color: #3d75b0; }
    .g_nav_menu_nav [data-gnav-sub-sibling="show"] + .g_nav_sub_list .g_nav_sub_list_child {
      display: none; }

.g_header_utility_wrapper {
  position: relative; }
  @media screen and (min-width: 740px) {
    .g_header_utility_wrapper {
      padding-bottom: 0; /* 10px  160525 oda */
      float: right;
      max-width: 450px;/*316px*/
      /*display: table;  160525 oda */ } }
  @media print {
    .g_header_utility_wrapper {
      padding-bottom: 0; /*  10px  160525 oda */
      float: right;
      max-width: 450px;/*316px*/
      /*display: table;  160525 oda */ } }

.g_header_utility {
  padding: 0; /*  10px 10px 0; 160525 oda */ }
  @media screen and (min-width: 740px) {
    .g_header_utility {
      padding: 0; /*  0.2em 0 0  160525 oda */
      width: 100%;
      /*display: table-cell;  160525 oda */
      font-weight: bold;
      font-size: 10px;
      font-size: 1.2rem/*1rem*/; } }
  @media print {
    .g_header_utility {
      padding: 0; /*  0.2em 0 0  160525 oda */
      width: 100%;
      display: table-cell;
      font-weight: bold;
      font-size: 10px;
      font-size: 1.2rem/*1rem*/; } }

.g_header_utility_item {
  margin-bottom: 10px;
  display: none; }
  .g_header_utility_item > a {
    padding: 10px;
    display: block; }
  @media screen and (min-width: 740px) {
    .g_header_utility_item {
      margin-bottom: 0;
      padding: 0 10px;
      border-left: solid 1px #dddddd;
      display: table-cell;
      vertical-align: top;
      white-space: nowrap;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .g_header_utility_item > a {
        padding: 0;
        color: #666666; } }
  @media print {
    .g_header_utility_item {
      margin-bottom: 0;
      padding: 0 10px;
      border-left: solid 1px #dddddd;
      display: table-cell;
      vertical-align: top;
      white-space: nowrap;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .g_header_utility_item > a {
        padding: 0;
        color: #666666; } }

.g_header_utility_item_em {
  display: block; }
  @media screen and (min-width: 740px) {
    .g_header_utility_item_em {
      display: table-cell; } }
  @media print {
    .g_header_utility_item_em {
      display: table-cell; } }

.g_search {
  margin-bottom: 0; /*  20px  160525 oda  */
  padding: 0; /*  10px 10px 0  160525 oda */
 /* position: relative;  160525 oda */ }
  @media screen and (min-width: 740px) {
    .g_search {
      padding: 0;
      width: 112px !important;
      display: inline; /* 160525 oda */
      text-align: right;
      vertical-align: top; }
      .g_search .g_search_text {
        width: 80% !important; /* 112px ike upd 171020 */
        height:  29px; /* 20px ike upd 171020 */
        font-size: 12px; /* 11px ike upd 171020 */
        font-size: 1.2rem; /* 1.1rem ike upd 171020 */
   		border: 1px solid #bdbdbd; /* ike add 171020 */
    	margin-top: 10px; /* ike add 171020 */
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      .g_search .g_search_text[data-placeholder="true"] {
        background: url("/img/shared/txt_yahoo_search.png") no-repeat 7px 50%; } 
      .g_search_btn_wrapper input{ /* ike add 171020 */
		box-sizing: border-box;
	    line-height: 0;
	    width: 57px;
	    height: 28px;
	    color: #FFF;
	    font-size: 12px;
	    font-size: 1.2rem;
	    border: 1px solid #000;
	    border-radius: 2px;
	    background: #333;}    
  }
  @media print {
    .g_search {
      padding: 0;
      width: 112px !important;
      /*display: table-cell  160525 oda */
      text-align: right;
      vertical-align: top; }
	   /*.g_search .g_search_text {
        width: 112px !important;
        height: 20px;
        font-size: 11px;
        font-size: 1.1rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      .g_search .g_search_text[data-placeholder="true"] {
        background: url("/img/shared/txt_yahoo_search.png") no-repeat 7px 50%; }   160525 oda  */}
/*  .g_search .g_search_text {
    margin: 0;
    padding: 0 18px 0 0;
    border: solid 1px #ccc;
    border-radius: 0;
    display: block; }
  .g_search .g_search_btn {
    width: 20px;
    height: 20x;
    position: absolute;
    top: 0;
    right: 0; }
  .g_search img {
    display: none; }  160525 oda  */

/* 160525 oda */
.g_header_utility_wrapper table {
  margin-bottom: 0;
  table-layout: auto; }
.g_header_utility_wrapper table th,
.g_header_utility_wrapper table td {
  padding-left:0;
  border: none;
  table-layout: auto; }
.gsc-control-searchbox-only {
  margin-top: 5px; }
.cse form.gsc-search-box, form.gsc-search-box {
  padding: 0;
  margin-bottom: 0; }
form.gsc-search-box {
  margin-bottom: 0; }		
.gsc-search-box {
  border: none;
  margin-bottom: 0; }
.cse form.gsc-search-box, form.gsc-search-box {
  padding: 0 !important;
  margin-bottom: 0 !important; }
.cse input.gsc-input, input.gsc-input {
  width: 100% !important; }
.cse input.gsc-search-button, input.gsc-search-button {
  height: 32px !important;  
  border-radius: 0 !important;
  margin-left:  0 !important;
  cursor: pointer; }
@-moz-document url-prefix() {  /* 160526 oda */
	  .cse input.gsc-search-button, input.gsc-search-button {
		height: 33px !important;
	  }
	}
	  
.g_cv_wrapper {
  zoom: 1; }
  .g_cv_wrapper:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  @media screen and (min-width: 740px) {
    .g_header .g_cv_wrapper {
      float: right; }
    .g_cv_wrapper.g_cv_wrapper_a {
      width: 364px; }
    .g_cv_wrapper.g_cv_wrapper_b, .g_cv_wrapper.g_cv_wrapper_c {
      width: 392px; } }
  @media print {
    .g_header .g_cv_wrapper {
      float: right; }
    .g_cv_wrapper.g_cv_wrapper_a {
      width: 364px; }
    .g_cv_wrapper.g_cv_wrapper_b, .g_cv_wrapper.g_cv_wrapper_c {
      width: 392px; } }
  @media screen and (min-width: 1000px) {
    .g_cv_wrapper {
      float: right; } }
  @media print {
    .g_cv_wrapper {
      float: right; } }

.g_cv {
  padding: 10px 10px 0;
  float: left; }
  @media screen and (min-width: 740px) {
    .g_cv {
      padding: 0;
      zoom: 1; }
      .g_cv:after {
        display: block;
        content: "";
        clear: both;
        overflow: hidden; } }
  @media print {
    .g_cv {
      padding: 0;
      zoom: 1; }
      .g_cv:after {
        display: block;
        content: "";
        clear: both;
        overflow: hidden; } }

.g_cv_item {
  padding-bottom: 10px;
  text-align: center; }
  @media screen and (min-width: 740px) {
    .g_cv_item {
      margin-left: 14px;
      padding-bottom: 14px;
      float: left; } }
  @media print {
    .g_cv_item {
      margin-left: 14px;
      padding-bottom: 14px;
      float: left; } }

.g_cv_item a {
  padding: 10px 0;
  display: block;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #8E8B8B;/*#222;black*/
/*  background-image: -webkit-linear-gradient(top, #595959 0, #222 100%);*/
/*  background-image: linear-gradient(to bottom, #595959 0, #222 100%);*/
  border-radius: 2px; }
  .g_cv_item a:hover {
    text-decoration: none;
    background-color: #575757;/*#282828;*/
/*    background-image: -webkit-linear-gradient(top, #727272 0, #282828 100%);*/
/*    background-image: linear-gradient(to bottom, #727272 0, #282828 100%);*/
    border-radius: 2px; }
  @media screen and (min-width: 740px) {
    .g_cv_item a {
      padding: 5px;/*10px 5px;*/
      width: 112px;
      font-size: 12px;
      font-size: 1.2rem;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
  @media print {
    .g_cv_item a {
      padding: 5px;/*10px 5px;*/
      width: 112px;
      font-size: 12px;
      font-size: 1.2rem;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }

@media screen and (min-width: 740px) {
  .g_cv_item_l a {
    width: 140px; } }
@media print {
  .g_cv_item_l a {
    width: 140px; } }

.g_cv_item_em a {
  padding: 5px;/*9px;*/
/*  border: solid 1px #e07626;*/
  color: #fff;
  background-color: #F06712;/*#e8641b;*/
/*  background-image: -webkit-linear-gradient(top, #ef8a58 0, #e8641b 50%);
  background-image: linear-gradient(to bottom, #ef8a58 0, #e8641b 50%);*/
  border-radius: 2px; }
  .g_cv_item_em a:hover {
/*  border: solid 1px #e07626;*/
    text-decoration: none;
    background-color: #f08512;/*#eb7b3d;*/
/*   background-image: -webkit-linear-gradient(top, #f1986c 0, #eb7b3d 50%);
    background-image: linear-gradient(to bottom, #f1986c 0, #eb7b3d 50%);*/
    border-radius: 2px; }
    

@media screen and (min-width: 740px) {
  .g_cv_first .g_cv_item:first-child {
    margin-left: 0; } }
@media print {
  .g_cv_first .g_cv_item:first-child {
    margin-left: 0; } }

.g_nav {
  zoom: 1; }
  .g_nav:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  @media screen and (min-width: 740px) {
    .g_nav {
      border-top: solid 1px #dddddd;
      width: 100%;
      position: absolute;
      bottom: 0;
      background-color: #f2f2f2;
      background-image: -webkit-linear-gradient(top, white 0, #f2f2f2 98%, #dddddd 99%, #dddddd 100%);
      background-image: linear-gradient(to bottom, white 0, #f2f2f2 98%, #dddddd 99%, #dddddd 100%); } }
  @media print {
    .g_nav {
      border-top: solid 1px #dddddd;
      width: 100%;
      position: absolute;
      bottom: 0;
      background-color: #f2f2f2;
      background-image: -webkit-linear-gradient(top, white 0, #f2f2f2 98%, #dddddd 99%, #dddddd 100%);
      background-image: linear-gradient(to bottom, white 0, #f2f2f2 98%, #dddddd 99%, #dddddd 100%); } }
  .no-cssgradients .g_nav {
    background-image: url("/img/shared/bg_g_nav.png");
    background-position: 0 100%;
    background-repeat: repeat-x; }

@media screen and (min-width: 740px) {
  .g_nav_inner {
    position: relative;
    zoom: 1;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 980px; }
    .g_nav_inner:after {
      display: block;
      content: "";
      clear: both;
      overflow: hidden; } }
@media print {
  .g_nav_inner {
    position: relative;
    zoom: 1;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 980px; }
    .g_nav_inner:after {
      display: block;
      content: "";
      clear: both;
      overflow: hidden; } }

.g_nav_list {
  float: left;
  width: 100%;
  display: table;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .g_nav_list:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  @media screen and (min-width: 740px) {
    .g_nav_list {
      width: 33%;
      display: table-cell; } }
  @media print {
    .g_nav_list {
      width: 33%;
      display: table-cell; } }
  @media screen and (min-width: 1000px) {
    .g_nav_list {
      width: 440px;/*330px; 14.05*/ } }
  @media print {
    .g_nav_list {
      width: 440px;/*330px;  14.05*/ } }

@media screen and (min-width: 740px) {
  .g_nav_list_btm {
    width: 67%; } }
@media print {
  .g_nav_list_btm {
    width: 67%; } }
@media screen and (min-width: 1000px) {
  .g_nav_list_btm {
    width: 540px;/*650px; 14.05*/ } }

@media print {
  .g_nav_list_btm {
    width: 540px;/*650px; 14.05*/ } }

.g_nav_item {
  padding-right: 0.5em;
  padding-left: 0.5em;
  border-top: solid 1px #dddddd;
  width: 50%;
  height: 35px;
  color: #000;
  display: table-cell;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(top, white 0, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, white 0, #f2f2f2 100%); }
  @media screen and (min-width: 740px) {
    .g_nav_item {
      border-top: none;
      border-right: solid 1px #dddddd;
      height: 40px;
      font-size: 16px;
      font-size: 1.6rem; } }
  @media print {
    .g_nav_item {
      border-top: none;
      border-right: solid 1px #dddddd;
      height: 40px;
      font-size: 16px;
      font-size: 1.6rem; } }
  .g_nav_item > a {
    display: block;
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent; }
  .g_nav_item:hover {
    border-top: solid 1px #dddddd;
    border-bottom: none;
    background: #66a9e8;/*#0c539c;  14.05*/
    color: #fff; }
    @media screen and (min-width: 740px) {
      .g_nav_item:hover {
        border-top: none; } }
    @media print {
      .g_nav_item:hover {
        border-top: none; } }
    .g_nav_item:hover > a {
      color: #fff; }

.g_nav_item_solution {
  border-right: solid 1px #dddddd; }
  @media screen and (min-width: 740px) {
    .g_nav_item_solution {
      border-top: none;
      border-bottom: solid 1px #dddddd;
      border-left: solid 1px #dddddd;
      width: 19%; }
      .g_nav_item_solution:hover {
        border-left: solid 1px #0c539c; } }
  @media print {
    .g_nav_item_solution {
      border-top: none;
      border-bottom: solid 1px #dddddd;
      border-left: solid 1px #dddddd;
      width: 19%; }
      .g_nav_item_solution:hover {
        border-left: solid 1px #0c539c; } }

@media screen and (min-width: 740px) {
  .g_nav_item_service {
    border-top: none;
    width: 18%; } }/*14%; 14.05*/
@media print {
  .g_nav_item_service {
    border-top: none;
    border-bottom: solid 1px #dddddd;
    width: 18%; } }/*14%; 14.05*/

.g_nav_item_advantage {
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  width: 34%;
  font-size: 11px;
  font-size: 1.1rem; }
  @media screen and (min-width: 740px) {
    .g_nav_item_advantage {
      width: 15%;/*27%; 14.05*/
      font-size: 16px;
      font-size: 1.6rem; } }
  @media print {
    .g_nav_item_advantage {
      width: 15%;/*27%; 14.05*/
      font-size: 16px;
      font-size: 1.6rem; } }
.g_nav_item_support {
  border-bottom: solid 1px #dddddd;
  width: 33%; }
  @media screen and (min-width: 740px) {
    .g_nav_item_support {
      width: 14%; } }
  @media print {
    .g_nav_item_support {
      width: 14%; } }

body[data-global-nav-name="solution"] .g_nav_item_solution,
body[data-global-nav-name="company"] .g_nav_item_company,
body[data-global-nav-name="service"] .g_nav_item_service,
body[data-global-nav-name="advantage"] .g_nav_item_advantage,
body[data-global-nav-name="case"] .g_nav_item_case,
body[data-global-nav-name="news"] .g_nav_item_news,
body[data-global-nav-name="recruit"] .g_nav_item_recruit,
body[data-global-nav-name="support"] .g_nav_item_support {
  border-bottom: none;
  background: #0c539c;
  color: #fff; }
  body[data-global-nav-name="solution"] .g_nav_item_solution a,
  body[data-global-nav-name="company"] .g_nav_item_company a,
  body[data-global-nav-name="service"] .g_nav_item_service a,
  body[data-global-nav-name="advantage"] .g_nav_item_advantage a,
  body[data-global-nav-name="case"] .g_nav_item_case a,
  body[data-global-nav-name="news"] .g_nav_item_news a,
body[data-global-nav-name="recruit"] .g_nav_item_recruit a,
  body[data-global-nav-name="support"] .g_nav_item_support a {
    color: #fff; }
  @media screen and (min-width: 740px) {
    body[data-global-nav-name="solution"] .g_nav_item_solution,
	body[data-global-nav-name="company"] .g_nav_item_company,
    body[data-global-nav-name="service"] .g_nav_item_service,
    body[data-global-nav-name="advantage"] .g_nav_item_advantage,
    body[data-global-nav-name="case"] .g_nav_item_case,
	body[data-global-nav-name="news"] .g_nav_item_news,
	body[data-global-nav-name="recruit"] .g_nav_item_recruit,
    body[data-global-nav-name="support"] .g_nav_item_support {
      border-top: none; } }
  @media print {
    body[data-global-nav-name="solution"] .g_nav_item_solution,
	body[data-global-nav-name="company"] .g_nav_item_company,
    body[data-global-nav-name="service"] .g_nav_item_service,
    body[data-global-nav-name="advantage"] .g_nav_item_advantage,
    body[data-global-nav-name="case"] .g_nav_item_case,
	body[data-global-nav-name="news"] .g_nav_item_news,
    body[data-global-nav-name="recruit"] .g_nav_item_recruit,
    body[data-global-nav-name="support"] .g_nav_item_support {
      border-top: none; } }

@media screen and (min-width: 740px) {
  body[data-global-nav-name="solution"] .g_nav_item_solution {
    border-left: solid 1px #0c539c; } }
@media print {
  body[data-global-nav-name="solution"] .g_nav_item_solution {
    border-left: solid 1px #0c539c; } }

.g_nav_item_login {
  float: left;
  line-height: 1; }
  .g_nav_item_login a {
    padding-top: 27px;
    border: solid 1px #1678D2;/*#0c539c;*/
    width: 46px;
    height: 46px;
    display: block;
    position: absolute;
    top: 19px;
    right: 71px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 9px;
    font-size: 0.9rem;
    background-color: #1678D2;/*#0063cf;*/
/*    background-image: -webkit-linear-gradient(top, #3586da 0, #0063cf 100%);*/
/*    background-image: linear-gradient(to bottom, #3586da 0, #0063cf 100%); */}
    .g_nav_item_login a:hover {
      border: solid 1px #1678D2;/*#277bc4*/
      background-color: #3085cb;
/*      background-image: -webkit-linear-gradient(top, #7ab0e0 0, #3085cb 100%)*/;
/*      background-image: linear-gradient(to bottom, #7ab0e0 0, #3085cb 100%);*/ }
    .g_nav_item_login a:after {
      content: '';
      margin-left: -5px;
      width: 10px;
      height: 13px;
      position: absolute;
      top: 7px;
      left: 50%;
      background: url("/img/shared/bg_login.svg") no-repeat 0 0; }
    .no-svg .g_nav_item_login a:after {
      background: url("/img/shared/bg_login.png") no-repeat 0 0; }
  @media screen and (min-width: 740px) {
    .g_nav_item_login {
      padding: 5px;
      border-right: solid 1px #ccc;
      border-bottom: solid 1px #dddddd;
      float: none;
      width: 12%;
      display: table-cell;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .g_nav_item_login a {
        padding: 7px 0 8px;
        max-width: 112px;
        width: auto;
        height: auto;
        display: block;
        position: static;
        top: auto;
        right: auto;
        color: #fff;
        font-weight: bold;
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem;
        border-radius: 2px; }
      .g_nav_item_login a:after {
        display: none; } }
  @media print {
    .g_nav_item_login {
      padding: 5px;
      border-right: solid 1px #ccc;
      border-bottom: solid 1px #dddddd;
      float: none;
      width: 12%;
      display: table-cell;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .g_nav_item_login a {
        padding: 7px 0 8px;
        max-width: 112px;
        width: auto;
        height: auto;
        display: block;
        position: static;
        top: auto;
        right: auto;
        color: #fff;
        font-weight: bold;
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem; }
      .g_nav_item_login a:after {
        display: none; } }

@media screen and (min-width: 740px) {
  .g_nav_item_login_icon {
    padding-left: 18%;
    min-height: 13px;
    background-image: url("/img/shared/bg_login.svg");
    background-repeat: no-repeat;
    background-position: 0 47%; }
    .no-svg .g_nav_item_login_icon {
      background-image: url("/img/shared/bg_login.png"); } }
@media print {
  .g_nav_item_login_icon {
    padding-left: 18%;
    min-height: 13px;
    background-image: url("/img/shared/bg_login.svg");
    background-repeat: no-repeat;
    background-position: 0 47%; }
    .no-svg .g_nav_item_login_icon {
      background-image: url("/img/shared/bg_login.png"); } }
@media screen and (min-width: 1000px) {
  .g_nav_item_login_icon {
    padding-left: 20px; } }
@media print {
  .g_nav_item_login_icon {
    padding-left: 20px; } }

.g_nav_sub {
  display: none; }
  .g_nav_sub[data-global-nav-sub="open"] {
    display: block; }
  @media screen and (min-width: 740px) {
    .g_nav_sub {
      padding-right: 10px;
      padding-left: 20px;
      width: 100%;
      position: absolute;
      top: 40px;
      left: 0;
      background-color: #0c539c;
      background-color: rgba(12, 83, 156, 0.9);
      text-align: left;
      line-height: 1.6;
      font-size: 12px;
      font-size: 1.2rem;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 980px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .g_nav_item:hover > .g_nav_sub {
        display: table; }
      .g_nav_sub a,
      .g_nav_sub a:hover {
        color: #fff; } }
  @media print {
    .g_nav_sub {
      padding-right: 10px;
      padding-left: 20px;
      width: 100%;
      position: absolute;
      top: 40px;
      left: 0;
      background-color: #0c539c;
      background-color: rgba(12, 83, 156, 0.9);
      text-align: left;
      line-height: 1.6;
      font-size: 12px;
      font-size: 1.2rem;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 980px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .g_nav_item:hover > .g_nav_sub {
        display: table; }
      .g_nav_sub a,
      .g_nav_sub a:hover {
        color: #fff; } }

.g_nav_sub_list {
  display: none; }
  .g_nav_sub_list[data-global-nav-sub="open"] {
    display: block; }
  @media screen and (min-width: 740px) {
    .g_nav_sub_list {
      display: block; } }
  @media print {
    .g_nav_sub_list {
      display: block; } }

@media screen and (min-width: 740px) {
  .g_nav_sub_list > li .g_nav_sub_list_child {
    padding-left: 12px;
    font-size: 10px;
    font-size: 1.1rem;/*1rem;*/ }
    .g_nav_sub_list > li .g_nav_sub_list_child a {
      padding-left: 0;
      display: inline;
      background: none;
      white-space: nowrap; } }
@media print {
  .g_nav_sub_list > li .g_nav_sub_list_child {
    padding-left: 12px;
    font-size: 10px;
    font-size: 1rem; }
    .g_nav_sub_list > li .g_nav_sub_list_child a {
      padding-left: 0;
      display: inline;
      background: none;
      white-space: nowrap; } }

@media screen and (min-width: 740px){
  .g_nav_sub_list li{
  font-size: 1.3rem;}}/*14.05*/
@media screen and (min-width: 740px){
  li.g_nav_sub_item{
  font-size: 1.4rem;}}/*14.05*/


@media screen and (min-width: 740px) {
  .g_nav_sub_item {
    padding: 20px 20px 10px 0;
    width: 20%;
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .g_nav_item_solution .g_nav_sub_item {
      width: 25%; }
    .g_nav_sub_item.g_nav_sub_item_wide {
      width: 45%;/*50%; 14.05*/ }
    .g_nav_item_solution .g_nav_sub_item:first-child {
      width: 55%;/*50%; 14.05*/ }
    .g_nav_sub_item > ul > li + li {
      padding-top: 10px; }
    .g_nav_sub_item > a + ul > li + li,
    .g_nav_sub_item > span + ul > li + li {
      padding-top: 0; } }
@media print {
  .g_nav_sub_item {
    padding: 20px 20px 10px 0;
    width: 20%;
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .g_nav_item_solution .g_nav_sub_item {
      width: 25%; }
    .g_nav_sub_item.g_nav_sub_item_wide {
      width: 45%;/*50%; 14.05*/ }
    .g_nav_item_solution .g_nav_sub_item:first-child {
      width: 55%;/*50%; 14.05*/ }
    .g_nav_sub_item > ul > li + li {
      padding-top: 10px; }
    .g_nav_sub_item > a + ul > li + li,
    .g_nav_sub_item > span + ul > li + li {
      padding-top: 0; } }

.g_nav_sub_hdg {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: bold;
  line-height: 1.4; }

.g_nav_sub_list > li {
  margin-bottom: 7px;
  line-height: 1.4;
  font-weight: normal; }
.g_nav_sub_list > li a {
  padding-left: 12px;
  display: block;
  background: url("/img/shared/ico_arrow_white.png") no-repeat 0 0.3em; }

@media screen and (min-width: 740px) {
  .g_nav_sub_list_col_block {
    padding-right: 20px;
    display: table-cell; }
    .g_nav_sub_list_col_02 .g_nav_sub_list_col_block {
      width: 50%; } }
@media print {
  .g_nav_sub_list_col_block {
    padding-right: 20px;
    display: table-cell; }
    .g_nav_sub_list_col_02 .g_nav_sub_list_col_block {
      width: 50%; } }

.g_nav_sub_item_sub {
  padding-top: 1em; }
  .g_nav_sub_item_sub:first-child {
    padding-top: 0; }

.g_topic_path {
	clear: both;
     margin: 10px; }  /* display: none */
  @media screen and (min-width: 740px) {
    .g_topic_path {
      margin-bottom: 0;
      padding: 1.5em 10px 0;
      display: block;
      font-size: 12px;/*10px; 14.05*/
      font-size: 1.2rem;/*1rem; 14.05*/
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 1040px; }
      .hdg_01_btm + .g_topic_path, .hdg_nav_btm + .g_topic_path {
        padding-top: 0;
        padding-bottom: 3em; } }
  @media print {
    .g_topic_path {
      margin-bottom: 0;
      padding: 1.5em 10px 0;
      display: block;
      font-size: 12px;/*10px; 14.05*/
      font-size: 1.2rem;/*1rem; 14.05*/
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 980px; }
      .hdg_01_btm + .g_topic_path, .hdg_nav_btm + .g_topic_path {
        padding-top: 0;
        padding-bottom: 3em; } }
  @media screen and (min-width: 1000px) {
    .g_topic_path {
      padding-right: 0;
      padding-left: 0; } }
  @media print {
    .g_topic_path {
      padding-right: 0;
      padding-left: 0; } }

.g_topic_path_glue {
  padding-right: 0.5em;
  padding-left: 0.5em; }

.g_content_wrapper {
  padding: 0 10px 30px; }
  @media screen and (min-width: 740px) {
    .g_content_wrapper {
      padding: 0 10px 80px;
      width: 100%;
      display: table;
      table-layout: fixed;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 1040px; } }
  @media print {
    .g_content_wrapper {
      padding: 0 10px 80px;
      width: 100%;
      display: table;
      table-layout: fixed;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 1040px; } }
  @media screen and (min-width: 1040px) {
    .g_content_wrapper {
      padding: 0 0 80px;
	  display: flex;} }
  @media print {
    .g_content_wrapper {
      padding: 0 0 80px; } }

@media screen and (min-width: 769px) {
  .g_content { width: 100%; }
 }
@media print {
  .g_content {
    display: table-cell;
    vertical-align: top;
    overflow: hidden; } }

/* 20170207 add koma */
.inquiry{
  padding: 10px 12px;
  background: #e6e6e6;
  font-weight: bold;
  margin-bottom: 20px;
}
.inquiry a{
  background: #f06712;
  color: #fff;
  padding: 7px 0;
  display: block;
  text-align: center;
  border-radius: 2px;
}
.inquiry a:hover{
  text-decoration: none;
  background-color: #f08512;
}
.inquiry_box {
    background: #0c539c;
    text-align: center;
    padding: 20px;
    color: #fff;
}
.inquiry_box a {
    background: #f06712;
    color: #fff;
    padding: 10px;
    display: block;
    font-weight: bold;
    font-size: 2.2rem;
    border-radius: 2px;
    width: 70%;
    margin: 0 auto;
}
.inquiry_box a:hover {
    text-decoration: none;
    background: #f08512;
}
@media screen and (max-width: 740px){
  .inquiry_box{
    display: none;
  }
}
  /* 20170207 add koma */

.g_sidebar {
  margin-top: 2.143em; }
  @media screen and (min-width: 740px) {
    .g_sidebar {
      margin-top: 0;
      padding-left: 28px;
      width: 224px;
      display: table-cell;
      vertical-align: top; } }
  @media print {
    .g_sidebar {
      margin-top: 0;
      padding-left: 28px;
      width: 224px;
      display: table-cell;
      vertical-align: top; } }

.g_local_nav {
  margin-bottom: 1.66667em;
  border-bottom: none; }
  @media screen and (min-width: 740px) {
    .g_local_nav {
      margin-bottom: 1.875em;
      width: 224px; } }
  @media print {
    .g_local_nav {
      margin-bottom: 1.875em;
      width: 224px; } }
  .g_local_nav > ul {
    border-top: solid 26px #0c539c; }
  .g_local_nav > .g_local_nav_hdg + ul {
    border-top: none; }

.g_local_nav_hdg {
  margin-bottom: 0;
  padding: 0.8125em;
  background: #0c539c;
  color: #fff;
  line-height: 1.0;
  font-size: 16px;
  font-size: 1.6rem; }

.g_local_nav_item {
  border-bottom: solid 1px #e6e6e6;
  font-size: 14px;
  font-size: 1.4rem; }
  .g_local_nav_item > a,
  .g_local_nav_item > span {
    padding: 1em;
    border-right: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    background-color: #fff;
    color: #000;
    display: block;
    position: relative; }
  .g_local_nav_item > a:hover,
  .g_local_nav_item > a.is_active {
    border-right: solid 1px #66a9e8;
    border-left: solid 1px #66a9e8;
    background-color: #66a9e8;
    color: #fff;
    font-weight: bold;
    text-decoration: none; }
  .g_local_nav_item > a[data-toggle-box-btn] {
    padding-right: 2.857em; }
    .g_local_nav_item > a[data-toggle-box-btn]:after {
      content: '';
      margin-top: -11px;
      width: 21px;
      height: 21px;
      background-image: url("/img/shared/btn_toggle_lnav.png");
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      right: 10px;
      line-height: 1;
      display: block; }
  .g_local_nav_item > a[data-toggle-box-btn="close"] {
    font-weight: bold; }
    .g_local_nav_item > a[data-toggle-box-btn="close"]:after {
      background-position: 0 0; }
  .g_local_nav_item > a[data-toggle-box-btn="open"] {
    font-weight: bold; }
    .g_local_nav_item > a[data-toggle-box-btn="open"]:after {
      content: ' ';
      background-position: 0 -21px; }

.g_local_nav_item[data-local-nav="close"] .g_local_nav_sub_list,
.g_local_nav_item_sub[data-local-nav="close"] .g_local_nav_sub_sub_list {
  display: none; }

.g_local_nav_item_sub {
  border: none;
  border-top: solid 1px #999999; }
  .g_local_nav_item_sub > a,
  .g_local_nav_item_sub > span {
    padding: 0.5714286em 1.643em;
    background-color: #e6e6e6; }

.g_local_nav_sub_sub_list {
  background-color: #d6d6d6;
  font-size: 12px;
  font-size: 1.2rem; }
  .g_local_nav_sub_sub_list > li {
    border-top: dashed 1px #999999; }
  .g_local_nav_sub_sub_list > li a, .g_local_nav_sub_sub_list > li span {
    padding: 0.6666667em 2.583em;
    display: block;
    color: #000; }
  .g_local_nav_sub_sub_list > li a:hover, .g_local_nav_sub_sub_list > li a.is_active {
    background-color: #66a9e8;
    color: #fff;
    font-weight: bold;
    text-decoration: none; }

.g_side_bnr {
  text-align: center; }

.g_sns_pagetop_wrapper {
  margin-bottom: 15px;
/*  padding-right: 40px; */	 /* 0801 ike del */
  min-height: 40px;
  position: relative; }
  @media screen and (min-width: 740px) {
    .g_sns_pagetop_wrapper {
      margin-bottom: 0;
      padding-right: 0;
      position: static; } }
  @media print {
    .g_sns_pagetop_wrapper {
      margin-bottom: 0;
      padding-right: 0;
      position: static; } }

.g_pagetop_link {
  margin: 0 10px 10px 0;
  float: right;
  width: 60px;/*50px; 14.05*/
  height: 60px;/*50px;  14.05*/
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .g_sns_pagetop_wrapper .g_pagetop_link {
    margin: 0;
    float: none;
    position: absolute;
    top: 0;
    right: 10px; }
  .g_pagetop_link > a {
    display: block; }
    .g_pagetop_link > a:hover {
      opacity: 0.7;
      -ms-filter: "alpha(opacity=70)"; }
    .g_pagetop_link > a[data-touch-event="end"] {
      opacity: 1;
      -ms-filter: "alpha(opacity=100)"; }
  @media screen and (min-width: 740px) {
    .g_pagetop_link {
      margin: 0;
      float: none;
      position: fixed;
      top: auto;
      right: 10px;
      bottom: 10px;
      z-index: 1000; }
      .g_sns_pagetop_wrapper .g_pagetop_link {
        position: fixed;
        top: auto;
            bottom: 30px;/*10px;  14.05*/ }
      .js .g_pagetop_link {
        display: none; } }
  @media print {
    .g_pagetop_link {
      margin: 0;
      float: none;
      position: fixed;
      top: auto;
      right: 10px;
      bottom: 10px;
      z-index: 1000; }
      .g_sns_pagetop_wrapper .g_pagetop_link {
        position: fixed;
        top: auto;
        bottom: 10px; }
      .js .g_pagetop_link {
        display: none; } }
  @media screen and (min-width: 740px) {
    .g_pagetop_link {
      right:3%/*margin-right:-570px;right:50%*/ }
      .g_sns_pagetop_wrapper .g_pagetop_link {
        bottom:25px;/* ------ h9yamamoto150615 ------ */ 
        right:3%/*margin-right:-570px;right:50%*/ } }
  @media screen and (min-width: 1000px) {
    .g_pagetop_link {
      right:3%/*margin-right:-570px;right:50%*/ }
      .g_sns_pagetop_wrapper .g_pagetop_link {
        bottom:20px;/* ------ h9yamamoto150615 ------ */ 
        right:20px/*margin-right:-570px;right:50%*/ } }
  @media print {
    .g_pagetop_link {
      right:3%/*margin-right:-570px;right:50%*/ }
      .g_sns_pagetop_wrapper .g_pagetop_link {
        right:3%/*margin-right:-570px;right:50%*/ } }
  .g_footer_cv .g_cv {
    padding: 0;
    width: 100%;
    display: table; }
  .g_footer_cv .g_cv_first .g_cv_item {
    padding-left: 1%;
    width: 49%;
    display: table-cell;
    text-align: center; }
  .g_footer_cv .g_cv_first .g_cv_item:first-child {
    padding-right: 1%;
    padding-left: 0; }
  .g_footer_cv .g_cv_wrapper_b .g_cv_first .g_cv_item,
  .g_footer_cv .g_cv_wrapper_c .g_cv_first .g_cv_item {
    width: 40%; }
  .g_footer_cv .g_cv_wrapper_b .g_cv_first .g_cv_item_l,
  .g_footer_cv .g_cv_wrapper_c .g_cv_first .g_cv_item_l {
    width: 60%; }
  .g_footer_cv .g_cv_item_em {
    float: none;
    width: 100%;
    display: block; }
  @media screen and (min-width: 740px) {
    .g_footer_cv .g_header .g_cv_wrapper {
      float: none; }
    .g_footer_cv .g_cv_wrapper.g_cv_wrapper_a,
    .g_footer_cv .g_cv_wrapper.g_cv_wrapper_b,
    .g_footer_cv .g_cv_wrapper.g_cv_wrapper_c {
      width: auto; }
    .g_footer_cv .g_cv_item {
      margin-left: 0;
      padding-bottom: 10px;
      float: none; }
    .g_footer_cv .g_cv_first .g_cv_item {
      width: 50%; }
    .g_footer_cv .g_cv_item a {
      padding: 10px 0;
      width: auto;
      font-size: 16px;
      font-size: 1.6rem; }
    .g_footer_cv .g_cv_item_em a {
      padding: 9px 0; } }
  @media print {
    .g_footer_cv .g_header .g_cv_wrapper {
      float: none; }
    .g_footer_cv .g_cv_wrapper.g_cv_wrapper_a,
    .g_footer_cv .g_cv_wrapper.g_cv_wrapper_b,
    .g_footer_cv .g_cv_wrapper.g_cv_wrapper_c {
      width: auto; }
    .g_footer_cv .g_cv_item {
      margin-left: 0;
      padding-bottom: 10px;
      float: none; }
    .g_footer_cv .g_cv_first .g_cv_item {
      width: 50%; }
    .g_footer_cv .g_cv_item a {
      padding: 10px 0;
      width: auto;
      font-size: 16px;
      font-size: 1.6rem; }
    .g_footer_cv .g_cv_item_em a {
      padding: 9px 0; } }
  @media screen and (min-width: 1000px) {
      .g_footer_cv .g_cv_wrapper {
        padding-top: 18px; }
      .g_footer_cv .g_cv_wrapper_a {
        width: 504px; }
      .g_footer_cv .g_cv_wrapper_b,
      .g_footer_cv .g_cv_wrapper_c {
        width: 518px; }
      .g_footer_cv .g_cv {
        float: none;
        width: auto;
        display: table-cell;
        clear: none;
        vertical-align: top; }
      .g_footer_cv .g_cv_item {
        margin-left: 21px;
        padding-bottom: 0;
        float: none;
        width: auto; }
      .g_footer_cv .g_cv_item a {
        width: 154px;
        font-size: 16px;
        font-size: 1.6rem; }
      .g_footer_cv .g_cv_item_l a {
        width: 182px; }
      .g_footer_cv .g_cv_first .g_cv_item {
        padding-left: 21px;
        width: auto; }
      .g_footer_cv .g_cv_first .g_cv_item:first-child {
        padding-right: 0; }
      .g_footer_cv .g_cv_wrapper {
        float: right;
        clear: none; } }
  @media print {
      .g_footer_cv .g_cv_wrapper {
        padding-top: 18px; }
      .g_footer_cv .g_cv_wrapper_a {
        width: 504px; }
      .g_footer_cv .g_cv_wrapper_b,
      .g_footer_cv .g_cv_wrapper_c {
        width: 518px; }
      .g_footer_cv .g_cv {
        float: none;
        width: auto;
        display: table-cell;
        clear: none;
        vertical-align: top; }
      .g_footer_cv .g_cv_item {
        margin-left: 21px;
        padding-bottom: 0;
        float: none;
        width: auto; }
      .g_footer_cv .g_cv_item a {
        width: 154px;
        font-size: 16px;
        font-size: 1.6rem; }
      .g_footer_cv .g_cv_item_l a {
        width: 182px; }
      .g_footer_cv .g_cv_first .g_cv_item {
        padding-left: 21px;
        width: auto; }
      .g_footer_cv .g_cv_first .g_cv_item:first-child {
        padding-right: 0; }
      .g_footer_cv .g_cv_wrapper {
        float: right;
        clear: none; } }

@media screen and (min-width: 1000px) {
  .g_footer_cv_inner {
    width: 100%;
    zoom: 1;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 980px; }
    .g_footer_cv_inner:after {
      display: block;
      content: "";
      clear: both;
      overflow: hidden; } }
@media print {
  .g_footer_cv_inner {
    width: 100%;
    zoom: 1;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 980px; }
    .g_footer_cv_inner:after {
      display: block;
      content: "";
      clear: both;
      overflow: hidden; } }

.g_footer_cv_tel {
  margin-bottom: 10px;
  text-align: center; }
  @media screen and (min-width: 1000px) {
    .g_footer_cv_tel {
      margin-bottom: 0;
      float: left;
      width: 394px;
      vertical-align: top; } }
  @media print {
    .g_footer_cv_tel {
      margin-bottom: 0;
      float: left;
      width: 394px;
      vertical-align: top; } }
  .g_footer_cv_tel a {
    color: #fff; }
    .g_footer_cv_tel a:hover {
      color: #fff; }

.g_sitemap {
  background-color: #ddd;
  zoom: 1; }
  .g_sitemap:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }

.g_sitemap_inner {
  padding: 20px 0 0 10px;
  width: 100%;
  font-weight: bold;
  zoom: 1;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 980px;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .g_sitemap_inner:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  @media screen and (min-width: 740px) {
    .g_sitemap_inner {
      padding: 30px 10px;
      display: table; } }
  @media print {
    .g_sitemap_inner {
      padding: 30px 10px;
      display: table; } }
  @media screen and (min-width: 1000px) {
    .g_sitemap_inner {
      padding: 30px 0; } }
  @media print {
    .g_sitemap_inner {
      padding: 30px 0; } }

@media screen and (min-width: 740px) {
  .g_sitemap_item {
    margin-left: 2.04082%;
    float: left;
    width: 14.038776%; }
    .g_sitemap_item:first-child {
      margin-left: 0; } }
@media print {
  .g_sitemap_item {
    margin-left: 2.04082%;
    float: left;
    width: 14.038776%; }
    .g_sitemap_item:first-child {
      margin-left: 0; } }

@media screen and (min-width: 740px) {
  .g_sitemap_item_solution {
    width: 19.08163%; } }
@media print {
  .g_sitemap_item_solution {
    width: 19.08163%; } }

@media screen and (min-width: 740px) {
  .g_sitemap_item_service {
    width: 62.04082%; }
    .g_sitemap_item_service .g_sitmap_sub {
      padding-right: 10px;
      display: table-cell; }
    .g_sitemap_item_service .g_sitmap_sub_cloud {
      width: 21.05263%; }
    .g_sitemap_item_service .g_sitmap_sub_datacenter {
      width: 23.35526%; }
    .g_sitemap_item_service .g_sitmap_sub_network {
      width: 20.23026%; }
    .g_sitemap_item_service .g_sitmap_sub_administration {
      padding-right: 0;
      width: 24.50658%; } }
@media print {
  .g_sitemap_item_service {
    width: 62.04082%; }
    .g_sitemap_item_service .g_sitmap_sub {
      padding-right: 10px;
      display: table-cell; }
    .g_sitemap_item_service .g_sitmap_sub_cloud {
      width: 21.05263%; }
    .g_sitemap_item_service .g_sitmap_sub_datacenter {
      width: 23.35526%; }
    .g_sitemap_item_service .g_sitmap_sub_network {
      width: 20.23026%; }
    .g_sitemap_item_service .g_sitmap_sub_administration {
      padding-right: 0;
      width: 24.50658%; } }

.g_sitemap_hdg {
  margin-bottom: 15px;
  padding-left: 12px;
  height: auto;
  float: left;
  width: 50%;
  display: block;
  color: #000;
  background: url("/img/shared/ico_link_list_s.png") no-repeat 0 0.4em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .g_sitemap_hdg:hover,
  .g_sitemap_hdg a,
  .g_sitemap_hdg a:hover {
    color: #000; }
  @media screen and (min-width: 740px) {
    .g_sitemap_hdg {
      margin-bottom: 15px;
      padding: 0;
      float: none;
      width: auto;
      display: inline-block;
      background: none;
      font-weight: bold; } }
  @media print {
    .g_sitemap_hdg {
      margin-bottom: 15px;
      padding: 0;
      float: none;
      width: auto;
      display: inline-block;
      background: none;
      font-weight: bold; } }

.g_sitemap_hdg_sub {
  display: none; }
  @media screen and (min-width: 740px) {
    .g_sitemap_hdg_sub {
      margin-left: 20px;
      padding: 3px 20px 3px 10px;
      border: solid 1px #333;
      display: inline-block;
      position: relative;
      top: -2px;
      font-weight: normal;
      line-height: 1;
      text-align: center;
      font-size: 10px;
      font-size: 1rem; }
      .g_sitemap_hdg_sub:after {
        content: '';
        margin-top: -5px;
        width: 4px;
        height: 9px;
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        background: url("/img/shared/ico_arrow_alt.png") no-repeat 0 0; } }
  @media print {
    .g_sitemap_hdg_sub {
      margin-left: 20px;
      padding: 3px 20px 3px 10px;
      border: solid 1px #333;
      display: inline-block;
      position: relative;
      top: -2px;
      font-weight: normal;
      line-height: 1;
      text-align: center;
      font-size: 10px;
      font-size: 1rem; }
      .g_sitemap_hdg_sub:after {
        content: '';
        margin-top: -5px;
        width: 4px;
        height: 9px;
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        background: url("/img/shared/ico_arrow_alt.png") no-repeat 0 0; } }

.g_sitemap_item_solution,
.g_sitemap_item_advantage,
.g_sitemap_support {
  clear: left; }
  @media screen and (min-width: 740px) {
    .g_sitemap_item_solution,
    .g_sitemap_item_advantage,
    .g_sitemap_support {
      clear: none; } }
  @media print {
    .g_sitemap_item_solution,
    .g_sitemap_item_advantage,
    .g_sitemap_support {
      clear: none; } }

@media screen and (min-width: 740px) {
  .g_sitemap_item_advantage .g_sitemap_hdg,
  .g_sitemap_item_case .g_sitemap_hdg,
  .g_sitemap_item_support .g_sitemap_hdg,
  .g_sitemap_item_inquiry .g_sitemap_hdg {
    margin-bottom: 5px; } }
@media print {
  .g_sitemap_item_advantage .g_sitemap_hdg,
  .g_sitemap_item_case .g_sitemap_hdg,
  .g_sitemap_item_support .g_sitemap_hdg,
  .g_sitemap_item_inquiry .g_sitemap_hdg {
    margin-bottom: 5px; } }

@media screen and (min-width: 740px) {
  .g_sitemap_item_portal {
    display: none; } }
@media print {
  .g_sitemap_item_portal {
    display: none; } }

.g_sitemap_hdg_portal {
  padding-right: 3%;
  padding-left: 0;
  clear: left; }

.g_sitmap_sub {
  display: none; }
  @media screen and (min-width: 740px) {
    .g_sitmap_sub {
      display: block;
      font-size: 10px;
      font-size: 1rem; } }
  @media print {
    .g_sitmap_sub {
      display: block;
      font-size: 10px;
      font-size: 1rem; } }

.g_sitemap_sub_item > a {
  margin-bottom: 10px;
  display: inline-block;
  color: #000;
  font-weight: bold; }
  .g_sitemap_sub_item > a:hover {
    color: #000; }

.g_sitemap_sub_list {
  margin-bottom: 15px; }
  .g_sitemap_sub_list a {
    color: #000;
    font-weight: normal; }
    .g_sitemap_sub_list a:hover {
      color: #000; }
  .g_sitemap_sub_list > li {
    margin-bottom: 5px;
    padding-left: 10px;
    background: url("/img/shared/ico_link_list_s.png") no-repeat 0 0.3em; }

.g_sitemap_sub_term {
  margin-bottom: 5px;
  font-weight: bold; }

.g_sitemap_sub_list_child {
  padding-bottom: 8px; }
  .g_sitemap_sub_list_child > li {
    margin-left: 1em;
    text-indent: -1em;
    padding-top: 8px;
    line-height: 1.2; }
  .g_sitemap_sub_list_child > li > a:before {
    content: '・'; }

.g_sitemap_btn {
  margin-bottom: 15px;
  display: none; }
  @media screen and (min-width: 740px) {
    .g_sitemap_btn {
      display: block; } }
  @media print {
    .g_sitemap_btn {
      display: block; } }
  .g_sitemap_btn .btn_portal {
    padding: 7px 18px;
    width: 100%;
    display: block;
    position: relative;
    line-height: 1.2;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .g_sitemap_btn .btn_portal:after {
      content: '';
      margin-top: -5.5px;
      width: 7px;
      height: 11px;
      background: url("/img/shared/ico_arrow_white.png") no-repeat 100% 0;
      display: block;
      position: absolute;
      top: 50%;
      right: 10px; }

/* ------ simple footer ------ */
.g_sitemap_list,
.g_sitemap_list_alt,
.g_sitemap_list_hdg {
  display: none;
}
.g_sitemap_list_sp {
  display: block;
}
.g_sitemap_block_wrapper .g_sitemap_item_solution {
  clear: none;
}

@media screen and (min-width: 740px) {
  .g_sitemap_list {
    font-size: 10px;
    font-size: 1rem;
    display: block;
  }
  .g_sitemap_list_alt {
    display: block;
  }
  .g_sitemap_list a {
    color: #000;
    font-weight: normal;
  }
  .g_sitemap_list a:hover {
    color: #000;
  }
  .g_sitemap_list > li,
  .g_sitemap_list_alt > li {
    margin-bottom: 5px;
    padding-left: 10px;
    background: url("/img/shared/ico_link_list_s.png") no-repeat 0 0.3em;
  }
  .g_sitemap_block_wrapper {
    float: left;
  }
  .g_sitemap_block_wrapper_01 {
    width: 65.306122448%;
  }
  .g_sitemap_block_wrapper_01 .g_sitemap_hdg {
    margin-bottom: 5px;
    padding-left: 10px;
    background: url("/img/shared/ico_link_list_s.png") no-repeat 0 0.3em;
  }
  .g_sitemap_block_wrapper_02 {
    width: 34.693877551%;
  }
  .g_sitemap_block {
    float: left;
  }
  .g_sitemap_block_01 {
    margin-left: 0;
    width: 29.0625%;
  }
  .g_sitemap_block_02 {
    margin-left: 3.125%;
    width: 43.59375%;
    
    /* clearfix */
    zoom: 1;
  }
  .g_sitemap_block_02:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }
  .g_sitemap_block_02 .g_sitemap_list{
    float: left;
    width: 50%;
  }
  .g_sitemap_block_03 {
    margin-left: 3.125%;
  }
  .g_sitemap_block_04 {
    margin-left: 0;
    width: 49.176470588%;
  }
  .g_sitemap_block_04 a {
    display: inline;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .g_sitemap_block_05 {
    /*margin-left: 5.882352941%;*/
    float: right;
    width: 46.176471%; } /*41.176470588%*/
  .g_sitemap_block_wrapper .g_sitemap_item {
    float: none;
    width: auto;
  }
  .g_sitemap_block_wrapper .g_sitemap_sub_item > a {
    margin-bottom: 0;
  }
  .g_sitemap_block_wrapper .g_sitemap_hdg {
    margin-bottom: 0;
  }
  .g_sitemap_block_wrapper .g_sitemap_hdg {
    margin-bottom: 15px;
  }
  .g_sitemap_list_hdg {
    margin-bottom: 5px;
    padding-left: 10px;
    display: block;
    background: url("/img/shared/ico_link_list_s.png") no-repeat 0 0.3em;
  }
  .g_sitemap_list_hdg > a {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .g_sitemap_list_hdg > a:hover {
    color: #000;
  }
}


.g_security_banner {
  display: none; }
  @media screen and (min-width: 740px) {
    .g_security_banner {
      margin-bottom: 20px;
      margin-left: 10px;
      display: block;
      color: #000;
      font-weight: bold;
      font-size: 10px;
      font-size: 1rem; }
      .g_security_banner a, .g_security_banner a:hover {
        color: #000; }
      .g_security_banner figcaption {
        padding-top: 7px; } }
  @media print {
    .g_security_banner {
      margin-bottom: 20px;
      margin-left: 10px;
      display: block;
      color: #000;
      font-weight: bold;
      font-size: 10px;
      font-size: 1rem; }
      .g_security_banner a, .g_security_banner a:hover {
        color: #000; }
      .g_security_banner figcaption {
        padding-top: 7px; } }

.g_sns_link {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 20px;
  width: 140px;
  clear: both;
  zoom: 1; }
  .g_sns_link:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  @media screen and (min-width: 740px) {
    .g_sns_link {
      padding: 0;
      width: 100%; 
      margin-bottom: 10px} }
  @media print {
    .g_sns_link {
      padding: 0;
      width: 100%; } }
  .g_sns_link a:hover {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)"; }
  .g_sns_link > li {
    margin-left: 13.5714%;
    float: left;
    width: 14.285714%; }
    .g_sns_link > li:first-child {
      margin-left: 0; }
  .g_sns_link > li img {
    max-width: none;
    width: 34px;
    height: 34px; }
   .g_sns_line_clear {
    width: 100% !important;
    padding-top:10px}
   .g_sns_line_clear img {
    width: auto !important}

/* ------ h9yamamoto150615 ------ */ 
.g_footer_menu{
background:#dddddd;
padding:0px;
}

@media screen and (min-width: 1000px) {
.g_footer_menu{
background:#dddddd;
padding:20px 0;}
}

.g_footer_menu ul{
background:#d1d1d1;
padding:0.5% 0.5% 1px 0.5%;
margin:0 auto;
text-align:center;
width:auto;
}

.g_footer_menu ul{display: block;zoom: 1; }
.g_footer_menu ul:after {display: block;content: "";clear: both;overflow: hidden; }

@media screen and (min-width: 1000px) {
.g_footer_menu ul{width:976px;padding:2px 1px;}
}

.g_footer_menu ul li{
float:left;
margin:0 0.25% 2px 0.25%;
padding:0;
background:#fff;
text-align:center;
width:24.5%;
font-size:10px;
}
@media screen and (min-width: 740px) {
  .g_footer_menu ul li{
    font-size:100%;
  }
}
@media screen and (min-width: 1000px) {
  .g_footer_menu ul li{
    font-size:100%;
    width:120px;
    margin:0 1px;
  }
}


.g_footer_menu ul li a{
padding:19px 0 20px;	/* ike0827 19px 1px 20px 1px */
margin:1px 0;	/* ike0827 1px */
text-decoration:none;
display:block;
color:#303030;}

@media screen and (min-width: 1000px) {
.g_footer_menu ul li a:hover{background:#eeeeee;}
}

.g_footer_menu ul li.cloud a{border-top:4px solid #4d9feb;}
.g_footer_menu ul li.rentalserver a{border-top:4px solid #48c3ec; letter-spacing: -1px;}
.g_footer_menu ul li.datacenter a{border-top:4px solid #4a4c75;}
.g_footer_menu ul li.network a{border-top:4px solid #55c296;}
.g_footer_menu ul li.case a{border-top:4px solid #a29bfe;}
.g_footer_menu ul li.techblog a{border-top:4px solid #a48e8b;}
.g_footer_menu ul li.corpblog a{border-top:4px solid #df4e62;}
.g_footer_menu ul li.words a{border-top:4px solid #f7ba64;}
.g_footer_menu ul li.help a{border-top:4px solid #ccc;}


 
.g_footer {
  clear: both; }

.g_footer_utility {
  padding: 15px 0;
  background-color: #000;
  color: #fff;
  zoom: 1;
  font-size: 10px;
  font-size: 1rem; }
  .g_footer_utility:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  .g_footer_utility a, .g_footer_utility a:hover {
    color: #fff; }
  /* ------ h9yamamoto150615 ------ */ 
  @media screen and (min-width: 740px) {
    .g_footer_utility {
      padding: 15px 30px; } }
  @media screen and (min-width: 1000px) {
    .g_footer_utility {
      padding: 15px 10px; } }
  /*  */
  @media print {
    .g_footer_utility {
      padding: 15px 10px; } }

@media screen and (min-width: 740px) {
  .g_footer_utility_inner {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 980px;
    zoom: 1;
    text-align: center; }
    .g_footer_utility_inner:after {
      display: block;
      content: "";
      clear: both;
      overflow: hidden; } }
@media print {
  .g_footer_utility_inner {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 980px;
    zoom: 1;
    text-align: center; }
    .g_footer_utility_inner:after {
      display: block;
      content: "";
      clear: both;
      overflow: hidden; } }

.g_footer_utility_item {
  padding: 10px 16px;
  float: left;
  width: 50%;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 740px) {
    .g_footer_utility_item {
      margin-bottom: 0;
      padding: 0 15px;
      border-left: solid 1px #ccc;
      float: none;
      width: auto;
      display: inline-block;
      line-height: 1; }
      .g_footer_utility_item:first-child {
        padding-left: 0;
        border-left: 0; } }
  @media print {
    .g_footer_utility_item {
      margin-bottom: 0;
      padding: 0 15px;
      border-left: solid 1px #ccc;
      float: none;
      width: auto;
      display: inline-block;
      line-height: 1; }
      .g_footer_utility_item:first-child {
        padding-left: 0;
        border-left: 0; } }

/* ------ h9yamamoto150615 ------ */ 
.g_copyright{width:100%;padding:0 0 20px 0;margin:0;font-size: 1rem;}
p.g_copyright{padding:20px 0 20px 0;text-align: center;}

@media screen and (min-width: 1000px) {
  .g_copyright{width:980px;padding:0 5px 20px 0;margin:0 auto;}
  p.g_copyright{width:980px;padding:25px 5px 50px 0;margin:0 auto;text-align: left;}
  .g_copyright{display: block;zoom: 1; }
  .g_copyright:after {display: block;content: "";clear: both;overflow: hidden; }
}

.g_copyright p.txt{float:none;margin:0;text-align:center;}
@media screen and (min-width: 1000px) {
  .g_copyright p.txt{float:left;margin:25px 0 0 0;}
}
@media print {
  .g_copyright p.txt{padding-top:20px;}
}

ul.copy_social{display:block;margin:20px 0 20px 0;width:auto;text-align:center;}

@media screen and (min-width: 1000px) {
  ul.copy_social{float:right;margin:14px 0 0 0;}
  ul.copy_social{display: block;zoom: 1; }
  ul.copy_social:after {display: block;content: "";clear: both;overflow: hidden; }
}
@media print {
  ul.copy_social{display: none;}
}

ul.copy_social li{display:inline;margin:0 0 0 8px;}
@media screen and (min-width: 1000px) {
  ul.copy_social li{float:left;margin:0 0 0 8px;}
}

[data-category="lp"] .g_header_wrapper {
  padding-top: 10px;
  height: 90px; }
[data-category="lp"] .g_header {
  width: 100%;
  height: 80px;
  position: relative;
  table-layout: fixed; }
[data-category="lp"] .g_logo_wrapper {
  margin-bottom: 0; }
[data-category="lp"] .g_logo {
  padding-right: 66px; }
  [data-category="lp"] .g_logo img {
    max-width: 214px;
    width: 100%;
    height: auto; }
[data-category="lp"] .g_logo_gree img {
  max-width: 400px !important;
  width: 100% !important; }
[data-category="lp"] .g_logo_mobage img {
  max-width: 412px !important;
  width: 100% !important; }
[data-category="lp"] .g_menu_btn,
[data-category="lp"] .g_menu {
  margin-top: -14px; }
[data-category="lp"] .g_nav {
  display: none; }
@media screen and (min-width: 740px) {
  [data-category="lp"] .g_header_wrapper {
    padding-top: 7px; }
  [data-category="lp"] .g_tagline {
    display: none; }
  [data-category="lp"] .g_logo_wrapper {
    padding-left: 0;
    vertical-align: middle; }
  [data-category="lp"] .g_logo {
    margin-top: -7px;
    padding-right: 470px;
    position: static; }
  [data-category="lp"] .g_sns_tel {
    padding-right: 10px;
  width: 550px/*475px 2014.6  */;
    position: absolute;
    top: 0;
    right: 0; }
  [data-category="lp"] .g_header_wrapper .g_cv_wrapper {
    display: none; }
  [data-category="lp"] .g_wrapper {
    padding-top: 90px; } }
@media print {
  [data-category="lp"] .g_header_wrapper {
    padding-top: 7px; }
  [data-category="lp"] .g_tagline {
    display: none; }
  [data-category="lp"] .g_logo_wrapper {
    padding-left: 0;
    vertical-align: middle; }
  [data-category="lp"] .g_logo {
    margin-top: -7px;
    padding-right: 470px;
    position: static; }
  [data-category="lp"] .g_sns_tel {
    padding-right: 10px;
  width: 550px/*475px 2014.6  */;
    position: absolute;
    top: 0;
    right: 0; }
  [data-category="lp"] .g_header_wrapper .g_cv_wrapper {
    display: none; }
  [data-category="lp"] .g_wrapper {
    padding-top: 90px; } }
@media screen and (min-width: 1000px) {
  [data-category="lp"] .g_tagline {
    margin-bottom: 7px;
    display: block; }
  [data-category="lp"] .g_logo_wrapper {
    vertical-align: top; }
  [data-category="lp"] .g_logo {
    margin-top: 0;
    position: static; } }
@media print {
  [data-category="lp"] .g_tagline {
    margin-bottom: 7px;
    display: block; }
  [data-category="lp"] .g_logo_wrapper {
    vertical-align: top; }
  [data-category="lp"] .g_logo {
    margin-top: 0;
    position: static; } }
@media screen and (min-width: 1020px) {
  [data-category="lp"] .g_sns_tel {
    padding-right: 0; } }
@media print {
  [data-category="lp"] .g_sns_tel {
    padding-right: 0; } }

.g_lp_menu_btn {
  display: none; }
  @media screen and (min-width: 740px) {
    .g_lp_menu_btn {
      position: absolute;
      top: 35px;
      right: 303px;
      display: block; }
      .g_lp_menu_btn:hover {
        opacity: 0.7; } }
  @media print {
    .g_lp_menu_btn {
      position: absolute;
      top: 35px;
      right: 303px;
      display: block; }
      .g_lp_menu_btn:hover {
        opacity: 0.7; } }

.g_lp_menu {
  padding-top: 16px;
  width: 100%;
  position: absolute;
  top: 63px;
  left: 0; }
  .g_lp_menu:before {
    content: '';
    width: 22px;
    height: 16px;
    display: block;
    position: absolute;
    right: 302px;
    top: 0;
    background: url("/img/shared/bg_lp_menu.png") no-repeat 0 0; }
  @media all and (max-width: 739px) {
    .g_lp_menu {
      display: none !important; } }

.g_lp_menu_list {
  padding-right: 2.04082%;
  padding-left: 2.04082%;
  overflow: auto;
  background-color: #0c539c;
  background-color: rgba(12, 83, 156, 0.9);
  color: #fff; }
  .g_lp_menu_list a,
  .g_lp_menu_list a:hover {
    color: #fff; }

.g_lp_menu_category {
  padding-top: 1.78571em; }
  .g_lp_menu_category:first-child {
    border-bottom: solid 1px #5a8abc; }

.g_lp_menu_category_service {
  padding-bottom: 1.8em/*3.57143em*/; }

.g_lp_menu_category_header {
  position: relative; }

.g_lp_menu_category_header_list {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem; }
  .g_lp_menu_category_header_list > li a {
    padding-left: 12px;
    display: block;
    background: url("/img/shared/ico_arrow_white.png") no-repeat 0 0.3em; }

.g_lp_menu_category_hdg {
  margin-bottom: 0.68182em;
  font-weight: bold;
  line-height: 1.2;
  font-size: 22px;
  font-size: 2.2rem; }

.g_lp_menu_section_wrapper {
  zoom: 1; }
  .g_lp_menu_section_wrapper:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }

.g_lp_menu_section {
  margin-left: 2.12766%;
  float: left;
  width: 31.3%; }
  .g_lp_menu_section:first-child {
    margin-left: 0; }

.g_lp_menu_section_wide {
  width: 48.93617%; }

.g_lp_menu_section_hdg {
  margin-bottom: 1.25em;
  border-radius: 10px;
  background-color: #3367a0;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem; }
  .g_lp_menu_section_hdg > a,
  .g_lp_menu_section_hdg > span {
    padding: 10px;
    display: block; }
  .g_lp_menu_section_hdg > a.g_lp_menu_icon_service {
    padding-top: 73px;
    padding-bottom: 15px; }

.g_lp_menu_section_list {
  font-size: 12px;
  font-size: 1.2rem; }
  .g_lp_menu_section_list > li {
    margin-bottom: 0.66667em;
    line-height: 1.4;
    font-weight: normal; }
  .g_lp_menu_section_list > li a {
    padding-left: 12px;
    display: block;
    background: url("/img/shared/ico_arrow_white.png") no-repeat 0 0.3em; }
  .g_lp_menu_section_list .g_lp_menu_list_child {
    padding-left: 12px;
    font-size: 10px;
    font-size: 1rem; }
    .g_lp_menu_section_list .g_lp_menu_list_child a {
      padding-left: 0;
      display: inline;
      background: none;
      white-space: nowrap; }

.g_lp_menu_section_list_em {
  zoom: 1; }
  .g_lp_menu_section_list_em:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  .g_lp_menu_section_list_em > li {
    margin-bottom: 2.08333em;
    float: left;
    width: 47.82609%; }
  .g_lp_menu_section_list_em > li.g_lp_menu_section_list_highavailability,
  .g_lp_menu_section_list_em > li.g_lp_menu_section_list_highperformance {
    margin-left: 4.34783%; }
  .g_lp_menu_section_list_em > li a {
    padding-top: 60px;
    background-position: 0 63px;
    position: relative;
    overflow: hidden; }

.g_lp_menu_icon_solution:before {
  content: '';
  width: 100%;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 0; }

.g_lp_menu_icon_solution_startup:before {
  background-image: url("/img/shared/ico_lp_menu_startup.png"); }

.g_lp_menu_icon_solution_highavailability:before {
  background-image: url("/img/shared/ico_lp_menu_highavailability.png"); }

.g_lp_menu_icon_solution_hybrid:before {
  background-image: url("/img/shared/ico_lp_menu_hybrid.png"); }

.g_lp_menu_icon_solution_highperformance:before {
  background-image: url("/img/shared/ico_lp_menu_highperformance.png"); }

.g_lp_menu_icon_service {
  background-repeat: no-repeat; }

.g_lp_menu_icon_service_cloud {
  background-position: 50% 19px;
  background-image: url("/img/shared/ico_lp_menu_cloud.png"); }

.g_lp_menu_icon_service_data {/*140928追加*/
  background-position: 50% 14px;
  background-image: url("/img/shared/ico_lp_menu_data.png"); }
  
.g_lp_menu_icon_service_datacenter {
  background-position: 50% 22px;
  background-image: url("/img/shared/ico_lp_menu_datacenter.png"); }

.g_lp_menu_icon_service_network {
  background-position: 50% 16px;
  background-image: url("/img/shared/ico_lp_menu_network.png"); }

.g_lp_menu_icon_service_administration {
  background-position: 50% 15px;
  background-image: url("/img/shared/ico_lp_menu_administration.png"); }

.sns_btn {overflow: visible;}/*14.05*/

.sns_btn > div.fb-like > span {
  height: 24px !important;
}

.g_sns_tel .sns_btn_list {
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  bottom: 0;
  left: 10px; }
.g_sns_tel .sns_btn_g_plusone,
.g_sns_tel .sns_btn_hatena,
.g_sns_tel .sns_btn_pocket,
.g_sns_tel .g_lp_tel {
  display: none; }
@media screen and (min-width: 740px) {
  .g_sns_tel {
    display: table-cell; }
    .g_sns_tel .sns_btn_list {
      padding-top: 0;
      position: static;
      bottom: auto;
      left: auto;
      text-align: right; }
    .g_sns_tel .sns_btn {
      float: none;
      min-height: 25px;
      display: inline-block;
      vertical-align: top; }
    .g_sns_tel .sns_btn_twitter {
      margin-right: 0;
      width: 102px; }
    .g_sns_tel .sns_btn_pocket {
      margin-right: 0;
      width: 86px; } /* updata oda 170221 94px */
    .g_sns_tel .g_lp_tel {
      display: block;
      text-align: right; } }
@media print {
  .g_sns_tel {
    display: table-cell; }
    .g_sns_tel .sns_btn_list {
      padding-top: 0;
      position: static;
      bottom: auto;
      left: auto;
      text-align: right; }
    .g_sns_tel .sns_btn {
      float: none;
      min-height: 25px;
      display: inline-block;
      vertical-align: top; }
    .g_sns_tel .sns_btn_twitter {
      margin-right: 0;
      width: 102px; }
    .g_sns_tel .sns_btn_pocket {
      margin-right: 0;
      width: 94px; }
    .g_sns_tel .g_lp_tel {
      display: block;
      text-align: right; } }

@media print {
  .g_menu_btn,
  .g_menu,
  .g_nav,
  .g_topic_path,
  .g_sidebar,
  .g_pagetop_link,
  .g_sns_pagetop_wrapper,
  .g_sns_btn_list,
  .g_header_utility_wrapper,
  .g_sns_link,
  .g_security_banner,
  .g_footer_utility,
  .g_cv,
  .g_lp_menu_btn,
  .g_lp_menu,
  .g_sns_tel .sns_btn_list {
    display: none !important; }

  .g_wrapper {
    padding-top: 0 !important; }

  .g_tagline {
    white-space: nowrap; }

  .g_header_wrapper {
    position: static !important;
    box-shadow: none !important; }

  .g_header {
    display: block !important; }

  .g_logo_wrapper {
    display: block !important; }

  .g_sns_tel .g_lp_tel {
    position: absolute;
    top: 10px;
    right: 0; } }
.hdg_01_top {
  margin-bottom: 1em;
  padding: 20px 0; }
  @media screen and (min-width: 480px) {
    .hdg_01_top {
      margin-bottom: 0;
      padding: 0; }
      .hdg_01_top + .hdg_nav_btm {
        margin-bottom: 1em; } }
  @media print {
    .hdg_01_top {
      margin-bottom: 0;
      padding: 0; }
      .hdg_01_top + .hdg_nav_btm {
        margin-bottom: 1em; } }

.hdg_01_btm {
  margin-bottom: 1em;
  padding: 20px 0; }
  @media screen and (min-width: 480px) {
    .hdg_01_btm {
      padding: 0; } }
  @media print {
    .hdg_01_btm {
      padding: 0; } }

[data-h1-bg] {
  width: 100%;
  max-height: 155px;
  overflow: hidden; }
  [data-h1-bg] img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto; }
  @media all and (max-width: 1000px) {
    .no-backgroundsize [data-h1-bg] img {
      background: none; } }

[data-h1-bg="bigdata"] {
  background: url("/img/shared/bg_bigdata_sp.png") no-repeat #BA9872 center center; }
@media screen and (min-width: 480px) {
  [data-h1-bg="cloud_self"] {
  background: #BA9872;
}}
  @media print {
    [data-h1-bg="cloud_self"] {
      background: #222122; } }
  @media screen and (min-width: 480px) {
    [data-h1-bg="cloud_self"] img {
      background-image: url("/img/shared/bg_bigdata_sp.png"); } }
  @media print {
    [data-h1-bg="cloud_self"] img {
      background-image: url("/img/shared/bg_bigdata_sp.png"); } }
    
[data-h1-bg="cloud_self"] {
  background: url("/img/shared/bg_cloud_self_sp.png") no-repeat #0091e6 center center;
  background-size: 100% auto; }
  @media screen and (min-width: 480px) {
    [data-h1-bg="cloud_self"] {
      background: #0091e6; } }
  @media print {
    [data-h1-bg="cloud_self"] {
      background: #0091e6; } }
  @media screen and (min-width: 480px) {
    [data-h1-bg="cloud_self"] img {
      background-image: url("/img/shared/bg_cloud_self.png"); } }
  @media print {
    [data-h1-bg="cloud_self"] img {
      background-image: url("/img/shared/bg_cloud_self.png"); } }

.hdg_01_inner {
  padding-right: 10px;
  padding-left: 10px;
  position: relative; }
  @media screen and (min-width: 1000px) {
    .hdg_01_inner {
      margin-right: auto;
      margin-left: auto;
      padding-right: 0;
      padding-left: 0;
      max-width: 980px;
      display: block; } }
  @media print {
    .hdg_01_inner {
      margin-right: auto;
      margin-left: auto;
      padding-right: 0;
      padding-left: 0;
      max-width: 980px;
      display: block; } }

.hdg_01_main {
  position: absolute;
  top: 50%;
  left: 19%;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (min-width: 480px) {
    .hdg_01_main {
      left: 18%;
      font-size: 22px;
      font-size: 2.2rem; } }
  @media print {
    .hdg_01_main {
      left: 18%;
      font-size: 22px;
      font-size: 2.2rem; } }
  @media screen and (min-width: 740px) {
    .hdg_01_main {
      left: 17%;
      font-size: 32px;
      font-size: 3.2rem; } }
  @media print {
    .hdg_01_main {
      left: 17%;
      font-size: 32px;
      font-size: 3.2rem; } }
  @media screen and (min-width: 1000px) {
    .hdg_01_main {
      font-size: 40px;
      font-size: 4rem; } }
  @media print {
    .hdg_01_main {
      font-size: 40px;
      font-size: 4rem; } }

.hdg_01_text_s .hdg_01_main {
  margin-top: -0.3em;
  top: 50%;
  padding: 0 10px 0 0;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (min-width: 740px) {
    .hdg_01_text_s .hdg_01_main {
      margin-top: 0;
      font-size: 24px;
      font-size: 2.4rem; } }
  @media print {
    .hdg_01_text_s .hdg_01_main {
      margin-top: 0;
      font-size: 24px;
      font-size: 2.4rem; } }
  @media screen and (min-width: 1000px) {
    .hdg_01_text_s .hdg_01_main {
      font-size: 30px;
      font-size: 3rem; } }
  @media print {
    .hdg_01_text_s .hdg_01_main {
      font-size: 30px;
      font-size: 3rem; } }

.hdg_01_sub {
  margin-top: -1.4em;
  position: absolute;
  top: 50%;
  left: 19%;
  color: #fff;
  line-height: 1.1; }
  @media screen and (min-width: 480px) {
    .hdg_01_sub {
      left: 18%;
      font-size: 16px;
      font-size: 1.6rem; } }
  @media print {
    .hdg_01_sub {
      left: 18%;
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (min-width: 740px) {
    .hdg_01_sub {
      left: 17%;
      font-size: 20px;
      font-size: 2rem; } }
  @media print {
    .hdg_01_sub {
      left: 17%;
      font-size: 20px;
      font-size: 2rem; } }
  @media screen and (min-width: 1000px) {
    .hdg_01_sub {
      font-size: 26px;
      font-size: 2.6rem; } }
  @media print {
    .hdg_01_sub {
      font-size: 26px;
      font-size: 2.6rem; } }

.hdg_01_text_s .hdg_01_sub {
  top: 40%; }
  @media screen and (min-width: 480px) {
    .hdg_01_text_s .hdg_01_sub {
      top: 45%;
      font-size: 16px;
      font-size: 1.6rem; } }
  @media print {
    .hdg_01_text_s .hdg_01_sub {
      top: 45%;
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (min-width: 740px) {
    .hdg_01_text_s .hdg_01_sub {
      top: 50%;
      font-size: 20px;
      font-size: 2rem; } }
  @media print {
    .hdg_01_text_s .hdg_01_sub {
      top: 50%;
      font-size: 20px;
      font-size: 2rem; } }
  @media screen and (min-width: 1000px) {
    .hdg_01_text_s .hdg_01_sub {
      font-size: 26px;
      font-size: 2.6rem; } }
  @media print {
    .hdg_01_text_s .hdg_01_sub {
      font-size: 26px;
      font-size: 2.6rem; } }

.hdg_nav_btm {
  margin-bottom: 1em;
  display: none;
  line-height: 1.4; }/*1*/
  @media screen and (min-width: 480px) {
    .hdg_nav_btm {
      display: block; } }
  @media print {
    .hdg_nav_btm {
      display: block; } }

.hdg_nav_btm_inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 980px;
  zoom: 1; }
  .hdg_nav_btm_inner:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }

.hdg_nav_btm_list_item {
  float: left; }
  .hdg_nav_btm_list_item > a {
    padding: 10px 12px 10px 18px; 
    display: block;
    position: relative;
    color: #fff; }
    .hdg_nav_btm_list_item > a:before {
      content: '';
      margin-top: -4px;
      width: 4px;
      height: 7px;
      display: block;
      position: absolute;
      top: 50%;
      left: 10px;
      background-image: url("/img/shared/ico_arrow_hdg_nav.png");
      background-repeat: no-repeat;
      background-position: 0 0; }
  .hdg_nav_btm_list_item > a:hover,
  .hdg_nav_btm_list_item .is_active {
    color: #333;
    font-weight: bold;
    text-decoration: none; }
    .hdg_nav_btm_list_item > a:hover:before,
    .hdg_nav_btm_list_item .is_active:before {
      background-position: 0 100%; }

.hdg_nav_btm_list_item_last {
  margin-right: 10px; }

.hdg_nav_btm_list_item_alt {
  margin-right: 15px;
  padding: 6px 0; /* 5px 0; 8px 0 */
  float: left;
  display: block;
  font-size: 13px;/*12px*/
  font-size: 1.3rem; }/*1.2rem*/
  .hdg_nav_btm_list_item_alt > a {
    padding: 4px;/*2px 4px*/
    border: solid 1px #fff;
    display: block;
    color: #fff; }
    .hdg_nav_btm_list_item_alt > a:hover {
      color: #fff; }

.hdg_nav_top {
  padding-top: 10px;
  padding-bottom: 6px;
  display: none;
  line-height: 1; }
  @media screen and (min-width: 480px) {
    .hdg_nav_top {
      display: block; } }
  @media print {
    .hdg_nav_top {
      display: block; } }

.hdg_nav_top_inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 980px;
  zoom: 1; }
  .hdg_nav_top_inner:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }

.hdg_nav_top_list_item {
  margin-bottom: 4px;
  float: left; }
  .hdg_nav_top_list_item > a {
    padding: 6px 10px 6px 18px;
    display: block;
    position: relative;
    color: #fff; }
    .hdg_nav_top_list_item > a:before {
      content: '';
      margin-top: -4px;
      width: 4px;
      height: 7px;
      display: block;
      position: absolute;
      top: 50%;
      left: 9px;
      background-image: url("/img/shared/ico_arrow_hdg_nav.png");
      background-repeat: no-repeat;
      background-position: 0 0; }
  .hdg_nav_top_list_item > a:hover,
  .hdg_nav_top_list_item .is_active {
    color: #333;
    font-weight: bold;
    text-decoration: none; }
    .hdg_nav_top_list_item > a:hover:before,
    .hdg_nav_top_list_item .is_active:before {
      background-position: 0 100%; }
  .hdg_nav_top_list_item em {
    font-weight: bold; }

.hdg_nav_top_list_item_last {
  margin-right: 10px; }

.hdg_nav_top_list_item_area {
  margin-right: 18px;
  margin-bottom: 4px;
  padding: 7px 0;
  float: left;
  display: block;
  font-size: 12px;
  font-size: 1.2rem; }
  .hdg_nav_top_list_item_area:first-child {
    padding-left: 0; }
  .hdg_nav_top_list_item_area:before {
    content: '・';
    color: #fff; }
  .hdg_nav_top_list_item_area > a {
    color: #fff; }
    .hdg_nav_top_list_item_area > a:hover {
      color: #fff; }

.hdg_nav_top_list_item_alt {
  margin-right: 15px;
  margin-bottom: 4px;
  padding: 4px 0;
  float: left;
  display: block;
  font-size: 12px;
  font-size: 1.2rem; }
  .hdg_nav_top_list_item_alt > a {
    padding: 2px 4px;
    border: solid 1px #fff;
    display: block;
    color: #fff; }
    .hdg_nav_top_list_item_alt > a:hover {
      color: #fff; }

[data-hdg-nav="bigdata"],
[data-hdg-nav="cloud_self"],
[data-hdg-nav="cloud_managed"],
[data-hdg-nav="cloud_dstorage"],
[data-hdg-nav="cloud_private"],
[data-hdg-nav="cloud_baremetal"] {
  background-color: #555; }

[data-hdg-nav="network"],
[data-hdg-nav="datacenter"],
[data-hdg-nav="administration"] {
  background-color: #333; }
  
[data-hdg-nav="bigdata"] .hdg_nav_btm_list_item a:hover,
[data-hdg-nav="bigdata"] .hdg_nav_btm_list_item .is_active {
  background-color: #cccccc; }
  
[data-hdg-nav="cloud_self"] .hdg_nav_btm_list_item a:hover,
[data-hdg-nav="cloud_self"] .hdg_nav_btm_list_item .is_active {
  background-color: #93cff1; }

[data-h1-bg="cloud_managed"] {
  background-color: #e67b06; }
  [data-h1-bg="cloud_managed"] img {
    background-image: url("/img/shared/bg_cloud_managed.png"); }

[data-hdg-nav="cloud_managed"] .hdg_nav_btm_list_item a:hover,
[data-hdg-nav="cloud_managed"] .hdg_nav_btm_list_item .is_active {
  background-color: #f8b794; }

[data-h1-bg="cloud_private"] {
  background-color: #7943c4; }
  [data-h1-bg="cloud_private"] img {
    background-image: url("/img/shared/bg_cloud_private.png"); }

[data-hdg-nav="cloud_private"] .hdg_nav_btm_list_item a:hover,
[data-hdg-nav="cloud_private"] .hdg_nav_btm_list_item .is_active {
  background-color: #b8acda; }

[data-h1-bg="cloud_dstorage"] {
  background-color: #54BD51 ; }/*#228f19*/
  [data-h1-bg="cloud_dstorage"] img {
    background-image: url("/img/shared/bg_cloud_dstorage.png"); }

[data-hdg-nav="cloud_dstorage"] .hdg_nav_btm_list_item a:hover,
[data-hdg-nav="cloud_dstorage"] .hdg_nav_btm_list_item .is_active {
  background-color: #8bd887; }

[data-h1-bg="cloud_baremetal"] {
  background-color: #353273; }
  [data-h1-bg="cloud_baremetal"] .hdg_01_main {
    margin-top: -0.5em; }

[data-hdg-nav="cloud_baremetal"] .hdg_nav_btm_list_item a:hover,
[data-hdg-nav="cloud_baremetal"] .hdg_nav_btm_list_item .is_active {
  background-color: #99ade1; }

[data-h1-bg="network_01"] {
  background-color: #6da702; }
  [data-h1-bg="network_01"] img {
    background-image: url("/img/shared/bg_network_01.png"); }

[data-hdg-nav="network"] .hdg_nav_top_list_item a:hover,
[data-hdg-nav="network"] .hdg_nav_top_list_item .is_active {
  background-color: #b0d368; }

[data-h1-bg="network_02"] {
  background-color: #6da702; }
  [data-h1-bg="network_02"] img {
    background-image: url("/img/shared/bg_network_02.png"); }

[data-h1-bg="datacenter"] {
  background-color: #0e3666; }
  [data-h1-bg="datacenter"] img {
    background-image: url("/img/shared/bg_datacenter.png"); }

[data-hdg-nav="datacenter"] .hdg_nav_top_list_item a:hover,
[data-hdg-nav="datacenter"] .hdg_nav_top_list_item .is_active {
  background-color: #9eb6e3; }

[data-h1-bg="administration_01"] {
  background-color: #544285; }
  [data-h1-bg="administration_01"] img {
    background-image: url("/img/shared/bg_administration_01.png"); }

[data-hdg-nav="administration"] .hdg_nav_top_list_item a:hover,
[data-hdg-nav="administration"] .hdg_nav_top_list_item .is_active {
  background-color: #a498e2; }

[data-h1-bg="administration_02"] {
  background-color: #544285; }
  [data-h1-bg="administration_02"] img {
    background-image: url("/img/shared/bg_administration_02.png"); }

.hdg_01_plain {
  padding: 1em 10px;
  color: #333333;
  font-weight: bold;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1040px;
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (min-width: 480px) {
    .hdg_01_plain {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media print {
    .hdg_01_plain {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media screen and (min-width: 740px) {
    .hdg_01_plain {
      padding: 1em 10px;
      font-size: 30px;
      font-size: 3rem; } }
  @media print {
    .hdg_01_plain {
      padding: 1em 10px;
      font-size: 30px;
      font-size: 3rem; } }
  @media screen and (min-width: 1000px) {
    .hdg_01_plain {
      padding: 1em 0; } }
  @media print {
    .hdg_01_plain {
      padding: 1em 0; } }
  .hdg_01_plain_sub + .hdg_01_plain {
    padding-top: 0.05em; }

.hdg_01_plain_sub {
  margin-bottom: 0;
  padding: 1.875em 10px 0;
  color: #333333;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 980px;
  font-size: 12px;
  font-size: 1.2rem; }
  @media screen and (min-width: 480px) {
    .hdg_01_plain_sub {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media print {
    .hdg_01_plain_sub {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (min-width: 740px) {
    .hdg_01_plain_sub {
      padding: 1.1em 10px 0;
      font-size: 20px;
      font-size: 2rem; } }
  @media print {
    .hdg_01_plain_sub {
      padding: 1.1em 10px 0;
      font-size: 20px;
      font-size: 2rem; } }
  @media screen and (min-width: 1000px) {
    .hdg_01_plain_sub {
      padding: 1.1em 0 0; } }
  @media print {
    .hdg_01_plain_sub {
      padding: 1.1em 0 0; } }

.hdg_01_icon_wrapper .hdg_01_plain,
.hdg_01_icon_wrapper .hdg_01_plain_sub {
  padding-right: 0;
  padding-left: 0; }

.hdg_01_icon {
  display: table-cell;
  vertical-align: middle; }
  @media screen and (min-width: 740px) {
    .hdg_01_icon {
      padding-bottom: 0.71429em; } }
  @media print {
    .hdg_01_icon {
      padding-bottom: 0.71429em; } }
  @media screen and (min-width: 740px) {
    .hdg_01_icon img {
      width: 100% !important; } }
  @media print {
    .hdg_01_icon img {
      width: 100% !important; } }
  .hdg_01_icon[data-h1-icon="bigdata"] > img {
    width: 45px; }
  .hdg_01_icon[data-h1-icon="cloud_self"] > img {
    width: 45px; }
  .hdg_01_icon[data-h1-icon="cloud_private"] > img {
    width: 45px; }
  .hdg_01_icon[data-h1-icon="cloud_managed"] > img {
    width: 45px; }
  .hdg_01_icon[data-h1-icon="dstorage"] > img {
    width: 45px; }
  .hdg_01_icon[data-h1-icon="administration"] > img {
    width: 42px; }
  .hdg_01_icon[data-h1-icon="network"] > img {
    width: 30px; }
  .hdg_01_icon[data-h1-icon="datacenter"] > img {
    width: 57px; }

.hdg_01_icon + .hdg_01_text {
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle; }

.hdg_01_simple {
  margin-bottom: 0.7em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #cecece;
  font-size: 157.1429%;
  font-weight: bold; }
  .box .hdg_01_simple {
    padding-bottom: 0;
    border-bottom: 0; }

.hdg_01_img {
  margin-bottom: 1.4em;
  text-align: center; }

.hdg_02 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;/*1em; 14.05*/
  border-top: solid 3px #2a83ce;
  padding: 10px 0;
  position: relative;
  font-weight: bold;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1.6rem; }

  .security .hdg_02 {
    border-top: none;
  }
  @media screen and (min-width: 740px) {
    .hdg_02 {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media print {
    .hdg_02 {
      font-size: 22px;
      font-size: 2.2rem; } }
  .g_content > .hdg_02:first-child, .g_content > article > .hdg_02:first-child, .g_content > article > header > .hdg_02:first-child, .g_content > section > .hdg_02:first-child, .g_content > section > header > .hdg_02:first-child, .box .hdg_02:first-child, .tab_box .hdg_02:first-child, .tab_box section:first-child > .hdg_02:first-child {
    margin-top: 0; }
  .g_content > * + article > .hdg_02, .g_content > * + article > header > .hdg_02, .g_content > * + section > .hdg_02, .g_content > * + section > header > .hdg_02, .g_content > * + article > .hdg_02:first-child, .g_content > * + article > header > .hdg_02:first-child, .g_content > * + section > .hdg_02:first-child, .g_content > * + section > header > .hdg_02:first-child, .tab_box section > .hdg_02:first-child {
    margin-top: 1.5em; }
.hdg_02_inner {
  display: inline-block;
}/*recover0722*/
.hdg_02 .icon_new {
  padding-left: 0.5em;
  display: inline-block;
  position: relative;
  top: -0.15em; }
  @media screen and (min-width: 740px) {
    .hdg_02 .icon_new {
      top: -0.25em; } }
  @media print {
    .hdg_02 .icon_new {
      top: -0.25em; } }

.hdg_02 .icon_item {
  padding-left: 0.5em;
  display: inline-block;
  position: relative;
  top: -0.2em; }
  @media screen and (min-width: 740px) {
    .hdg_02 .icon_item {
      top: -0.3em; } }
  @media print {
    .hdg_02 .icon_item {
      top: -0.3em; } }

.hdg_02_wrapper {
  margin-bottom: 0.7em;
  width: 100%;
  display: table; }

.hdg_02_header {
  display: table-cell;
  vertical-align: top; }
  .hdg_02_header .hdg_02 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border-top: 0; }
    .hdg_02_header .hdg_02:before {
      display: none; }

.hdg_02_header_inner {
  padding: 10px 0;
  border-top: solid 3px #2a83ce;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.hdg_02_desc {
  margin-bottom: 0; }

.hdg_02_icon {
  display: table-cell;
  text-align: right;
  vertical-align: middle; }
  .hdg_02_icon img {
    max-width: none; }
  .col_02 > .col_block > .box .hdg_02_icon, .col_03 > .col_block > .box .hdg_02_icon, .col_04 > .col_block > .box .hdg_02_icon {
    display: none; }
  .col_02_flex > .col_block > .box .hdg_02_icon, .col_03_flex > .col_block > .box .hdg_02_icon {
    display: table-cell; }
  @media screen and (min-width: 740px) {
    .col_02 > .col_block > .box .hdg_02_icon, .col_03 > .col_block > .box .hdg_02_icon, .col_04 > .col_block > .box .hdg_02_icon {
      display: table-cell; } }
  @media print {
    .col_02 > .col_block > .box .hdg_02_icon, .col_03 > .col_block > .box .hdg_02_icon, .col_04 > .col_block > .box .hdg_02_icon {
      display: table-cell; } }

.hdg_02_toggle .toggle_box_hdg {
  padding: 8px 41px 8px 8px;
  color: #fff;
  background-color: #2a83ce;
  font-weight: bold;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1.6rem; }
  .hdg_02_toggle .toggle_box_hdg:after {
    right: 10px; }
  @media screen and (min-width: 740px) {
    .hdg_02_toggle .toggle_box_hdg {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media print {
    .hdg_02_toggle .toggle_box_hdg {
      font-size: 22px;
      font-size: 2.2rem; } }
.hdg_02_toggle a:hover {
  color: #fff;
  text-decoration: none; }

.hdg_02_num_wrapper {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #cecece;
  display: block; }
  .hdg_02_num_wrapper .hdg_02_header {
    vertical-align: top; }
  .hdg_02_num_wrapper .hdg_02,
  .hdg_02_num_wrapper .hdg_02_header_inner {
    padding: 0;
    border-top: 0;
    background-color: transparent;
    color: inherit; }
    .hdg_02_num_wrapper .hdg_02 a,
    .hdg_02_num_wrapper .hdg_02_header_inner a {
      color: #1067b6; }
    .hdg_02_num_wrapper .hdg_02 a:hover,
    .hdg_02_num_wrapper .hdg_02_header_inner a:hover {
      color: #059fe0; }
  .col_02 .hdg_02_num_wrapper .hdg_02_icon, .col_03 .hdg_02_num_wrapper .hdg_02_icon, .col_04 .hdg_02_num_wrapper .hdg_02_icon {
    padding-top: 0.5em;
    display: block;
    text-align: center; }
    .col_02 .hdg_02_num_wrapper .hdg_02_icon img, .col_03 .hdg_02_num_wrapper .hdg_02_icon img, .col_04 .hdg_02_num_wrapper .hdg_02_icon img {
      width: 40px; }
  @media screen and (min-width: 740px) {
    .col_02 .hdg_02_num_wrapper .hdg_02_icon, .col_03 .hdg_02_num_wrapper .hdg_02_icon, .col_04 .hdg_02_num_wrapper .hdg_02_icon {
      display: table-cell;
      text-align: right; }
    .col_02 .hdg_02_num_wrapper .hdg_02_icon img, .col_03 .hdg_02_num_wrapper .hdg_02_icon img, .col_04 .hdg_02_num_wrapper .hdg_02_icon img {
      width: auto; } }
  @media print {
    .col_02 .hdg_02_num_wrapper .hdg_02_icon, .col_03 .hdg_02_num_wrapper .hdg_02_icon, .col_04 .hdg_02_num_wrapper .hdg_02_icon {
      display: table-cell;
      text-align: right; }
    .col_02 .hdg_02_num_wrapper .hdg_02_icon img, .col_03 .hdg_02_num_wrapper .hdg_02_icon img, .col_04 .hdg_02_num_wrapper .hdg_02_icon img {
      width: auto; } }
  .box > .hdg_02_num_wrapper {
    padding-top: 0; }

.hdg_02_num {
  padding-right: 10px;
  width: 1%;
  display: table-cell;
  vertical-align: top; }

.hdg_02_num_item {
  width: 20px;
  height: 20px;
  display: block;
  background-color: #2a83ce;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (min-width: 740px) {
    .hdg_02_num_item {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 20px;
      font-size: 2rem; } }
  @media print {
    .hdg_02_num_item {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 20px;
      font-size: 2rem; } }

.hdg_02_icon_wrapper {
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 0;
  border-bottom: solid 1px #cecece; }
  .box .hdg_02_icon_wrapper:first-child {
    padding-top: 0; }
  .hdg_02_icon_wrapper .hdg_02_header {
    vertical-align: middle; }
  .hdg_02_icon_wrapper .hdg_02,
  .hdg_02_icon_wrapper .hdg_02_header_inner {
    border-top: 0;
    padding: 0;
    background-color: transparent;
    color: inherit; }
    .hdg_02_icon_wrapper .hdg_02 a,
    .hdg_02_icon_wrapper .hdg_02_header_inner a {
      color: #1067b6; }
    .hdg_02_icon_wrapper .hdg_02 a:hover,
    .hdg_02_icon_wrapper .hdg_02_header_inner a:hover {
      color: #059fe0; }
  .hdg_02_icon_wrapper .hdg_02_icon {
    padding-right: 10px;
    width: 1%;
    text-align: left; }
  .col_02 .hdg_02_icon_wrapper .hdg_02_icon img, .col_03 .hdg_02_icon_wrapper .hdg_02_icon img, .col_04 .hdg_02_icon_wrapper .hdg_02_icon img {
    width: 40px; }
  @media screen and (min-width: 740px) {
    .col_02 .hdg_02_icon_wrapper .hdg_02_icon img, .col_03 .hdg_02_icon_wrapper .hdg_02_icon img, .col_04 .hdg_02_icon_wrapper .hdg_02_icon img {
      width: auto; } }
  @media print {
    .col_02 .hdg_02_icon_wrapper .hdg_02_icon img, .col_03 .hdg_02_icon_wrapper .hdg_02_icon img, .col_04 .hdg_02_icon_wrapper .hdg_02_icon img {
      width: auto; } }

.hdg_02_icon_wrapper_plain {
  padding-bottom: 0;
  border-bottom: none; }

.hdg_02_simple {
  margin-bottom: 0.7em;
  font-weight: bold;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (min-width: 740px) {
    .hdg_02_simple {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media print {
    .hdg_02_simple {
      font-size: 22px;
      font-size: 2.2rem; } }
  .box .hdg_02_simple {
    margin-bottom: 1em; }

.hdg_02_simple .icon_new {
  padding-left: 0.5em;
  display: inline-block;
  position: relative;
  top: -0.15em; }
  @media screen and (min-width: 740px) {
    .hdg_02_simple .icon_new {
      top: -0.25em; } }
  @media print {
    .hdg_02_simple .icon_new {
      top: -0.25em; } }

.hdg_02_simple .icon_item {
  padding-left: 0.5em;
  display: inline-block;
  position: relative;
  top: -0.25em; }
  @media screen and (min-width: 740px) {
    .hdg_02_simple .icon_item {
      top: -0.5em; } }
  @media print {
    .hdg_02_simple .icon_item {
      top: -0.5em; } }

.hdg_03 {
  margin-top: 1em;/*1.66667em;  14.05*/
  margin-bottom: 0.5em;/*1em; 14.05*/
  padding: 0.7em 0.722em;
  position: relative;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  background-color: #f5f5f5;
  font-weight: bold;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (min-width: 740px) {
    .hdg_03 {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media print {
    .hdg_03 {
      font-size: 18px;
      font-size: 1.8rem; } }
  .hdg_02 + .hdg_03, .col_block > .hdg_03 {
    margin-top: 0; }

.hdg_03 > a {
  padding-left: 15px;
  display: inline-block;
  position: relative; }
  .ie8 .hdg_03 > a {
    display: inline;
    zoom: 1; }
    .ie8 .hdg_03 > a img {
      vertical-align: middle; }
  .hdg_03 > a:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    background: url("/img/shared/ico_link_list.png") no-repeat 0 0;
    background-size: 8px auto; }
    .ie8 .hdg_03 > a:before {
      width: 10px;
      height: 10px;
      zoom: 1; }

.hdg_03_wrapper {
  margin-top: 1.66667em;
  margin-bottom: 1em;
  padding: 0.714em 0.9285em;
  width: 100%;
  display: table;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .hdg_02 + .hdg_03_wrapper, .col_block > .hdg_03_wrapper {
    margin-top: 0; }

.hdg_03_header {
  display: table-cell;
  vertical-align: top; }
  .hdg_03_header .hdg_03 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
    background-color: transparent; }

.hdg_03_desc {
  margin-bottom: 0; }

.hdg_03_icon {
  display: table-cell;
  text-align: right;
  vertical-align: middle; }
  .hdg_03_icon img {
    max-width: none; }

.hdg_03_alt {
  margin-top: 1.66667em;
  margin-bottom: 0.7em;
  padding: 1em;
  background-color: #e6e6e6;
  color: #1067b6;
  font-size: 114.02857%;
  font-weight: bold;
  line-height: 1; }
  .hdg_03_alt + .box {
    margin-top: -0.8em; }
  .hdg_02 + .hdg_03_alt {
    margin-top: 0; }

.hdg_03_em {
  margin-top: 1.66667em;
  margin-bottom: 0.5em;
  padding: 8px 3px;
  border-top: solid 2px #d3d3d3;
  border-bottom: solid 2px #d3d3d3;
  font-weight: bold;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (min-width: 740px) {
    .hdg_03_em {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media print {
    .hdg_03_em {
      font-size: 18px;
      font-size: 1.8rem; } }
  .hdg_02 + .hdg_03_em, .col_block > .hdg_03_em {
    margin-top: 0; }

.hdg_04 {
  margin-bottom: 1em;
  padding-bottom: 0.6em;
  border-bottom: solid 1px #cecece;
  font-weight: bold;
  line-height: 1.2; }

.hdg_04_wrapper {
  margin-bottom: 1em;
  padding-bottom: 0.6em;
  border-bottom: solid 1px #cecece;
  width: 100%;
  display: table; }

.hdg_04_header {
  display: table-cell;
  vertical-align: top; }
  .hdg_04_header .hdg_04 {
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0; }

.hdg_04_desc {
  margin-bottom: 0; }

.hdg_04_icon {
  display: table-cell;
  text-align: right;
  vertical-align: middle; }
  .hdg_04_icon img {
    max-width: none; }

.text_plain {
  margin-bottom: 0.7em; }

.text_lead {
  margin-bottom: 0.7em;
  font-weight: bold;
  line-height: 1.2; }
.text_lead_l {
  font-weight: 500;}/*14.05*/

.text_blue {
  color: #09A9F5/*#17bef8;  2014.6*/ }
  
.text_red {
  color: #dd001f; }
  
.text_orange {
  color: #f08512 }/*2014.6*/
  
.text_white {
  color: #fff }/*2014.10*/

.text_b {font-weight: bold; }

.text_un {text-decoration: underline; }
  
.text_l {text-align: left !important; }
.text_c {text-align: center !important; }
.text_r {text-align: right !important; }

.text_s {
  font-size: 10px;
  font-size: 1rem; }
  @media screen and (min-width: 740px) {
    .text_s {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media print {
    .text_s {
      font-size: 12px;
      font-size: 1.2rem; } }

.text_m {
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (min-width: 740px) {
    .text_m {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media print {
    .text_m {
      font-size: 18px;
      font-size: 1.8rem; } }

.text_m_l {
  font-size: 24px;
  font-size: 2.4rem; }
  @media screen and (min-width: 740px) {
    .text_m_l {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media print {
    .text_m_l {
      font-size: 24px;
      font-size: 2.4rem; } }

.text_note {
  margin-bottom: 1em;
  font-size: 10px;
  font-size: 1rem; }
  @media screen and (min-width: 740px) {
    .text_note {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media print {
    .text_note {
      font-size: 12px;
      font-size: 1.2rem; } }
  .text_note p {
    margin-bottom: 0; }

.text_note_border {
  padding-top: 1em;
  border-top: solid 1px #cecece; }

.box_case_quote {
  padding-right: 2em;
  padding-left: 2em;
  position: relative; }
  .box_case_quote:before {
    content: '';
    width: 11px;
    height: 8px;
    display: block;
    background: url("/img/shared/bg_ldquo.png") no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0; }
  .box_case_quote:after {
    content: '';
    width: 11px;
    height: 8px;
    display: block;
    background: url("/img/shared/bg_rdquo.png") no-repeat 0 0;
    position: absolute;
    bottom: 0;
    right: 0; }

.list_ul {
  margin-bottom: 0.7em; }
  .list_ul .list_item {
    margin-top: 0.35714em;
    padding-left: 1em;
    position: relative; }
    .list_ul .list_item:first-child {
      margin-top: 0; }
    .list_ul .list_item:before {
      content: '・';
      position: absolute;
      top: 0;
      left: 0; }
    .list_ul .list_item ul {
      margin-top: 0.35714em; }

.list_ol {
  margin-bottom: 0.7em;
  margin-left: 2.5em;
  list-style-type: decimal;
  list-style-position: outside; }
  .list_ol .list_item {
    margin-top: 0.35714em; }
    .list_ol .list_item:first-child {
      margin-top: 0; }
    .list_ol .list_item ol {
      margin-top: 0.35714em;
      margin-left: 2.5em;
      list-style-type: decimal; }

.list_ol_upper_roman {
  list-style-type: upper-roman !important; }

.list_item em {
  font-weight: bold; }

.list_item_link {
  text-align: left;/*14.05*/
  margin-top: 0.35714em; }
  .list_item_link:first-child {
    margin-top: 0; }
  .list_item_link ul {
    margin-top: 0.35714em;
    margin-bottom: 0;
    padding-left: 15px; }
    @media screen and (min-width: 740px) {
      .list_item_link ul {
        padding-left: 20px; } }
    @media print {
      .list_item_link ul {
        padding-left: 20px; } }

.list_item_link > a {
  padding-left: 15px;
  display: inline-block;
  position: relative; }
  .ie8 .list_item_link > a {
    display: inline;
    zoom: 1; }
    .ie8 .list_item_link > a img {
      vertical-align: middle; }
  .list_item_link > a:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    background: url("/img/shared/ico_link_list.png") no-repeat 0 0;
    background-size: 8px auto; }
    .ie8 .list_item_link > a:before {
      width: 10px;
      height: 10px;
      zoom: 1; }
  @media print {
    .ie8 .list_item_link > a {
      padding-left: 0; }
    .ie8 .list_item_link > a:before {
      display: none; } }
  .list_item_link > a[target="_blank"], .list_item_link > a.icon_mail {
    padding-left: 0; }
    .list_item_link > a[target="_blank"]:before, .list_item_link > a.icon_mail:before {
      background: none; }
    .list_item_link > a[target="_blank"] img, .list_item_link > a.icon_mail img {
      vertical-align: top; }
  @media screen and (min-width: 740px) {
    .list_item_link > a {
      padding-left: 20px; }
      .list_item_link > a:before {
        width: 10px;
        height: 10px;
        background-size: auto auto; }
      .list_item_link > a[target="_blank"] {
        padding-left: 0; } }
  @media print {
    .list_item_link > a {
      padding-left: 20px; }
      .list_item_link > a:before {
        width: 10px;
        height: 10px;
        background-size: auto auto; }
      .list_item_link > a[target="_blank"] {
        padding-left: 0; } }

.list_item_link_has_dfn {
  position: relative;
  margin-right: 20px; }
  .list_item_link_has_dfn > a {
    display: inline; }

.list_item_link_dfn {
  padding-bottom: 10px;
  position: absolute;
  display: inline-block; }

.list_item_link_dfn_inner {
  margin-right: -135px;
  padding-bottom: 13px;
  position: absolute;
  bottom: 10px;
  right: 0;
  display: block; }
  @media screen and (min-width: 740px) {
    .list_item_link_dfn_inner {
      margin-right: -190px; } }
  @media print {
    .list_item_link_dfn_inner {
      margin-right: -190px; } }

.list_item_link_dfn_bg {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  display: block;
  background: url("/img/shared/bg_tooltip.png") no-repeat 0 0; }

.dfn_item {
  padding: 10px;
  width: 280px;
  border-radius: 5px;
  background-color: #333;
  color: #fff;
  position: relative;
  z-index: 600; }
  @media screen and (min-width: 740px) {
    .dfn_item {
      width: 380px; } }
  @media print {
    .dfn_item {
      width: 380px; } }

.dfn_term {
  font-weight: bold; }

.dfn_data p,
.dfn_data ul,
.dfn_data ol,
.dfn_data dl,
.dfn_data img {
  margin-top: 5px;
  margin-bottom: 0; }
.dfn_data a,
.dfn_data a:hover {
  color: #3aceff; }

[data-tooltip="close"] {
  display: none; }

[data-tooltip-btn="open"] {
  z-index: 500; }

.list_item_link em {
  font-weight: bold; }

.list_anchor {
  margin-bottom: 0.7em; }

.list_anchor_item {
  margin-top: 1em;
  line-height: 1.1; }
  .list_anchor_item:first-child {
    margin-top: 0; }
  .list_anchor_item > a {
    margin-left: 10px;  /*14.05*/
    padding-left: 16px;
    display: inline-block;
    position: relative; }
    .list_anchor_item > a:before {
      content: '';
      width: 8px;
      height: 8px;
      display: block;
      position: absolute;
      top: 2px;
      left: 0;
      background: url("/img/shared/ico_arrow_anchor.png") no-repeat 0 0; }
  @media screen and (min-width: 740px) {
    .list_anchor_item > a:before {
      top: 4px; } }
  @media print {
    .list_anchor_item > a:before {
      top: 4px; } }

@media screen and (min-width: 740px) {
  .list_col_02 {
    zoom: 1; }
    .list_col_02:after {
      display: block;
      content: "";
      clear: both;
      overflow: hidden; }
    .list_col_02 > li {
      padding-right: 2.8571%;
      float: left;
      width: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .list_col_02 > li:first-child {
      margin-top: 0.35714em; } }
@media print {
  .list_col_02 {
    zoom: 1; }
    .list_col_02:after {
      display: block;
      content: "";
      clear: both;
      overflow: hidden; }
    .list_col_02 > li {
      padding-right: 2.8571%;
      float: left;
      width: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .list_col_02 > li:first-child {
      margin-top: 0.35714em; } }

.list_info {
  padding-top: 1em;
  padding-bottom: 0.6875em;
  border-top: solid 2px #333333; }

.list_info_list {
  padding-top: 0.7em;
  border-top: solid 1px #cecece; }

.list_info_attr {
  padding-bottom: 0.5em;
  zoom: 1; }
  .list_info_attr:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }

.list_info_attr_item {
  margin-right: 0.7143em;
  /* margin-bottom: 0.5em; 20140128*/
  float: left; }

.list_info_attr_item_right { /*20141022*/
  margin-right: 0.7143em;
  margin-bottom: 0.5em;
}
  
.list_info_attr_item_date {
  font-size: 14px;
  font-size: 1.4rem; }

.list_info_hdg {
  margin-bottom: 1em;
  font-size: 114.02857%;
  font-weight: bold; }

.list_ul_blt {
  margin-bottom: 0.7em; }
  .list_ul_blt > .list_item {
    padding-left: 1em;
    text-indent: -1em; }
    .list_ul_blt > .list_item:before {
      content: '・'; }

.list_icon_category {
  padding-bottom: 0.38em;
  float: left;
  zoom: 1; }
  .list_icon_category:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }

.list_info.list_info_alt {
  padding-top: 0;
  border-top: 0; }
  .list_info.list_info_alt .list_info_attr {
    padding-bottom: 0; }
  .list_info.list_info_alt .list_info_hdg {
    margin-bottom: 0.5em; }

.list_dl {
  margin-bottom: 1em; }

.list_dl_term {
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em; }
  .list_dl_term:before {
    content: '・'; }
  .list_dl_data + .list_dl_term {
    margin-top: 0.35714em; }

.list_dl_data {
  padding-left: 1em; }

.list_dialog {
  margin-bottom: 10px;
  min-height: 60px;
  position: relative; }
  @media screen and (min-width: 740px) {
    .list_dialog {
      margin-bottom: 20px;
      min-height: 112px; } }
  @media print {
    .list_dialog {
      margin-bottom: 20px;
      min-height: 112px; } }

.list_dialog_l {
  min-height: 87px; }
  @media screen and (min-width: 740px) {
    .list_dialog_l {
      min-height: 164px; } }
  @media print {
    .list_dialog_l {
      min-height: 164px; } }

.list_dialog_customer {
  padding-left: 70px; }
  @media screen and (min-width: 740px) {
    .list_dialog_customer {
      padding-left: 130px; } }
  @media print {
    .list_dialog_customer {
      padding-left: 130px; } }

.list_dialog_support {
  padding-right: 70px; }
  @media screen and (min-width: 740px) {
    .list_dialog_support {
      padding-right: 130px; } }
  @media print {
    .list_dialog_support {
      padding-right: 130px; } }

.list_dialog_img {
  width: 60px;
  position: absolute;
  top: 0; }
  @media screen and (min-width: 740px) {
    .list_dialog_img {
      width: 112px; } }
  @media print {
    .list_dialog_img {
      width: 112px; } }

.list_dialog_img_customer {
  left: 0; }

.list_dialog_img_support {
  right: 0; }

.list_dialog_desc {
  padding: 1.4em 20px;
  border-radius: 5px;
  position: relative; }
  .list_dialog_desc p, .list_dialog_desc ul, .list_dialog_desc ol, .list_dialog_desc dl {
    margin-bottom: 0;
    padding-top: 0.7em; }
    .list_dialog_desc p:first-child, .list_dialog_desc ul:first-child, .list_dialog_desc ol:first-child, .list_dialog_desc dl:first-child {
      padding-top: 0; }

.list_dialog_desc_customer {
  margin-left: 10px;
  background-color: #e0e0e0; }
  .list_dialog_desc_customer:before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background: url("/img/shared/bg_dialog_customer_fukidashi.png") no-repeat 0 0;
    position: absolute;
    top: 26px;
    left: -10px; }

.list_dialog_desc_support {
  margin-right: 10px;
  background-color: #c5eaff; }
  .list_dialog_desc_support:before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background: url("/img/shared/bg_dialog_support_fukidashi.png") no-repeat 0 0;
    position: absolute;
    top: 26px;
    right: -10px; }

.list_history {
  margin-bottom: 0.7em; }

.list_history_year {
  padding: 1em;
  width: 100%;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.list_history_hdg {
  padding-right: 1.5em;
  padding-left: 1em;
  width: 1%;
  display: table-cell;
  font-size: 1.42571em;
  font-weight: bold;
  vertical-align: top; }
  .list_history_year_latter .list_history_hdg {
    border-left: solid 2px #2a83cd;
    color: #2a83cd; }
  .list_history_year_earlier .list_history_hdg {
    border-left: solid 2px #666666;
    color: #666666; }

.list_history_body {
  display: table-cell;
  vertical-align: top; }

.list_history_item {
  margin-top: 1.42857em; }
  .list_history_item:first-child {
    margin-top: 0; }

.list_history_item_hdg {
  font-weight: bold; }
  .list_history_year_latter .list_history_item_hdg {
    color: #2a83cd; }
  .list_history_year_earlier .list_history_item_hdg {
    color: #666666; }

.list_history_year_latter.list_history_year_odd {
  background-color: #f5f5f5; }

.list_history_year_earlier.list_history_year_odd {
  background-color: #ddd; }

.list_pager {
  padding-top: 2em;
  padding-bottom: 0.4em;
  color: #fff;
  font-size: 114.02857%;
  font-weight: bold;
  text-align: center;
  zoom: 1; }
  .list_pager:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  .list_pager a:hover {
    color: #fff;
    text-decoration: none; }

.list_pager_btn {
  margin-bottom: 1em;
  position: relative;
  overflow: hidden; }

.list_pager_prev {
  padding-right: 14px;
  padding-left: 24px;
  float: left; }
  .list_pager_prev:after {
    content: '';
    margin-top: -40px;
    width: 14px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    background: url("/img/shared/btn_pager_prev.png") no-repeat 0 50%;
    z-index: 1; }

.list_pager_next {
  padding-right: 24px;
  padding-left: 14px;
  float: right; }
  .list_pager_next:after {
    content: '';
    margin-top: -40px;
    width: 14px;
    height: 80px;
    position: absolute;
    top: 50%;
    right: 0;
    background: url("/img/shared/btn_pager_next.png") no-repeat 100% 50%;
    z-index: 1; }

.list_pager_btn {
  min-width: 6.875em;	/* ike0827 7.875em */
  line-height: 1.75;
  display: block;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background-color: #2ba0f6;
  background-image: -webkit-linear-gradient(top, #6ec0f7 0, #2ba0f6 100%);
  background-image: linear-gradient(to bottom, #6ec0f7 0, #2ba0f6 100%); }
  .list_pager_btn:hover {
    background-color: #6abcf9;
    background-image: -webkit-linear-gradient(top, #99d2f9 0, #6abcf9 100%);
    background-image: linear-gradient(to bottom, #99d2f9 0, #6abcf9 100%); }
  .list_pager_btn.is_active {
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    background-color: #aaaaaa;
    background-image: -webkit-linear-gradient(top, #cfcfcf 0, #aaaaaa 100%);
    background-image: linear-gradient(to bottom, #cfcfcf 0, #aaaaaa 100%); }

.list_pagination {
  margin-bottom: 0.7em;
  margin-left: -0.8215em;
  text-align: center; }
  .list_pagination > li {
    margin-left: 0.8215em;
    margin-bottom: 0.8215em;
    display: inline-block; }

.list_pagination_btn {
  border: solid 1px #999999;
  min-width: 1.8em;
  min-height: 1.8em;
  color: #999999;
  background-color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  text-decoration: none; }

.list_pagination_btn:hover,
.list_pagination_btn.is_active {
  border: solid 1px #333;
  background-color: #333;
  color: #fff;
  text-decoration: none; }

.list_page_nav {
  margin-top: 3em;/*14.05*/
  padding-bottom: 0.4em;
  font-size: 114.02857%;
  text-align: center; }

.list_page_nav_item {
  margin-bottom: 1em;
  padding-right: 0.75em;
  padding-left: 0.75em;
  border-left: solid 1px #1066b6;
  display: inline-block;
  line-height: 1.0; }

.list_page_nav_item:first-child {
  border-left: 0; }

.list_page_nav_item > .is_active {
  color: #6d5e5e;
  font-weight: bold; }

.list_qa {
  margin-bottom: 2.14286em; }
  .list_qa p {
    margin-bottom: 0; }

.list_qa_q,
.list_qa_a {
  padding-left: 40px;
  min-height: 32px;
  position: relative; }
  @media screen and (min-width: 740px) {
    .list_qa_q,
    .list_qa_a {
      padding-left: 50px;
      min-height: 42px; } }
  @media print {
    .list_qa_q,
    .list_qa_a {
      padding-left: 50px;
      min-height: 42px; } }
  .list_qa_q:before,
  .list_qa_a:before {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-size: 1.8rem; }
    @media screen and (min-width: 740px) {
      .list_qa_q:before,
      .list_qa_a:before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        font-size: 2.2rem; } }
    @media print {
      .list_qa_q:before,
      .list_qa_a:before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        font-size: 2.2rem; } }

.list_qa_q {
  padding-top: 0.45em;
  font-size: 128.5714%;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .list_qa_q:before {
    content: 'Q';
    border: solid 1px #2a83ce;
    color: #fff;
    background-color: #2a83ce; }

.list_qa_a {
  margin-top: 1em;
  padding-top: 1em;
  border-top: solid 1px #cecece;
  line-height: 1.6; }
  .list_qa_a:before {
    content: 'A';
    border: solid 1px #0c539c;
    color: #0c539c;
    background-color: #fff;
    top: 0.63636em; }

.list_tag {
  zoom: 1; }
  .list_tag:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  .list_tag > li {
    margin-right: 5px;
    margin-bottom: 5px;
    float: left; }

@media screen and (min-width: 740px) {
  .list_tag_wrapper {
    display: table;
    width: 100%; } }
@media print {
  .list_tag_wrapper {
    display: table;
    width: 100%; } }

@media screen and (min-width: 740px) {
  .list_tag_term,
  .list_tag_data {
    display: table-cell;
    vertical-align: top; } }
@media print {
  .list_tag_term,
  .list_tag_data {
    display: table-cell;
    vertical-align: top; } }

.list_tag_term {
  margin-bottom: 0.35714em;
  font-weight: bold; }
  @media screen and (min-width: 740px) {
    .list_tag_term {
      margin-bottom: 0;
      padding-right: 5px;
      width: 1%;
      white-space: nowrap; } }
  @media print {
    .list_tag_term {
      margin-bottom: 0;
      padding-right: 5px;
      width: 1%;
      white-space: nowrap; } }

.text_note_list > li {
  padding-left: 2em;
  position: relative; }
.text_note_list .text_note_mark {
  position: absolute;
  top: 0;
  left: 0; }

.list_checked {
  margin-bottom: 0.7em;
  font-size: 128.5714%; }

.list_checked_item {
  margin-bottom: 0.55556em;
  padding-left: 25px;
  position: relative; }
  .list_checked_item:before {
    content: '';
    width: 19px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/img/shared/icn_checked.png") no-repeat 0 0; }

.list_companies {
  padding-right: 20px;
  padding-left: 20px; }
  @media screen and (min-width: 740px) {
    .list_companies {
      padding-right: 0;
      padding-left: 0; }
      .list_companies.col_02.col_02_flex > .col_block {
        width: 69.670372528%; }
      .list_companies.col_02.col_02_flex > .col_block.img {
        width: 27.472527472%; } }
  @media print {
    .list_companies {
      padding-right: 0;
      padding-left: 0; }
      .list_companies.col_02.col_02_flex > .col_block {
        width: 69.670372528%; }
      .list_companies.col_02.col_02_flex > .col_block.img {
        width: 27.472527472%; } }
  .list_companies .list_tag {
    padding-bottom: 0.5em; }

.list_companies_detail {
  margin-bottom: 0.71429em;
  border-top: solid 1px #cecece; }

.list_companies_detail_item {
  padding-top: 0.35714em;
  padding-bottom: 0.35714em;
  border-bottom: solid 1px #cecece; }

.list_flow {
  margin-bottom: 10px;
  padding-bottom: 34px;/*55px;  14.05*/
  background: url("/img/shared/img_flow_arrow.png") no-repeat 50% 100%; }

.list_flow_last {
  padding-bottom: 0;
  background: none; }

.list_flow_term {
  border:solid 3px #0095E8;/*14.05*/
  margin-bottom: 7px;
  padding: 20px 60px 5px 2.1em;/*13px 60px 5px 2.1em;*/
  min-height: 42px;/*32px;*/
  position: relative;
  background-color: #FFF;/*#95d1f5  14.05*/
  color: #0091E5;/*#fff 14.05*/
  font-size: 157.1429%;
  line-height: 1.2; }

/*.list_flow_term_02 {
  background-color: #64c1de; }

.list_flow_term_03 {
  background-color: #42bdaf; }

.list_flow_term_04 {
  background-color: #3bbd89; }14.06*/

.list_flow_num {
  position: absolute;
  top: 20px;/*13px; 14.05*/
  left: 20px; }

.list_flow_icon {
  position: absolute;
  top: 5px;
  right: 10px; }

.list_flow_data {
  padding-left: 45px; }
  .list_flow_data p {
    margin-bottom: 0; }

.list_flow_finish {
  /*margin-bottom: 20px;*/
  margin: 0 160px;/*14.05*/
  padding: 10px;
  background-color: #0096EF;/*#0091e6 14.05*/
  border-radius: 30px;/*14.05*/
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem; }
  @media screen and (min-width: 740px) {
    .list_flow_finish {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media print {
    .list_flow_finish {
      font-size: 28px;
      font-size: 2.8rem; } }

.l_top_case {
  padding-top: 15px;
  padding-bottom: 5px; }
  @media screen and (min-width: 740px) {
    .l_top_case {
      margin-right: auto;
      margin-left: auto;
      padding-top: 40px;
      padding-bottom: 30px;
      max-width: 980px; } }
  @media print {
    .l_top_case {
      margin-right: auto;
      margin-left: auto;
      padding-top: 40px;
      padding-bottom: 30px;
      max-width: 980px; } }

.l_top_case_header {
  position: relative; }

.l_top_case_hdg {
  margin-bottom: 15px;
  line-height: 1.2;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (min-width: 740px) {
    .l_top_case_hdg {
      margin-bottom: 30px;
      font-size: 30px;
      font-size: 3rem; } }
  @media print {
    .l_top_case_hdg {
      margin-bottom: 30px;
      font-size: 30px;
      font-size: 3rem; } }

.l_top_case_list_link {
  display: none; }
  @media screen and (min-width: 740px) {
    .l_top_case_list_link {
      position: absolute;
      top: 0.35714em;
      right: 0;
      display: block; } }
  @media print {
    .l_top_case_list_link {
      position: absolute;
      top: 0.35714em;
      right: 0;
      display: block; } }

.l_top_case_list {
  margin-right: 10px;
  margin-left: 10px;
  zoom: 1; }
  .l_top_case_list:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  @media screen and (min-width: 1000px) {
    .l_top_case_list {
      margin-right: 0;
      margin-left: 0; } }
  @media print {
    .l_top_case_list {
      margin-right: 0;
      margin-left: 0; } }

.l_top_case_list_item {
  margin-bottom: 30px; /*10px*/
  float: left;
  width: 50%;
  text-align: center; }
  @media screen and (min-width: 740px) {
    .l_top_case_list_item {
      width: 25%; } }
  @media print {
    .l_top_case_list_item {
      width: 25%; } }
  .l_top_case_list_item a:hover {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)"; }
  .l_top_case_list_item img {
    max-width: 100%;/*70*/ }

.l_top_case_type {
  display: none; }
  @media screen and (min-width: 740px) {
    .l_top_case_type {
      /*padding-top: 35px;*/
      display: block; } }
  @media print {
    .l_top_case_type {
      padding-top: 35px;
      display: block; } }

.l_top_case_type_hdg {
  width: 25%;
  display: table-cell;
  text-align: right;
  vertical-align: top; }

.l_top_case_type_hdg_inner {
  padding-right: 18px;
  position: relative;
  display: block; }

.l_top_tag_list {
  padding-left: 20px;
  display: table-cell;
  vertical-align: top; }
  .l_top_tag_list > li {
    margin-right: 20px;
    margin-bottom: 10px; }
  .l_top_tag_list .icon_tag {
    font-size: 12px;
    font-size: 1.2rem; }

.l_top_case_type_icon {
  margin-top: -7px;
  width: 8px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("/img/top/ico_arrow_02.png");
  background-repeat: no-repeat;
  background-position: 0 0; }

.l_top_info_wrapper {
  margin-right: 10px;
  margin-left: 10px; }
  @media screen and (min-width: 1000px) {
    .l_top_info_wrapper {
      margin-right: auto;
      margin-left: auto;
      max-width: 980px; } }
  @media print {
    .l_top_info_wrapper {
      margin-right: auto;
      margin-left: auto;
      max-width: 980px; } }

.l_top_info_section {
  margin-bottom: 30px;
  position: relative; }
  .l_top_info_section .toggle_box,
  .l_top_info_section .list_ul {
    margin-bottom: 0; }
  .l_top_info_section .toggle_box_content {
    padding-top: 0.71429em; }

.l_top_info_section_hdg {
  margin-bottom: 0.83333em;
  padding-bottom: 0.1em;
  border-bottom: solid 1px #999;
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (min-width: 740px) {
    .l_top_info_section_hdg {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media print {
    .l_top_info_section_hdg {
      font-size: 18px;
      font-size: 1.8rem; } }

.l_top_hdg_more {
  position: absolute;
  top: 0;
  right: 0; }

.l_top_info_attr {
  margin-bottom: 3px;
  zoom: 1; }
  .l_top_info_attr:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  @media screen and (min-width: 1000px) {
    .l_top_info_attr {
      float: left; }
      .l_top_topics .l_top_info_attr, .l_top_media .l_top_info_attr, .l_top_event .l_top_info_attr {
        float: none; } }
  @media print {
    .l_top_info_attr {
      float: left; }
      .l_top_topics .l_top_info_attr, .l_top_media .l_top_info_attr, .l_top_event .l_top_info_attr {
        float: none; } }
  .l_top_info_attr .icon_category,
  .l_top_info_attr .icon_new {
    float: left; }
  .l_top_info_attr .icon_new {
    margin-right: 0;
    margin-left: 10px;
    margin-bottom: 0; }

.l_top_info_attr_item.icon_new {
  margin-right: 0;
  margin-left: 0.7143em;
  float: left; }
.l_top_info .icon_new {
  margin-left: 10px;}/*14.05*/

.l_top_info_attr_item_date {
  float: left; }

.l_top_info {
  padding-top: 0.14286em;
	margin-bottom: 0.35714em;}
  .l_top_topics .l_top_info, .l_top_event .l_top_info {
    margin-bottom: 0.35714em; }
  .toggle_box_content > .l_top_info {
    margin-top: 0;}
  @media screen and (min-width: 1000px) {
    .l_top_info {
      zoom: 1; }
      .l_top_info:after {
        display: block;
        content: "";
        clear: both;
        overflow: hidden; } }
  @media print {
    .l_top_info {
      zoom: 1; }
      .l_top_info:after {
        display: block;
        content: "";
        clear: both;
        overflow: hidden; } }
  .l_top_info .list_icon_category {
    margin-top: -0.1em;
    padding-bottom: 0; }
  .l_top_info .list_icon_category {
    margin-left: 10px; }
  .l_top_info p {
    margin-bottom: 0; 
	clear: both;}
  .hdg_02 + .l_top_info {
    padding-top: 0; }

@media screen and (min-width: 1000px) {
  .l_top_pressrelease .l_top_info_hdg {
    clear: left; }

  .l_top_seminar_event .l_top_info_hdg {
    float: left;
    padding-left: 10px; } }
@media print {
  .l_top_pressrelease .l_top_info_hdg {
    clear: left; }

  .l_top_seminar_event .l_top_info_hdg {
    float: left;
    padding-left: 10px; } }
.box {
  margin-bottom: 0.7em;
  padding: 1em 1.4em .7em;/*1.4em 1.4em .7em; 14.05*/
  border: solid 1px #cecece; }
  .box .text_more,
  .box .text_to_top {
    margin-bottom: 0.7em; }

.box_code { /*20141027追加*/
margin-bottom: 0.7em;
padding: 1em 1.4em .7em;/*1.4em 1.4em .7em;	14.05*/
border: solid 1px #cecece;
font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important; }

pre { /*20150917追加*/
margin: 10px 5px;
padding: 5px 14px 10px;
line-height: 12px;
font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
border: solid 1px #cecece;}

.box_header {
  margin-bottom: 1em;
  position: relative; }

.box_ttl {
  color: #333333;
  font-size: 114.02857%;
  font-weight: bold; }
  .box_ttl.hdg_01_simple {
    font-size: 157.1429%; }

.box_icon {
  display: inline-block; }

.box_alt {
  background-color: #f7f7f7; }

.box_border_gray {
  border: solid 2px #adadad; }

.box_border_blue {
  border: solid 2px #4bacc6; }

.box_border_green {
  border: solid 2px #9bbb59; }

.box_border_orange {
  border: solid 2px #e36c09; }

.box_em {
  border: solid 1px #87c0f6;
  box-shadow: 0 0 0 3px #b8dbf9 inset; }
  .ie8 .box_em {
    border: solid 3px #b8dbf9;
    box-shadow: none; }
    
.box_em_red {
border: solid 1px #FC636F;
box-shadow: 0 0 0 3px #FE6F7D inset;}
  .ie8 .box_em {
    border: solid 3px #FE6F7D;
    box-shadow: none; }

.flow .sp{
  display:none;
}
@media screen and (max-width: 480px) {
  .flow .sp{
    display:block;
    margin:0 auto;
  }
  .flow .pc{
    display:none;
  }
}
  
.box_em2 {
margin:0 10%;
padding:20px;
  border: solid 1px #87c0f6;
  box-shadow: 0 0 0 3px #2695C9;
      display: block;
      content: "";
      clear: both;
      overflow: hidden; }
  .ie8 .box_em2 {
    box-shadow: 0 0 0 3px #b8dbf9 inset; }
  
.box_em2 ul{
list-style-type:disc;
padding:0 0 0 30px;
margin:0 0 12px 0;
}

.box_em2 li.txleft{
  float:left;
}

.box_em2 h2{
  margin:0 0 20px 0;
  color:#2694C9;
  font-size:180%;
}

.box_em2 h3{
  display:inline;
  background:#2695C9;
  padding:3px 14px;
  color:#fff;
}

.box_em2 h4{
  display:inline;
  background:#BDDFEF;
  padding:3px 14px;
}

.box_em2 h4 span{
  font-weight:bold;
}

.box_em2 a.applybtn{
  background:#FF7550;
  color:#fff;
  border-radius:3px;
  font-size:86%;
  padding:2px 8px;
  margin:0 0 0 10px;
}

.box_em2 a.applybtn:hover{
  text-decoration:none;
  opacity:0.7;
}

.box_em2 .linkarrow{
  padding:0 0 0 12px;
  background:url("../../cloud/img/order/ya2.png") no-repeat 0 center;
}

.box_em2 .linkarrow:hover{
  text-decoration:none;
  opacity:0.5;
}

.box_em2 .leftcol{
  width:54%;
  float:left;}
@media screen and (max-width: 960px) {
  .box_em2 .leftcol{
  width:100%;
  margin:0 0 20px 0;
  float:none;
  }
}

.box_em2 .rightcol{
  float:right;}
@media screen and (max-width: 960px) {
  .box_em2 .rightcol{
  text-align:center;
  float:none;}
}

.box_purpose {
  margin-bottom: 0.7em;
  padding: 1.35714em;
  border: solid 1px #ffa64d;
  background-color: #fdedd3;
  box-shadow: 0 0 0 1px #fac97c inset; }
  @media screen and (min-width: 740px) {
    .box_purpose {
      zoom: 1; }
      .box_purpose:after {
        display: block;
        content: "";
        clear: both;
        overflow: hidden; } }
  @media print {
    .box_purpose {
      zoom: 1; }
      .box_purpose:after {
        display: block;
        content: "";
        clear: both;
        overflow: hidden; } }

@media screen and (min-width: 740px) {
  .box_purpose_text {
    float: left;
    width: 65.957446808%; } }
@media print {
  .box_purpose_text {
    float: left;
    width: 65.957446808%; } }

.box_purpose_img {
  text-align: center; }
  @media screen and (min-width: 740px) {
    .box_purpose_img {
      float: right;
      width: 31.59574468%; } }
  @media print {
    .box_purpose_img {
      float: right;
      width: 31.59574468%; } }

.box_purpose_hdg {
  margin-bottom: 1.21429em; }

.box_index {
  padding: 10px 10px 0; }

.box_index_icon {
  padding-right: 10px;
  min-width: 60px;
  display: table-cell;
  vertical-align: middle; }
  .box_index_icon img {
    max-width: none; }

.box_index_lead {
  font-weight: bold;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.6rem; }

.box_index_icon + .box_index_lead {
  display: table-cell;
  vertical-align: middle; }

.box_index_body .img {
  margin-bottom: 0; }
.box_index_body p,
.box_index_body ul,
.box_index_body ol,
.box_index_body dl {
  margin-bottom: 0;
  padding-bottom: 10px; }

.box_inner_10 {
  padding-right: 10px;
  padding-left: 10px; }

.box_inner_20 {
  padding-right: 20px;
  padding-left: 20px; }

.box_inner_30 {
  padding-right: 30px;
  padding-left: 30px; }

.box_inner_40 {
  padding-right: 40px;
  padding-left: 40px; }

.box_inner_50 {
  padding-right: 50px;
  padding-left: 50px; }

.box_inner_60 {
  padding-right: 60px;
  padding-left: 60px; }

.box_inner_70 {
  padding-right: 70px;
  padding-left: 70px; }

.box_inner_80 {
  padding-right: 80px;
  padding-left: 80px; }

.box_inner_90 {
  padding-right: 90px;
  padding-left: 90px; }

.box_inner_100 {
  padding-right: 100px;
  padding-left: 100px; }

@media all and (max-width: 739px) {
  .box_inner_sp_10 {
    padding-right: 10px;
    padding-left: 10px; }

  .box_inner_sp_20 {
    padding-right: 20px;
    padding-left: 20px; }

  .box_inner_sp_30 {
    padding-right: 30px;
    padding-left: 30px; }

  .box_inner_sp_40 {
    padding-right: 40px;
    padding-left: 40px; }

  .box_inner_sp_50 {
    padding-right: 50px;
    padding-left: 50px; }

  .box_inner_sp_60 {
    padding-right: 60px;
    padding-left: 60px; }

  .box_inner_sp_70 {
    padding-right: 70px;
    padding-left: 70px; }

  .box_inner_sp_80 {
    padding-right: 80px;
    padding-left: 80px; }

  .box_inner_sp_90 {
    padding-right: 90px;
    padding-left: 90px; }

  .box_inner_sp_100 {
    padding-right: 100px;
    padding-left: 100px; } }
@media all and (min-width: 740px) {
  .box_inner_pc_10 {
    padding-right: 10px;
    padding-left: 10px; }

  .box_inner_pc_20 {
    padding-right: 20px;
    padding-left: 20px; }

  .box_inner_pc_30 {
    padding-right: 30px;
    padding-left: 30px; }

  .box_inner_pc_40 {
  padding-right: 76px;/*40px; 14.05*/
  padding-left: 76px;/*40px;  14.05*/}

  .box_inner_pc_50 {
    padding-right: 50px;
    padding-left: 50px; }

  .box_inner_pc_60 {
    padding-right: 60px;
    padding-left: 60px; }

  .box_inner_pc_70 {
    padding-right: 70px;
    padding-left: 70px; }

  .box_inner_pc_80 {
    padding-right: 80px;
    padding-left: 80px; }

  .box_inner_pc_90 {
    padding-right: 90px;
    padding-left: 90px; }

  .box_inner_pc_100 {
    padding-right: 100px;
    padding-left: 100px; } }
.col_02 {
  zoom: 1; }
  .col_02:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  .col_02 > .col_block {
    margin-left: 2.8571%;
    width: 48.57145%;
    float: right; }
    .col_02 > .col_block:first-child {
      margin-left: 0;
      float: left; }
  .col_02 figure {
    margin-bottom: 0.7em; }

.col_02.col_02_flex > .col_block {
  margin-left: 0;
  width: auto;
  float: none; }
  .col_02.col_02_flex > .col_block:first-child {
    float: none; }
@media screen and (min-width: 740px) {
  .col_02.col_02_flex > .col_block {
    margin-left: 2.8571%;
    width: 48.57145%;
    float: right; }
    .col_02.col_02_flex > .col_block:first-child {
      margin-left: 0;
      float: left; } }
@media print {
  .col_02.col_02_flex > .col_block {
    margin-left: 2.8571%;
    width: 48.57145%;
    float: right; }
    .col_02.col_02_flex > .col_block:first-child {
      margin-left: 0;
      float: left; } }
@media all and (max-width: 739px) {
  .col_02.col_02_flex .js_fix_height {
    min-height: 0 !important; } }

.col_03 {
  zoom: 1; }
  .col_03:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  .col_03 > .col_block {
    margin-left: 2.8571%;
    width: 31.4286%;
    float: left; }
    .col_03 > .col_block:first-child {
      margin-left: 0; }
  .col_03 figure {
    margin-bottom: 0.7em; }

.col_03.col_03_flex > .col_block {
  margin-left: 0;
  width: auto;
  float: none; }
  .col_03.col_03_flex > .col_block:first-child {
    float: none; }
@media screen and (min-width: 740px) {
  .col_03.col_03_flex > .col_block {
    margin-left: 2.8571%; /* 1.8571% */
    width: 31.4286%; /* 32% */
    float: left; }
    .col_03.col_03_flex > .col_block:first-child {
      margin-left: 0;
      float: left; } }
@media print {
  .col_03.col_03_flex > .col_block {
    margin-left: 1.8571%;/*2.8571%; ike1410*/
    width: 32%;/*31.4286%;*/
    float: left; }
    .col_03.col_03_flex > .col_block:first-child {
      margin-left: 0;
      float: left; } }
@media all and (max-width: 739px) {
  .col_03.col_03_flex .js_fix_height {
    min-height: 0 !important; } }

.col_04 {
  zoom: 1; }
  .col_04:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  .col_04 .col_inner {
    zoom: 1; }
    .col_04 .col_inner:after {
      display: block;
      content: "";
      clear: both;
      overflow: hidden; }
    @media screen and (min-width: 740px) {
      .col_04 .col_inner {
        margin-left: 2.8571%;
        float: left;
        width: 48.57145%; }
        .col_04 .col_inner:first-child {
          margin-left: 0; } }
    @media print {
      .col_04 .col_inner {
        margin-left: 2.8571%;
        float: left;
        width: 48.57145%; }
        .col_04 .col_inner:first-child {
          margin-left: 0; } }
  .col_04 .col_block {
    margin-left: 2.8571%;
    width: 48.57145%;
    float: left; }
    .col_04 .col_block:first-child {
      margin-left: 0; }
    @media screen and (min-width: 740px) {
      .col_04 .col_block {
        margin-left: 5.88235%;
        width: 47.058825%; } }
    @media print {
      .col_04 .col_block {
        margin-left: 5.88235%;
        width: 47.058825%; } }
  .col_04 figure {
    margin-bottom: 0.7em; }

.col_04_flex .col_block {
  margin-left: 0;
  width: auto;
  float: none; }
  .col_04_flex .col_block:first-child {
    margin-left: 0; }
  @media screen and (min-width: 740px) {
    .col_04_flex .col_block {
      margin-left: 5.88235%;
      width: 47.058825%;
      float: left; } }
  @media print {
    .col_04_flex .col_block {
      margin-left: 5.88235%;
      width: 47.058825%;
      float: left; } }
@media all and (max-width: 739px) {
  .col_04_flex .js_fix_height {
    min-height: 0 !important; } }

.col_05 {
  zoom: 1; }
  .col_05:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  .col_05 .col_inner {
    zoom: 1; }
    .col_05 .col_inner:after {
      display: block;
      content: "";
      clear: both;
      overflow: hidden; }
    @media screen and (min-width: 740px) {
      .col_05 .col_inner {
        float: left;
        width: 59.142857142%; } }
    @media print {
      .col_05 .col_inner {
        float: left;
        width: 59.142857142%; } }
  .col_05 .col_inner_btm {
    margin-right: auto;
    margin-left: auto;
    width: 65.952380952%; }
    @media screen and (min-width: 740px) {
      .col_05 .col_inner_btm {
        width: 40.857142857%; } }
    @media print {
      .col_05 .col_inner_btm {
        width: 40.857142857%; } }
  .col_05 .col_block {
    margin-left: 2.142857142%;
    width: 31.904762%;
    float: left; }
    .col_05 .col_block:first-child {
      margin-left: 0; }
    @media screen and (min-width: 740px) {
      .col_05 .col_block {
        margin-left: 3.623188405%;
        width: 30.917874396%; } }
    @media print {
      .col_05 .col_block {
        margin-left: 3.623188405%;
        width: 30.917874396%; } }
  .col_05 .col_inner_btm .col_block {
    margin-left: 3.249097472%;
    width: 48.375451263%; }
    .col_05 .col_inner_btm .col_block:first-child {
      margin-left: 0; }
    @media screen and (min-width: 740px) {
      .col_05 .col_inner_btm .col_block {
        width: 44.755244755%; }
        .col_05 .col_inner_btm .col_block, .col_05 .col_inner_btm .col_block:first-child {
          margin-left: 5.244755244%; } }
    @media print {
      .col_05 .col_inner_btm .col_block {
        width: 44.755244755%; }
        .col_05 .col_inner_btm .col_block, .col_05 .col_inner_btm .col_block:first-child {
          margin-left: 5.244755244%; } }
  .col_05 figure {
    margin-bottom: 0.7em; }

.col_06 {
  zoom: 1; }
  .col_06:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  .col_06 .col_inner {
    zoom: 1; }
    .col_06 .col_inner:after {
      display: block;
      content: "";
      clear: both;
      overflow: hidden; }
    @media screen and (min-width: 740px) {
      .col_06 .col_inner {
        float: left;
        width: 50.96938756%; } }
    @media print {
      .col_06 .col_inner {
        float: left;
        width: 50.96938756%; } }
  @media screen and (min-width: 740px) {
    .col_06 .col_inner:first-child {
      width: 49.03061244%; }
      .col_06 .col_inner:first-child .col_block:first-child {
        margin-left: 0; } }
  @media print {
    .col_06 .col_inner:first-child {
      width: 49.03061244%; }
      .col_06 .col_inner:first-child .col_block:first-child {
        margin-left: 0; } }
  .col_06 .col_block {
    margin-left: 2.142857142%;
    width: 31.904762%;
    float: left; }
    .col_06 .col_block:first-child {
      margin-left: 0; }
    @media screen and (min-width: 740px) {
      .col_06 .col_block {
        margin-left: 3.803803803%;
        width: 29.529529529%; }
        .col_06 .col_block:first-child {
          margin-left: 3.803803803%; } }
    @media print {
      .col_06 .col_block {
        margin-left: 3.803803803%;
        width: 29.529529529%; }
        .col_06 .col_block:first-child {
          margin-left: 3.803803803%; } }
  @media screen and (min-width: 740px) {
    .col_06 .col_inner:first-child .col_block {
      margin-left: 3.95421436%;
      width: 30.697190426%; } }
  @media print {
    .col_06 .col_inner:first-child .col_block {
      margin-left: 3.95421436%;
      width: 30.697190426%; } }
  .col_06 figure {
    margin-bottom: 0.7em; }
  
.col_07 {
  zoom: 1; }
  .col_07:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  .col_07 .col_inner {
    zoom: 1; }
    .col_07 .col_inner:after {
      display: block;
      content: "";
      clear: both;
      overflow: hidden; }
    @media screen and (min-width: 740px) {
      .col_07 .col_inner {
        float: left;
        width: 50.96938756%; } }
    @media print {
      .col_07 .col_inner {
        float: left;
        width: 50.96938756%; } }
  @media screen and (min-width: 740px) {
    .col_07 .col_inner:first-child {
      width: 49.03061244%; }
      .col_07 .col_inner:first-child .col_block:first-child {
        margin-left: 0; } }
  @media print {
    .col_07 .col_inner:first-child {
      width: 49.03061244%; }
      .col_07 .col_inner:first-child .col_block:first-child {
        margin-left: 0; } }
  
  .col_07 .col_block {
    margin-left: 1%;
    width:19.229529529%;
    float: left; }
    .col_07 .col_block:first-child {
      margin-left: 0; }
    @media screen and (min-width: 740px) {
      .col_07 .col_block {
        margin-left: 0.803803803%;
        width: 18.529529529%; }
        .col_07 .col_block:first-child {
          margin-left: 3.803803803%; } }
    @media print {
      .col_07 .col_block {
        margin-left: 0.803803803%;
        width: 18.529529529%; }
        .col_07 .col_block:first-child {
          margin-left: 3.803803803%; } }
  @media screen and (min-width: 740px) {
    .col_07 .col_inner:first-child .col_block {
      margin-left: 0.95421436%;
      width: 18.697190426%; } }
  @media print {
    .col_07 .col_inner:first-child .col_block {
      margin-left: 0.95421436%;
      width: 18.697190426%; } }
  .col_07 figure {
    margin-bottom: 0.7em; }

.col_07 .col_block .colindex{
  text-align:center;
  padding:12px;
}
@media screen and (max-width: 480px) {
.col_07 .col_block .colindex{
  padding:5px 2px 12px;
}}

.col_07 .col_block.gcol .colindex{background:#91C974 url(../../img//vm/img_vm_type_01.png)  50% 100% no-repeat;}
.col_07 .col_block.sbcol .colindex{background:#7CD4F0 url(../../img//vm/img_vm_type_02.png)  50% 100% no-repeat;}
.col_07 .col_block.pcol .colindex{background:#A48AD4 url(../../img//vm/img_vm_type_03.png)  50% 100% no-repeat;}
.col_07 .col_block.bucol .colindex{background:#2695C9 url(../../img//vm/img_vm_type_04.png)  50% 100% no-repeat;}
.col_07 .col_block.bacol .colindex{background:#59636C url(../../img//vm/img_vm_type_052.png)  50% 100% no-repeat;}

@media screen and (min-width: 740px) {
.col_07 .col_block.gcol .colindex{background:#91C974 url(../../img/cloud/vm/img_vm_type_01.png)  50% 100% no-repeat;}
.col_07 .col_block.sbcol .colindex{background:#7CD4F0 url(../../img/cloud/vm/img_vm_type_02.png)  50% 100% no-repeat;}
.col_07 .col_block.pcol .colindex{background:#A48AD4 url(../../img/cloud/vm/img_vm_type_03.png)  50% 100% no-repeat;}
.col_07 .col_block.bucol .colindex{background:#2695C9 url(../../img/cloud/vm/img_vm_type_04.png)  50% 100% no-repeat;}
.col_07 .col_block.bacol .colindex{background:#59636C url(../../img/cloud/vm/img_vm_type_052.png)  50% 100% no-repeat;}
}

.col_07 .col_block .tt{
  color:#fff;
  font-size:130%;
  font-weight:bold;
  margin:0 0 4px 0;
}
@media screen and (max-width: 480px) {
.col_07 .col_block .tt{
  font-size:100%;
}}

.col_07 .col_block .tt2{
  color:#fff;
  font-size:130%;
  line-height:110%;
  font-weight:bold;
  margin:0 0 4px 0;
}
@media screen and (max-width: 480px) {
.col_07 .col_block .tt2{
  font-size:100%;
}}

.col_07 .col_block .function{
  font-weight:bold;
  padding:2px 0 0 0;
  margin:0 14% 14px;
  border-radius:90px;
  background:#fff;
}
@media screen and (max-width: 480px) {
.col_07 .col_block .function{
  font-size:70%;
  font-weight:bold;
  margin:0 4px;
  padding:4px;
  border-radius:10px;
}}

.col_07 .col_block .function2{
  font-weight:bold;
  padding:2px 0 0 0;
  margin:0 8% 4px;
  color:#fff;
}
@media screen and (max-width: 480px) {
.col_07 .col_block .function2{
  font-size:50%;
  font-weight:bold;
  margin:0;
  padding:2px;
}}

.col_07 .col_block .colin{
  padding:12px;
}

.col_07 .col_block .colin ul{
  padding:0 0 0 20px;
  margin:8px 0 20px 0;
}
@media screen and (max-width: 480px) {
.col_07 .col_block .colin ul{
  padding:0 0 0 10px;
  margin:0 0 14px 0;
  font-size:80%;
}}

.col_07 .col_block.gcol li{list-style-image: url(../../img/cloud/vm/ico_vm_type_01.png);}
.col_07 .col_block.sbcol li{list-style-image: url(../../img/cloud/vm/ico_vm_type_02.png);}
.col_07 .col_block.pcol li{list-style-image: url(../../img/cloud/vm/ico_vm_type_03.png);}
.col_07 .col_block.bucol li{list-style-image: url(../../img/cloud/vm/ico_vm_type_04.png);}
.col_07 .col_block.bacol li{list-style-image: url(../../img/cloud/vm/ico_vm_type_05.png);}

.col_07 .col_block .colin .ex{
  border:1px solid #DADDE2;
  padding:4px;
  font-size:84%;
}


.col_02.col_img_l .img {
  margin-right: 20px;
  width: auto;
  max-width: 48.57145%;
  float: left; }
.col_02.col_img_l .col_block_text {
  margin-left: 0;
  width: auto;
  float: none;
  overflow: hidden; }

.col_02.col_img_r .img {
  margin-left: 20px;
  width: auto;
  max-width: 48.57145%;
  float: right; }
.col_02.col_img_r .col_block_text {
  width: auto;
  float: none;
  overflow: hidden; }

.col_02.col_img_auto_l .img {
  margin-right: 20px;
  margin-bottom: 1.5em;
  width: auto;
  max-width: 48.57145%;
  float: left; }
.col_02.col_img_auto_l .col_block_text {
  margin-left: 0;
  width: auto;
  float: none; }

.col_02.col_img_auto_r .img {
  margin-left: 20px;
  margin-bottom: 1.5em;
  width: auto;
  max-width: 48.57145%;
  float: right; }
.col_02.col_img_auto_r .col_block_text {
  width: auto;
  float: none; }

.col_index .hdg_03,
.col_index .hdg_03_em {
  margin-top: 1.66667em; }
.col_index .hdg_03_alt {
  margin-top: 1.875em; }
.col_index .hdg_03_wrapper {
  margin-top: 2.14286em; }
.col_index .hdg_03_wrapper .hdg_03 {
  margin-top: 0; }

.hdg_02 + .col_index .hdg_03,
.hdg_02 + .col_index .hdg_03_em {
  margin-top: 0; }
.hdg_02 + .col_index .hdg_03_alt {
  margin-top: 0; }
.hdg_02 + .col_index .hdg_03_wrapper {
  margin-top: 0; }

.col_02.col_va_middle {
  width: 100%;
  display: table; }
  @media screen and (min-width: 740px) {
    .col_02.col_va_middle > .col_block {
      padding-left: 2.8571%;
      float: none;
      display: table-cell;
      vertical-align: middle; }
      .col_02.col_va_middle > .col_block:first-child {
        padding-left: 0;
        float: none; } }
  @media print {
    .col_02.col_va_middle > .col_block {
      padding-left: 2.8571%;
      float: none;
      display: table-cell;
      vertical-align: middle; }
      .col_02.col_va_middle > .col_block:first-child {
        padding-left: 0;
        float: none; } }

.img {
  margin-bottom: 0.7em;
  text-align: center; }
  .img figcaption {
    padding: 8px;
    /*font-size: 10px;*/
    font-size: 1.2rem; }

.img_border {
/*  border: solid 1px #cecece; 2015.08.10 t.shinagawa mod */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.img_c {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 980px; }

@media screen and (min-width: 740px) {
   .img_c img.stcp {
  width: 100%; } }/*14.05*/
@media screen and (min-width: 1000px) {
   .img_c img.stcp {
  width: 60%; } }/*14.05*/

.img_guide {
  margin-bottom: 1em;
  text-align: center; }
  .box_purpose + .img_guide {
    margin-top: 30px;/*-6px;  14.05*/ }

.carousel {
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 740px) {
    .carousel {
      padding-bottom: 0; } }
  @media print {
    .carousel {
      padding-bottom: 0; } }

.carousel_inner {
  width: 99999px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #efefef;
  zoom: 1; }
  .carousel_inner:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }

.carousel_item {
  float: left; }

.carousel_pager {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 980px;
  position: absolute;
  top: 50%;
  left: 0; }
  @media screen and (min-width: 980px) {
    .carousel_pager {
      right: 0;
      left: 0; } }
  @media print {
    .carousel_pager {
      right: 0;
      left: 0; } }

.carousel_pager_prev,
.carousel_pager_next {
  display: none; }
  @media screen and (min-width: 740px) {
    .carousel_pager_prev,
    .carousel_pager_next {
      margin-top: -18px;
      display: block;
      position: absolute;
      top: 50%;
      cursor: pointer;
      -webkit-tap-highlight-color: transparent; } }
  @media print {
    .carousel_pager_prev,
    .carousel_pager_next {
      margin-top: -18px;
      display: block;
      position: absolute;
      top: 50%;
      cursor: pointer;
      -webkit-tap-highlight-color: transparent; } }

.carousel_pager_prev {
  left: 7px; }

.carousel_pager_next {
  right: 7px; }

.carousel_paginate {
  margin-left: 0;
  padding: 10px 10px 10px 0;
  width: 100%;
  position: relative;
  left: 50%;
  vertical-align: top;
  font-size: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1; }
  .carousel_paginate:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  @media screen and (min-width: 740px) {
    .carousel_paginate {
      padding-top: 0;
      padding-bottom: 0;
      position: absolute;
      bottom: 10px; } }
  @media print {
    .carousel_paginate {
      padding-top: 0;
      padding-bottom: 0;
      position: absolute;
      bottom: 10px; } }

.carousel_paginate_item {
  margin-left: 10px;
  border: solid 1px #0058e3;
  float: left;
  width: 9px;
  height: 9px;
  display: block;
  background-color: #0058e3;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

.carousel_paginate_item:hover,
.carousel_paginate_item.is_active {
  background-color: #fff;
   }

.tab_nav_btn {
  border-top: solid 3px #aaa;
  background-color: #f5f5f5;
  font-size: 128.5714%;
  line-height: 1; }
  .tab_nav_btn.is_active, .tab_nav_btn:hover {
    border-top: solid 3px #2a83ce;
    background-color: #fff;
    font-weight: bold; }

.tab_nav_btn_last {
  float: right !important; }

.tab_nav_btn_item {
  padding: 1em 0.5em;
  border-right: solid 1px #cecece;
  border-left: solid 1px #cecece;
  box-shadow: 0 -1px 0 #cecece inset;
  display: block;
  color: #333333; }
  .ie8 .tab_nav_btn_item {
    background-image: url("/img/shared/bg_tab_border.png");
    background-repeat: repeat-x;
    background-position: 0 100%; }
  .is_active .tab_nav_btn_item, .tab_nav_btn_item:hover {
    box-shadow: 0 -1px 0 #fff inset;
    color: #333333;
    text-decoration: none; }
    .ie8 .is_active .tab_nav_btn_item, .ie8 .tab_nav_btn_item:hover {
      background-image: none; }

.tab_box {
  margin-top: -1px;
  margin-bottom: 2em;
 padding: 1.4em 1.4em 1em;/*1.4em 1.4em 0;  14.05*/
  border: solid 1px #cecece; }
  .tab_box[data-tab-nav-box="hidden"] {
    display: none; }
    @media print {
      .tab_box[data-tab-nav-box="hidden"] {
        display: block; } }

@media screen and (min-width: 740px) {
  .tab_nav .col_04 .col_inner {
    float: right; }
    .tab_nav .col_04 .col_inner:first-child {
      float: left; } }
@media print {
  .tab_nav .col_04 .col_inner {
    float: right; }
    .tab_nav .col_04 .col_inner:first-child {
      float: left; } }
.tab_nav .col_04 .col_block {
  float: right; }
  .tab_nav .col_04 .col_block:first-child {
    float: left; }

.tab_nav .col_05 .col_inner {
  margin-right: auto;
  margin-left: auto;
  width: 65.952380952%; }
  @media screen and (min-width: 740px) {
    .tab_nav .col_05 .col_inner {
      width: 40.857142857%; } }
  @media print {
    .tab_nav .col_05 .col_inner {
      width: 40.857142857%; } }
.tab_nav .col_05 .col_inner_btm {
  width: 100%; }
  @media screen and (min-width: 740px) {
    .tab_nav .col_05 .col_inner_btm {
      width: 59.142857142%; } }
  @media print {
    .tab_nav .col_05 .col_inner_btm {
      width: 59.142857142%; } }
.tab_nav .col_05 .col_block {
  margin-left: 3.249097472%;
  width: 48.375451263%; }
  .tab_nav .col_05 .col_block:first-child {
    margin-left: 0; }
  @media screen and (min-width: 740px) {
    .tab_nav .col_05 .col_block {
      width: 44.755244755%; }
      .tab_nav .col_05 .col_block, .tab_nav .col_05 .col_block:first-child {
        margin-right: 5.244755244%;
        margin-left: 0; } }
  @media print {
    .tab_nav .col_05 .col_block {
      width: 44.755244755%; }
      .tab_nav .col_05 .col_block, .tab_nav .col_05 .col_block:first-child {
        margin-right: 5.244755244%;
        margin-left: 0; } }
.tab_nav .col_05 .col_inner_btm .col_block {
  margin-right: 0;
  margin-left: 2.142857142%;
  width: 31.904762%; }
  .tab_nav .col_05 .col_inner_btm .col_block:first-child {
    margin-right: 0;
    margin-left: 0; }
  @media screen and (min-width: 740px) {
    .tab_nav .col_05 .col_inner_btm .col_block {
      margin-left: 3.623188405%;
      width: 30.917874396%; } }
  @media print {
    .tab_nav .col_05 .col_inner_btm .col_block {
      margin-left: 3.623188405%;
      width: 30.917874396%; } }

.toggle_box {
  margin-bottom: 2em; }

.toggle_box_hdg {
  padding: 0.875em 41px 0.875em 0.875em;
  display: block;
  position: relative;
  background-color: #A1DAFA;/*#e6e6e6;  14.05*/
  color: #333;/*#1067b6;  14.05*/
  font-size: 2rem;/* 114.02857%;  14.05*/
  font-weight: bold;
  line-height: 1; }
  .toggle_box_hdg:hover {
    color: #1067b6;
    text-decoration: none; }
  .toggle_box_hdg:after {
    content: '';
    margin-top: -11px;
    width: 21px;
    height: 21px;
    background-image: url("/img/shared/btn_toggle.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 50%;
    right: 0.875em;
    line-height: 1;
    display: block;
    overflow: hidden; }
  .toggle_box_hdg[data-toggle-box-btn="open"]:after {
    content: ' ';
    background-position: 0 -21px; }

.toggle_box_frame .list_ul {
  margin-bottom: 0;
  padding-bottom: 0; }
.toggle_box_frame .list_info:first-child {
  border-top: 0; }

.toggle_box_body {
  padding: 1em 1em 0; }
  .toggle_box_body p:last-child {
    margin-bottom: 0; }

[data-toggle-box] {
  overflow: hidden; }

[data-toggle-box="close"] {
  display: none; }

@media print {
  [data-toggle-box="close"] {
    height: 100%;
    display: block; } }
.toggle_box_content > * {
  margin-top: 20px; }

.toggle_box_content > [data-fragment] > * {
  margin-top: 20px; }

.toggle_box_content>*, .toggle_box_content>[data-fragment]>* {
  margin-top: 14px;}/*14.05*/

.toggle_text_hdg {
  margin-bottom: 0;
  padding-bottom: 10px;
  text-align: right; }
  .toggle_text_hdg > a {
    padding-left: 16px;
    display: inline-block;
    background: url("/img/shared/ico_arrow_anchor.png") no-repeat 0 4px; }
  .toggle_text_hdg > a[data-toggle-box-text="open"] {
    background: url("/img/shared/ico_arrow_close.png") no-repeat 0 4px; }

.toggle_box_text_body p:last-child {
  margin-bottom: 0; }

[data-modal-content] {
  display: none; }
  .modal_win [data-modal-content] {
    display: block; }

[data-modal="true"] .g_wrapper {
  display: none; }
  @media screen and (min-width: 740px) {
    [data-modal="true"] .g_wrapper {
      display: block; } }
  @media print {
    [data-modal="true"] .g_wrapper {
      display: block; } }

.modal_win {
  display: none;
  position: relative;
  top: 0;
  z-index: 1001;
  opacity: 0;
  outline: none; }
  @media screen and (min-width: 740px) {
    .modal_win {
      padding: 0;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; } }
  @media print {
    .modal_win {
      padding: 0;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; } }
  .modal_win[data-modal-win="true"] {
    display: block;
    opacity: 1; }
  .modal_win[data-modal-win="pre"] {
    display: block;
    opacity: 1; }
  .modal_win[data-modal-win="fade"] {
    display: block;
    opacity: 0; }
  .modal_win[data-modal-win="false"] {
    display: none;
    opacity: 0; }

@media screen and (min-width: 740px) {
  .modal_win_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 64px;
    padding-left: 64px;
    max-width: 756px;
    position: relative; } }
@media print {
  .modal_win_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 64px;
    padding-left: 64px;
    max-width: 756px;
    position: relative; } }

#modal_win_inner_item {
  background-color: #fff; }

[data-modal-win-header="true"] {
  padding: 10px;
  background-color: #000;
  position: relative;
  zoom: 1; }
  [data-modal-win-header="true"]:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  @media screen and (min-width: 740px) {
    [data-modal-win-header="true"] {
      padding: 0;
      background-color: transparent;
      position: static; }
      [data-modal-win-header="true"]:first-child {
        display: none; } }
  @media print {
    [data-modal-win-header="true"] {
      padding: 0;
      background-color: transparent;
      position: static; }
      [data-modal-win-header="true"]:first-child {
        display: none; } }

[data-modal-win-close="true"] {
  float: right;
  border-radius: 5px;
  width: 92px;
  height: 30px;
  background-color: #666;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem; }
  [data-modal-win-close="true"]:hover {
    color: #fff;
    text-decoration: none; }
  @media screen and (min-width: 740px) {
    [data-modal-win-close="true"] {
      position: absolute;
      top: -16px;
      right: 47px;
      width: 30px;
      height: 30px;
      display: block;
      background: url("/img/shared/btn_modal_close.png") no-repeat 0 0;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; } }
  @media print {
    [data-modal-win-close="true"] {
      position: absolute;
      top: -16px;
      right: 47px;
      width: 30px;
      height: 30px;
      display: block;
      background: url("/img/shared/btn_modal_close.png") no-repeat 0 0;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; } }

[data-modal-win-pager="prev"] {
  float: left;
  border: solid 1px #fff;
  border-radius: 5px;
  width: 90px;
  height: 28px;
  background: url("/img/shared/btn_modal_prev.png") no-repeat 50% 50%; }
  @media screen and (min-width: 740px) {
    [data-modal-win-pager="prev"] {
      margin-top: -31px;
      border: none;
      float: none;
      width: 38px;
      height: 62px;
      position: absolute;
      top: 50%;
      left: 10px;
      display: block;
      background: url("/img/shared/btn_modal_prev_l.png") no-repeat 0 0; } }
  @media print {
    [data-modal-win-pager="prev"] {
      margin-top: -31px;
      border: none;
      float: none;
      width: 38px;
      height: 62px;
      position: absolute;
      top: 50%;
      left: 10px;
      display: block;
      background: url("/img/shared/btn_modal_prev_l.png") no-repeat 0 0; } }

[data-modal-win-pager="next"] {
  margin-left: 10px;
  float: left;
  border: solid 1px #fff;
  border-radius: 5px;
  width: 90px;
  height: 28px;
  background: url("/img/shared/btn_modal_next.png") no-repeat 50% 50%; }
  @media screen and (min-width: 740px) {
    [data-modal-win-pager="next"] {
      margin-top: -31px;
      margin-left: 0;
      border: none;
      float: none;
      width: 38px;
      height: 62px;
      position: absolute;
      top: 50%;
      right: 10px;
      display: block;
      background: url("/img/shared/btn_modal_next_l.png") no-repeat 0 0; } }
  @media print {
    [data-modal-win-pager="next"] {
      margin-top: -31px;
      margin-left: 0;
      border: none;
      float: none;
      width: 38px;
      height: 62px;
      position: absolute;
      top: 50%;
      right: 10px;
      display: block;
      background: url("/img/shared/btn_modal_next_l.png") no-repeat 0 0; } }

#back_layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  display: none;
  z-index: 1000;
  -webkit-transition: opacity 0.2s ease-in-out ;
  transition: opacity 0.2s ease-in-out ; }
  #back_layer[data-modal-bg="true"] {
    display: block;
    opacity: 1; }
  #back_layer[data-modal-bg="fade"] {
    display: block;
    opacity: 0; }
  #back_layer[data-modal-bg="false"] {
    display: none;
    opacity: 0; }
  @media screen and (min-width: 740px) {
    #back_layer {
      background-color: #000; }
      #back_layer[data-modal-bg="true"] {
        opacity: 0.8;
        -ms-filter: "alpha(opacity=80)"; } }
  @media print {
    #back_layer {
      background-color: #000; }
      #back_layer[data-modal-bg="true"] {
        opacity: 0.8;
        -ms-filter: "alpha(opacity=80)"; } }

[data-modal="true"] .g_wrapper {
  -webkit-tap-highlight-color: transparent; }

.btn {
  margin-right: auto;
  margin-left: auto;
  padding: 1em 0;
  max-width: 300px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background-color: #2ba0f6;
  background-image: -webkit-linear-gradient(top, #6ec0f7 0, #2ba0f6 100%);
  background-image: linear-gradient(to bottom, #6ec0f7 0, #2ba0f6 100%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .btn:hover {
    background-color: #6abcf9;
    background-image: -webkit-linear-gradient(top, #99d2f9 0, #6abcf9 100%);
    background-image: linear-gradient(to bottom, #99d2f9 0, #6abcf9 100%); }
  .btn:hover {
    color: #fff;
    text-decoration: none; }
.btn_pos_l {
  margin-left: 0;
}/*0722*/
.btn_pos_r {
  margin-right: 0;
}/*0722*/

.btn_back {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background-color: #aaaaaa;
  background-image: -webkit-linear-gradient(top, #cfcfcf 0, #aaaaaa 100%);
  background-image: linear-gradient(to bottom, #cfcfcf 0, #aaaaaa 100%); }
  .btn_back:hover {
    background-color: #c4c4c4;
    background-image: -webkit-linear-gradient(top, #dddddd 0, #c4c4c4 100%);
    background-image: linear-gradient(to bottom, #dddddd 0, #c4c4c4 100%); }

.btn_cv {
  color: #fff;
  background-color: #333/*black*/;
  background-image: -webkit-linear-gradient(top, #595959 0, #333/*black*/ 100%);
  background-image: linear-gradient(to bottom, #595959 0, #333/*black*/ 100%); }
  .btn_cv:hover {
    text-decoration: none;
    background-color: #282828;
    background-image: -webkit-linear-gradient(top, #727272 0, #282828 100%);
    background-image: linear-gradient(to bottom, #727272 0, #282828 100%); }
  .btn_cv:hover {
    color: #fff;
    text-decoration: none; }

.btn_cv_em {
  border: solid 1px #e07626;
  color: #fff;
  background-color: #e8641b;
  background-image: -webkit-linear-gradient(top, #ef8a58 0, #e8641b 50%);
  background-image: linear-gradient(to bottom, #ef8a58 0, #e8641b 50%); }
  .btn_cv_em:hover {
    border: solid 1px #e07626;
    text-decoration: none;
    background-color: #eb7b3d;
    background-image: -webkit-linear-gradient(top, #f1986c 0, #eb7b3d 50%);
    background-image: linear-gradient(to bottom, #f1986c 0, #eb7b3d 50%); }

.btn_gray {
  padding-right: 30px;
  padding-left: 30px;
  max-width: 364px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  border: solid 1px #cecece;
  color: #333;
  text-decoration: none;
  text-shadow: none;
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, white 0, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 0, #eeeeee 100%); }
  .btn_gray:hover {
    color: #333;
    background-color: #eeeeee;
    background-image: -webkit-linear-gradient(top, white 0, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 0, #eeeeee 100%); }
  .btn_gray:after {
    content: '';
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 16px;
    display: block;
    background: url("/img/shared/ico_btn_arrow.png") no-repeat 0 0; }
  .btn_gray:hover {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)"; }

.btn_xl {
  margin-right: auto;
  margin-left: auto;
  max-width: 476px;
  min-height: 160px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 740px) {
    .btn_xl {
      min-height: 94px;/*180px;*/ } }
  @media print {
    .btn_xl {
      min-height: 94px;/*180px;*/ } }

.btn_portal_gray {
  padding: 20px;/*14.05*/
  border: solid 1px #cecece;
  color: #333;
  text-decoration: none;
  text-shadow: none;
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, white 0, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 0, #eeeeee 100%); }
  .btn_portal_gray:hover {
    color: #333;
    background-color: #eeeeee;
    background-image: -webkit-linear-gradient(top, white 0, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 0, #eeeeee 100%); }
  .btn_portal_gray:hover {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)"; }

.btn_portal_alt_green {
  border: solid 1px #7db100;
  color: #fff;
  background-color: #70bf33;
  background-image: -webkit-linear-gradient(top,#88d641 0,#70bf33 100%);
  background-image: linear-gradient(to bottom,#88d641 0,#70bf33 100%);}/*14.05*/

.btn_for_members {
  padding-bottom: 5px;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (min-width: 740px) {
    .btn_for_members {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media print {
    .btn_for_members {
      font-size: 22px;
      font-size: 2.2rem; } }

.btn_login {
  padding: 1px 20px 0 10px;
  border: solid 1px #333;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  background: url("/img/shared/ico_btn_arrow.png") no-repeat 95% 50%;
  font-weight: normal;
  line-height: 1.3;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (min-width: 740px) {
    .btn_login {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media print {
    .btn_login {
      font-size: 18px;
      font-size: 1.8rem; } }

.btn_self_cloud {
  padding-top: 54px;
  padding-left: 59px;
  min-height: 32px;
  display: inline-block;
  background: url("/img/shared/ico_btn_self_cloud.png") no-repeat 0 48px;
/*  color: #0091e6;*/
  font-weight: bold;
  line-height: 1;
  font-size: 22px;
  font-size: 2.2rem; }
  @media screen and (min-width: 740px) {
    .btn_self_cloud {
      padding-top: 24px;/*60px; 14.05*/
      padding-left: 71px;
      min-height: 40px;
      background: url("/img/shared/ico_btn_self_cloud_l.png") no-repeat 0 24px;/*54px;  14.05*/
      font-size: 30px;
      font-size: 2.4rem/*3rem*/; } }
  @media print {
    .btn_self_cloud {
      padding-top: 60px;
      padding-left: 71px;
      min-height: 40px;
      background: url("/img/shared/ico_btn_self_cloud_l.png") no-repeat 0 54px;
      font-size: 30px;
      font-size: 2.4rem/*3rem*/; } }

.btn_datacenter {
  margin-left: 10px;/*-48px;  14.05*/
  padding-top: 24px;
  padding-left: 66px;
  min-height: 32px;
  display: inline-block;
  background: url("/img/shared/ico_btn_datacenter.png") no-repeat 0 18px;
/*  color: #0e3666;*/
  font-weight: bold;
  line-height: 1;
  font-size: 22px;
  font-size: 2.2rem; }
  @media screen and (min-width: 740px) {
    .btn_datacenter {
      margin-left: 0/*-55px 14.07*/;
      padding-left: 85px;
      min-height: 40px;
      background: url("/img/shared/ico_btn_datacenter_l.png") no-repeat 0 20px;
      font-size: 30px;
      font-size: 2.4rem/*3rem*/; } }
  @media print {
    .btn_datacenter {
      margin-left: 0/*-55px 14.07*/;
      padding-left: 85px;
      min-height: 40px;
      background: url("/img/shared/ico_btn_datacenter_l.png") no-repeat 0 20px;
      font-size: 30px;
      font-size: 2.4rem/*3rem*/; } }

/*.btn_managed_cloud {
  padding-top: 12px;
  padding-left: 61px;
  min-height: 32px;
  display: inline-block;
  background: url("/img/shared/ico_btn_maganed_cloud.png") no-repeat 0 12px;
  color: #e67b06;
  font-weight: bold;
  line-height: 1;
  font-size: 22px;
  font-size: 2.2rem; }
  @media screen and (min-width: 740px) {
    .btn_managed_cloud {
      margin-left: 10px;
      padding-top: 14px;
      padding-left: 79px;
      min-height: 40px;
      background: url("/img/shared/ico_btn_maganed_cloud_l.png") no-repeat 0 14px;
      font-size: 30px;
      font-size: 3rem; } }
  @media print {
    .btn_managed_cloud {
      margin-left: 10px;
      padding-top: 14px;
      padding-left: 79px;
      min-height: 40px;
      background: url("/img/shared/ico_btn_maganed_cloud_l.png") no-repeat 0 14px;
      font-size: 30px;
      font-size: 3rem; } }*/

.btn_m {
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 300px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  position: relative;
  line-height: 1.2;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 740px) {
    .btn_m {
      max-width: 364px;
      font-size: 22px;
      font-size: 2.2rem; } }
  @media print {
    .btn_m {
      max-width: 364px;
      font-size: 22px;
      font-size: 2.2rem; } }

input[type="submit"].btn_m {
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  width: 100%;
  cursor: pointer; }
  input[type="submit"].btn_m:active {
    padding-right: 0;
    padding-left: 0; }
  input[type="submit"].btn_m::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -2px;
    margin-bottom: -2px; }

.btn_portal.btn_m {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 300px; }
  @media screen and (min-width: 740px) {
    .btn_portal.btn_m {
      padding-top: 15px;
      padding-bottom: 15px;
      max-width: 392px; } }
  @media print {
    .btn_portal.btn_m {
      padding-top: 15px;
      padding-bottom: 15px;
      max-width: 392px; } }

.btn_icon_arrow_l {
  margin-top: -8px;
  width: 10px;
  height: 16px;
  background: url("/img/shared/ico_btn_arrow_white.png") no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: 15px; }
  @media screen and (min-width: 740px) {
    .btn_icon_arrow_l {
      right: 20px; } }
  @media print {
    .btn_icon_arrow_l {
      right: 20px; } }

.btn_icon_arrow_xl {
  margin-top: -8px;
  width: 10px;
  height: 16px;
  background: url("/img/shared/ico_btn_arrow_white.png") no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: 15px; }
  @media screen and (min-width: 740px) {
    .btn_icon_arrow_xl {
      right: 20px; } }
  @media print {
    .btn_icon_arrow_xl {
      right: 20px; } }

.btn_portal_alt_blue {
  border: solid 1px #0466af;
  color: #fff;
  background-color: #0073de;
  background-image: -webkit-linear-gradient(top, #008fe9 0, #0073de 100%);
  background-image: linear-gradient(to bottom, #008fe9 0, #0073de 100%); }
  .btn_portal_alt_blue:hover {
    border-color: #297dbb;
    color: #fff;
    text-decoration: none;
    background-color: #2689e3;
    background-image: -webkit-linear-gradient(top, #26a0ec 0, #2689e3 100%);
    background-image: linear-gradient(to bottom, #26a0ec 0, #2689e3 100%); }

.btn_portal_alt_orange {
  border: solid 1px #dd7e1c;
  color: #fff;
  background-color: #f08512;
  background-image: -webkit-linear-gradient(top, #f6a525 0, #f08512 100%);
  background-image: linear-gradient(to bottom, #f6a525 0, #f08512 100%); }
  .btn_portal_alt_orange:hover {
    border-color: #e2913e;
    color: #fff;
    text-decoration: none;
    background-color: #f29836;
    background-image: -webkit-linear-gradient(top, #f7b245 0, #f29836 100%);
    background-image: linear-gradient(to bottom, #f7b245 0, #f29836 100%); }

.btn_l {
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 300px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  position: relative;
  line-height: 1.2;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .btn_l .btn_portal_sub {
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem; }
  .btn_l .btn_portal {
    display: block; }
  @media screen and (min-width: 740px) {
    .btn_l {
      padding-top: 20px;
      padding-bottom: 20px;
      max-width: 476px;
      font-size: 30px;
      font-size: 3rem; }
      .btn_l .btn_portal_sub {
        font-size: 20px;
        font-size: 2rem; } }
  @media print {
    .btn_l {
      padding-top: 20px;
      padding-bottom: 20px;
      max-width: 476px;
      font-size: 30px;
      font-size: 3rem; }
      .btn_l .btn_portal_sub {
        font-size: 20px;
        font-size: 2rem; } }

@media screen and (min-width: 740px) {
  .btn_l.btn_portal {
    max-width: 644px; } }
@media print {
  .btn_l.btn_portal {
    max-width: 644px; } }

.btn_category {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
  font-weight: bold;
  line-height: 1.2;
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (min-width: 1000px) {
    .btn_category {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 0;
      text-align: center;
      font-size: 18px;
      font-size: 1.8rem; } }
  @media print {
    .btn_category {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 0;
      text-align: center;
      font-size: 18px;
      font-size: 1.8rem; } }

.btn_category_blue {
  background-color: #62bef5;
  color: #fff; }
  .btn_category_blue:hover {
    color: #fff;
    background-color: #a0d9fa;
    text-decoration: none; }

.btn_icon_arrow_inset {
  min-height: 16px;
  display: block;
  position: relative; }
  .btn_icon_arrow_inset:after {
    content: '';
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 16px;
    display: block;
    background: url("/img/shared/ico_btn_arrow_white.png") no-repeat 0 0; }

.btn_mid_blue {
  border: solid 1px #0f32a7;
  color: #fff;
  background-color: #0040c5;
  background-image: -webkit-linear-gradient(top, #0070db 0, #0040c5 100%);
  background-image: linear-gradient(to bottom, #0070db 0, #0040c5 100%); }
  .btn_mid_blue:hover {
    border-color: #3351b4;
    color: #fff;
    text-decoration: none;
    background-color: #265dce;
    background-image: -webkit-linear-gradient(top, #2684e0 0, #265dce 100%);
    background-image: linear-gradient(to bottom, #2684e0 0, #265dce 100%); }

.btn_icon_arrow {
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 10;
  width: 10px;
  height: 16px;
  display: block;
  background: url("/img/shared/ico_btn_arrow_white.png") no-repeat 0 0; }

.btn_min {
  padding: 0.5em;
  text-decoration: none;
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 10px;
  font-size: 1rem; }

.btn_s {
  margin-right: auto;
  margin-left: auto;
  padding: 7px 10px;
  max-width: 300px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  position: relative;
  line-height: 1.2;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 740px) {
    .btn_s {
      padding: 15px 10px;
      max-width: 364px;
      font-size: 18px;
      font-size: 1.8rem; } }
  @media print {
    .btn_s {
      padding: 15px 10px;
      max-width: 364px;
      font-size: 18px;
      font-size: 1.8rem; } }

.btn_light_green {
  border: solid 1px #7db100;
  color: #fff;
  background-color: #70bf33;
  background-image: -webkit-linear-gradient(top, #88d641 0, #70bf33 100%);
  background-image: linear-gradient(to bottom, #88d641 0, #70bf33 100%); }
  .btn_light_green:hover {
    color: #fff;
    text-decoration: none;
    background-color: #86c951;
    background-image: -webkit-linear-gradient(top, #9adc5d 0, #86c951 100%);
    background-image: linear-gradient(to bottom, #9adc5d 0, #86c951 100%); }

.btn_free_trial_inquiry {
  margin-top: 0.25em;
  padding: 0.25em 0.5em;
  border: solid 1px #fff;
  border-radius: 5px;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (min-width: 740px) {
    .btn_free_trial_inquiry {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media print {
    .btn_free_trial_inquiry {
      font-size: 18px;
      font-size: 1.8rem; } }

.btn_col_02.btn_col_02_flex {
  zoom: 1; }
  .btn_col_02.btn_col_02_flex:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  .btn_col_02.btn_col_02_flex > .btn_col_block {
    margin-left: 0;
    width: auto;
    float: none; }
    .btn_col_02.btn_col_02_flex > .btn_col_block:first-child {
      float: none; }
  @media screen and (min-width: 1000px) {
    .btn_col_02.btn_col_02_flex > .btn_col_block {
      margin-left: 2.8571%;
      width: 48.57145%;
      float: right; }
      .btn_col_02.btn_col_02_flex > .btn_col_block:first-child {
        margin-left: 0;
        float: left; } }
  @media print {
    .btn_col_02.btn_col_02_flex > .btn_col_block {
      margin-left: 2.8571%;
      width: 48.57145%;
      float: right; }
      .btn_col_02.btn_col_02_flex > .btn_col_block:first-child {
        margin-left: 0;
        float: left; } }

.btn_col_s {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  padding: 7px 10px;
  max-width: 300px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  position: relative;
  line-height: 1.2;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .btn_col_s .btn_signup br {
    display: none; }
  .btn_col_s .btn_icon_arrow_xl {
    right: 10px; }
  .btn_col_s .btn_free_trial_inquiry {
    font-size: 12px;
    font-size: 1.2rem; }
  @media screen and (min-width: 740px) {
    .btn_col_s {
      padding: 15px 10px;
      max-width: 364px;
      font-size: 18px;
      font-size: 1.8rem; }
      .btn_col_s.btn_free_trial_contact {
        padding-top: 12px;
        padding-bottom: 11px; }
      .btn_col_s .btn_free_trial_inquiry {
        font-size: 14px;
        font-size: 1.4rem; }
      .btn_col_s .btn_icon_arrow_xl {
        right: 10px; } }
  @media print {
    .btn_col_s {
      padding: 15px 10px;
      max-width: 364px;
      font-size: 18px;
      font-size: 1.8rem; }
      .btn_col_s.btn_free_trial_contact {
        padding-top: 12px;
        padding-bottom: 11px; }
      .btn_col_s .btn_free_trial_inquiry {
        font-size: 14px;
        font-size: 1.4rem; }
      .btn_col_s .btn_icon_arrow_xl {
        right: 10px; } }
  @media screen and (min-width: 1000px) {
    .btn_col_s .btn_signup br {
      display: inline; } }
  @media print {
    .btn_col_s .btn_signup br {
      display: inline; } }

.btn_blue_green {
  color: #fff;
  background-color: #268dde;
  background-image: -webkit-linear-gradient(top, #79c0e7 0, #268dde 100%);
  background-image: linear-gradient(to bottom, #79c0e7 0, #268dde 100%); }
  .btn_blue_green:hover {
    color: #fff;
    text-decoration: none;
    background-color: #5babe5;
    background-image: -webkit-linear-gradient(top, #8dc9eb 0, #5babe5 100%);
    background-image: linear-gradient(to bottom, #8dc9eb 0, #5babe5 100%); }

.btn_xs {
  padding-top: 3px;
  padding-bottom: 3px;
  width: 140px;
  display: inline-block; }

.btn_print {
  padding-left: 35px;
  min-height: 20px;
  display: block;
  background: url("/img/shared/icn_print.png") no-repeat 5px 50%;
  font-weight: bold; }

.btn_r {
  margin-left: auto;
  display: block; }

table {
  margin-bottom: 2em;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
/*  font-size: 10px;
  font-size: 1rem; */ }
  @media screen and (min-width: 740px) {
    table {
/*      font-size: 14px;
      font-size: 1.4rem; */ } }
  @media print {
    table {
/*      font-size: 14px;
      font-size: 1.4rem; */ } }
  table th,
  table td {
    padding: 0.5em 0.7em;
    text-align: left;
    vertical-align: middle; }
  table th {
    border: solid 1px #cecece;
    background-color: #f7f7f7;
    font-weight: bold; }
  table td {
    border: solid 1px #cecece; }
  tr > th:first-child,
  tr > td:first-child {
    border-left: none; }
  tr > th:last-child,
  tr > td:last-child {
    border-right: none; }
    th + table td {
      border-left: solid 1px #cecece; }
  table thead th {
    padding: 0.5em 0.7em;
    border-top: solid 1px #cecece;
    border-left: solid 1px #cecece;
    background-color: #888;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle; }
  table thead th.table_th_blue {
    background-color: #4bacc6; }
  table thead th.table_th_green {
    background-color: #9bbb59; }
  table thead th.table_th_green2 {
    background-color: #91C974; }
  table th.table_th_green3 {
    background-color: #E9F4E3; }
  table thead th.table_th_sblue {
    background-color: #7CD4F0; }
  table th.table_th_sblue2 {
    background-color: #E3F6FC; }
  table thead th.table_th_purple {
    background-color: #A48AD4; }
  table th.table_th_purple2 {
    background-color: #EDE8F6; }
  table thead th.table_th_blackline {
    background:  url(/img/cloud/bg_highiohighsto.png);}
  table th.table_th_blackline2 {
     background:  url(/img/cloud/vm/img_vm_type_053.png);}
  table thead th.table_th_dblue {
    background-color: #2695C9; }
  table th.table_th_dblue2 {
    background-color: #D4EAF4; }
  table thead th.table_th_orange {
    background-color: #e36c09; }
  table thead th:first-child {
    border-left: none; }
  table thead tr:first-child th {
    border-top: none; }
  table th.thead {
    padding: 0.5em 0.7em;
    border-top: solid 1px #cecece;
    border-left: solid 1px #cecece;
    background-color: #888;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle; }
    table th.thead th.thead:first-child {
      border-left: none; }
    table th.thead tr:first-child th.thead {
      border-top: none; }

table thead th.table_child_hdg,
table tbody th.table_child_hdg {
  color: #fff;
  background-color: #adadad; }

table thead th.table_alt_hdg,
table tbody th.table_alt_hdg {
  background-color: #f1f1f1; }

table p,
table ul,
table ol,
table dl,
table .img {
  margin-top: 0.7em;
  margin-bottom: 0; }
  table p:first-child,
  table ul:first-child,
  table ol:first-child,
  table dl:first-child,
  table .img:first-child {
    margin-top: 0; }

@media all and (max-width: 439px) {
  table .icon_category {
    min-width: 0;
    font-size: 9px;
    font-size: 0.9rem; } }
.table_narrow th,
.table_narrow td {
  padding: 0.3em; }
  @media screen and (min-width: 740px) {
    .table_narrow th,
    .table_narrow td {
      padding: 0.5em 0.7em; } }
  @media print {
    .table_narrow th,
    .table_narrow td {
      padding: 0.5em 0.7em; } }

.table_narrow_note {
  margin-top: -1em; }
  .table_narrow_note[data-table-narrow-note="false"] {
    display: none; }
  .table_narrow_note[data-table-narrow-note="true"] {
    display: block; }

.step_nav {
  margin-bottom: 0.7em;
  zoom: 1; }
  .step_nav:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }

.step_nav_item {
  padding: 0.7em 0;
  float: left;
  width: 33%;
  position: relative;
  background-color: #e3eaf1;
  color: #999;
  font-size: 114.02857%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .step_nav_item:after {
    content: '';
    width: 1.4em; /* update oda 160629 1.3em; */
    height: 100%;
    background-image: url("/img/shared/bg_step_nav_item.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    position: absolute;
    top: 0;
    right: -1.3em;
    z-index: 10; }
  .ie8 .step_nav_item:after {
    width: 1.35em;
    right: -1.35em; }

.step_nav_item_01 {
  z-index: 10; }

.step_nav_item_02 {
  z-index: 9; }

.step_nav_item_03 {
  z-index: 8; }

.step_nav_item_active {
  background-color: #0066cc;
  color: #fff; }
  .step_nav_item_active:after {
    background-image: url("/img/shared/bg_step_nav_item_active.png"); }

.step_nav_item_last {
  background-image: none;
  width: 34%; }
  .step_nav_item_last:after {
    display: none; }

.error_text {
  margin-bottom: 0.7em;
  padding: 1.3em 1em;
  background-color: #fad9de;
  color: #dd001f;
  font-size: 114.02857%;
  font-weight: bold;
  text-align: center; }
  @media screen and (min-width: 740px) {
    .error_text {
      padding: 1.875em 1em; } }
  @media print {
    .error_text {
      padding: 1.875em 1em; } }

.form_textarea {
  margin-bottom: 0.7em; }

.form_textarea_hdg {
  padding: 1em;
  background-color: #e6e6e6;
  color: #1067b6;
  font-weight: bold;
  line-height: 1; }

.form_textarea_contents {
  margin: 0;
  padding: 1em;
  border-top: none;
  border-right: solid 1px #cecece;
  border-bottom: solid 1px #cecece;
  border-left: solid 1px #cecece;
  border-radius: 0;
  width: 100%;
  background-color: #fbfbfb;
  resize: vertical;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.form_toggle_box {
  margin-bottom: 1em; }

.form_toggle_box_list {
  background-color: #e6e6e6; }

.form_toggle_box_list_item {
  border-bottom: solid 1px #999999; }
  .form_toggle_box_list_item input[type="checkbox"] {
    margin-right: 5px; }

.form_toggle_box_list_item_inner {
  padding: 1em 5.5em 1em 1.4em;
  position: relative;
  color: #333333; }
  .form_toggle_box_list_item_inner label {
    font-weight: bold; }

.form_toggle_box_sub {
  padding: 1.4em 2.1em;
  background-color: #d6d6d6; }
  @media screen and (min-width: 1000px) {
    .form_toggle_box_sub {
      padding: 1.4em 1em; } }
  @media print {
    .form_toggle_box_sub {
      padding: 1.4em 1em; } }

.form_toggle_box_sub_desc {
  margin-bottom: 0.4em; }
  @media screen and (min-width: 1000px) {
    .form_toggle_box_sub_desc {
      margin: 0 2%;
      width: 96%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
  @media print {
    .form_toggle_box_sub_desc {
      margin: 0 2%;
      width: 96%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }

@media screen and (min-width: 740px) {
  .form_toggle_box_sub_list {
    zoom: 1; }
    .form_toggle_box_sub_list:after {
      display: block;
      content: "";
      clear: both;
      overflow: hidden; } }
@media print {
  .form_toggle_box_sub_list {
    zoom: 1; }
    .form_toggle_box_sub_list:after {
      display: block;
      content: "";
      clear: both;
      overflow: hidden; } }

.form_toggle_box_sub_list_item {
  padding: 1em 4em 1em 0;
  border-bottom: solid 1px #aaa;
  position: relative; }
  @media screen and (min-width: 1000px) {
    .form_toggle_box_sub_list_item {
      margin: 0 2%;
      float: left;
      width: 46%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
  @media print {
    .form_toggle_box_sub_list_item {
      margin: 0 2%;
      float: left;
      width: 46%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }

.form_toggle_box_more {
  position: absolute;
  top: 1em;
  right: 0;
  color: #666666; }
  .form_toggle_box_more:hover {
    color: #666666; }
  .form_toggle_box_list_item_inner .form_toggle_box_more {
    right: 1.4em; }
  .ie8 .form_toggle_box_more {
    width: 4em; }

@media screen and (min-width: 740px) {
  .form_table tbody td {
    font-size: 12px;
    font-size: 1.2rem; } }
@media print {
  .form_table tbody td {
    font-size: 12px;
    font-size: 1.2rem; } }

.form_item {
  display: block; }
  @media screen and (min-width: 740px) {
    .form_item {
      padding-right: 40px;
      position: relative; } }
  @media print {
    .form_item {
      padding-right: 40px;
      position: relative; } }

.form_note {
  display: block;
  font-weight: normal; }
  @media screen and (min-width: 740px) {
    .form_note {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media print {
    .form_note {
      font-size: 12px;
      font-size: 1.2rem; } }

.form_required {
  margin-top: 0.25em;
  padding: 3px;
  width: 2.2em;
  background-color: #33cdff;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  text-align: center; }
  .form_item .form_required {
    display: block; }
  .text_plain .form_required {
    margin-left: 0.25em;
    display: inline-block; }
  @media screen and (min-width: 740px) {
    .form_item .form_required {
      margin-top: -9px;
      position: absolute;
      top: 50%;
      right: 0;
      font-size: 12px;
      font-size: 1.2rem; }
    .form_etc_hdg .form_required {
      margin-top: -9px;
      position: absolute;
      top: 50%;
      right: 1em;
      font-size: 12px;
      font-size: 1.2rem; } }
  @media print {
    .form_item .form_required {
      margin-top: -9px;
      position: absolute;
      top: 50%;
      right: 0;
      font-size: 12px;
      font-size: 1.2rem; }
    .form_etc_hdg .form_required {
      margin-top: -9px;
      position: absolute;
      top: 50%;
      right: 1em;
      font-size: 12px;
      font-size: 1.2rem; } }

.form_example {
  margin-top: 0.5em;
  display: block; }

.input_text {
  padding: 0.25em;
  border: solid 1px #ddd;
  background-color: #fbfbfb;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .input_text[readonly], .input_text[disabled], .input_text[readonly="readonly"], .input_text[disabled="disabled"] {
    color: #e7e7e7;
    background-color: #e7e7e7; }

.input_text_l {
  width: 100%; }

.input_text_tel {
  width: 30%;
  max-width: 100px; }

.input_text_glue {
  width: 5%;
  display: inline-block;
  text-align: center; }

.table tbody td.is_error {
  background-color: #fad9de; }

.form_item_error_text {
  margin-bottom: 5px;
  padding-left: 23px;
  min-height: 18px;
  background: url("/img/shared/ico_alert.png") no-repeat 0 0;
  color: #dd001f;
  font-size: 1.16667em;
  font-weight: bold;
  background-size: 18px auto; }
  @media screen and (min-width: 740px) {
    .form_item_error_text {
      padding-left: 28px;
      background-size: auto auto; } }
  @media print {
    .form_item_error_text {
      padding-left: 28px;
      background-size: auto auto; } }

.input_radio_list {
  zoom: 1; }
  .input_radio_list:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  .input_radio_list > li {
    margin-right: 20px;
    float: left; }
  .input_radio_list > li input[type="radio"] {
    margin-right: 0.5em; }

.form_zip_mark {
  display: none; }
  @media screen and (min-width: 740px) {
    .form_zip_mark {
      padding-right: 0.5em;
      display: inline;
      font-size: 16px;
      font-size: 1.6rem; } }
  @media print {
    .form_zip_mark {
      padding-right: 0.5em;
      display: inline;
      font-size: 16px;
      font-size: 1.6rem; } }

.input_text_zip {
  width: 27%;
  max-width: 100px; }

.form_zip_btn {
  margin: 0 0 0 10px;
  padding: 0.35em 3px;
  border: none;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background-color: #2ba0f6;
  background-image: -webkit-linear-gradient(top, #6ec0f7 0, #2ba0f6 100%);
  background-image: linear-gradient(to bottom, #6ec0f7 0, #2ba0f6 100%); }
  .form_zip_btn:hover {
    background-color: #6abcf9;
    background-image: -webkit-linear-gradient(top, #99d2f9 0, #6abcf9 100%);
    background-image: linear-gradient(to bottom, #99d2f9 0, #6abcf9 100%); }
  @media screen and (min-width: 1000px) {
    .form_zip_btn {
      margin-left: 30px;
      padding: 0.2em 2em; } }
  @media print {
    .form_zip_btn {
      margin-left: 30px;
      padding: 0.2em 2em; } }

.form_addr_list > li {
  margin-top: 1.4em; }
  @media screen and (min-width: 740px) {
    .form_addr_list > li {
      width: 100%;
      display: table; } }
  @media print {
    .form_addr_list > li {
      width: 100%;
      display: table; } }
.form_addr_list > li:first-child {
  margin-top: 0; }

.form_addr_list_label {
  display: block; }
  @media screen and (min-width: 740px) {
    .form_addr_list_label {
      padding-right: 10px;
      width: 20%;
      display: table-cell;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
  @media print {
    .form_addr_list_label {
      padding-right: 10px;
      width: 20%;
      display: table-cell;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }

@media screen and (min-width: 740px) {
  .form_addr_list_body {
    display: table-cell;
    vertical-align: middle; } }
@media print {
  .form_addr_list_body {
    display: table-cell;
    vertical-align: middle; } }

.form_addr_pref {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.form_select {
  max-width: 350px;
  width: 100%; }

.form_select_note {
  margin-top: 1em;
  margin-bottom: 0.5em; }

.form_checkbox_list_wrapper {
  margin-bottom: 0.7em;
  border-top: solid 1px #cecece; }

.form_checkbox_list {
  font-weight: bold; }
  .form_checkbox_list > li {
    border-bottom: solid 1px #cecece; }
  .form_checkbox_list input[type="checkbox"] {
    margin-right: 5px; }
  @media screen and (min-width: 740px) {
    .form_checkbox_list {
      width: 100%;
      display: table; }
      .form_checkbox_list > li {
        display: table-cell;
        width: 50%; }
      .form_checkbox_list > li:first-child {
        border-right: solid 1px #cecece; } }
  @media print {
    .form_checkbox_list {
      width: 100%;
      display: table; }
      .form_checkbox_list > li {
        display: table-cell;
        width: 50%; }
      .form_checkbox_list > li:first-child {
        border-right: solid 1px #cecece; } }

.form_checkbox_list_item {
  padding: 1em 5em 1em 1em;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.form_checkbox_list_more {
  position: absolute;
  top: 1em;
  right: 1em;
  font-weight: normal; }
  .ie8 .form_checkbox_list_more {
    width: 4.5em; }

.form_agree {
  margin-bottom: 0.7em;
  padding: 1.4em;
  border-top: solid 1px #cecece;
  border-bottom: solid 1px #cecece;
  background-color: #f7f7f7;
  text-align: center; }

.form_agree_checkbox {
  margin-bottom: 0.7em; }
  .form_agree_checkbox input[type="checkbox"] {
    margin-right: 5px; }

.form_submit {
  margin: 0;
  padding: 1em;
  border: none;
  border-radius: 0;
  max-width: 280px;
  width: 100%;
  font-weight: bold;
  line-height: 1;
  -webkit-appearance: none;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background-color: #2ba0f6;
  background-image: -webkit-linear-gradient(top, #6ec0f7 0, #2ba0f6 100%);
  background-image: linear-gradient(to bottom, #6ec0f7 0, #2ba0f6 100%); }
  .form_submit:hover {
    background-color: #6abcf9;
    background-image: -webkit-linear-gradient(top, #99d2f9 0, #6abcf9 100%);
    background-image: linear-gradient(to bottom, #99d2f9 0, #6abcf9 100%); }
  .form_submit:hover {
    color: #fff;
    text-decoration: none; }
  .form_submit[data-form-agree-submit="false"] {
    background: #ddd; }
  .form_submit[data-form-agree-submit="true"] {
    cursor: pointer; }

.form_etc {
  margin-bottom: 0.7em;
  border: solid 1px #cecece; }

.form_etc_hdg {
  padding: 1em;
  border-bottom: solid 1px #cecece;
  position: relative;
  background-color: #f7f7f7;
  font-weight: bold; }

.form_etc_body {
  padding: 1em; }
  .form_etc_body.is_error {
    background-color: #fad9de; }
  .form_etc_body .form_textarea_contents {
    border-top: solid 1px #cecece;
    vertical-align: bottom; }

.form_etc_desc {
  margin-bottom: 0.5em;
  font-size: 85.7242%; }

.form_submit_back {
  margin: 0 auto 0.7em;
  max-width: 336px;
  zoom: 1; }
  .form_submit_back:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }

.form_btn_submit,
.form_btn_back {
  margin: 0;
  padding: 1em 0;
  border: none;
  border-radius: 0;
  display: block;
  font-weight: bold;
  line-height: 1;
  cursor: pointer; }

.form_btn_submit {
  float: right;
  max-width: 66.667%;
  width: 100%;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background-color: #2ba0f6;
  background-image: -webkit-linear-gradient(top, #6ec0f7 0, #2ba0f6 100%);
  background-image: linear-gradient(to bottom, #6ec0f7 0, #2ba0f6 100%); }
  .form_btn_submit:hover {
    background-color: #6abcf9;
    background-image: -webkit-linear-gradient(top, #99d2f9 0, #6abcf9 100%);
    background-image: linear-gradient(to bottom, #99d2f9 0, #6abcf9 100%); }
  @media screen and (min-width: 740px) {
    .form_btn_submit {
      max-width: 224px; } }
  @media print {
    .form_btn_submit {
      max-width: 224px; } }

.form_btn_back {
  float: left;
  max-width: 26.667%;
  width: 100%;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background-color: #aaaaaa;
  background-image: -webkit-linear-gradient(top, #cfcfcf 0, #aaaaaa 100%);
  background-image: linear-gradient(to bottom, #cfcfcf 0, #aaaaaa 100%); }
  .form_btn_back:hover {
    background-color: #c4c4c4;
    background-image: -webkit-linear-gradient(top, #dddddd 0, #c4c4c4 100%);
    background-image: linear-gradient(to bottom, #dddddd 0, #c4c4c4 100%); }
  @media screen and (min-width: 740px) {
    .form_btn_back {
      max-width: 84px; } }
  @media print {
    .form_btn_back {
      max-width: 84px; } }

.form_security_banner {
  display: table;
  font-size: 10px;
  font-size: 1rem; }
  @media screen and (min-width: 740px) {
    .form_security_banner {
      display: block; } }
  @media print {
    .form_security_banner {
      display: block; } }

.form_security_banner_img,
.form_security_banner_desc {
  display: table-cell;
  vertical-align: middle; }
  @media screen and (min-width: 740px) {
    .form_security_banner_img,
    .form_security_banner_desc {
      display: block;
      text-align: center; } }
  @media print {
    .form_security_banner_img,
    .form_security_banner_desc {
      display: block;
      text-align: center; } }

.form_security_banner_img {
  margin-right: auto;
  margin-left: auto;
  width: 128px; }

.form_security_banner_desc {
  padding-left: 1em; }
  @media screen and (min-width: 740px) {
    .form_security_banner_desc {
      padding-top: 1em;
      padding-left: 0; } }
  @media print {
    .form_security_banner_desc {
      padding-top: 1em;
      padding-left: 0; } }

.form_search .form_search_inner {
  margin-bottom: 0.7em;
  display: table; }
.form_search .form_search_text,
.form_search .form_search_btn {
  display: table-cell;
  vertical-align: top; }
.form_search input[type="text"] {
  margin: 0;
  padding: 0 0.5em;
  max-width: 294px;
  width: 100% !important;
  height: 28px;
  border: solid 1px #666;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.form_search input[type="image"] {
  height: 28px;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.form_search p {
  margin-bottom: 0; }

.sns_btn_list {
  margin-bottom: 0.7em;
  padding: 0 10px;
  vertical-align: middle;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .sns_btn_list:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  @media screen and (min-width: 740px) {
    .sns_btn_list {
      padding: 0 10px;
      display: table;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 980px; } }
  @media print {
    .sns_btn_list {
      padding: 0 10px;
      display: table;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 980px; } }
  @media screen and (min-width: 1040px) {
    .sns_btn_list {
      padding: 0; } }
  @media print {
    .sns_btn_list {
      padding: 0; } }

.sns_btn {
  margin-right: 3px;
  float: left;
  min-height: 30px;
  overflow: hidden; }

.sns_btn_g_plusone { width: 64px; } /* updata oda 170221 50px */
.sns_btn_pocket { width: 86px; } /* add oda 170221 */

.embed_fb_like_box {
  margin-bottom: 0.7em;
  border: solid 1px #cecece;
  max-width: 518px;
  min-height: 247px; }

.fb-like-box,
.fb-like-box iframe[style],
.fb-like-box span {
  width: 100% !important;
  max-width: 518px; }

.embed_twitter_timeline {
  margin-bottom: 0.7em; }

.embed_container {
  /*margin-bottom: 3em;*/
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.embed_container_teachme{
  padding-bottom: 100%! important;
  padding-bottom: 0! important;}/*2014.6*/

.embed_container iframe,
.embed_container object,
.embed_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.embed_container_s {
  margin-right: auto;
  margin-left: auto;
  max-width: 448px;
  min-width: 300px; }

.embed_container_slideshare {
  border: solid 1px #ccc; }

.embed_container_slideshare iframe {
  margin-bottom: 0 !important;
  border: 0 !important; }

.embed_container_ymap {
  margin-bottom: 0.7em; }
  @media screen and (min-width: 740px) {
    .embed_container_ymap {
      padding-right: 20px;
      padding-left: 20px; } }
  @media print {
    .embed_container_ymap {
      padding-right: 20px;
      padding-left: 20px; } }

#js_ymap {
  width: 100%;
  height: 400px; }
  @media all and (max-height: 460px) {
    #js_ymap {
      height: 300px; } }

#js_ymap img {
  max-width: none; }

a[target="_blank"] > img.icon_openwin {
  padding-left: 5px; }
  p a[target="_blank"] > img.icon_openwin {
    padding-right: 5px; }

a > img.icon_pdf {
  padding-left: 10px; }
  .ie8 a > img.icon_pdf {
    display: inline; }
  p a > img.icon_pdf {
    padding-right: 5px; }

.icon_mail {
  padding-left: 24px !important;
  min-height: 14px;
  position: relative; }
  .icon_mail:before {
    content: '';
    width: 19px !important;
    height: 14px !important;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    background: url("/img/shared/ico_mail.png") no-repeat 0 0 !important;
    background-size: auto auto !important; }

.icon_new {
  color: #dc001f;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;/*1.4rem; 14.05*/ }

.icon_category {
  padding-right: 5px;
  padding-left: 5px;
  min-width: 90px;
  height: 1.6em;
  display: inline-block;
  color: #fff;
  background-color: #4bacc6;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .icon_category.icon_press {
    background-color: #9bbb59; }
  .icon_category.icon_topics {
    background-color: #548dd4; }
  .icon_category.icon_spec {
    background-color: #548dd4; }
  .icon_category.icon_campaign {
    background-color: #e36c09; }
  .icon_category.icon_case {
    background-color: #df7274; }
  .icon_category.icon_media {
    background-color: #df7274; }
  .icon_category.icon_service {
    background-color: #329ecb; }
  .icon_category.icon_blog {
    background-color: #329ecb; }
  .icon_category.icon_spec_one {
    background-color: #329ecb; }
  .icon_category.icon_type {
    background-color: #505050; }
  .icon_category.icon_new_feature {
    background-color: #9bbb59; }
  .icon_category.icon_improvement {
    background-color: #548dd4; }
  .icon_category.icon_vm_ware {
    background-color: #f2920b; }
  .icon_category.icon_hyper_v {
    background-color: #7f7f7f; }
  .icon_category.icon_option {
    background-color: #cda034; }
  .icon_category.icon_open {
    border: solid 1px #e36c09;
    min-width: 50px;
    background-color: #fff;
    color: #e36c09; }
    .icon_category.icon_open:hover {
      color: #e36c09; }
  .icon_category.icon_vendor {
    border: solid 1px #939393;
    background-color: #fff;
    color: #939393; }
    .icon_category.icon_vendor:hover {
      color: #939393; }
  .icon_category.icon_area {
    min-width: 0;
    background-color: transparent;
    color: inherit;
    font-size: 14px;
    font-size: 1.4rem; }
    .icon_category.icon_area:before {
      content: '[ '; }
    .icon_category.icon_area:after {
      content: ' ]'; }

a.icon_category {
  text-decoration: none;
  color: #fff; }

a.icon_category:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)"; }

.list_icon_category_single {
  margin-bottom: 0.7em;
  padding-bottom: 0;
  float: none; }
  .list_icon_category_single .icon_category {
    margin-right: 0.7143em;
    margin-bottom: 0.5em;
    float: left; }

.icon_tag {
  padding: 0.5em;
  border: solid 1px #ccc;
  background-color: #fff;
  display: inline-block;
  line-height: 1;
  font-size: 12px;		/* ike0827 12px */
  font-size: 1.2rem; }

.icon_help {
  margin-left: 0.5em;
  width: 19px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 2px;
  background: url("/img/shared/icn_help.png") no-repeat 0 0; }
.per1 { width: 1%! important; }
.per2 { width: 2%! important; }
.per3 { width: 3%! important; }
.per4 { width: 4%! important; }
.per5 { width: 5%! important; }
.per6 { width: 6%! important; }
.per7 { width: 7%! important; }
.per8 { width: 8%! important; }
.per9 { width: 9%! important; }
.per10 { width: 10%! important; }
.per11 { width: 11%! important; }
.per12 { width: 12%! important; }
.per13 { width: 13%! important; }
.per14 { width: 14%! important; }
.per15 { width: 15%! important; }
.per16 { width: 16%! important; }
.per17 { width: 17%! important; }
.per18 { width: 18%! important; }
.per19 { width: 19%! important; }
.per20 { width: 20%! important; }
.per21 { width: 21%! important; }
.per22 { width: 22%! important; }
.per23 { width: 23%! important; }
.per24 { width: 24%! important; }
.per25 { width: 25%! important; }
.per26 { width: 26%! important; }
.per27 { width: 27%! important; }
.per28 { width: 28%! important; }
.per29 { width: 29%! important; }
.per30 { width: 30%! important; }
.per31 { width: 31%! important; }
.per32 { width: 32%! important; }
.per33 { width: 33%! important; }
.per34 { width: 34%! important; }
.per35 { width: 35%! important; }
.per36 { width: 36%! important; }
.per37 { width: 37%! important; }
.per38 { width: 38%! important; }
.per39 { width: 39%! important; }
.per40 { width: 40%! important; }
.per41 { width: 41%! important; }
.per42 { width: 42%! important; }
.per43 { width: 43%! important; }
.per44 { width: 44%! important; }
.per45 { width: 45%! important; }
.per46 { width: 46%! important; }
.per47 { width: 47%! important; }
.per48 { width: 48%! important; }
.per49 { width: 49%! important; }
.per50 { width: 50%! important; }
.per51 { width: 51%! important; }
.per52 { width: 52%! important; }
.per53 { width: 53%! important; }
.per54 { width: 54%! important; }
.per55 { width: 55%! important; }
.per56 { width: 56%! important; }
.per57 { width: 57%! important; }
.per58 { width: 58%! important; }
.per59 { width: 59%! important; }
.per60 { width: 60%! important; }
.per61 { width: 61%! important; }
.per62 { width: 62%! important; }
.per63 { width: 63%! important; }
.per64 { width: 64%! important; }
.per65 { width: 65%! important; }
.per66 { width: 66%! important; }
.per67 { width: 67%! important; }
.per68 { width: 68%! important; }
.per69 { width: 69%! important; }
.per70 { width: 70%! important; }
.per71 { width: 71%! important; }
.per72 { width: 72%! important; }
.per73 { width: 73%! important; }
.per74 { width: 74%! important; }
.per75 { width: 75%! important; }
.per76 { width: 76%! important; }
.per77 { width: 77%! important; }
.per78 { width: 78%! important; }
.per79 { width: 79%! important; }
.per80 { width: 80%! important; }
.per81 { width: 81%! important; }
.per82 { width: 82%! important; }
.per83 { width: 83%! important; }
.per84 { width: 84%! important; }
.per85 { width: 85%! important; }
.per86 { width: 86%! important; }
.per87 { width: 87%! important; }
.per88 { width: 88%! important; }
.per89 { width: 89%! important; }
.per90 { width: 90%! important; }
.per91 { width: 91%! important; }
.per92 { width: 92%! important; }
.per93 { width: 93%! important; }
.per94 { width: 94%! important; }
.per95 { width: 95%! important; }
.per96 { width: 96%! important; }
.per97 { width: 97%! important; }
.per98 { width: 98%! important; }
.per99 { width: 99%! important; }
.per100 { width: 100%! important; }

.auto_br {
  display: inline-block; }

@media screen and (min-width: 740px) {
  .br_flex {
    display: none; } }
@media print {
  .br_flex {
    display: none; } }

*[data-fragment="true"] {
  margin-top: -15px !important;
  padding-top: 15px !important; }
  @media screen and (min-width: 740px) {
    *[data-fragment="true"] {
      margin-top: -160px !important;
      padding-top: 160px !important; } }
  @media print {
    *[data-fragment="true"] {
      margin-top: -160px !important;
      padding-top: 160px !important; } }

@media screen and (min-width: 740px) {
  *[data-fragment="no_margin"] {
    margin-top: -145px !important;
    padding-top: 145px !important; } }
@media print {
  *[data-fragment="no_margin"] {
    margin-top: -145px !important;
    padding-top: 145px !important; } }

*[data-rollover-opacity="true"]:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)"; }

@media screen and (min-width: 740px) {
  .margin_auto {
    margin-right: auto;
    margin-left: auto; } }
@media print {
  .margin_auto {
    margin-right: auto;
    margin-left: auto; } }

.content_center {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 740px) {
    .content_center {
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 980px; } }
  @media print {
    .content_center {
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 980px; } }
  @media screen and (min-width: 1040px) {
    .content_center {
      padding: 0; } }
  @media print {
    .content_center {
      padding: 0; } }

@media screen and (min-width: 740px) {
  [data-show-screen="narrow"] {
    display: none; } }
@media print {
  [data-show-screen="narrow"] {
    display: none; } }

[data-show-screen="medium"] {
  display: none; }
  @media screen and (min-width: 740px) {
    [data-show-screen="medium"] {
      display: block; } }
  @media print {
    [data-show-screen="medium"] {
      display: block; } }

[data-show-device="hide"] {
  display: none; }

.text_company_slogan_catch img {
  border-bottom: solid 2px #0c539c; }

.box_case {
  margin-bottom: 1.875em;
  zoom: 1; }
  .box_case:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }

.box_case_img {
  margin-bottom: 1.4286em; }

.box_case_desc {
  font-size: 12px;
  font-size: 1.2rem; }
  .box_case_desc .text_catch {
    margin-bottom: 1em; }
    @media screen and (min-width: 740px) {
      .box_case_desc .text_catch {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media print {
      .box_case_desc .text_catch {
        font-size: 14px;
        font-size: 1.4rem; } }
  .box_case_desc .list_ul {
    margin-bottom: 0; }
    .box_case_desc .list_ul li {
      margin-bottom: 0; }

.box_case_tag_list {
  padding-top: 2em; }
  @media screen and (min-width: 740px) {
    .box_case_tag_list {
      padding-top: 0;
      width: 48.5%; } }
  @media print {
    .box_case_tag_list {
      padding-top: 0;
      width: 48.5%; } }

.box_case_highlight {
  margin-bottom: 2em;
  border: solid 8px #97CCFA/*solid 2px #b8dbf9*/;
  box-shadow: 0 0 0 1px #87c0f6; }

.box_case_highlight_header {
  padding: 1em;
  min-height: 74px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .box_case_highlight_header .hdg_02 {
    margin-bottom: 0.5em;
    padding: 0;
    padding-left: 27px;
    border-top: 0;
    background-color: transparent;
    color: inherit; }
    .box_case_highlight_header .hdg_02:before {
      content: '';
      width: 15px;
      height: 15px;
      display: block;
      position: absolute;
      top: 0.15em;
      left: 0;
      background-color: #2a83ce; }
    @media screen and (min-width: 740px) {
      .box_case_highlight_header .hdg_02 {
        padding-left: 30px; }
        .box_case_highlight_header .hdg_02:before {
          width: 18px;
          height: 18px; } }
    @media print {
      .box_case_highlight_header .hdg_02 {
        padding-left: 30px; }
        .box_case_highlight_header .hdg_02:before {
          width: 18px;
          height: 18px; } }

.box_case_highlight_name {
  font-size: 128.5714%;
  font-weight: bold; }

.box_case_highlight_logo {
  display: none; }
  @media screen and (min-width: 740px) {
    .box_case_highlight_logo {
      height: 74px;
      position: absolute;
      top: 10px;
      right: 30px;
      display: block; } }
  @media print {
    .box_case_highlight_logo {
      height: 74px;
      position: absolute;
      top: 10px;
      right: 30px;
      display: block; } }

.box_case_highlight_body {
  margin-bottom: 0;
  padding: 1em;
  background-color: #e6f5ff; }

.box_case_highlight_desc .text_catch {
  margin-bottom: 0.5em; }
  .box_case_highlight_desc .text_catch + .text_plain {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: solid 1px #cecece; }

.list_col{/*2014.6*/
  padding: 10px;
  text-align: center;}
  @media screen and (min-width: 740px) {
  .list_col{/*2014.6*/
    padding: 10px 180px;
    text-align: center;}}

.list_case {
  display: none; }
  @media screen and (min-width: 740px) {
    .list_case {
      display: block; } }
  @media print {
    .list_case {
      display: block; } }

.list_case_list {
  margin-left: -3.846%;
  zoom: 1; }
  .list_case_list:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  .list_case_list > li {
    margin-left: 3.846%;
    margin-bottom: 1.75em;
    float: left;
    width: 29.454%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .list_case_list > li > a {
    color: #333333; }

.list_case_list_img {
  text-align: center; }

.list_case_list_caption {
  padding: 0.5em 1em;
  display: block;
  font-size: 10px;
  font-size: 1.2rem/*1rem*/; }

.list_case_industry {
  padding-right: 20px;
  padding-left: 20px; }
  @media screen and (min-width: 740px) {
    .list_case_industry {
      padding-right: 0;
      padding-left: 0; }
      .list_case_industry.col_02.col_02_flex > .col_block {
        width: 69.670372528%; }
      .list_case_industry.col_02.col_02_flex > .col_block.img {
        width: 27.472527472%; } }
  @media print {
    .list_case_industry {
      padding-right: 0;
      padding-left: 0; }
      .list_case_industry.col_02.col_02_flex > .col_block {
        width: 69.670372528%; }
      .list_case_industry.col_02.col_02_flex > .col_block.img {
        width: 27.472527472%; } }
  .list_case_industry .list_tag {
    padding-bottom: 0.5em; }

.box_case_detail_lead {
  margin-bottom: 0.7em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666; }
  .box_case_detail_lead p.text_r:first-child {
    margin-bottom: 0.5em; }
  .box_case_detail_lead p.text_catch {
    margin-bottom: 0.25em;
    font-size: 128.5714%;
    font-weight: bold; }
  .box_case_detail_lead p.text_plain {
    margin-bottom: 0; }

.l_cloud_beginner_text_l {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6; }
  .l_cloud_beginner_text_l.pt10 {
    padding-top: 20px; }
  .l_cloud_beginner_text_l.pt40 {
    padding-top: 40px; }

.l_cloud_beginner_text_m {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6; }
  .l_cloud_beginner_text_m.pt20 {
    padding-top: 20px; }

.l_cloud_beginner_block {
  background: #E7F6FF;
  padding: 0 20px 20px 20px; }

.l_cloud_beginner_arrow {
  padding: 20px 0;
  margin: 0; }

.l_cloud_beginner_box {
  padding: .7em .7em 0 .7em; }

.l_cloud_beginner_menu {
  zoom: 1;
  padding: 0 0 20px 0; }
  .l_cloud_beginner_menu:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }

.l_cloud_beginner_step {
  padding: 13px 0 0 0;
  width: auto;
  text-align: center; }
  @media screen and (min-width: 1000px) {
    .l_cloud_beginner_step {
      width: 13.5%;
      float: right; } }
  @media print {
    .l_cloud_beginner_step {
      width: 13.5%;
      float: right; } }

.l_cloud_beginner_menu_list {
  zoom: 1;
  padding: 20px 0 0 0; }
  @media screen and (min-width: 1000px) {
    .l_cloud_beginner_menu_list {
      width: 86%;
      float: left; } }
  @media print {
    .l_cloud_beginner_menu_list {
      width: 86%;
      float: left; } }
  .l_cloud_beginner_menu_list:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  .l_cloud_beginner_menu_list li {
    position: relative;
    margin: 0 0 15px 0;
    text-align: center; }
    @media screen and (min-width: 1000px) {
      .l_cloud_beginner_menu_list li {
        float: left;
        width: 33.33333%;
        text-align: left;
        margin: 0; } }
    @media print {
      .l_cloud_beginner_menu_list li {
        float: left;
        width: 33.33333%;
        text-align: left;
        margin: 0; } }
    .l_cloud_beginner_menu_list li:last-child {
      margin: 0; }
    .l_cloud_beginner_menu_list li.step01 a {
      background: #e7f6ff; }
      @media screen and (min-width: 1000px) {
        .l_cloud_beginner_menu_list li.step01 a {
          background: url(/img/cloud/self/bg_beginner_01.png) no-repeat; } }
      @media print {
        .l_cloud_beginner_menu_list li.step01 a {
          background: url(/img/cloud/self/bg_beginner_01.png) no-repeat; } }
    .l_cloud_beginner_menu_list li.step02 a {
      background: #cfeeff; }
      @media screen and (min-width: 1000px) {
        .l_cloud_beginner_menu_list li.step02 a {
          background: url(/img/cloud/self/bg_beginner_02.png) no-repeat; } }
      @media print {
        .l_cloud_beginner_menu_list li.step02 a {
          background: url(/img/cloud/self/bg_beginner_02.png) no-repeat; } }
    .l_cloud_beginner_menu_list li.step03 a {
      background: #b7e6ff; }
      @media screen and (min-width: 1000px) {
        .l_cloud_beginner_menu_list li.step03 a {
          background: url(/img/cloud/self/bg_beginner_03.png) no-repeat; } }
      @media print {
        .l_cloud_beginner_menu_list li.step03 a {
          background: url(/img/cloud/self/bg_beginner_03.png) no-repeat; } }
    .l_cloud_beginner_menu_list li p {
      text-align: center; }
  .l_cloud_beginner_menu_list p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    color: #333;
    margin: 0; }
  .l_cloud_beginner_menu_list a {
    display: block;
    color: #333;
    border: 1px solid #88ccff;
    padding: 20px 0; }
    @media screen and (min-width: 1000px) {
      .l_cloud_beginner_menu_list a {
        padding: 44px 20px 7px 5px;
        border: none;
        padding: 40px 20px 10px 0; } }
    @media print {
      .l_cloud_beginner_menu_list a {
        padding: 44px 20px 7px 5px;
        border: none;
        padding: 40px 20px 10px 0; } }

.l_cloud_beginner_menu_icon {
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -27.5px;
  text-align: center; }
  @media screen and (min-width: 1000px) {
    .l_cloud_beginner_menu_icon {
      left: -10px;
      width: 100%;
      top: -20px;
      margin: 0; } }
  @media print {
    .l_cloud_beginner_menu_icon {
      left: -10px;
      width: 100%;
      top: -20px;
      margin: 0; } }
.l_check_list li {
  line-height: 1.2;
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 1.4rem;}
  
/* ------ tool tips ------ */
.invisible{ display: none;}

a.clickToolTip{
  border-radius: 5px;
  -moz-border-radius: 5px;}
  
p.toolTip{
  margin: 0;
  padding: 10px;
  width: 250px;/*300px 14.06*/
  border: 1px solid #999;/*2px solid #cecece 14.06*/
  opacity: 0.6;/*14.06*/
  background: #FFF;
  color: #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  min-height: 30px;
  top: 100px;
  left: 20px;
  position: absolute;
  z-index:1000;}
  
  /* ------ ksasayama140627 ------ */
.list_anchor_item {
   margin-top: 0.6em;}

@media screen and (min-width: 740px) {
  .g_nav_sub_item {
    padding: 20px 10px 10px 0;}}
@media print {
  .g_nav_sub_item {
    padding: 20px 10px 10px 0;}}
@media screen and (min-width: 740px) {
    .g_nav_item_solution .g_nav_sub_item {
      width: 25%; }
    .g_nav_sub_item.g_nav_sub_item_wide {
      width: 45%;/*50%; 14.05*/ }
    .g_nav_item_solution .g_nav_sub_item:first-child {
      width: 45%;/*50%; 14.05*/ } }
@media print {
    .g_nav_item_solution .g_nav_sub_item {
      width: 25%; }
    .g_nav_sub_item.g_nav_sub_item_wide {
      width: 45%;/*50%; 14.05*/ }
    .g_nav_item_solution .g_nav_sub_item:first-child {
      width: 45%;/*50%; 14.05*/ } }

@media screen and (min-width: 740px) {
    .g_nav_sub_item > ul > li + li {
      padding-top: 0/*10px;*/ } }
@media print {
    .g_nav_sub_item > ul > li + li {
      padding-top: 0/*10px;*/ } }

@media screen and (min-width: 740px){
.gnav_icon_cloud {background: url(/img/shared/ico_lp_menu_cloud.png) no-repeat center 30% #3367a0 !important; }
/*background: url('images/ooo/ooo.png') no-repeat 10px 10px #fff !important; }*/
.gnav_icon_dc {background: #3367a0 url(/img/shared/ico_lp_menu_datacenter.png) center 30% no-repeat !important; }
.gnav_icon_nw {background: #3367a0 url(/img/shared/ico_lp_menu_network.png) center 30% no-repeat !important; }
.gnav_icon_admin {background: #3367a0 url(/img/shared/ico_lp_menu_administration.png) center 30% no-repeat !important; } }

/*.btn{
border-radius: 5px;
border-bottom: 3px solid #3186C5;
}1407*/
.btn_gray {
border-radius: 5px;
border-bottom: 3px solid #aaaaaa;
}
.btn_light_green, .btn_portal_alt_orange, .btn_mid_blue, .btn_cv_em{
box-shadow: 2px 2px 2px #aaaaaa;
}/*1407*/

  /* ------ portal only 2014.6.30 ------ */
  @media screen and (min-width: 740px) {
    .g_header_wrapper_portal {
    height: 0px!important; 
    position: static !important; } }
  @media print {
    .g_header_wrapper_portal {
    height: 0px!important; 
    position: static !important; } }
  @media screen and (min-width: 740px) {
    .g_nav_portal {
      position: static!important;}}
  @media print {
    .g_nav_portal {
      position: static!important;}}
@media screen and (min-width: 740px) {
  .g_wrapper_portal {
    padding-top: 0!important;}}
@media print {
  .g_wrapper_portal {
    padding-top: 0!important;}}

    
/* ------ tateno140710 ------ */
.l_admin_cv_btn {
  padding-top: 0.68182em;
  padding-bottom: 0.68182em;
  max-width: 392px;
  position: relative;
  font-size: 157.1429%;
  font-weight: bold;
  line-height: 1.2; }
  .l_admin_cv_btn:after {
    content: '';
    margin-top: -8px;
    width: 10px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url("/img/shared/ico_btn_arrow_white.png") 0 0; }

  
.wrap:after {
  content:".";
  display:block;
  height:0;
  visibility:hidden;
  clear:both;}

.wrap {
  display:inline-block;}

/*\*/
* html .wrap {
  height:1%;}

.wrap {
  display:block;}
/**/

.reset {
  clear:both;
  display:block;
  margin:0;
  padding:0;
  width:auto;
  height:1px;
  font-size:1px;
  line-height:1px;
  }
  
/* ------ ksasayama150326 ------ */ 
.embed_container_m {
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  min-width: 338px; }
  /**/


/* ------ h9yamamoto150615 ------
#g_blog_ticker{display: none}
@media screen and (min-width: 740px) {
  #g_blog_ticker{display: block;}
    #g_blog_ticker_btn{
      cursor:pointer;
      position: fixed;
      bottom:98px;
      right: -40px;
      width:20px;
      text-align: center;
      padding:26px 10px 10px 10px;
      color:#fff;
      line-height: 1em;
      background:#8e8b8b url("/img/shared/ico_blog_ticker_btn.png") center 8px no-repeat;
      background-size: 8px;
      z-index:1100;
    }
    #g_blog_ticker_btn:hover{
      background-color:#575757;
    }
    #g_blog_ticker_inner{
      z-index:1100;
      position: fixed;
      bottom:98px;
      right: -300px;
      background:#fff;
    }
    #g_blog_ticker_inner:after {display: block;content: "";clear: both;overflow: hidden;}
      #g_blog_ticker_title{
        cursor:pointer;
        background:#8e8b8b url("/img/shared/ico_blog_ticker_title.png") center 8px no-repeat;
        background-size: 8px;
        width:20px;
        text-align: center;
        padding:26px 10px 0 10px;
        color:#fff;
        float: left;
        line-height: 1em;
      }
      #g_blog_ticker_title:hover{
        background-color:#575757;
      }
      #g_blog_ticker_main{
        float: left;
        padding:15px 15px 0 15px;
        width:230px;
        min-height:105px;
        border-top:1px solid #8e8b8b;
        border-bottom:1px solid #8e8b8b;
      }
      #g_blog_ticker.medium #g_blog_ticker_main{width:150px;}
        #g_blog_ticker_main dt{
          margin:0 0 0 0;
        }
          #g_blog_ticker_main dt span{
            font-size:80%;
          }
          #g_blog_ticker_main dt span.corp{color:#f06712;}
          #g_blog_ticker_main dt span.tech{color:#3692ff;}
        #g_blog_ticker_main dd{
          margin:0 0 10px 0;
          line-height: 1.3;
        }
        #g_blog_ticker_main li:first-child{
          border:none;
        }
            #g_blog_ticker_main a{
              font-size:90%;
            }
            #g_blog_ticker_main a:hover{
            }
}
*/

.com_nav {
	width: 100%;
	background: #318CD1;
	height: 45px;}
.com_nav_inner {
	width: 100%;
	margin: auto;
	border-left: 1px solid #B5E5FC;}
@media screen and (min-width: 740px) {
.com_nav_inner {
	max-width: 980px;
	width: 100%;
	margin: auto;
	border-left: 1px solid #B5E5FC;}}
.com_nav_inner li:hover {
	background: #1E5EB9;}
.com_nav_inner li a {
	color: #fff;}
.com_nav_inner li a:hover {
	text-decoration: none;}
.ico_ex a img{
	width: 17px;}
.g_header_utility_wrapper {
	margin-top: 0 /*40px*/;/* 160525 oda */
	width: auto;}
@media screen and (min-width: 740px) {
.g_header_utility_wrapper {
	margin-top: 0 /*40px*/;/* 160525 oda */
	width: 390px;}}
.g_header {
	min-height: auto;}
@media screen and (min-width: 740px) {
.g_header {
	min-height: 75px !important;}}
.yahoo_text {
	position: relative;
	top: 77px;}
@media screen and (min-width: 740px) {
.yahoo_text {
	position: relative;
	top: 100px;}}
.yahoo_text p {
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 9px;
	left: 18px;}
.y_bg {
	background: #000;
    height: 40px;
    width: 230px;
    opacity: 0.6;
    position: absolute;}
.nav_second li {
	width:  50%;
	float: left;
	font-size: 15px;
	text-align:center;
	padding: 12px 0 9px;
	border-left: 1px solid #B5E5FC;
	cursor: pointer;
	background: #318CD1;
	margin-left: -2px;
	}
@media screen and (min-width: 740px) {
.nav_second li {
	width:  20%;
	float: left;
	font-size: 15px;
	text-align:center;
	padding: 12px 0 9px;
	/* border-right: 1px solid #B5E5FC; */
	cursor: pointer;
	}}
.nav_second li:nth-child(1) {
	border-left:1px solid #B5E5FC;}
@media screen and (min-width: 740px) {
.nav_second li:nth-child(1) {
	border-left: 1px solid #B5E5FC;}}
.nav_three li {
	width:  33%;
	float: left;
	font-size: 15px;
	text-align:center;
	padding: 12px 0 9px;
	border-left:1px solid #B5E5FC;
	border-top:1px solid #B5E5FC;
	border-bottom:1px solid #B5E5FC;
	cursor: pointer;
	background: #318CD1;
	margin-left: -1px;}
@media screen and (min-width: 740px) {
.nav_three li {
	width:  20%;
	float: left;
	font-size: 15px;
	text-align:center;
	padding: 12px 0 9px;
	/* border-right: 1px solid #B5E5FC; */
	border-top:none;
	border-bottom:none;
	cursor: pointer;
	}}
.nav_three li:nth-child(3) {
	width: 34%;}
@media screen and (min-width: 740px) {
.nav_three li:nth-child(3) {
	width: 20%;}}
.boxxx {
	width: 140px;
	position: relative;
	top: 99px;
	bottom: 15px;}
.boxxx img {
	width: 140px;
	position: absolute;}
.m_ex {
	cursor: pointer;}
@media screen and (max-width: 740px) {
.g_pagetop_link {
	position: relative;
	margin-top: -70px;
	right: 0;}}
.p_pad {
	max-width: 1040px;
	margin: 0 auto;}
.sp_up {
	display: block;}
@media screen and (min-width: 740px) {
.sp_up {
	display: none;}}
.g_header_utility_contact {
	width: 100%;
	background: #eee;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	display: block;}
.g_header_utility_contact:hover {
	background: #ccc;}
.g_header_utility_contact a {
	color: #333;}
.g_header_utility_contact a:hover {
	text-decoration: none;}
	
	/* ------ ksasayama150811 ------ */ 

.g_footer_cv {
  padding: 18px 10px 0;
  clear: both;
  background-color: #0c539c;
  color: #fff; }

@media screen and (min-width: 1000px) {
    .g_footer_cv {
      padding: 40px 10px; }}

@media print {
    .g_footer_cv {
      padding: 40px 10px; }}
      
	/* ------ ksasayama150908 ------ */ 
.nav_three li:nth-child(3){
    margin-left: -4px;
    border-right: 1px solid #B5E5FC;
}
/* del oda 170221 
.tw{
	border: 1px solid #bbb;
	font-size: 12px;
	padding: 7px 5px;
	text-align: center;
	margin-bottom: 8px;
}
.tw a, .tw a:hover{
  color: #555;
  text-decoration: none; }
*/



/* 202003コーポレートサイトリニューアル */
#portfolio {
	height: 1235px;
}

img.icn_new_window {
    width: 13px;
    margin-top: -3px;
    margin-left: 5px;
}

.c_link {
	vertical-align: top;
	line-height: 20px;
}

.host_domain a:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 15px;
    background: url(/sevice_shared/img/svg/icn_arrow_bold.svg) no-repeat 0 0 / 8px;
    top: 5px;
    left: 100%;
}

.c_link a:after {
	content: '';
	position: absolute;
    width: 8px;
    height: 15px;
    background: url(/sevice_shared/img/svg/icn_arrow_bold.svg) no-repeat 0 0 / 8px;
	top: 18px;
    left: 100%;
}

#portfolio table {
    border: solid 1px #e6e6e6;
}

#portfolio table th {
    border: solid 1px #e6e6e6;
    background-color: #f8f8f8;
}


#portfolio td {
	border: none;
}

#portfolio table th {
	border: none;
}

#portfolio td:nth-child(1){
	border-right: 1px solid #e6e6e6;
	padding: 3px;
}

#portfolio td:nth-child(2){
	border-right: 1px solid #e6e6e6;
	padding: 3px;
}

#portfolio th:nth-child(1) {
    border-right: 1px solid #e6e6e6;
    padding: 3px;
}

#portfolio th:nth-child(2) {
    border-right: 1px solid #e6e6e6;
    padding: 3px;
}

#portfolio tr:nth-child(1) p {
	text-align: center!important;
	vertical-align: middle!important;
	font-weight: bold;
}

.p_content{
	width: 728px;
	display: inline-block;
}

.dc{
	background-color: #165093;
    padding: 15px 18px;
    color: #fff;
	line-height: 48px;
}

.cloud{
	background-color: #79c1de;
    padding: 15px 18px;
    color: #fff;
	line-height: 48px;
}

.hosting{
	vertical-align: initial;
	top: -10px!important;
	padding: 3px;
}

.host{
	background-color: #e5e5e5;
    padding: 15px 18px;
    color: #000;
	line-height: 24px;
}

.pa{
	padding: 15px;
	position: relative;
}

.pa_host{
	padding: 0 15px 2px;
	position: relative;
}

.pa_domain{
	padding: 2px 15px 0;
	position: relative;
}

.label1 {
    width: 400px;
    margin: 0 auto;
    padding: 5px;
    top: -200px;
    left: -160px;
	position: relative;
}

.label2 {
    width: 400px;
    margin: 0 auto;
    padding: 5px;
    top: -230px;
    left: -45px;
	position: relative;
}

.label3 {
    width: 260px;
    margin: 0 auto;
    padding: 5px;
    top: -260px;
    left: 175px;
	position: relative;
}

.l_text1{
	position: relative;
	top: -402px;
	left: 40px;
    text-align: center;
    width: 400px;
}

.l_text2{
	position: relative;
	top: -384px;
	left: 166px;
    text-align: center;
    width: 400px;
}

.l_text3{
	position: relative;
	top: -365px;
    left: 207px;
    text-align: center;
}

.p_content .label1 img, .p_content .label2 img, .p_content .label3 img{
	max-width:120%;
}

@media screen and (max-width:739px) {
	.label1 {
		top: -180px;
	}

	.label2 {
		top: -215px;
	}

	.label3 {
		top: -250px;
	}
	
	.l_text1, .l_text2, .l_text3{
		font-size: 15px;
	}
	
	.l_text1 {
		top: -380px;
	}
	
	.l_text2 {
		top: -368px;
	}
	
	.l_text3 {
		top: -355px;
	}
	
	.c_link a:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 15px;
	background: url(/sevice_shared/img/svg/icn_arrow_bold.svg) no-repeat 0 0 / 8px;
	top: 18px;
	left: 100%;
	}
	
	.host_domain a:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 15px;
    background: url(/sevice_shared/img/svg/icn_arrow_bold.svg) no-repeat 0 0 / 8px;
    top: 5px;
    left: 100%;
}

}

@media screen and (max-width:1039px){
	.scroll_content{
		overflow-x: auto;
        -ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
	}
	
	.scroll_content::-webkit-scrollbar{
		display: none;
	}

}

img[src$=".svg"] {
	width: 100%;
	height: auto;
}

.pagetop {
	position: fixed;
	bottom: 75px;
	right: 36px;
	z-index: 100;
}
.pagetop .pc {
	display: block;
}
.pagetop .sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.pagetop {
		position: static;
		bottom: 0;
		right: 0;
		margin-bottom: 10px;
	}
	.pagetop .pc {
		display: none;
	}
	.pagetop .sp {
		display: block;
		text-align: center;
	}
}
