@charset "UTF-8";
.inline-txt-block {
	display: inline-block;
}
/* reset
----------------------------------------------------------*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q,
blockquote {
    quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block;
}
button:focus {
    outline: none;
}
button {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}
input[type="text"],
input[type="search"],
input[type="submit"],
input[type="reset"] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
textarea {
    -webkit-appearance: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}
/* base
----------------------------------------------------------*/
@font-face {
	font-family: "Myriad Pro Regular";
	src: url("//www.hammer-caster.co.jp/common/font/MYRIADPRO-REGULAR.eot");
	src: url("//www.hammer-caster.co.jp/common/font/MYRIADPRO-REGULAR.eot?#iefix") format('embedded-opentype'),
		 url("//www.hammer-caster.co.jp/common/font/MYRIADPRO-REGULAR.woff") format('woff')
		 ;
}
body {
    font-family: "Myriad Pro Regular" ,"Noto Sans Japanese","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	-ms-font-feature-settings: "normal";
    font-size: 98%;
    /*  */
    line-height: 1.65;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.hdn-sp{
	display:none;
	}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}
a {
    text-decoration: none;
    color: inherit;
    outline: none; /* IE8 */
}
a:hover {
    text-decoration: underline;
}
a.mouse-over:hover img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
a img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
a.mouse-over.cmn-trsopy:hover,
.fglb-search .search-submit:hover,
.hglb01-search .search-submit:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
a.txts.mouse-over:hover img,
li.hg01n-current a.mouse-over:hover img {
    opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans Japanese",'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  letter-spacing: -0.03em;
}
/* base PC
----------------------------------------------------------*/
.pc-mode-01 {
    display: block !important;
}
.pc-mode-02 {
    display: inline !important;
}
.pc-mode-03 {
    display: inline-block !important;
}
.sp-mode-01 {
    display: none !important;
}
.sp-mode-02 {
    display: none !important;
}
.sp-mode-03 {
    display: none !important;
}
.sp-mode-04 {
    display: none !important;
}

/* base SP
----------------------------------------------------------*/
@media only screen and (max-width: 640px) {
    .pc-mode-01 {
        display: none !important;
    }
    .pc-mode-02 {
        display: none !important;
    }
    .pc-mode-03 {
        display: none !important;
    }
    .sp-mode-01 {
        display: block !important;
    }
    .sp-mode-02 {
        display: inline !important;
    }
    .sp-mode-03 {
        display: inline-block !important;
    }
    .sp-mode-04 {
        display: table !important;
    }
}

