@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
em,i{
 font-style:normal;
}
body {
  line-height:1;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

/* clear fix */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 1px;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

/**
 * Base Layout
 *
 */
body {
  font-size: 62.5%;
  min-width: 1000px;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
* {
  font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W6','Osaka', 'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro',sans-serif;
}
a {
    color: #06c;
}
a:hover {
   color:#cc0000;
}

a:hover img {
    opacity: 0.8; 
    filter: Alpha(opacity=80); 
  }

a.hover80no:hover img {
    opacity: 1.0; 
    filter: Alpha(opacity=100); 
  }

.texthide {
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
}

/* img floating */
img.left { float: left; }
img.right { float: right; }

.al_center {  text-align:center!important;  }
.al_right {    text-align:right!important;  }
.al_left {     text-align:left!important;  }

.fl_right {    float: right!important;   }
.fl_left {     float: left!important;    }
.fl_clear {     clear:both;!important;    }


.bgcol_lp { background-color:#F9F3F3; }
.bgcol_lp2 { background-color:#F5E1E1; }
.bgcol_lg { background-color:#F0F0F0; }
.bgcol_red { background-color:#BA103D; }
.bgcol_lyw { background-color:#FFF9CE; }
.bgcol_lgr { background-color: #E6F9E5; }

.w_1gy { border:solid #ccc 1px; }
.w_3gy { border:solid #ccc 3px; }
.w_1bk { border:solid #555 1px; }

.w-t_1bk { border-top:solid #555 1px; }
.w-b_1bk { border-bottom:solid #555 1px; }


.marker_ylw { background: linear-gradient(transparent 60%, #ffff66 60%); }
.marker_pnk { background: linear-gradient(transparent 60%, #ffcce6 60%); }


/* margin */
.mT0 { margin-top:0 !important; }
.mT05 { margin-top:5px !important; }  .mT10 { margin-top:10px !important; }
.mT20 { margin-top:20px !important; } .mT30 { margin-top:30px !important; }
.mT40 { margin-top:40px !important; } .mT50 { margin-top:50px !important; }

.mB0 { margin-bottom:0 !important; }
.mB05 { margin-bottom:5px !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; }

.mL05 { margin-left:5px !important; } .mL10 { margin-left:10px !important; }
.mL20 { margin-left:20px !important; }  .mL30 { margin-left:30px !important; }
.mL40 { margin-left:40px !important; }  .mL50 { margin-left:50px !important; }

.mR05 { margin-right:5px !important; }  .mR10 { margin-right:10px !important; }
.mR20 { margin-right:20px !important; } .mR30 { margin-right:30px !important; }
.mR40 { margin-right:40px !important; } .mR50 { margin-right:50px !important; }

.mA0 { margin:0px !important; }
.mA10 { margin:10px !important; }
.mA20 { margin:20px !important; }
.mA30 { margin:30px !important; }

/* padding */
.pT0 { padding-top:0 !important; }
.pT05 { padding-top:5px !important; } .pT10 { padding-top:10px !important; }
.pT20 { padding-top:20px !important; }  .pT30 { padding-top:30px !important; }

.pB0 { padding-bottom:0 !important; }
.pB05 { padding-bottom:5px !important; }  .pB10 { padding-bottom:10px !important; }
.pB20 { padding-bottom:20px !important; } .pB30 { padding-bottom:30px !important; }
.pB40 { padding-bottom:40px !important; } .pB50 { padding-bottom:50px !important; }

.pL0 { padding-left:0 !important; }
.pL05 { padding-left:5px !important; }  .pL10 { padding-left:10px !important; }
.pL20 { padding-left:20px !important; } .pL30 { padding-left:30px !important; }
.pL40 { padding-left:40px !important; } .pL50 { padding-left:50px !important; }

.pR0 { padding-right:0 !important; }
.pR05 { padding-right:5px !important; } .pR10 { padding-right:10px !important; }
.pR20 { padding-right:20px !important; }  .pR30 { padding-right:30px !important; }

.pA10 { padding:10px !important; }
.pA20 { padding:20px !important; }
.pA30 { padding:30px !important; }


.f_wb { font-weight:bold!important; }
.f_wn { font-weight:normal!important; }
.f_wht { color:#ffffff!important; }
.f_gry { color:#666!important; }
.f_blk { color:#000!important; }
.f_red { color:#CD2350!important; }
.f_dbl { color:#4056C5!important; }
.f_rbl { color:#5698FF!important; }
.f_lpk { color:#F0B5C5!important; }
.f_grn { color:#2B8C2F!important; }
.f_org { color:#ff6600!important; }
.f_ppl { color:#7908DC!important; }
.f_ylw { color:#fdffaf!important; }

.f_50  { font-size:0.5em!important; }
.f_60  { font-size:0.6em!important; }
.f_70  { font-size:0.7em!important; }
.f_80  { font-size:0.8em!important; }
.f_90  { font-size:0.9em!important; }
.f_100 { font-size:1em!important;}
.f_110 { font-size:1.1em!important;}
.f_120 { font-size:1.2em!important;}
.f_130 { font-size:1.3em!important;}
.f_140 { font-size:1.4em!important;}
.f_150 { font-size:1.5em!important;}
.f_160 { font-size:1.6m!important;}
.f_170 { font-size:1.7em!important;}
.f_180 { font-size:1.8em!important;}
.f_200 { font-size:2.0em!important;}


.f_lh110 { line-height:110%!important; }
.f_lh130 { line-height:130%!important; }
.f_lh150 { line-height:150%!important; }
.f_lh180 { line-height:180%!important; }
.f_lh200 { line-height:200%!important; }

.font-co2 { font-size: 85%; }



/**
 * header
 *
 */

#header {
  position: relative;
  z-index: 101;
  width: 100%;
  min-height: 104px;
  background:#fff;
}

#header-inner {
  min-height: 64px;
  position: relative;
}


.header-inner-right {
    width: 750px;
    position: relative;
    float: right;
    z-index: 1;
}


#logo {
  position: absolute;
  top: 8px;
  left: 0px;
  width: 218px;
  height: 38px;
  background: url("image/skhi_header-logo.png") no-repeat 0 0;
}
#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#header-explain {
  padding: 0px 0 0px 0px;
  width: 555px;
  color: #bbb;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.2;
  position: absolute;
  right: 0px;
}
#head-navi {
  position: absolute;
  top: 5px;
  right: 0;
}
#head-navi li {
  display: block;
  float: left;
  margin-left: 15px;
}
#head-navi li a {
  display: block;
  background: url("image/skhi_common-navi-icon-sm.png") no-repeat left center;
  padding-left: 15px;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 1.2em;
  text-decoration: none;
}
#head-navi li a:hover {
  text-decoration: underline;
}
#google_translate_element {
  position: absolute;
  top: 23px;
  right: 505px;
}
#srch {
  position: absolute;
    top: 22px;
    right: 330px;
}

#head-tel {
    position: relative;
    right: 0px;
    text-align: right;
  width:220px;
  height:28px;
  float: right;
  padding-top: 7px;
}
#head-tel .acceptance{
   font-size:1em;
    max-width:105px;
    float:right;
    display:block;
    margin: 1px 5px 0 0;
    text-align: right;
    color:#fff;
    line-height: 108%;
}
#head-tel .telnum{
    width:145px;
    height:20px;
    background: url("image/skhi_head_tel.png") no-repeat;
    display:block;
    float:right;
}


.header-search-element__text {
  box-sizing: border-box;
  width: 140px;
  height: 24px;
  border: 1px solid #ccc;
  /** For IE7 hack **/
  /height: 20px;
}

#header-contact {
  position: absolute;
  top: 20px;
  right: 175px;
}
#header-contact a {
  box-sizing: border-box;
  display: block;
  max-width: 140px;
/*  min-height: 26px;  */
/*  max-height: 40px;  */

  background: #646464 url("image/skhi_icon_letter.png") no-repeat 12px 10px;
  border-radius: 5px;
  padding: 10px 14px 7px 33px;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
  /** For IE7 hack **/
  /min-height: 13px;
}

#header-contact a:hover {
  background-color: #3f3d3d;
}

#header-logitracking {
  position: absolute;
  top: 20px;
  right: 0;
}

#header-logitracking a {
  box-sizing: border-box;
  display: block;
  max-width: 175px;
/*  min-height: 26px;  */
/*  max-height: 40px;  */

  background: #D7083B url("image/skhi_icon_loupe.png") no-repeat 10px 3px;
  border-radius: 5px;
  padding: 9px 8px 8px 34px;
  color: #fff;
  font-size: 1.38em;
  font-weight: bold;
  text-decoration: none;
  /** For IE7 hack **/
  /min-height: 13px;
}

#header-logitracking a:hover {
  background: #F0154B url("image/skhi_icon_loupe.png") no-repeat 10px 3px;
}




#header-amazontracking {
    position: absolute;
    top: 20px;
    right: 174px;
}

#header-amazontracking a {
    box-sizing: border-box;
    display: block;
    max-width: 150px;
    background: #ff6e35 url(image/skhi_icon_loupe.png) no-repeat 8px 3px;
    border-radius: 5px;
    padding: 10px 11px 8px 31px;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: none;
}

#header-amazontracking a:hover {
    background: #fb8557 url(image/skhi_icon_loupe.png) no-repeat 8px 3px;
}



.gnavi_bg_in{
    width:1000px;
    margin: 0 auto;
    background: #d7083c url(/image/skhi_gnavi_telbg.jpg) no-repeat; 
    background-position: top right;
    position: absolute;
    left: 50%;
    margin-left: -500px;
}


.gnavi_bg{
    background: #d7083c;
    position: relative;
    height:35px;
}

.gnavi_bg:before {
    width: 50%;
/*  height: 100%;   */
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: #192823;
    bottom: 0;
}




#gnavi {
  font-size: 1.5em;
}
#gnavi li {
  display: block;
  height: 100%;
  float: left;
}

#gnavi-list1 {
 margin-right: 5px;
 padding-top:2px;
 width:89px;
}
#gnavi-list2 {
 margin-right: 4px;
 padding-top:2px;
 width:59px;
}
#gnavi-list3 {
 margin-right: 4px;
 padding-top:2px;
 width:81px;
}
#gnavi-list4 {
 margin-right: 4px;
 padding-top:2px;
 width:114x;
}
#gnavi-list5 {
 margin-right: 4px;
 padding-top:2px;
 width:80px;
}
#gnavi-list6 {
 margin-right: 4px;
 padding-top:2px;
 width:103px;
}
#gnavi-list7 {
 margin-right: 4px;
 padding-top:2px;
 width:85px;
}
#gnavi-list8 {
 margin-right: 0px;
 padding-top:2px;
 width:116px;
}
#gnavi-list9 {
 margin-right: 4px;
 padding-top:2px;
 width:87px;
}
#gnavi li a {
  box-sizing: border-box;
  padding: 0 5px;
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#gnavi li a:hover {
  color: #000;
}

