@charset "UTF-8";

.pc {
  display: none;
}

body {
  background: #F0F8FF;
}

body {
	font-family: Sans-serif;
	color: #333;
}

#block01 {
  margin: 10px 10px 0;
}
.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  border-top: 3px solid #4D7CB0;
  padding: 5px;
  box-shadow: 4px 0 10px #cecece;
  z-index: 9999999999;
  height: 54px;
  background: url(../../../img/usr/corporatesite/h-bg.png) bottom right 30px no-repeat, #FFFFFF;
  background-size: 60% auto;
}

.drawer-toggle {
  top: 5px;
}

.drawer-hamburger-open {
  background: url(../../../img/usr/corporatesite/open-ico.png);
  background-size: cover;
  display: block;
  margin-top: 10px;
  width: 48px;
  height: 58px;
  position: absolute;
  top: -6px;
  right: 4px;
}

.drawer-open .drawer-hamburger-open {
  background: url(../../../img/usr/corporatesite/close-ico.png);
  background-size: cover;
  display: block;
  margin-top: 10px;
  width: 48px;
  height: 58px;
  position: absolute;
  top: -6px;
  right: 4px;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0 !important;
}

nav.drawer-nav {
  top: 66px;
  z-index: 9999999999;
}


.fixed-nav h1 {
  width: 130px;
}

img {
  width: 100%;
}


/***********************************************
	header
************************************************/

header {
	width: 100%;
  height: 66px;
	background: #FFFFFF;;
}
header .inner {
	height: 100px;
	background: url(../../../img/usr/corporatesite/h-bg.png) top right no-repeat,
	#FFFFFF;
}
header .inner h1 {
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #FFFFFF;
}
header .inner p a:hover {
	opacity: 1;
}


#block01 #ec {
background: #FFF;
padding-top: 20px;
border: 3px solid #e6e6e6;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px;
margin-bottom: 10px;
}
#block01 #ec h2 {
margin-bottom: 10px;
}


#block01 #ts {
  position: relative;
	background: #FFF;
	border: 3px solid #e6e6e6;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
	box-sizing: border-box;
  padding: 20px;
}

#block01 #ts::after {
  content: "";
  background: url(../../../img/usr/corporatesite/ts-label.sp.png);
  position: absolute;
  width: 32%;
  height: 17%;
  background-size: cover;
  top: 0;
  right: 0;
}
#block01 #ts h2{
	margin-bottom: 8px;
}

#block01 #ts {
	text-align: center;
}

#block02 #l-box {
  margin: 10px;
}
#block02 #r-box {
  margin: 10px;
}


/***********************************************
	block02 l-box
************************************************/

#block02 {
	margin-bottom: 40px;
}

/******** banner-recommend ********/

#block02 #l-box #recommend {
	margin-bottom: 10px;
	background: #f7f7f7;
  border: 3px solid #e6e6e6;
  padding: 20px;
}

#block02 #l-box #recommend h3 .tagline, #block02 #l-box #recommend2 h3 .tagline, #block02 #l-box #recommend3 h3 .tagline {
  font-size: 12px;
  display: block;
  font-weight: normal;
  color: #3c3c3c;
  line-height: 2.0;
}

#block02 #l-box #recommend h3 {
  color: #4d7cb0;
  font-size: 20px;
  text-align: center;
  margin: 0 0 10px;
}
#block02 #l-box #recommend-border {
	display: block;
	height: 1px;
	margin: 0 auto 10px;
	background: #4d7cb0;
}
#block02 #l-box #recommend-desc {
  line-height: 1.8;
}

#block02 #l-box #recommend-desc a {
  position: relative;
  line-height: 50px;
  color: #fff;
  display: block;
  background: #4d7cb0;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

#block02 #l-box #recommend-desc a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  content: "";
  width: 8px;
  height: 11px;
  margin-top: -6px;
  background: url(../../../img/usr/corporatesite/arrow.png) 0 0 no-repeat;
  -webkit-background-size: 8px 11px;
  background-size: 8px 11px;
}