/* contents
----------------------------------------------------------*/
.wrapper {
    width: 100%;
    min-width: 1100px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.inner {
    max-width: 1080px;
    margin: 0 auto;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

/*** header ***/
.header-group {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    border-top: 3px solid #e22231;
    position: relative;
    z-index: 10;
}
.header-group-inner {
    position: relative;
    z-index: 2;
}
.header-global {
    position: relative;
    z-index: 1;
}
.header-logo {
    float: left;
    width: 250px;
    margin: 36px 0 0 0;
    position: relative;
    z-index: 10;
}
.header-logo a {
    display: block;
}
.header-global-01 {
    float: right;
    margin: 0 0 12px 0;
    position: relative;
    z-index: 10;
}
.header-global-01 .login{
	width: 146px;
}
.hglb01-nav {
    margin: 0 0 18px 0;
}
.hglb01-nav li {
    float: left;
}
.hglb01-nav li:first-child {

}
.hglb01-nav li img {
    vertical-align: middle;
}
.hglb01-nav li {
    text-align: center;
    margin: 0 0 0 0;
}
.hglb01-nav li.ftsiz-ttl span.hglb01-s01,
.hglb01-nav li.ftsiz-ttl02 a span.hglb01-s02,
.hglb01-nav li a {
    display: block;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.hglb01-nav li a {
    margin: 14px 0 0 1px;
}
.hglb01-nav li.ftsiz-ttl span.hglb01-s01 {
    padding: 14px 5px 0 0px;
}
.hglb01-nav li.ftsiz-ttl02 a span.hglb01-s02 {
    padding: 0 0 0 17px;
}
.hglb01-nav li  a.active,
.hglb01-nav li.hg01n-c02 a:hover {
    background: #eee;
}
.hglb01-nav li.login a {
    margin: 0 0 0 15px;
}
.hglb01-nav li.login a img {
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
	vertical-align: bottom;
}
.hglb01-search {
    float: right;
    height: 32px;
}

.hdr-lang {
	float: right ;
	padding-right: 30px;
	margin-top: 12px;
}
.hdr-lang li {
	float: left ;
	line-height: 0;
}
.hdr-lang li.gnv-lang-nav1 {
	padding-top: 5.5px;
}
.hdr-lang .tl {
	display: none;
}


.hglb01-search .search-field,
.hglb01-search .search-submit,
.fglb-search .search-field,
.fglb-search .search-submit {
    box-sizing: border-box;
    vertical-align: middle;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
.hglb01-search .search-field {
    width: 230px;
    padding: 6px 0 6px 10px;
    font-size: 85%;
    border: solid 1px #C9CACA;
}
#srchInput.nomark{
background: #fff;
}


.hglb01-search #srchInput {
    background: transparent  no-repeat scroll center center;
    border: 1px solid #c9caca;
    font-size: 85%;
    padding: 6px 0 6px 10px;
    width: 230px;
}
.hglb01-search #srchInput.nomark {
    background: none;
}
.fglb-search {
    margin: 7px 0 0 0;
    width: 317px;
}
.fglb-search .search-field {
    width: 241px;
    padding: 8px 0 7px 6px;
    font-size: 92%;
    font-weight: bold;
    border: solid 1px #b7b7b7;
}
.hglb01-search .search-submit {
    background: #dcdddd;
    cursor: pointer;
    padding: 5px 7px 5px 7px;
    font-weight: bold;
    font-size: 71%;
    border: solid 1px #C9CACA;
}
.fglb-search .search-submit {
    background: #dcdddd;
    cursor: pointer;
    padding: 6px 8px 7px 8px;
    font-weight: bold;
    border: solid 1px #b7b7b7;
    font-size: 85%;
    width: 64px;
    font-size /*\**/: 12px \9; /*IE8*/
}
.hglb01-nav li.login a:hover:before,
.hglb01-nav li.login.hg01n-current a:before {
    display: none;
}
.header-global-02 {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    z-index: 1100;
}
.hglb02-nav {
    margin: 0 auto;
    display: table;
    width: 100%;
    box-sizing: border-box;
	height:35px;
}
.hglb02-nav li {
    display: table-cell;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}
.hglb02-nav li#js-hglb02nv-01 {
    width: 220px;
}
.hglb02-nav li#js-hglb02nv-02 {
    width: 220px;
}
.hglb02-nav li#js-hglb02nv-03 {
    width: 220px;
}
.hglb02-nav li#js-hglb02nv-04 {
    width: 210px;
}
.hglb02-nav li a {
    box-sizing: border-box;
    vertical-align: middle;
    display: block;
    padding: 10px 0 10px 0;
}
.sbl-wrap {
    border-right: 1px solid #d6d6d6;
    position: relative;
    right: -1px;
    height: 15px;
}
.fst.sbl-wrap {
    border-left: 1px solid #d6d6d6;
}
.sbl-wrap.last {
    right: 0;
}
li.hglb02nv-current .sbl-wrap {
    position: relative;
}
.glb02nav-img {
    vertical-align: top;
    margin: 1px 0 0 0;
}
.hglb02-nav li a:hover {
    text-decoration: none;
}
.hglb02-nav li a:hover .sbl-wrap,
.hglb02-nav li.hglb02nv-current a .sbl-wrap {
    border-right: 1px solid transparent;
}
.hglb02-nav li.hglb02nv-current a:hover,
.hglb02-nav li.hglb02nv-current a:hover *,
.sdm-list-01 > li.sdm01-current > a,
.sdm-list-03 > li.sdm01-current > a {
    cursor: default;
    opacity: 1;
}
.hglb02-nav li a:hover,
.hglb02-nav li.hglb02nv-current a {
  background: #dcdddd;
  border-bottom: 1px solid #E22231;
  margin-bottom: -1px;
}
.hglb02-nav li a:hover img {
    opacity: 1;
}
.hglb02-nav li a .hglb02nv-on {
    display: none;
}
.hglb02-nav li a:hover .hglb02nv-on,
.hglb02-nav li.hglb02nv-current a .hglb02nv-on {
    display: inline;
}
.hglb02-nav li a:hover .hglb02nv-off,
.hglb02-nav li.hglb02nv-current a .hglb02nv-off {
    display: none;
}
.hglb02-nav li img {
    vertical-align: top;
}
#IMG-SLIDER{
  z-index: 0;
}
#CATA-MENU{
  border-left: 1px solid #B5B5B6;
  border-bottom: 1px solid #B5B5B6;
  border-right: 1px solid #B5B5B6;
  background-color: #EFEFEF;
  margin-top: 1px;
  position: absolute;
  z-index: 1000;
  width: 220px;
  display: none;
}
#CATA-MENU li{
  display: block;
  text-align: left;
}
#CATA-MENU li a{
  padding: 0 3px;
  border: none;
  margin-bottom: 0;
}
#CATA-MENU li a span{
  padding: 4px 0 3px 26px;
  display: block;
  border-top: 1px solid #B5B5B6;
  font-size: 93.8%;
  background: url(/common/images/common/global_cata_arrow.png) no-repeat 14px 11px;
}
#CATA-MENU li.jp a span{
  border: none;
}
/*** main ***/
/* .breadcrumb */
.breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 17px 0 10px 6px;
    letter-spacing: 0;
    font-size: 78%;
}
.breadcrumb li {
    float: left;
    color: #231815;
    position: relative;
}
.breadcrumb li a {
    color: #e5002d;
}
.breadcrumb li.bc-home a {
    padding: 2px 0 0 0;
    box-sizing: border-box;
    display: inline-block;
}
.breadcrumb li:before {
    content: ">";
    display: inline-block;
    color: #717071;
    position: relative;
    background-size: 100%;
    top: 0;
    left: 0;
    margin: 0 0.6em 0 0.75em;
}
.breadcrumb li.bc-home:before {
    display: none;
}
.breadcrumb li.bc-home a:before {
    content: " ";
    display: inline-block;
    background: url(/common/images/common/icon_bch.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 14px;
    position: relative;
    z-index: 2;
    bottom: 2px;
    left: 2px;
}
.breadcrumb li.bc-home a:hover:before {
    opacity: 0.7;
}

.mv-cont-01-bg{
  width: 100%;
  height: 297px;
}
.mv-cont-01{
  width: 1080px;
  margin: 0 auto;
  height: 297px;
}
/* .main */
.main {
    position: relative;
    z-index: 1;
    margin-bottom: 6em;
}
.main-cont-01 {
    float: left;
    width: 800px;
    box-sizing: border-box;
}
.sd-ttl-01 {
    font-size: 200%;
    box-sizing: border-box;
    padding: 0 0 0 7px;
    border-bottom: 1px solid #e3222d;
    margin: 32px 0 50px 0;
    font-weight: bold;
    line-height: 2.2;
}
.sd-ttl-02 {
    font-size: 164%;
    box-sizing: border-box;
    padding: 4px 0 4px 5px;
    background: #F4E7E9;
    margin: 0 0 18px 0;
}
.sd-ttl-03 {
    font-size: 164%;
    box-sizing: border-box;
    padding: 0 0 0 7px;
    border-bottom: 1px solid #E2E3E3;
    margin: 32px 0 7px 0;
}
/*** サイドバー ***/
.main-cont-02 {
    float: right;
    width: 250px;
    box-sizing: border-box;
}
.ml-cont-01 {
    margin: 0 0 46px 0;
}
.sdm-ttl-01 {
    font-size: 107%;
    box-sizing: border-box;
    padding: 35px 0 0 10px;
    border: 1px solid #E3222D;
    background: #E3222D;
    color: #FFF;
    height: 93px;
    display: block;
}
a.sdm-ttl-01 {
    text-decoration: none;
}
.sdm-txt-01 {
    box-sizing: border-box;
    padding: 7px 10px 5px 10px;
}
.sdm-list-01 {
    box-sizing: border-box;
    border: 1px solid #DCDDDD;
    color: #3E3A39;
    border-top: none;
}
.sdm-list-01 > li:first-child {
    border: none;
}
.sdm-list-01 > li a:hover,
.sdm-list-01 > li.sdm01-current > a,
.sdm-list-03 > li.sdm01-current > a,
.sdm-txt-01 {
    background: #efefef;
    text-decoration: none;
    color: #3E3A39;
}
.sdm-list-01 > li a {
    display: block;
    box-sizing: border-box;
    padding: 16px 10px 17px 10px;
}
.sdm-list-01 > li {
    box-sizing: border-box;
    border-top: 1px solid #DCDDDD;
    font-weight: bold;
}
.sdm-list-02 > li {
    margin: 0 0 14px 0;
}
.sdm-list-03 {

}
.sdm-list-03 > li.sdm01-current {

}
.sdm-list-03 > li:first-child {
    border-top: 1px solid #DCDDDD;
}
.sdm-list-03 > li a {
    display: block;
    background: #fff;
    padding: 7px 10px 5px 20px;
    box-sizing: border-box;
}
.sdm-list-03 {
    display: none;
}
.sdm02-current.sdm-list-03 {
    display: block;
}
/*** footer ***/
.pagetop {
    float: right;
    margin: 0 0 120px 0;
}
.pagetop a {
    display: block;
}
.arrow-btn {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    line-height: 1;
}
.footer-global-01 {
    background: #f9f9f9;
    position: relative;
}
.fglb00-inner,
.fglb01-inner {
    letter-spacing: -0.5em; /* 隙間を無くすため*/
    width: 100%;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 22px;
    position: relative;
    z-index: 1;
}
.footer-global-00 {
    background: #f9f9f9;
    box-sizing: border-box;
    padding: 10px 0 0 10px;
    border-top: 1px solid #dcdddd;
}
.fgm-list {
    letter-spacing: -0.5em; /* 隙間を無くすため*/
    margin: 0;
}
.fgm-list li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: -1px;
    width: 31.333%;
    margin: 0 2% 3% 0;
    box-sizing: border-box;
    font-size: 71%;
}
.fgm-list li a {

}
.fgm-list li a:before,
.fglb02w-nav li a:before {
    content: " ";
    display: block;
    float: left;
    background: url(/common/images/common/icon_sd_01.png) no-repeat;
    background-size: contain;
    width: 5px;
    height: 7px;
    position: relative;
    z-index: 2;
    top: 5px;
    right: 5px;
}
.fglb-00-inner .inner {
    position: relative;
}
.fglb-00-inner .inner:before {
    content: " ";
    display: inline-block;
    background: url(/common/images/common/fg00_img_01.png) no-repeat;
    background-size: auto;
    width: 225px;
    height: 63px;
    top: -78px;
    right: 0;
    position: absolute;
}
.fglb-00-inner {
    background: #a8a8a8;
    box-sizing: border-box;
    padding: 13px 0 20px 0;
}
.fglb00-outer,
.fglb01-outer {
    display: inline-block;
    letter-spacing: -0.5em;
    width: 1070px;
}
.fglb00-wrap,
.fglb01-wrap {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal; /* リセット必須 */
    text-align: left;
    position: relative;
    z-index: 3;
}
.fglb00-wrap {
    margin: 0 0 0 20px;
}
.fglb00w-wrap {
    display: inline-block;
    margin: 0 0 0 5px;
    width: 317px;
}
.fglb01-wrap {

}
.fglb00-wrap-01 {
    width: 375px;
    margin: 2px 0 0 30px;
}
.fglb00-wrap-02 {
    margin: 0 0 0 65px;
    width: 220px;
}
.fglb03-wrap {

}
.fglb00-wrap-03 {
    margin: 0 0 0 68px;
    width: 270px;
}
.fglb00-img {
    display: inline-block;
}
.fglb00-wrap:before {
    content: " ";
    display: inline-block;
    position: relative;
}
.fglb00-wrap.fglb00-wrap-01:before {
    background: url(/common/images/common/fg00_icon_01.png) no-repeat;
    background-size: auto;
    width: 48px;
    height: 48px;
    bottom: 4px;
    right: 4px;
    vertical-align: bottom;
}
.fglb00-wrap.fglb00-wrap-02:before {
    background: url(/common/images/common/fg00_icon_02.png) no-repeat;
    background-size: auto;
    width: 75px;
    height: 60px;
    top: 7px;
    right: 5px;
}
.fglb00-wrap.fglb00-wrap-03:before {
    background: url(/common/images/common/fg00_icon_03.png) no-repeat;
    background-size: auto;
    width: 75px;
    height: 60px;
    top: 8px;
    right: 10px;
}
.fglb01-wrap-01 {
    width: 285px;
    box-sizing: border-box;
    padding: 0 0 0 5px;
}
.fglb01-wrap .fglb01w-ttl {
    font-weight: bold;
    color: #4F4B47;
}
.fglb01-wrap .fglb01w-ttl a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.fglb01-wrap-02 {
    width: 320px;
}
.fglb01-wrap-02 .fglb01w-ttl {
}
.fglb01-wrap-03 {
    width: 165px;
}
.fglb01-wrap-03 .fglb01w-ttl {
    width: 81px;
}
.fglb01-wrap-04 {
    width: 310px;
}
.fglb01-wrap-04 .fglb01w-ttl {

}
.fglb01-wrap-05 {
    width: 155px;
    margin-right: 0;
}
.fglb01w-02 .fglb01w-ttl {
    width: 144px;
}
.fglb01w-nav {
    font-size: 85%;
    color: #64605E;
}
.fglb01w-ttl {
    margin: 0 0 8px 0;
}
.fglb01w-ttl a {

}
.fglb01w-nav {
    box-sizing: border-box;
    padding: 0 0 0 1px;
}
.fglb01w-nav li {
    position: relative;
    z-index: 1;
    margin: 0 0 4px 0;
}
.fglb01w-01 {
    margin: 0 0 50px 0;
}
.fglb01w-02 {

}
.footer-global-00 {
    padding: 10px 0 5px 10px;
}
.footer-global-02 {
    color: #fff;
    position: relative;
    font-weight: bold;
}
.fglb02-wrap {
    padding: 4px 0 6px 0;
}
.fglb02-wrap:before {
    content: " ";
    display: inline-block;
    border-top: 1px solid #ccc;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.fglb02w-nav {
    float: right;
    margin: 0 10px 0 0;
    padding: 5px 0 0 0;
}
.fglb02w-nav li {
    float: left;
    margin: 0 0 0 43px;
    font-size: 78%;
}
.fglb02w-nav li a {
    color: #000;
    display: inline-block;
}
.fgm-list li {
    margin: 2px 6px 14px 0;
    font-weight: bold;
}
.copyright {
    float: left;
    font-size: 71%;
    color: #000;
    padding: 5px 0 0 0;
}

