@charset "utf-8";

/* 目次 ==================================================================================*/
/* RESET ------------------------------------------------------------------------ */
/* BODY CONFIG ------------------------------------------------------------------ */
/* HEADER AREA ------------------------------------------------------------------ */
/* NAVI SUB -------------- */
/* SEARCH AREA ----------- */
/* SEARCH BUTTON */
/* NAVI GLOBAL AREA ------------------------------------------------------------- */
/* NAVI GLOBAL ----------- */
/* ROOF COLOR */
/* SIDING COLOR */
/* GUTTER COLOR */
/* BIZ COLOR */
/* BREADCRUMB ------------------------------------------------------------------- */
/* CONTENTS HEADING  ------------------------------------------------------------ */
/* TITLE ----------------- */
/* NAVI LOWER ------------ */
/* CONTENTS AREA ---------------------------------------------------------------- */
/* FOOTER AREA ------------------------------------------------------------------ */
/* NAVI FOOTER ----------- */
/* CATEGORY */
/* PRIMARY */
/* CHILD */
/* FOOTER BOTTOM --------- */
/* COPYRIGHT */
/* COMPANY INFO */




/* RESET ------------------------------------------------------------------------ */
/* 
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;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, li {
  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;
}
*, *::before, *::after {
  box-sizing: border-box;
}
input, textarea, select {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-feature-settings: "palt";
}
input[type="submit"], input[type="button"], input[type="search"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, input[type="search"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus, input[type="search"]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
button, input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
input[type="radio"] {}
input[type="radio"]:checked + label {}
/* BASIC LINK COLOR ------------------------------------------------------------------ */
a:link {
  color: #064d79;
  text-decoration: none;
}
a:visited {
  color: #064d79;
  text-decoration: none;
}
a:hover {
  color: #064d79;
  text-decoration: underline;
}
a:active {
  color: #064d79;
  text-decoration: underline;
}



/* BODY CONFIG ------------------------------------------------------------------ */
html {
	font-size: 62.5%;
}
body {
	color: #1A1B1B;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-feature-settings: "palt";
  line-height: 2;
}
@media print, screen and (min-width:751px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 14px;
  }
}


@keyframes forminput {
  100% {
    opacity: 1
  }
  0% {
    opacity: 0
  }
}



/* HEADER AREA ------------------------------------------------------------------ */
@media print, screen and (min-width:1025px) {
  #headerArea {
		background-color: #FFF;
    display: flex;
    align-items: center;
    padding: 0 40px 0;
		height: 90px;
    width: 100%;
		transition: all .2s;
  }
	#headerArea:hover{
		background-color: #434343 !important;
	}
  #headerArea a{
    color: #000000;
    text-decoration: none;
  }
	#logoMain {
    font-size: 0;
		line-height: 0;
  }
	#logoMain a{
		background-image: url("../img/logo_main.png");
		background-repeat: no-repeat;
		background-size: 153px auto;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		display: block;
		height: 28px;
		width: 153px;
	}
	#headerArea:hover #logoMain a{
		background-image: url("../img/logo_main_w.png");
	}
	#home #logoMain a{
		display: inline;
		background: none;
	}
	#logoMain img{
		height: auto;
    width: 153px;
  }
	#headerArea #logoMain path{
		fill: #006992 !important;
		transition: all .3s;
	}
	#headerArea:hover #logoMain path{
		fill: #FFF !important;
		transition: all .3s;
	}
  #headerNaviArea {
    display: flex;
		justify-content: space-between;
		width: 100%;
  }
  /* NAVI SUB -------------- */
  #naviSub {
    display: flex;
    justify-content: flex-end;
		margin-right: 0;
		margin-left: auto;
		order: 1;
  }
  #naviSub > ul {
    display: flex;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
		font-size: 12px;
		margin-top: 30px;
		opacity: 1;
		transition: all .3s;
  }
	#naviSub > ul.active{
		opacity: 0;
		transition: all .3s;
	}
  #naviSub > ul > li {
    margin-left: 20px;
		white-space: nowrap;
  }
  #naviSub > ul > li > a {
    background-position: left center;
    background-repeat: no-repeat;
  }
	#headerArea:hover #naviSub > ul > li > a{
		color: #FFF;
	}
  #naviSub > ul > li.faq > a {
    background-image: url("../img/ic_faq.png");
		background-size: 15px auto;
  }
	#naviSub > ul > li.cp > a {
    background-image: url("../img/ic_cp.png");
		background-size: 12px auto;
		padding-left: 16px;
  }
  #naviSub > ul > li.global > a {
    background-image: url("../img/ic_global.png");
		background-size: 15px auto;
		padding-left: 20px;
  }
	#headerArea:hover #naviSub > ul > li.global > a{
		background-image: url("../img/ic_global_w.png");
	}
  /* SEARCH AREA -------------- */
  #searchArea {
    margin-left: 20px;
    display: block !important;
		position: relative;
		top: 25px;
		width: 30px;
    height: 30px;
  }
  #searchArea form {
    position: absolute;
    top: 0;
    right: 0;
    transition: all .8s;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    padding: 5px;
  }
  #searchArea input[type="search"] {
		border: 1px solid #F5F5F5;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 84%;
    height: 26px;
    line-height: 26px;
    outline: 0;
    display: none;
    border-radius: 20px;
    padding: 0 20px;
  }
  /* SEARCH BUTTON  */
  #searchArea .searchBtn {
    background: url("../img/ic_search.png") center center no-repeat;
		background-size: 30px auto;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
  }
  #searchArea:hover form {
		background-color: #000;
    width: 200px;
    cursor: pointer;
  }
  #searchArea form:hover input {
    display: block;
  }
}