body.menu_sokuhai #gnavi-list2 a{
    color: #000;
}

body.menu_consolijoint #gnavi-list1 a{
    color:#000;
}
body.menu_takuhai #gnavi-list3 a{
    color:#000;
}
body.menu_spot #gnavi-list9 a{
    color:#000;
}
body.menu_solution #gnavi-list5 a{
    color:#000;
}
body.menu_entrepreneur #gnavi-list6 a{
    color:#000;
}
body.menu_recruit #gnavi-list7 a{
    color:#000;
}
body.menu_charter #gnavi-list4 a{
    color:#000;
}
body.menu_partner #gnavi-list8 a{
    color:#000;
}
#gnavi li a span {
  width: 100%;
  display: table;
  /** For IE7 hack **/
  /display: block;
}
#gnavi li a span span {
  width: 100%;
  display: table-row:
}
#gnavi li a span span span {
  display: table-cell;
  line-height: 1.0;
  text-align: center;
  width: 100%;
  height: 32px;
  vertical-align: middle;
  text-align:center;
  /** For IE7 hack **/
  /layout-grid-line: 32px;
}
.gnavi-pop-upper {
  position: absolute;
  height: 25px;
  bottom: -28px;
  display: none;
  width: 860px;
  font-size: 1.3em;
}
.gnavi-pop-upper:after {
  position: absolute;
  content: "";
  display: block;
  width: 860px;
  height: 18px;
  bottom: 20px;
  left: 0px;
  background-image: url("image/skhi_common-gnavi-popupper-arrow.png");  
  background-repeat: no-repeat; 
  background-position: 36px 0;
}
.gnavi-pop-upper--list2:after {
  background-position: 15px 0;
}
.gnavi-pop-upper--list3:after {
  background-position: 90px 0;
}
.gnavi-pop-upper--list4:after {
  background-position: 273px 0;
}
.gnavi-pop-upper--list5:after {
  background-position: 370px 0;
}
.gnavi-pop-upper--list6:after {
}
.gnavi-pop-upper__inner {
  position: absolute;
  top: 3px;
  padding: 20px 5px;
  width: 100%;
  border: 2px solid #ba103d;
  border-radius: 5px;
  background: #fff;
  margin-left: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.gnavi-pop-upper--list1 .gnavi-pop-upper__inner {
  width: 320px;
  margin-left: 0px;
}
.gnavi-pop-upper--list2 .gnavi-pop-upper__inner {
  width: 270px;
  margin-left: -10px;
}
.gnavi-pop-upper--list3 .gnavi-pop-upper__inner {
  width: 140px;
  margin-left: 56px;
}
.gnavi-pop-upper--list4 .gnavi-pop-upper__inner {
  width: 160px;
  margin-left: 225px;

}
.gnavi-pop-upper--list5 .gnavi-pop-upper__inner {
  width: 475px;
  margin-left: 230px;
}
.gnavi-pop-upper--list6 .gnavi-pop-upper__inner {
  width: 170px;
  margin-left: 470px;

}
.gnavi-pop-upper__lane {
  display: block;
  float: left;
  border-left: 1px solid #e1e1e1;
  padding: 5px 10px;
  width: 194px;
}
.gnavi-pop-upper__lane:first-child {
  border-left: none;
}
.gnavi-pop-upper__lane li {
  box-sizing: border-box;
  display: block;
  list-style: none;
  width: 100%;
  margin: 20px 0 0;
}
.gnavi-pop-upper__lane > li:first-child {
  margin-top: 0;
}
.gnavi-pop-upper__lane li a {
  background: url("image/skhi_common-navi-icon-lg.png") no-repeat 0 2px;
  line-height: 1.3;
  padding: 0 0 0 17px;
  display: block;
  width: 100%;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.gnavi-pop-upper__lane__lv2 {
  margin-left: 20px;
}
.gnavi-pop-upper__lane__lv2 li {
  margin: 8px 0;
}
.gnavi-pop-upper__lane .gnavi-pop-upper__lane--sm a ,
.gnavi-pop-upper__lane__lv2 li a {
  background: url("image/skhi_common-navi-icon-sm.png") no-repeat 0 4px;
  padding: 0 0 0 12px;
  font-weight: normal;
}
.gnavi-pop-upper__lane li a:hover {
  color: #ba103d;
}
#navigation_overlay {
  z-index: 100;
  position: absolute;
  top: 22px;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  display: none;
}
.header--fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999;
}