/*** other ***/
.font-narrow-01 {
    letter-spacing: -1px;
}
.font-narrow-02 {
    letter-spacing: -2px;
}
.font-narrow-03 {
    letter-spacing: -3px;
}



.hdn-pc{
	display:none;
	}
.hdn-sp{
	display:block;
	padding-bottom: 6em;
	}



/*
  共通部分
*/
/*
.cmn-ttl-01{
  font-size:2.018em;
  font-weight:bold;
  border-bottom:#e5002d 1px solid;
  margin-bottom:54px;
  padding-left:8px;
  padding-bottom:10px;
}
h2{
  font-size:1.653em;
  background:#f7edee;
  margin-bottom:23px;
  padding: 4px 0 6px 4px;
}
h3{
  font-size:1.286em;
  font-weight:bold;
  margin-bottom:5px;
}
h4{
  font-weight:bold;
  color:#37728c;
  border-left:5px solid #84b0ce;
  margin-bottom:8px;
  padding-top:5px;
  padding-bottom:6px;
  padding-left:5px;
}
*/


.eye-txt{
	font-weight:bold;
}
/*
 * 詳細スペックテーブル
 */

.spec-table thead {
    background: #8C8C8C;
    color: #FFF;
}
.spec-table th {
    background: #DADADA;
}
.spec-table,
.spec-table th,
.spec-table td {
    border: 1px  #9fa0a0 solid;
    padding: 2px 10px 2px 10px;
    box-sizing: border-box;

}
.spec-table td,
.spec-table th {
    text-align: center;
}