@media screen and (max-width: 1130px) and (min-width: 1025px) {
	#naviSub > ul > li {
		font-size: 11px;
    margin-left: 15px;
		white-space: nowrap;
  }
}

@media screen and (max-width: 1024px) {
  #headerArea {
    position: relative;
		z-index: 10;
    width: 100%;
  }
  #headerArea a {
    color: #000000;
    text-decoration: none;
  }
  #logoMain {
    display: flex;
    height: 45px;
    padding-left: 15px;
		padding-top: 7px;
  }
  #logoMain a {
    display: flex;
    align-self: center;
  }
	#logoMain a{
		background-image: url("../img/logo_main.png");
		background-repeat: no-repeat;
		background-size: 90px auto;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		display: block;
		height: 17px;
		width: 90px;
	}
	#home #logoMain a{
		text-indent: inherit;
		display: inline;
		background: none;
		height: auto;
		width: auto;
	}
  #logoMain img,
	#logoMain svg{
		align-self: center;
    height: auto;
    width: 90px;
  }
  #headerNaviArea {
    display: flex;
    flex-direction: column;
  }
  #naviSub {
    display: flex;
    justify-content: flex-end;
  }
  #naviSub > ul {
    display: none;
  }
  #searchIcon, #menu {
    display: block;
    margin-top: -45px;
  }
  /* SEARCH BUTTON  */
  #searchIcon {
    background: #FFF url(../img/sp_ic_search.png) center center no-repeat;
    background-size: 17px auto;
    border-left: 1px solid #e3e5e4;
    text-align: center;
    cursor: pointer;
    position: relative;
    height: 45px;
    width: 45px;
    z-index: 11;
  }
  #searchIcon.active {
    background-color: #e3e5e4;
    background-image: none;
  }
  #searchIcon .menuTrigger, #searchIcon .menuTrigger > span, #searchIcon .menuTrigger > span > span {
    transition: all .4s;
    box-sizing: border-box;
  }
  #searchIcon .menuTrigger > span {
    position: absolute;
    right: 12px;
    top: 13px;
  }
  #searchIcon .menuTrigger > span > span {
    position: absolute;
    right: 0;
    width: 20px;
    height: 2px;
    background-color: #FFF;
    opacity: 0;
  }
  #searchIcon.active .menuTrigger > span > span {
    background-color: #000;
    opacity: 1;
  }
  #searchIcon .menuTrigger > span > span:nth-of-type(1) {
    top: 0px;
  }
  #searchIcon .menuTrigger > span > span:nth-of-type(2) {
    top: 16px;
  }
  #searchIcon.active .menuTrigger > span > span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(495deg);
    transform: translateY(8px) rotate(495deg);
  }
  #searchIcon.active .menuTrigger > span > span:nth-of-type(2) {
    -webkit-transform: translateY(-8px) rotate(-495deg);
    transform: translateY(-8px) rotate(-495deg);
  }
  /* SEARCH AREA -------------- */
  #searchArea {
    background-color: #e3e5e4;
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 3;
    padding: 10px 15px;
    width: 100%;
  }
	#searchArea form{
		display: flex;
		align-items: center;
	}
  #searchArea input[type=search] {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    border: none;
    box-sizing: border-box;
		font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
		line-height: 40px;
    padding: 0 20px;
    width: 90%;
  }
	#searchArea input[type=search]::placeholder{
		color:#E8E8E8;
	}
  #searchArea input[type=submit] {
    background: #FFF url(../img/sp_ic_search.png) center center no-repeat;
    background-size: 17px auto;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
		height: 40px;
    text-align: center;
    width: 10%;
  }
  /* MENU -------------- */
  #menu {
    background-color: #000000;
    text-align: center;
    cursor: pointer;
    position: relative;
    height: 45px;
    width: 45px;
    z-index: 11;
  }
  #menu .menuTrigger, #menu .menuTrigger > span, #menu .menuTrigger > span > span {
    transition: all .4s;
    box-sizing: border-box;
  }
  #menu .menuTrigger > span {
    position: absolute;
    right: 12px;
    top: 13px;
  }
  #menu .menuTrigger > span > span {
    position: absolute;
    right: 0;
    width: 20px;
    height: 2px;
    background-color: #FFF;
  }
  #menu .menuTrigger > span > span:nth-of-type(1) {
    top: 0px;
  }
  #menu .menuTrigger > span > span:nth-of-type(2) {
    top: 8px;
  }
  #menu .menuTrigger > span > span:nth-of-type(3) {
    top: 16px;
  }
  #menu.active .menuTrigger > span > span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(495deg);
    transform: translateY(8px) rotate(495deg);
  }
  #menu.active .menuTrigger > span > span:nth-of-type(2) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  #menu.active .menuTrigger > span > span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(-495deg);
    transform: translateY(-8px) rotate(-495deg);
  }
}