/**
 * footer
 *
 */
#footer {
  padding: 22px 0 0;
  background: url("image/skhi_footer-bg.png") repeat-x center top;
}
.footer__lane {
  display: block;
  float: left;
  border-left: 1px solid #e1e1e1;
  padding: 5px 10px;
  font-size: 1.3em;
}
.footer__lane--lane1 {
  width: 135px;
}
.footer__lane--lane2 {
  width: 205px;
}
.footer__lane--lane3 {
  width: 210px;
}
.footer__lane--lane4 {
  width: 150px;
}
.footer__lane li {
  box-sizing: border-box;
  display: block;
  list-style: none;
  width: 100%;
  margin: 20px 0 0;
}
.footer__lane > li:first-child {
  margin-top: 0;
}
.footer__lane li a {
  background: url("image/skhi_common-navi-icon-lg.png") no-repeat 0 2px;
  line-height: 1.3;
  padding: 0 0 0 17px;
  display: block;
  width: 100%;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.footer__lane__lv2 {
  margin-left: 20px;
}
.footer__lane__lv2 li {
  margin: 8px 0;
}
.footer__lane .footer__lane--sm a ,
.footer__lane__lv2 li a {
  background: url("image/skhi_common-navi-icon-sm.png") no-repeat 0 4px;
  padding: 0 0 0 12px;
  font-weight: normal;
}
.footer__lane li a:hover {
  text-decoration: underline;
}
#footer__copyright {
  margin: 25px 0 0;
  background: #efefef;
  color: #333;
  text-align: center;
  padding: 20px;
}