#block02 #l-box #recommend2 {
	margin-bottom: 10px;
	background: #F5F5DC;
  border: 3px solid #e6e6e6;
  padding: 20px;
}
#block02 #l-box #recommend2 h3 {
  color: #4d7cb0;
  font-size: 20px;
  text-align: center;
  margin: 0 0 10px;
}
#block02 #l-box #recommend2-border {

}
#block02 #l-box #recommend2-desc {

}


#block02 #l-box #recommend3 {
	margin-bottom: 10px;
	background: #e0ffff;
  border: 3px solid #e6e6e6;
  padding: 20px;
}
#block02 #l-box #recommend3 h3 {
  color: #4d7cb0;
  font-size: 20px;
  text-align: center;
  margin: 0 0 10px;
}
#block02 #l-box #recommend3-border {
	display: block;

	height: 1px;
	margin: 0 auto 10px;
	background: #4d7cb0;
}
#block02 #l-box #recommend3-desc {
	width: 650px;
	margin: 0 auto;
}

#sitemap {
  margin: 30px 10px 10px;
}
#sitemap h4 {
  position: relative;
  color: #4D7CB0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 12px;
}

#sitemap .pagelist {
  text-align: center;
}

#sitemap .pagelist li {
  display: inline-block;
}
#sitemap .pagelist li a {
  position: relative;
  color: #4D7CB0;
  font-size: 16px;
  padding: 15px 15px 15px 40px;
  background: #FFF;
  line-height: 3.3;
  letter-spacing: 1.0;
}

#sitemap .pagelist li:first-child a::before {
  content: "";
  position: absolute;
  background: url(../../../img/usr/corporatesite/p1-ico.png) 0 0 no-repeat;
  width: 18px;
  height: 16px;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 14px;
}

#sitemap .pagelist li:nth-child(2) a::before, #sitemap .pagelist li:nth-child(3) a::before{
  content: "";
  position: absolute;
  background: url(../../../img/usr/corporatesite/p2-ico.png) 0 0 no-repeat;
  width: 18px;
  height: 16px;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 14px;
}


#sitemap .pagelist li:nth-child(4) a::before {
  content: "";
  position: absolute;
  background: url(../../../img/usr/corporatesite/p4-ico.png) 0 0 no-repeat;
  width: 18px;
  height: 16px;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 14px;
}


#sitemap .pagelist li:nth-child(5) a::before {
  content: "";
  position: absolute;
  background: url(../../../img/usr/corporatesite/p5-ico.png) 0 0 no-repeat;
  width: 18px;
  height: 16px;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 14px;
}


#sitemap .pagelist li:nth-child(6) a::before {
  content: "";
  position: absolute;
  background: url(../../../img/usr/corporatesite/p6-ico.png) 0 0 no-repeat;
  width: 18px;
  height: 16px;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 14px;
}


/******** 新着惁E�� ********/

#block02 #news {
  background: #FFF;
  padding: 20px;
  border: 3px solid #e6e6e6;
}
#block02 #news h4 {
  position: relative;
	color: #4D7CB0;
	font-size: 20px;
	font-weight: bold;
  text-align: center;
  padding-bottom: 12px;
}

#block02 #news h4::after {
  content: "";
  position: absolute;
  width: 50px;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 1px solid #D1E1F2;
  padding-bottom: 10px;
  bottom: 0;
}
.more a {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
	background: #f7f7f7;
	font-size: 10px;
	text-align: center;
}
.more a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 10px;
	margin-top: -5px;
	background: url(../../../img/usr/corporatesite/arrow_b.png) 0 0 no-repeat;
	background-size: 7px 10px;
	content: "";
}
#block02 #news ul li {
  position: relative;
  border-bottom: 1px dashed #c3c3c3;
  padding: 12px 0;
}

#block02 #news > a {
  position: relative;
  line-height: 50px;
  color: #fff;
  display: block;
  background: #4d7cb0;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

#block02 #news > a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  content: "";
  width: 8px;
  height: 11px;
  margin-top: -6px;
  background: url(../../../img/usr/corporatesite/arrow.png) 0 0 no-repeat;
  -webkit-background-size: 8px 11px;
  background-size: 8px 11px;
}

#news li span {
  display: block;
  line-height: 2.0;
}