/* NAVI GLOBAL AREA ------------------------------------------------------------------ */
@media print, screen and (min-width:1025px) {
  #naviGlobalArea {
    display: block !important;
		align-self: flex-end;
		order: 0;
  }
	#headerArea:hover #naviGlobalArea #naviGlobal > li > a,
	#headerArea:hover #naviGlobalArea #naviGlobal > li > span{
		color: #FFF;
	}
  #naviGlobalArea #btClose {
    display: none !important;
  }
  /* NAVI GLOBAL -------------- */
  #naviGlobal {
    display: flex;
    margin-top: 25px;
  }
  #naviGlobal > li {
    font-size: 15px;
    margin-left: 30px;
		white-space: nowrap;
  }
  #naviGlobal > li > a,
	#naviGlobal > li > span{
		cursor: pointer;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    display: block;
		padding-bottom: 35px;
    position: relative;
		letter-spacing:.15em;
  }
  #naviGlobal > li > a:after,
	#naviGlobal > li > span:after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%); /* Safari用 */
    transform: translateX(-50%);
    bottom: 0;
    height: 5px;
    width: 0;
    transition: all .3s;
  }
  #naviGlobal > li:hover > a:after,
	#naviGlobal > li:hover > span:after{
    width: 100%;
    transition: all .3s;
  }
  #naviGlobal > li:hover > a:after,
	#naviGlobal > li:hover > span:after{
    background-color: #FFF;
  }
	#naviGlobal > li > div.child {
    background-color: #F5F5F5;
  }
  #naviGlobal > li > div.child {
		font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
		font-weight: 400;
    display: block !important;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    padding: 40px 20px 45px;
		left: 0;
		width: 100%;
    z-index: 5;
    transition: all .3s;
  }
	#naviGlobal > li > div.child a{
		color: #000000 !important;
		transition: .3s;
	}
	#naviGlobal > li > div.child a:hover{
		opacity: .7;
	}
  #naviGlobal > li:hover > div.child {
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: all .3s;
  }
	#naviGlobal .childWrap{
		margin: 0 auto;
		width: 79.06%;
		max-width: 1080px;
	}
	#naviGlobal .index{
		border-bottom: 1px solid #E5E5E5;
		padding-bottom: 25px;
		margin-bottom: 30px;
		width: 100%;
	}
	#naviGlobal .childList{
		display: flex;
		flex-wrap: wrap;
	}
	#naviGlobal .childList > li{
		margin-right: 30px;
		margin-bottom: 15px;
	}
	#naviGlobal .index a,
	#naviGlobal .childList > li a,
	#naviGlobal .imageList > li a span{
		background: url("../img/ic_arrow_brack.png") left center no-repeat;
		background-size: 14px auto;
		padding-left: 20px;
	}
	#naviGlobal .imageList{
		display: flex;
		width: 100%;
	}
	#naviGlobal .imageList > li{
		margin-right: 2.314%;
		width: 23.14%;
	}
	#naviGlobal .imageList > li:nth-child(4){
		margin-right: 0;
	}
	#naviGlobal .imageList > li a{
		display: block;
	}
	#naviGlobal .imageList > li a:before{
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		content: "";
		display: block;
		padding-bottom: 52%;
		margin-bottom: 7px;
	}
	#naviGlobal dl > dt{
		font-size: 16px;
		font-weight: 500;
		margin-top: 30px;
	}
	#naviGlobal dl > dd{
		margin-top: 15px;
	}
	#naviGlobal .column2{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
	}
	#naviGlobal .column2 .imageList,
	#naviGlobal .column2 .childList{
		width: 48.79%;
	}
	#naviGlobal .column2 .imageList{
		justify-content: space-between;
	}
	#naviGlobal .column2 .imageList > li{
		margin-right: 0;
		width: 47.49%;
	}
	
	
	#naviGlobal > li:nth-child(1) .imageList > li:nth-child(1) a:before{
		background-image: url("../img/gnavi_company01.jpg");
	}
	#naviGlobal > li:nth-child(1) .imageList > li:nth-child(2) a:before{
		background-image: url("../img/gnavi_company02.jpg");
	}
	
	
	#naviGlobal > li:nth-child(2) .childList{
		border-top: 1px solid #E5E5E5;
		padding-top: 30px;
		margin-top: 30px;
	}
	#naviGlobal > li:nth-child(2) .imageList > li:nth-child(1) a:before{
		background-image: url("../img/gnavi_products01.jpg");
	}
	#naviGlobal > li:nth-child(2) .imageList > li:nth-child(2) a:before{
		background-image: url("../img/gnavi_products02.jpg");
	}
	#naviGlobal > li:nth-child(2) .imageList > li:nth-child(3) a:before{
		background-image: url("../img/gnavi_products03.jpg");
	}
	#naviGlobal > li:nth-child(2) .imageList > li:nth-child(4) a:before{
		background-image: url("../img/gnavi_products04.jpg");
	}
	
	
	#naviGlobal > li:nth-child(3) .imageList > li:nth-child(1) a:before{
		background-image: url("../img/gnavi_case01.jpg");
	}
	#naviGlobal > li:nth-child(3) .imageList > li:nth-child(2) a:before{
		background-image: url("../img/gnavi_case02.jpg");
	}
	#naviGlobal > li:nth-child(3) .imageList > li:nth-child(3) a:before{
		background-image: url("../img/gnavi_case03.jpg");
	}
	#naviGlobal > li:nth-child(3) .imageList > li:nth-child(4) a:before{
		background-image: url("../img/gnavi_case04.jpg");
	}
	
	#naviGlobal > li:nth-child(4) .imageList > li:nth-child(1) a:before{
		background-image: url("../img/gnavi_catalog01.jpg");
	}
	#naviGlobal > li:nth-child(4) .imageList > li:nth-child(2) a:before{
		background-image: url("../img/gnavi_catalog02.jpg");
	}
	
	#naviGlobal > li:nth-child(5) .imageList > li:nth-child(1) a:before{
		background-image: url("../img/gnavi_showroom01.jpg")
	}
	#naviGlobal > li:nth-child(5) .imageList > li:nth-child(2) a:before{
		background-image: url("../img/gnavi_showroom02.jpg");
	}
	#naviGlobal > li:nth-child(6) dl > dd:nth-child(2){
		border-bottom: 1px solid #E5E5E5;
		padding-bottom: 15px;
	}
  
	#naviGlobalSp{
		display: none;
	}
}