/**
 * container
 *
 */

#container {
  min-width: 100%;
  min-height: 450px;
  margin: 0 auto;
  z-index: -2;
 background: url("image/skhi_content_bg.png") repeat-x center top!important; }
}

/*-------*/


#page_tit{
  width:1000px;
}


.ptit_entrepreneur {
  background: url("image/skhi_h2_bg_delivery_centers.png") no-repeat center top!important;  height:140px!important; }

.ptit_sokuhai { 
  background: url("image/skhi_h2_bg_sokuhai.png") no-repeat center top!important;   height:140px!important; }
.ptit_speed { 
  background: url("image/skhi_h2_bg_strong.png") no-repeat center top!important;  height:140px!important; }
.ptit_costeco { 
  background: url("image/skhi_h2_bg_strong.png") no-repeat center top!important;  height:140px!important; }
.ptit_customize { 
  background: url("image/skhi_h2_bg_strong.png") no-repeat center top!important;  height:140px!important; }


.ptit_service { 
  background: url("image/skhi_h2_bg_sokuhai.png") no-repeat center top!important; height:140px!important; }
.ptit_theday { 
  background: url("image/skhi_h2_bg_sokuhai.png") no-repeat center top!important; height:140px!important; }
.ptit_thefollowingday { 
  background: url("image/skhi_h2_bg_yokujitsu.png") no-repeat center top!important; height:140px!important; }
.ptit_spot { 
  background: url("image/skhi_h2_bg_spot.png") no-repeat center top!important; height:140px!important;  }
.ptit_charter,.ptit_urgency,.ptit_in-house { 
  background: url("image/skhi_h2_bg_charter.png") no-repeat center top!important; height:140px!important; }
.ptit_takuhai,.ptit_yc,.ptit_send { 
  background: url("image/skhi_h2_bg_moving.png") no-repeat center top!important; height:140px!important;  }
.ptit_solution { 
  background: url("image/skhi_h2_bg_solution.png") no-repeat center top!important; height:140px!important;  }
.ptit_contact { 
  background: url("image/skhi_h2_bg_moving.png") no-repeat center top!important; height:140px!important;  }

.ptit_case001_stationery,.ptit_case002_glasses,.ptit_case003_air,
.ptit_case004_seedling,.ptit_case005_barber,.ptit_case006_foodstuffs,
.ptit_case007_regulardelivery,.ptit_case008_post,.ptit_case009_nursing,
.ptit_case010_hardware,.ptit_case011_insurance, .ptit_case012_cleaning,
.ptit_case013_takuhai,.ptit_case013_pharmacy { 
  background: url("image/skhi_h2_bg_solution.png") no-repeat center top!important; height:140px!important;
  }



.ptit_delivery_centers { 
  background: url("image/skhi_h2_bg_delivery_centers.png") no-repeat center top!important; height:140px!important;  }
.ptit_vehicle { 
  background: url("image/skhi_h2_bg_delivery_centers.png") no-repeat center top!important; height:140px!important;  }
.ptit_recruit { 
  background: url("image/skhi_h2_bg_recruit.png") no-repeat center top!important; height:140px!important; }
.ptit_partner { 
  background: url("image/skhi_h2_bg_partner.png") no-repeat center top!important; height:140px!important; }
.ptit_news { 
  background: url("image/skhi_h2_bg_news.png") no-repeat center top!important; height:140px!important;  }

.ptit_privacy,.ptit_clauses,.ptit_information,.ptit_qa { 
  background: url("image/skhi_h2_bg_news.png") no-repeat center top!important; height:140px!important;  }


.ptit_group { 
  background: url("image/skhi_h2_bg_strong.png") no-repeat center top!important;  height:140px!important; }


.ptit_consolijoint { 
  background: url("image/skhi_h2_bg_yokujitsu.png") no-repeat center top!important; height:140px!important; }
.ptit_network { 
  background: url("image/skhi_h2_bg_yokujitsu.png") no-repeat center top!important; height:140px!important; }
.ptit_about { 
  background: url("image/skhi_h2_bg_yokujitsu.png") no-repeat center top!important; height:140px!important; }