.news {
  position: relative;
}
.news:after {
	position: absolute;
	top: 50%;
	left: 70px;
	width: 100px;
	height: 20px;
	line-height: 20px;
	margin: -10px 0 0 20px;
	background: #b04d4d;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	content:"ニュースリリース";
}
.media:after {
	position: absolute;
	top: 50%;
	left: 70px;
	width: 100px;
	height: 20px;
	line-height: 20px;
	margin: -10px 0 0 20px;
	background: #7eb04d;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	content:"メディア掲載";
}


/***********************************************
	block02 r-box
************************************************/

#block02 #r-box img {
	margin-bottom: 10px;
}
#block02 #r-box #banner-case {

}
#block02 #r-box #btn-case {

}

/***********************************************
	pagetopボタン
************************************************/

#pagetopsp {
  position: fixed;
  bottom: 0;
  right: 0;
}
#pagetopsp a {
  position: relative;
  display: block;
  background: #0067B4;
  color: #fff;
  padding: 30px 15px 10px;
  line-height: 1.0;
  font-size: 12px;
}

#pagetopsp a::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 12px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ec-desc {
  text-align: left;
  line-height: 1.8;
  margin: 15px 0;
}

#ts-desc {
  text-align: left;
  line-height: 1.8;
  margin: 15px 0;
}

#btn_aqua a {
	display: block;
    font-size: 12px;
	line-height: 50px;
	background: #21acc6;
	font-weight: bold;
}

/******** TSキャップ ********/

#btn_blue a {
	display: block;
	background: #4d7cb0;
	font-weight: bold;
}

#btn_aqua a, #btn_blue a {
	position: relative;
	line-height: 50px;
	color: #fff;
}
#btn_aqua a:after, #btn_blue a:after {
	position: absolute;
	top: 50%;
	right: 12px;
	display: block;
	content: "";
	width: 8px;
	height: 11px;
	margin-top: -6px;
	background: url(../../../img/usr/corporatesite/arrow.png) 0 0 no-repeat;
	-webkit-background-size: 8px 11px;
	background-size: 8px 11px;
}



.drawer-nav .btn {
  padding: 10px;
}

.drawer-nav .pagelist li {
    border-bottom: 1px solid #E6E6E6;
}

.drawer-nav .pagelist li a {
  position: relative;
  color: #4D7CB0;
  font-size: 14px;
  padding: 12px 12px 12px 40px;
  background: #FFF;
  line-height: 2;
  letter-spacing: 1.0;
  display: block;
}

.drawer-nav .pagelist li:first-child a::before {
  content: "";
  position: absolute;
  background: url(../../../img/usr/corporatesite/p1-ico.png) 0 0 no-repeat;
  width: 18px;
  height: 16px;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 14px;
}

.drawer-nav .pagelist li:nth-child(2) a::before, .drawer-nav .pagelist li:nth-child(3) a::before{
  content: "";
  position: absolute;
  background: url(../../../img/usr/corporatesite/p2-ico.png) 0 0 no-repeat;
  width: 16px;
  height: 14px;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 14px;
}


.drawer-nav .pagelist li:nth-child(4) a::before {
  content: "";
  position: absolute;
  background: url(../../../img/usr/corporatesite/p4-ico.png) 0 0 no-repeat;
  width: 16px;
  height: 14px;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 14px;
}


.drawer-nav .pagelist li:nth-child(5) a::before {
  content: "";
  position: absolute;
  background: url(../../../img/usr/corporatesite/p5-ico.png) 0 0 no-repeat;
  width: 16px;
  height: 14px;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 14px;
}


.drawer-nav .pagelist li:nth-child(6) a::before {
  content: "";
  position: absolute;
  background: url(../../../img/usr/corporatesite/p6-ico.png) 0 0 no-repeat;
  width: 16px;
  height: 14px;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 14px;
}

.sp-flogo {
  width: auto;
}

footer {
  width: 100%;
  background: #FFF;
  padding-top: 30px;
  text-align: center;
  /* border-top: solid 1px #ddd; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.43) !important;
}

.drawer-open .drawer-overlay {
  overflow: hidden;
}