@media screen and (max-width: 1130px) and (min-width: 1025px) {
	#naviGlobal > li {
    font-size: 14px;
    margin-left: 20px;
		white-space: nowrap;
  }
}

@media screen and (max-width: 1024px) {
  #naviGlobalArea {
    background-color: #FFF;
    padding-bottom: 30px;
    display: none;
  }
	#naviGlobal{
		display: none;
	}
  #naviGlobalSp a {
    color: #FFF;
  }
  #naviGlobalSp {
		border-top: 1px solid #E8E8E8;
    font-size: 16px;
  }
  #naviGlobalSp > li {
    border-bottom: 1px solid #E8E8E8;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    position: relative;
  }
  #naviGlobalSp > li > a {
    background-color: #FFF;
    color: #1A1B1B;
    display: block;
    padding: 15px;
  }
  #naviGlobalSp > li > span {
    background: url(../img/ic_gnavi_sub.png) center center no-repeat;
    background-size: 14px auto;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 62px;
    width: 62px;
    z-index: 2;
  }
  #naviGlobalSp > li > span.open {
    background-image: url(../img/ic_gnavi_sub_up.png);
  }
  #naviGlobalSp > li > a:hover {
    text-decoration: none;
  }
  #naviGlobalSp > li > div > ul {
    border-top: 1px solid #E1E1E1;
    background-color: #F5F5F5;
    font-size: 14px;
  }
  #naviGlobalSp > li > div > ul > li {
    border-bottom: 1px solid #E1E1E1;
  }
  #naviGlobalSp > li > div > ul > li:last-child {
    border-bottom: none;
  }
  #naviGlobalSp > li > div > ul > li > a {
    color: #1A1B1B;
    display: block;
    padding: 15px;
  }
  #naviGlobalSp > li > div > ul > li > a:hover {
    text-decoration: none;
  }
  /* CLOSE BUTTON */
  #naviGlobalArea #btClose {
    background-color: #000000;
    border-radius: 20px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    font-weight: bold;
    margin-top: 30px !important;
    padding: 10px 15px;
    margin: 20px auto 0;
    line-height: 1;
    width: 8em;
  }
  #naviGlobalArea #btClose > span {
		background: url("../img/ic_close.png") left center no-repeat;
		background-size: 12px auto;
		padding-left: 25px;
    display: inline-block;
  }
}