.ptit_joint_delivery { 
  background: url("image/skhi_h2_bg_yokujitsu.png") no-repeat center top!important; height:140px!important; }
.ptit_utilize { 
  background: url("image/skhi_h2_bg_yokujitsu.png") no-repeat center top!important; height:140px!important; }

.ptit_sitemap { 
  background: url("image/skhi_h2_bg_strong.png") no-repeat center top!important;  height:140px!important; }

.ptit_search { 
  background: url("image/skhi_h2_bg_yokujitsu.png") no-repeat center top!important; height:140px!important; }

#catch_bg{
  min-height:95px;
  width:100%!important;
}



#main-title {
  color: #fff;
  font-size: 2.5em;
  font-weight: bold;
  padding: 60px 20px 15px 0;
  text-shadow: 2px 1px #000;
}

body.flyer #main-title {
  color: #fff;
  font-size: 2.5em;
  font-weight: bold;
  padding: 40px 20px 24px 0!important;
  text-shadow: 2px 1px #000;
}
body.flyer #container{
background-image: url("/image/skhi_content_bg2.png")!important;
}


.breadcrumbs_bg{
   height:22px;
   background:#222;
}

.breadcrumbs_bg_line_fortop{
   background:#222;
   height:5px;
}

#breadcrumb {
    display: block;
    padding: 5px 0 0 !important;
    font-size: 1.1em;
    width: 1000px;
    margin: 0 auto;#gnavi-list1
#gnavi-list1
  /** For IE7 hack **/
  /display: inline;

}

#breadcrumb li {
    display: inline-block;
    list-style: none;
    color: #a5a5a5!important;
}
#breadcrumb li a {
    color: #a5a5a5!important;
    text-decoration: underline;
}
#breadcrumb li a:hover {
  text-decoration: none;
}



#breadcrumb li:before {
  display: inline-block;
  content: ">";
  margin: 0 5px;
  /** For IE7 hack **/
  /display: inline;
}
#breadcrumb li:first-child:before {
  content: "";
  margin: 0 0px;
}



#main {
  width: 730px;
  float: left;
  position: relative;
  color: #333;
}
#main2 {
/*  background: #fff; */
  width: 1000px;
  float: left;
  position: relative;
  color: #333;
}
#main-inner {
  width: 100%;
  height: 100%;
  padding-top: 1px;
  min-height: 300px;
  position: relative;
  padding-bottom: 20px!important;
}
#sub {
  background: transparent;
  width: 240px;
  float: right;
  position: relative;
  margin: 20px 0 20px 0;
}
#sub-inner {
  background: #fff;
  min-height: 300px;
  position: relative;
  z-index: 2;
}


#sub:before {
  position: absolute;
  content: "";
  box-shadow: 6px 4px 15px rgba(10, 10, 10, .8);
  transform: rotate(7deg);
  right: 12px;
  top: 6px;
  z-index: 1;
  width: 100px;
  height: 200px;
}

#sub:after {
  position: absolute;
  content: "";
  box-shadow: -6px 4px 15px rgba(10, 10, 10, .8);
  transform: rotate(-7deg);
  left: 6px;
  top: 6px;
  z-index: 1;
  width: 100px;
  height: 100px;
}

/**
 * main contents common
 *
 */
.main-subtitle {

  margin: 0 auto;
  padding: 23px 0 0 0;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.5;
  color:#d7083c;
  min-height:70px;
}
.main-subtitle_newseach {
  margin: 0 auto;
  padding: 32px 0 0 0;
  font-size: 1.9em;
  font-weight: bold;
  line-height: 1.3;
  color:#cb214e;
  min-height:70px;
}

.main-subtitle-lv2 {
  background: #000;
  border-top: 3px solid #ba103d;
  border-bottom: 2px solid #fff;
  padding: 10px 15px;
  margin: 20px 0 15px;
  box-shadow: 0 3px 3px #d5d5d5;
  color: #fff;
  font-size: 1.6em;
}

.main-subtitle-vlr {
  width: 680px;
  margin: 25px 0 0 20px;
  padding-left: 11px;
  border-left: 5px solid #ba103d;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.3;
}

.main-subtitle-vlr2 {
  padding: 7px 7px 7px 25px;
  font-size: 1.7em;
  font-weight: bold;
  color:#ba103d;
  line-height: 1.3;
  border-bottom: 1px solid #777;

}






#main-inner p {
  font-size: 1.5em;
  line-height: 180%;
  margin: 25px 20px 20px 0;
}


h4.main-subtitle-lv5 {
  background: #fff;
  border-bottom: 2px solid #bbb;
  position: relative;
  padding: 10px 15px;
  margin: 20px 0 15px;
  color: #333;
  font-size: 1.6em;
}
h4.main-subtitle-lv5::after{
   content: '';
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30%;
  border-bottom: 3px solid #d7083c;
}



/**
 * sub navigation
 *
 */