.spec-table .light-bc{
  background: #DADADA;
}
.spec-table thead .light-bc{
  color: #000;
}
.spec-table thead span{
  display: block;
  width: auto;
}
.spec-table thead span.row{
  text-align: left;
}
.spec-table thead span.col{
  text-align: right;
}
/* jquery.sidr.js */
.sidr {
    position: static; /*必須*/
}
.sidr.right {
    left: auto; /*必須*/
    right: -70%; /*必須*/
}
html>/**/body .hdn-pc {
    display /*\**/: none \9; /*IE8*/
}

/*プライバシーポリシー*/
.privacypolicy-wrapper dl{
	overflow:hidden;
}
.privacypolicy-wrapper dl dt{
	float:left;
}


@media only screen and (min-width: 641px) {
    .hdn-pc {
        position: absolute;
        left: auto;
        right: -70%;
    }
}
/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 640px) {
    .wrapper {
        min-width: 0;
        overflow: visible;
    }
    .inner {
        padding: 0 3%;
    }
    /*** header ***/
    .header-group {
        border-top: none;
        border-bottom: 1px solid #e7e7e7;
        padding-top: 16px;
        padding-bottom: 10px;
    }
    .header-logo {
        width: 51%;
        min-width: 153px;
        margin: 4px 0 0 2px;
    }
	.hdr-lang-nav{
		position: relative;
		overflow: hidden;
		width: 100%;
	}
	.hdr-lang {
		float: left ;
		padding-right: 0;
		left: 50%;
		position: relative;
	}
	.hdr-lang li {
		float: left ;
		left: -50%;
		position: relative;
	}
    .hglb-sp-btn {
        float: right;
        width: 7%;
        min-width: 23px;
        margin: 0;
        position: relative;
        z-index: 100;
        padding: 0 10px 0 0;
    }
    .hglb-sp-btn a {
        display: block;
    }
    .global-02-close {
        margin: 0 0 1em 0;
    }
    .global-02-close a {
        display: block;
        float: right;
        width: 20px;
    }
    .header-global {
        margin-bottom: 8px;
    }
    .hglb02-nav {
        float: none;
        padding-right: 0;
        padding-left: 0;
        font-size: 85%;
    }
    .hglb02-nav li {
        float: none;
        width: auto;
        margin: 0 0 10px 0;
        border: none;
        border-bottom: 1px solid #b2b2b2;
        padding: 0;
        display: block;
    }
    .hglb02-nav li:first-child {
        border-left: none;
        border-top: 1px solid #b2b2b2;
    }
    .hglb02-nav li a {
        text-align: left;
        height: auto;
        box-sizing: border-box;
        padding: 10px 5px 10px 20px;
    }
    .hglb02-nav li a:hover,
    .hglb02-nav li.hglb02nv-current a {
        text-decoration: none;
        background: none;
    }
    .bc-wrap {

    }
.hdn-sp{
	display:none;
	}
.hdn-pc{
	display:block;
	}

/*    .bc-wrap .breadcrumb.inner {
        padding: 5px 1% 7px 1%;
    }*/
.bc-wrap .breadcrumb.inner {
	padding-top:10px;
	padding-left:5px;
	padding-bottom:15px;
}

    .breadcrumb li.bc-home a:before {
        width: 15px;
        height: 13px;
        left: 2px;
        top: 0px;
    }
    .breadcrumb li:before {
        margin: 0 0.6em 0 0.45em;
    }

    .mv-cont-01{
      width: auto;
      margin: 0 auto;
      height: auto;
    }
    /*** main ***/
    .main {
        margin-top: 0;
        margin-bottom: 45px;
    }
    .main.inner {
        padding: 0 0 0 0;
    }
    .main-cont-01,
    .main-cont-02 {
        float: none;
        width: auto;
    }
    .main-cont-01 {
        margin: 0 0 50px 0;
    }
    .sd-ttl-01 {
        font-size: 128%;
        margin: 0 0 17px 0;
        padding: 0 0 0 5px;
    }
    .sd-ttl-02 {
        font-size: 107%;
        padding: 2px 0 2px 5px;
        margin: 0 0 0 0;
        font-weight: bold;
    }
    .sd-ttl-03 {
        font-size: 107%;
        padding: 2px 0 2px 5px;
        margin: 0 0 0 0;
    }

    /*** sidebar ***/
    .sdm-list-01 {
        font-size: 85%;
        border: none;
    }
    .sdm-list-01 li a,
    .sdm-txt-01 {
        margin: 5px 0;
        padding: 10px 5px 10px 5px;
    }
    .sdm-cont-02 {
        overflow: hidden;
    }
    .sdm-list-02 {
        width: 100%;
        box-sizing: border-box;
		text-align:center;
    }
    .sdm-list-02 li {
        display: inline-block;
        width: auto;
        margin: 0 0 14px 0;
        text-align: center;
    }
    .sdm-list-01 li a:hover,
    .sdm-txt-01 {
        background: none;
    }
    .sdm-list-01 li.sdm01-current > a {
        background: #f9f9f9;
    }
    .sdm-list-01 li:last-child {
        border-bottom: 1px solid #DCDDDD;
    }
    .sdm-list-03 > li > a {
        padding-left: 20px;
        background: none;
    }
    /*** footer ***/
    .footer-global-02 {
        background: none;
        height: auto;
        position: relative;
        padding: 6px 0 5px 0;
    }
    .fglb02-wrap {
        overflow: hidden;
    }
    .fglb02w-nav {
        float: none;
        width: 100%;
        letter-spacing: -0.5em; /* 隙間を無くすため*/
        margin: 0;
        text-align: center;
        padding: 0 0 0 0;
    }
    .fglb02w-nav li {
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal; /* リセット必須 */
        width: 35%;
        margin: 0 2% 0 2%;;
        box-sizing: border-box;
        font-size: 64%;
        float: none;
    }
    .fgm-list li a:before {
        width: 3px;
        height: 5px;
        top: 6px;
        right: 4px;
    }
    .fglb02w-nav li a:before {
        width: 3px;
        height: 5px;
        top: 4px;
        right: 4px;
    }
    .copyright {
        float: none;
        font-size: 50%;
        text-align: center;
        letter-spacing: -0.5px;
        font-weight: normal;
        padding: 0 0 0 0;
    }
    .pagetop {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
        position: relative;
        z-index: 99999;
        float: none;
        text-align: center;
    }
    .arrow-btn {
        width: 120px;
    }
    .ft-bnpt-wrap {
        width: 100%;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
        border-top: 1px solid #dcdddd;
    }
    /*** other ***/
    .header-global-02,
    .ml-cont-01 {
        display: none; /* JSを読み込む前は非表示に */
    }
    .js-wrapper-fix {
        position: fixed; /* スマホメニューが開いている時はコンテンツのスクロールを停止 */
    }
    /*
     * 詳細スペックテーブル
     */
    .spec-table {
        width: 100%;
    }
    .spec-table, .spec-table th, .spec-table td {
        padding: 2px 5px 2px 5px;
    }
    /* jquery.sidr.js */
    .sidr {
        display: block;
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 999999;
        width: 70%;
        overflow-x: hidden;
        overflow-y: auto;
        background: #e9e9e9;
        border: 1px solid #d3d3d3;
        box-sizing: border-box;
        padding: 10px 3%;
    }

}