/* BREADCRUMB ------------------------------------------------------------------ */
@media print, screen and (min-width:751px) {
  #breadcrumb > ol {
    border-bottom: 1px solid #e8e8e8;
		font-size: 12px;
    display: flex;
		justify-content: flex-end;
    margin: 0 auto;
    max-width: 1200px;
    padding: 10px 0 10px 10px;
    line-height: 1.66;
  }
  #breadcrumb > ol > li:before {
    background: url("../img/ic_breadcrumb.png") no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 5px;
    height: 9px;
    width: 6px;
  }
  #breadcrumb > ol > li:first-child:before {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #breadcrumb {
    display: none;
  }
}



/* CONTENTS HEADING  ------------------------------------------------------------------ */
#contentsHeading{
}
/* TITLE -------------- */
#contentsHeading .heading {
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: #777777;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
@media print, screen and (min-width:751px) {
	#contentsHeading ~ *:not(.mainImage){
		margin-top: 60px;
	}
  #contentsHeadingInner {
		border-bottom: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    min-height: 60px;
  }
  /* TITLE -------------- */
  #contentsHeading .heading {
    font-size: 20px;
    padding-left: 13px;
		margin-right: 20px;
		margin-top: 5px;
		margin-bottom: 5px;
  }
  /* NAVI LOWER -------------- */
  #contentsHeading #naviLowerArea #lowerMenu {
    background-color: #434343;
    cursor: pointer;
    height: 60px;
    width: 60px;
    position: relative;
  }
  #contentsHeading #naviLowerArea #lowerMenu > span {
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 20px;
    top: 15px;
    transform: rotate(-45deg);
    transition: all .3s;
  }
  #contentsHeading #naviLowerArea #lowerMenu.active > span {
    top: 25px;
    transform: rotate(135deg);
  }
  #contentsHeading #naviLowerArea > .naviLower {
    background-color: #434343;
    display: none;
    font-size: 14px;
    position: absolute;
    left: 0;
    width: 100%;
		z-index: 2;
  }
  #contentsHeading #naviLowerArea > .naviLower {
    display: none;
    padding: 20px 20px;
  }
  #contentsHeading #naviLowerArea > .naviLower a {
    color: #FFF;
  }
  #contentsHeading #naviLowerArea > .naviLower a:hover {
    text-decoration: none;
  }
  #contentsHeading #naviLowerArea > .naviLower > ul {
    font-size: 0;
    margin: 0 auto;
    max-width: 1200px;
  }
  #contentsHeading #naviLowerArea > .naviLower > ul > li {
    border-left: 1px solid #555555;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
    padding: 0 20px;
    line-height: 1.66;
    width: 20%;
  }
  #contentsHeading #naviLowerArea > .naviLower > ul > li:nth-child(-n + 5) {
    margin-top: 0;
  }
  #contentsHeading #naviLowerArea > .naviLower > ul > li:nth-child(5n) {
    border-right: 1px solid #555555;
  }
  #contentsHeading #naviLowerArea > .naviLower > ul > li a {
    background: url("../img/ic_arrow_brack.png") left 3px no-repeat;
    background-size: 14px auto;
    display: block;
    padding-left: 22px;
  }
}
@media screen and (min-width:1251px) {
	/* TITLE -------------- */
  #contentsHeading .heading {
    margin-left: 0;
  }
}
@media screen and (max-width: 1250px) and (min-width: 751px) {
	/* TITLE -------------- */
  #contentsHeading .heading {
    margin-left: 10px;
  }
}
@media screen and (max-width: 750px) {
	#contentsHeading ~ *:not(.mainImage){
		margin-top: 30px;
	}
	#contentsHeading{
		border-top: 1px solid #e8e8e8;
	}
  #contentsHeadingInner {
		border-bottom: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    min-height: 45px;
  }
  /* TITLE -------------- */
  #contentsHeading .heading {
    font-size: 16px;
    padding-left: 5px;
    margin-left: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
  }
  /* NAVI LOWER -------------- */
  #contentsHeading #naviLowerArea #lowerMenu {
    background-color: #434343;
    cursor: pointer;
    height: 45px;
    width: 45px;
    position: relative;
  }
  #contentsHeading #naviLowerArea #lowerMenu > span {
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 18px;
    top: 16px;
    transform: rotate(-45deg);
    transition: all .3s;
  }
  #contentsHeading #naviLowerArea #lowerMenu.active > span {
    top: 20px;
    transform: rotate(135deg);
  }
  #contentsHeading #naviLowerArea > .naviLower {
    background-color: #434343;
    display: none;
    font-size: 14px;
    position: absolute;
    left: 0;
    width: 100%;
		z-index: 2;
  }
  #contentsHeading #naviLowerArea > .naviLower {
    padding: 0 15px;
  }
  #contentsHeading #naviLowerArea > .naviLower a {
    color: #FFF;
  }
  #contentsHeading #naviLowerArea > .naviLower a:hover {
    text-decoration: none;
  }
  #contentsHeading #naviLowerArea > .naviLower > ul > li {
    font-size: 13px;
    line-height: 1.66;
  }
  #contentsHeading #naviLowerArea > .naviLower > ul > li a {
    background: url("../img/ic_arrow_white.png") left 13px no-repeat;
    background-size: 12px auto;
    border-bottom: 1px solid #555555;
    display: block;
    padding: 10px 5px 10px 22px;
  }
  #contentsHeading #naviLowerArea > .naviLower > ul > li:last-child a {
    border-bottom: none;
  }
}