.sub-navi-title {
  /** For IE7,8 hack **/
  background : #cd2350\9;

  position: relative;
  padding: 13px 15px 15px 20px;
  background: linear-gradient(to bottom, #d7083c, #d7083c);
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.5em;
  font-weight: normal;
  /** For IE7 hack **/
  /background: #cd2350;
}
.sub-navi-title:before {
  display: block;
  position: absolute;
  content: "";
  top: 10px;
  left: 8px;
  height: 20px;
  width: 4px;
  background: #fff;
}
.sub-navi-lv1 {
  display: block;
  border-top: 1px solid #353635;
  margin: 0 auto 20px;
  line-height: 1.3;
}
.sub-navi-lv1 > li {
  display: block;
  list-style: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dbdbdb;
  font-size: 1.4em;
}
.sub-navi-lv1 > li > a {
  /** For IE7,8 hack **/
  background : #fcfcfc\9;
  display: block;
  position: relative;
  padding: 8px 10px;
  border-bottom: 1px solid #fff;
  background: linear-gradient(to bottom, #f4f4f4, #fff 40%);
  color: #333;
  text-decoration: none;
}
.sub-navi-lv1 > li > a:hover {
  color: #fff;
  background: #bf1535;
}
.sub-navi-lv1 > li > a:after {
  display: block;
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  top: 10px;
  right: 10px;
  background: url("image/skhi_navi-open.png") no-repeat 0 0;
}

/*--------------*/
.sub-navi-lv1 > li.no_open > a:after {
  display: block;
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  top: 10px;
  right: 10px;
  background: url("") no-repeat 0 0!important;
}
.sub-navi-lv1 > li.menutit {
  display: block;
  position: relative;
  padding: 8px 10px;
  border-bottom: 1px solid #cfcfcf;
  border-left: 3px solid #CD2350;
  background: linear-gradient(to bottom, #f4f4f4, #fff 40%);
  color: #333;
  text-decoration: none;
  font-weight:bold;
}





.sub-navi-lv1 > .sub-navi__list--display-child {
  background-color: #ea7280;
  border-bottom: none;
}
.sub-navi-lv1 > .sub-navi__list--display-child > a {
  /** For IE7,8 hack **/
  background : #e05e73\9;

  color: #fff;
  border-bottom: none;
  background: linear-gradient(to bottom, #e05e73, #ea7280);
}
.sub-navi-lv1 > .sub-navi__list--display-child > a:after {
  background-image: url("image/skhi_navi-close.png");
}
.sub-navi-lv2 {
  display: block;
  background-color: #f9cbcb;
  margin-left: 6px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.sub-navi-lv2 > li {
  display: block;
  list-style: none;
}
.sub-navi-lv2 > li > a {
  display: block;
  padding: 8px 10px;
  color: #333;
  text-decoration: none;
  border-top: 1px solid #fff;
}
.sub-navi-lv2 > li:first-child  > a {
  border-top: none;
}
.sub-navi-lv2 > li > a:hover {
  color: #fff;
  background: #bf1535;
}
.sub-navi-lv2 > .sub-navi__list--display-child {
  background-color: #f9cbcb;
}
.sub-navi-lv2 > .sub-navi__list--display-child > a,
.sub-navi-lv2 > .sub-navi__list--display-child + li > a {
  border-top: none;
}
.sub-navi-lv3 {
  display: block;
  background-color: #fff;
  margin-left: 6px;
  border-left: 1px solid #fff;
}


.sub-navi-lv3 > li {
  display: block;
  list-style: none;
}
.sub-navi-lv3 > li > a {
  display: block;
  padding: 8px 10px;
  background: #fef0f0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #f6dada;
  color: #333;
  text-decoration: none;
}
.sub-navi-lv3 > li:last-child > a {
  border-bottom: none;
}
.sub-navi-lv3 > li > a:hover {
  color: #fff;
  background: #bf1535;
}

.sub-navi-lv1 > .sub-navi__list--selected > a ,
.sub-navi-lv2 > .sub-navi__list--selected > a ,
.sub-navi-lv3 > .sub-navi__list--selected > a {
  color: #fff;
  background: #353635;
}

.menutit2{
  display: block;
  background-color: #fef0f0;;
  padding: 8px 2px 3px 4px;
  color:#CD2350;
}

ol.lst_num {
        list-style-type: decimal;
  margin:10px 10px 0 40px;
}

ol.lst_num li {
  padding:0 0 7px;
        font-size:1.5em;
        line-height:120%;
}

ol.lst_num_freestyle {
        list-style-type: none;
  margin:10px 10px 0 20px;
}

ol.lst_num_freestyle li {
  padding:0 0 7px 2.5em;
        font-size:1.5em;
        line-height:120%;
        text-indent:-2.5em;

}
#arrow-r-link {
 list-style:none;  
}

#arrow-r-link li a {
    display: block;
    background: url("image/skhi_common-navi-icon-sm.png") no-repeat left center;
    padding-left: 12px;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 1.4em;
    text-decoration: none;
}
#arrow-r-link li a:hover {
    color: #c33;
}



/*------汎用リンクデザイン---------*/

#btn_up {
    background: url("image/skhi_common-navi-icon-up.png") no-repeat 0px 7px;
    padding-left:15px;
}
#btn_bm {
    background: url("image/skhi_common-navi-icon-bm.png") no-repeat 0px 7px;
    padding-left:15px;
}
#btn_rt {
    background: url("image/skhi_common-navi-icon-sm.png") no-repeat 0px 7px;
    padding-left:15px;
}
#btn_rt_L {
    background: url("image/skhi_common-navi-icon-lg.png") no-repeat 0px 2px;
    padding-left:18px;
}
#btn_lt {
    background: url("image/skhi_common-navi-icon-lt.png") no-repeat 0px 7px;
    padding-left:15px;
}

