@charset "utf-8";
/* CSS Document */

body {
  overflow-x: hidden;
}

.brandingWrap {
  position: relative;
  margin: 0 calc(((100vw - 100%) / 2) * -1) 20px;
  padding: 0 calc((100vw - 100%) / 2);
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url( "../image/branding.jpg");
  background-size: cover;
  height: 420px;
  /*height: 320px;*/
}

.brandingWrap > h1 {
  position: absolute;
  bottom: 7vh;
  /*bottom: 28px;*/
  display: inline-block;
  padding: 25px 40px 25px 0;
  background-color: rgba(0,0,0,0.75);
  color: #fff;
  font-size: 150%;
  font-weight: bold;
}
.brandingWrap > h1:before {
  content: "";
  background: rgba(0,0,0,0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 9999px;
}


.envContentNavi {
  margin: 0 calc(((100vw - 100%) / 2) * -1);
  padding: 0 calc((100vw - 100%) / 2);
  border-bottom: 6px solid #C00000;
}
.envContentNavi > ul {
  margin: 0 0 0 -1px;
}
.envContentNavi > ul:after {
  content: "";
  display: block;
  clear: both;
}
.envContentNavi li {
  float: left;
	width: 33.33333%;
  padding-left: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.envContentNavi li a {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 13px 0;
  text-align: center;
  background-color: #F2F2F2;
  color: #707070;
  font-weight: bold;
  font-size: 120%;
  line-height: 100%;
}
.envContentNavi li a span {
  font-size: 90%;
}
.envContentNavi li a:link,
.envContentNavi li a:visited {
  color: #707070;
	text-decoration: none;
}
.envContentNavi li a:hover,
.envContentNavi li a:active,
.envContentNavi li.Current a {
  margin-top: 0;
  padding: 19px 0 13px;
	color: #fff;
	text-decoration: none;
	background-color: #C00000;
}

.blogTitle {
  margin: 0;
  padding: 0 ;
  
  background-color: #E1E1E1;
}

.listWrap {
  margin: 0 calc(((100vw - 100%) / 2) * -1) 0;
  padding: 20px calc((100vw - 100%) / 2);
  *background-color: #E1E1E1;
}
.listInner {
  display: none;
}
.listInner h2 {
  margin: 0 0 15px;
  padding: 0;
  background: none;
  font-size: 100%;
  color: #000;
}


.envPanel {
  margin: 0 0 0 -20px;
  width: 102%;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
}
.envPanel .column {
  position: relative;
	float: left;
	width: 25%;
  margin: 0 0 20px;
	padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.envPanel .column4 {
  position: relative;
	float: left;
	width: 100%;
  margin: 0 0 20px;
	padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.envPanel .Inner {
	position: relative;
	width: 100%;
	margin: 0;
  cursor: pointer;
}
.envPanel .Inner p {
	margin: 0;
}
.envPanel .Inner .Title,
.envPanel .Inner .Title2,
.envPanel .Inner .Title3 {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #fff;
  background-color: rgba(0,0,0,0.75);
  border-radius: 0 0 4px 4px;
/*
	background: url(/image/jp/r1/bg_image_heading.png);
*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.envPanel .Inner .Title,
.envPanel .Inner .Title3 {
	padding: 3% 6% 1% 6%;
}

.envPanel .Inner .Title2 {
	padding: 13px 15px;
}

.envPanel .Inner .Title p,
.envPanel .Inner h2,
.envPanel .Inner h3,
.envPanel .Inner h4 {
	min-height: 20px;
	margin: 0;
  padding: 0 5px 0 0;
	font-weight: bold;
	font-size: 90%;
	color: #fff;
	line-height: 130%;
 	/*background-image: url(/image/jp/r1/icon/icon_down_l_white_hd.gif) !important;*/
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
}

.envPanel .Inner .Title a:link,
.envPanel .Inner .Title2 a:link,
.envPanel .Inner .Title3 a:link {
  text-decoration: none;  
}

.envPanel .Inner .Title a:visited,
.envPanel .Inner .Title2 a:visited,
.envPanel .Inner .Title3 a:visited {
  color: #fff;  
}

.envPanel .Inner .Title a:hover,
.envPanel .Inner .Title2 a:hover,
.envPanel .Inner .Title3 a:hover {
  text-decoration: underline;
  color: #fff;
}

.envPanel .Inner.active .Title p,
.envPanel .Inner.active h2,
.envPanel .Inner.active h3,
.envPanel .Inner.active h4 {
  /*background-image: url(/image/jp/r1/icon/icon_up_l_white_hd.gif) !important;*/
  
}

.envPanel .Inner img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}


.envPanel .subMenu {
  min-height: 1px;
  background-color: #fff;
  display: none;
  position: absolute;
  z-index: 2;
  /*z-index: 999;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.envPanel:not(.accordionStyle) .subMenu {
  width: 100%;
}
.envPanel.accordionStyle .subMenu {
  position: relative;
  margin: 30px auto;
  padding: 15px;
}

.subMenuPC {
  position: relative;
  display: none;
  margin: 0 0 30px;
  padding: 15px;
  background-color: #fff;
}
.envPanel.accordionStyle .subMenu:before,
.subMenuPC:before {
  border:20px solid transparent;
  border-bottom-color:#fff;
  border-top-width:0;
  top:-20px;
  content:"";
  display:block;
  left:50%;
  position:absolute;
  width:0;
  margin-left: -20px;
}
.subMenuPC.arrowLeft:before {left:14.9%;}
.subMenuPC.arrowCenter:before {left:50%;}
.subMenuPC.arrowRight:before {left:82.9%;}

.envPanel.accordionStyle .subMenu h3,
.subMenuPC h3 {
  font-size: 100%;
  color: #fff;
  margin-bottom: 15px;
}


.columnWrap {
  margin-left: -20px;
}
.columnWrap:after {
  content: "";
  display: block;
  clear: both;
}
.columnWrap .col {
  float: left;
  width: 50%;
  padding: 0 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h2.env-sectiontitle {
    /*padding-top: 1.25em;
    margin-bottom: 1.5em;*/
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
	text-align: center;
	background: none;
}

h2.env-sectiontitle > span {
    display: inline-block;
    font-size: 100%;
    font-weight: 400;
	background-color: #ffffff;
}

/* background color */
.green {
	background-color: #3D808C;
	opacity: 0.6;
}

.blue {
	background-color: #2C618B;
	opacity: 0.6;
}

.ygreen {
	background-color: #BBD189;
	
}

.white {
	background-color: #fff;
	padding: 10px auto ;
}
.gray {
	background-color: #f2f2f2;
	padding: 10px auto ;
}


.BoxPattern_env {
	clear: both;
	margin: 0 0 15px;
	padding: 5px 0 5px 0;
	border: solid 2px #ddd;
}
.BoxPattern_env:after {
	content: "";
	display: block;
	clear: both;
}
.BoxPattern_env .BoxImgStyle {
	margin: -15px 0 0;
	padding: 0 0 15px;
}
.BoxPattern_env .ImgOnlyStyle {
	margin-bottom: 10px;
}
.BoxPattern_env p,
.BoxPattern_env ul,
.BoxPattern_env dl {
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.BoxPattern_env .ThumbW60SetStyle,
.BoxPattern_env .ThumbW120SetStyle,
.BoxPattern_env .ThumbW180SetStyle,
.BoxPattern_env .ThumbW230SetStyle {margin-left: 15px;}

.BoxPattern_env .ThumbW60SetStyle .Img,
.BoxPattern_env .ThumbW120SetStyle .Img,
.BoxPattern_env .ThumbW180SetStyle .Img,
.BoxPattern_env .ThumbW230SetStyle .Img {padding-right: 5px;}

.BoxPattern_env .ImgW60SetStyle .ImgSet {margin-left: -90px;}
.BoxPattern_env .ImgW120SetStyle .ImgSet {margin-left: -150px;}
.BoxPattern_env .ImgW180SetStyle .ImgSet {margin-left: -210px;}
.BoxPattern_env .ImgW230SetStyle .ImgSet {margin-left: -270px;}

.c-list.-relatedlink.c-item {
    margin-top: 1.5em;
    
}
.c-link {
    margin-top: 1.5em;
    
}

.k-br {
	display: inline-block; 
}

@media screen and (max-width: 994px) {
}

@media screen and (max-width: 767px) {

  .JS .brandingWrap > h1 {
    font-size: 130%;
  }

  .JS .envPanel {
    margin-left: 0;
  }
  .JS .envPanel .column {
    float: none;
    width: 100%;
    padding: 0;
  }

  .JS .columnWrap {
    margin-left: 0;
  }
  .JS .columnWrap .col {
    float: none;
    width: 100%;
    padding: 0;
  }
 .JS .envPanel .Inner .Title,
 .JS .envPanel .Inner .Title3 {
	padding: 15px 15px;
  }

}


@media screen and (max-width: 579px) {
}

@media screen and (max-width: 414px) {

.JS .brandingWrap {
  height: 280px;
  background-size: cover;
}

.brandingWrap > h1 {
  bottom: 13px;
  padding: 10px 15px 10px 0;
}

}

@media screen and (max-width: 399px) {
  .JS .brandingWrap > h1 {
    font-size: 120%;
  }
}