/* CONTENTS AREA ------------------------------------------------------------------ */
@media print, screen and (min-width:751px) {
  #contentsArea {
    margin: 0 auto;
    width: 79.06%;
    max-width: 1080px;
  }
  #contentsArea p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 750px) {
  #contentsArea p {
    margin-bottom: 20px;
  }
}



/* FOOTER AREA ------------------------------------------------------------------ */
@media print, screen and (min-width:1025px) {
  #footerArea {
    background-color: #F5F5F5;
    color: #1A1B1B;
    margin-top: 180px;
  }
  #footerArea a {
    color: #1A1B1B;
  }
  /* NAVI FOOTER -------------- */
  #naviFooter {
    font-size: 15px;
    margin: 0 auto;
    padding: 70px 20px 70px;
    line-height: 1.6;
    max-width: 1265px;
  }
  #naviFooter a {
    display: block;
  }
  #naviFooter #logoFooter {
    margin-bottom: 20px;
  }
  /* CATEGORY */
  #naviFooter .category {
    border-bottom: 1px solid #1A1B1B;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  /* PRIMARY */
  #naviFooter .primary {
    font-weight: bold;
  }
  #naviFooter .primary > a {
    background: url("../img/ic_arrow_brack.png") left 3px no-repeat;
    background-size: 14px auto;
    padding-left: 20px;
  }
	#naviFooter .categoryWrap ul > li.primary:last-child{
		margin-top: 30px;
	}
  /* CHILD */
  #naviFooter .child {
    font-size: 13px;
		font-weight: normal;
    margin-bottom: 30px;
  }
  #naviFooter .child > li {
    margin-top: 5px;
  }
  #naviFooter .child > li > a {
    background: url("../img/ic_arrow_footer.png") 4px 6px no-repeat;
		background-size: 5px auto;
    padding-left: 20px;
  }
  #naviFooterBody {
    display: flex;
    justify-content: space-between;
  }
  #naviFooterBody .category_wrap {
    width: 20.5%;
  }
  /* FOOTER BOTTOM -------------- */
  #footerBottom {
    background-color: #204f75;
		color: #FFF;
    padding: 35px 20px 30px;
  }
	#footerBottom a{
		color: #FFF;
  }
  #footerBottomInner {
    border-bottom: 1px solid #FFF;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 20px 25px;
    max-width: 1260px;
  }
  /* COPYRIGHT */
  #copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
  }
  #footerBottom ul {
    font-size: 14px;
    display: flex;
  }
  #footerBottom ul > li {
    margin-left: 25px;
  }
  /* COMPANY INFO */
  #companyName {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
  }
  #companyName > dt, #companyName > dd {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
  }
  #companyName > dt {
    font-size: 20px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #footerArea {
    background-color: #204F75;
		margin-top: 100px;
  }
  /* NAVI FOOTER -------------- */
  #naviFooter {
    display: none;
  }
  /* FOOTER BOTTOM -------------- */
  #footerBottomInner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 25px 0;
  }
  /* COPYRIGHT */
  #copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
		color: #FFF;
		margin-top: 10px;
  }
  #footerBottom ul {
    font-size: 13px;
    display: flex;
  }
  #footerBottom ul > li {
    margin: 0 12px;
  }
	#footerBottom ul > li a{
    color: #FFF;
  }
  /* COMPANY INFO */
  #companyName {
		border-top: 1px solid rgba(255,255,255,.40);
    color: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
		font-weight: 400;
    text-align: center;
    padding: 20px 20px 30px;
  }
  #companyName > dt {
    font-size: 15px;
		font-weight: 700;
    display: inline-block;
    margin-bottom: 5px;
  }
}