#btn_up a,#btn_bm a,#btn_rt a,#btn_lt a,#btn_rt_L a {
    color: #333;
    font-size: 1.0em;
    font-weight: bold;
    text-decoration: none;
}
#btn_up a:hover,#btn_bm a:hover,#btn_rt a:hover,#btn_lt a:hover,#btn_rt_L a:hover {
    color: #c33;
}


/*------汎用リストデザイン---------*/


#listdsgn_c_red li {
    list-style:none;  
    background: url("image/skhi_common-icon-circle_red.png") no-repeat left center;
    padding-left: 12px;
    color: #333;
    font-size: 1.4em;
    text-decoration: none;
    line-height:120%;
    margin-bottom:7px;
}

#listdsgn_c_gry li {
    list-style:none;  
    background: url("image/skhi_common-icon-circle_gry.png") no-repeat left 5px;
    padding-left: 12px;
    color: #333;
    font-size: 1.4em;
    text-decoration: none;
    line-height:120%;
    margin-bottom:7px;
}


/*------汎用リンクボタンデザイン---------*/


#linkbtn_1 a {
    box-sizing: border-box;
    display: block;
    max-width: 245px;
    background: #fff url("image/skhi_common-navi-icon-sm.png") no-repeat 8px 11px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 6px 8px 3px 24px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}


#linkbtn_1 a:hover {
  background-color: #eaeaea;
}



/*-------リンクアイコン--------*/

a.linkdsn01 {
    background: url("image/skhi_common-navi-icon-lt.png") no-repeat left  5px;
    padding-left: 15px;
    color: #333;
    font-size: 0.9em;
    text-decoration: none;
}
a.linkdsn02 {
    background: url("image/skhi_common-navi-icon-sm.png") no-repeat left  5px;
    padding-left: 15px;
    color: #333;
    font-size: 0.9em;
    text-decoration: none;
}
a.linkdsn03 {
    background: url("image/skhi_common-navi-icon-up.png") no-repeat left  5px;
    padding-left: 15px;
    color: #333;
    font-size: 0.9em;
    text-decoration: none;
}
a.linkdsn04 {
    background: url("image/skhi_common-navi-icon-bm.png") no-repeat left  5px;
    padding-left: 10px;
    color: #333;
    font-size: 0.9em;
    text-decoration: none;
}
a:hover.linkdsn01,a:hover.linkdsn02,a:hover.linkdsn03,a:hover.linkdsn04  {
    color: #c00;
}


/*-------タイトルデザイン--------*/

.main-subtitle-lv3 {
  background: #fff;
  border-top: 3px solid #d7083c;
  border-bottom: 2px solid #fff;
  padding: 10px 15px;
  margin: 20px 0 15px;
  box-shadow: 0 4px 3px -1px #d5d5d5;
  color: #333;
  font-size: 1.6em;
}

.main-subtitle-news {
  margin: 35px 0 35px;
  color: #002DB2;
  font-size: 2.2em;
}
.main-subtitle-news_article {
    margin: 0 auto;
    padding: 15px 0 10px 15px;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.3;
    color: #cb214e;
  border-bottom: solid 5px #514F4F!important; 
}

.news_box_pdf {
  text-align:right;
  margin-bottom:10px;
  }

.main-subtitle-nodecoration {
    padding: 10px;
    margin: 20px 0 5px;
    color: #333;
    font-size: 1.6em;
}

.main-subtitle-lv4 {
    background: #FFF none repeat scroll 0% 0%;
    border-left: 3px solid #BA103D;
    padding: 3px 10px;
    margin: 20px 0px 15px;
    color: #333;
    font-size: 1.5em;
}

/*----<---footer_CONTACT--------*/

.main-contact {
  border: 1px solid #ccc;
  width: 100%;
  margin: 10px auto 30px;
}
.main-contact__title {
  position: relative;
  border-bottom: 1px solid #fff;
  background: #222;
  padding: 10px;
  color: #fff;
  font-size: 1.6em;
  font-weight: normal;
  text-align: center;
}
.main-contact__title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #d7083c;
}
.main-contact__content {
  height: 84px;
  padding: 10px;
  margin: 3px 2px 2px;
  background: url("image/skhi_common-contact-bg.png") repeat-x;
}
.main-contact__content__division {
  box-sizing: border-box;
  float: left;
  width: 175px;
  height: 100%;
  border-right: 1px dashed #a7a7a7;
  padding: 10px 5px 5px 0px;
  font-size: 1.6em;
  font-weight: bold;
}
.main-contact__content__tel {
  box-sizing: border-box;
  float: left;
  width: 295px;
  height: 100%;
  border-right: 1px dashed #a7a7a7;
}
.main-contact__content__tel__number {
  display: block;
  background: url("image/skhi_common-contact-tel.png") no-repeat 20px 7px;
  color: #d7083c;
  font-size: 2.8em;
  font-weight: bold;
  padding: 8px 9px 0 46px;
}
.main-contact__content__tel__exp {
  font-size: 1.2em !important;
  margin: 10px 20px !important;
}
.main-contact__content__tel__number em {
  font-size:0.7em!important;
}
.main-contact__content__mail {
  box-sizing: border-box;
  float: left;
  width: 236px;
  padding-left: 20px;
}
.main-contact__content__mail a {
  display: inline-block;
  padding: 7px 15px 7px 40px;
  background: #d7083c url("image/skhi_common-contact-mail.png") no-repeat 15px 8px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4em;
  text-decoration: none;
}
.main-contact__content__mail a:hover {
  background-color: #e67e7f;
}

/*-GReen-*/

.main-contact_COMPANY__title {
  position: relative;
  border-bottom: 1px solid #fff;
  background: #4062B1;
  padding: 10px;
  color: #fff;
  font-size: 1.6em;
  font-weight: normal;
  text-align: center;
}
.main-contact_COMPANY__title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #4062B1;
}
.main-contact_COMPANY__content__tel__number {
  display: block;
  background: url("image/skhi_common-contact-tel_dblue.png") no-repeat 20px 7px;
  color: #4062B1;
  font-size: 2.3em;
  padding: 8px 9px 0 46px;
}
.main-contact_COMPANY__content__mail {
  box-sizing: border-box;
  float: left;
  width: 256px;
  padding-left: 20px;
}
.main-contact_COMPANY__content__mail a {
  display: inline-block;
  padding: 7px 15px 7px 40px;
  background: #4062B1 url("image/skhi_common-contact-mail_dblue.png") no-repeat 15px 8px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4em;
  text-decoration: none;
}
.main-contact_COMPANY__content__mail a:hover {
  background-color: #6C93EC;
}
/*-------footer_CONTACT-->------*/


/*-----------*/

#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
}



/*----BTN-----*/



#btn_wht a {
    box-sizing: border-box;
    display: block;
    max-width: 245px;
    background: #fff url("image/skhi_common-navi-icon-sm.png") no-repeat 8px center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px 8px 3px 24px;
    color: #333;
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: none;
}
#btn_wht a:hover {
  background-color: #eaeaea;
}

#btn_gry a {
    box-sizing: border-box;
    display: block;
    max-width: 245px;
    background: #eee url("image/skhi_common-navi-icon-sm.png") no-repeat 8px 11px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 6px 8px 3px 24px;
    color: #333;
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: none;
}


#btn_gry a:hover {
  background-color: #ccc;
}


#btn_pnk a {
    box-sizing: border-box;
    display: block;
    max-width: 245px;
    background: #FFE4E4 url("image/skhi_common-navi-icon-sm.png") no-repeat 8px 11px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 6px 8px 3px 24px;
    color: #333;
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: none;
}


#btn_pnk a:hover {
  background-color: #FFC3C3;
}


/*----<-------- Side Contact ------------*/

.sub-contact {
  border: 1px solid #ccc;
  width: 100%;
  margin: 35px auto 30px;
}
.sub-contact__title {
  position: relative;
  border-bottom: 1px solid #fff;
  background: #192823;
  padding: 5px;
  color: #fff;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}
.sub-contact__title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #d7083c;
}
.sub-contact__content {
  padding: 7px;
  margin: 3px 2px 2px;
  background: url("image/skhi_common-sub-contact-bg.png") repeat-x;
}
.sub-contact__content__division {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
.sub-contact__content__tel {
}
.sub-contact__content__tel__number {
  display: inline-block;
  background: url("image/skhi_common-sub-contact-tel.png") no-repeat 0 7px;
  color: #d7083c;
  padding: 8px 5px 8px 20px;
  border-bottom: 1px dashed #a7a7a7;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}
.sub-contact__content__tel__exp {
  margin: 10px 5px !important;
  font-size: 1.3em !important;
  line-height: 1.5;
  text-align: center;
}
.sub-contact__content__tel__number em {
  font-size: 0.7em!important;
}
.sub-contact__content__mail {
  box-sizing: border-box;
  text-align: center;
}
.sub-contact__content__mail a {
  display: inline-block;
  padding: 7px 15px 7px 40px;
  background: #d7083c url("image/skhi_common-contact-mail.png") no-repeat 15px 8px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4em;
  text-decoration: none;
}
.sub-contact__content__mail a:hover {
  background-color: #e67e7f;
}


/*-green-*/

.sub-contact_COMPANY__title {
  position: relative;
  border-bottom: 1px solid #fff;
  background: #4062B1 ;
  padding: 5px;
  color: #fff;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}
.sub-contact_COMPANY__content__tel__number {
  display: inline-block;
  background: url("image/skhi_common-sub-contact-tel.png") no-repeat 0 7px;
  color: #4062B1;
  padding: 8px 40px 8px 40px;
  border-bottom: 1px dashed #a7a7a7;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}
.sub-contact_COMPANY__title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #4062B1;
}
.sub-contact_COMPANY__content__mail {
  box-sizing: border-box;
  text-align: center;
}
.sub-contact_COMPANY__content__mail a {
  display: inline-block;
  padding: 7px 15px 7px 40px;
  background: #4062B1  url("image/skhi_common-contact-mail_dblue.png") no-repeat 15px 8px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4em;
  text-decoration: none;
}
.sub-contact_COMPANY__content__mail a:hover {
  background-color: #6C93EC;
}

/*------------ Side Contact ----->end-------*/



.site_out {
  background: url("/image/skhi_icon-outside.png") no-repeat center center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  width:12px;
  height:13px;
  margin: 0 2px 0 2px;
}

