/* CSS Document */
/*
春: back_spring.jpg #eccdd3
夏: back_summer.jpg #1ab8e7
秋: back_autumn.jpg #fbc855
冬: back_winter.jpg #b0caed
正月: back_newyear.jpg #e5d54b
*/
/*-------------------------------*/
#wrapBody {
	background: #1ab8e7 url(../images/back_summer.jpg) no-repeat 50% 0;
	padding: 0;
}
#wrapBody .eleUnit {
	background: #1ab8e7 url(../images/back_summer.jpg) no-repeat 50% 0;
	padding: 40px 0 0 0;
}

@media screen and (max-width:640px) and (orientation:portrait) {
#wrapBody {
	padding: 10px 0 0;
}
#wrapBody .eleUnit {
	padding: 0;
	background: none;
	overflow:visible;
}
}
/*background:#ead4d8*/
/*-------------------------------*/
#wrapBody ul.nav {
	height: 110px;
}
#wrapBody ul.nav li {
	float: left;
	margin: 0 14px 0 0;
}
#wrapBody ul.nav li.dyn {
	margin: 0 0 0 0;
}
div.navUser ul.bnrPU li img.spview,
.spview {
	display: none;
}

#wrapBody #sub-nav {
	padding-bottom: 30px;
	position: relative;
}

#wrapBody #sub-nav + .eleUnit {
	background: none !important;
}

#wrapBody #sub-nav ul.nav {
	height: 80px;
	width: 960px;
	margin: 0 auto;
}
#wrapBody #sub-nav ul.nav li {
	float: left;
	margin: 0 16px 0 0;
	height: 80px;
}
#wrapBody #sub-nav ul.nav li:nth-child(3) {
	margin: 0 0 0 0;
}
div.navUser ul.bnrPU li img.spview,
.spview {
	display: none;
}

.sub-nav-service {
	position: relative;
	z-index: 500;
}
.sub-nav-service a::before {
	content: '';
	background-color: #d95363;
	width: 100%;
	height: 16px;
	bottom: -6px;
	left: 0;
	position: absolute;
}

.sub-nav-service a::before ,
.dd-menu ,
.sub-nav-bg {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.sub-nav-service a.ac::before ,
.dd-menu.ac ,
.sub-nav-bg.ac {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.dd-menu {
	position: absolute;
	width: 100vw;
	background-color: #d95363;
	top: 86px;
	left: calc( -50vw + 480px);
	padding: 40px 0;
	z-index: 500;
}
.dd-menu a {
	color: #fff;
	text-decoration: none;
}
.dd-menu-inner {
	width: 960px;
	margin: 0 auto;
}
.sub-nav-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	z-index: 400;
}

.dd-menu-top {
	margin-bottom: 30px;
}

.dd-menu-top ,
.dd-menu-middle {
	overflow: hidden;
}

.dd-menu-top li ,
.dd-menu-middle li {
	float: left;
	margin-right: 19px;
}

.dd-menu-top li:last-child {
	margin-right: 0;
}
.dd-menu-top a {
	position:relative;
	width:307px;
	height:90px;
	overflow:hidden;
	display:block;
	border-radius:4px;
}
.dd-menu-top a img {
	position:absolute;
	top:0;
	left:0;
	transition:all ease-out 0.1s;
}
.dd-menu-top a:hover img {
	top:2.5px;
}
.dd-menu-middle ,
.dd-menu-bottom {
	padding-top: 30px;
	border-top: 1px solid #b93a49;
}

.dd-menu-middle {
	padding-bottom: 15px;
}

.dd-menu-middle li {
	width: 300px;
	margin-bottom: 15px;
}

.dd-menu-bottom a {
	display: inline-block;
	background: url(../images/service_nav_mark.png) no-repeat left center;
	line-height: 1;
	padding: 7px 0 7px 40px;
}
.dd-menu-middle a:hover span,
.dd-menu-bottom a:hover span {
	text-decoration:underline;
}
.ico-nav-arrow {
	display: inline-block;
	padding-right: 15px;
	position: relative;
	line-height: 1;
}

.ico-nav-arrow::before {
	position: absolute;
	content: '';
	background: url(../images/service_nav_arrow.png) no-repeat left top / 100%;
	width: 5px;
	height: 8px;
	right: 0;
	top: 50%;
	margin-top: -4px;
}

.dd-menu-vod {
	padding: 30px 0;
	border-top: 1px solid #b93a49;
}

.dd-menu-vod h3 {
	margin: 0 0 15px 0;
	padding: 0 0 0 45px;
	color: #fff;
	line-height: 1.8;
	font-weight: bold;
	background: url(../images/service_icon_vod.png) no-repeat 0 center;	
}

.dd-menu-vod ul {
	display: flex;
	justify-content: space-between;
}

.dd-menu-vod li a {
	display: flex;
	height: 83px;
	overflow: hidden;
	border-radius: 4px;
}

.dd-menu-vod li a img {
	position: relative;
	top: 0;
	transition: all ease-out 0.1s;
}

.dd-menu-vod li a:hover img {
	top: 3px;
	transition: all ease-out 0.1s;
}

@media screen and (max-width:640px) and (orientation:portrait) {
#wrapBody ul.nav {
	height: 81px;
	margin-bottom: 10px;
}
div.navUser ul.bnrPU li a {
	background: none;
}

#wrapBody #sub-nav {
	padding: 10px 0;
	margin: 0 auto;
	height: auto;
}

#wrapBody #sub-nav ul.nav {
	min-width: 300px;
	width: 320px;
	height: 70px;
}
#wrapBody #sub-nav ul.nav li {
	height: 70px;
}

#wrapBody #sub-nav ul.nav li:nth-child(1) {
	display: none;
}

#wrapBody #sub-nav ul.nav li:nth-child(3) {
	float: right;
}

div.navUser ul.bnrPU li img.spview,
.spview {
	display: block;
}
div.navUser ul.bnrPU li a {
	background: none;
}
#wrapBody ul.nav li:first-child {
	display: none;
}

#wrapBody ul.nav li {
	width: 23.5%;
	margin-right: 2%;
}

#wrapBody ul.nav li img.pcview {
	display: none;
}
#wrapBody ul.nav li img.spview {
	width: 100%!important;
	margin: 0px;
	height: auto;
}
.pcview {
	display: none;
}
div.navUser ul.bnrPU li img.spview,
.spview {
	display: block;
}

#wrapBody #sub-nav ul.nav li {
	width: 49.0625% !important;
	margin: 0 !important;
}

#wrapBody #sub-nav ul.nav li img.pcview {
	display: none;
}
#wrapBody #sub-nav ul.nav > li > a {
	display: block;
	width: 100%;
	height: 100%;
}

#wrapBody #sub-nav ul.nav li img.spview {
	width: 100%!important;
	margin: 0px;
	height: auto;
}

.sub-nav-service a::before {
	height: 9px;
	bottom: -5px;
}

.dd-menu {
	left: calc(-50vw + 160px);
	top: 84px;
	padding: 20px 0 0;
}
.dd-menu-inner {
	width: 100%;
}
.dd-menu-top {
	margin-bottom: 10px;
	padding: 0 10px;
}

.dd-menu-top img {
	width: 100%;
}

.dd-menu-top li ,
.dd-menu-middle li {
	float: none;
	margin-right: 0;
}

.dd-menu-top li {
	margin-bottom: 5px;
}

.dd-menu-bottom {
	padding: 15px 10px;
}

.dd-menu-bottom p {
	background: #b93a49;
}

.dd-menu-bottom a {
	padding: 14px 15px 14px 38px;
	display: block;
	font-size: 16px;
	background-size: 22px auto;
	background-position: 10px center;
}

.dd-menu-bottom a span {
	display: block;
}

.sub-nav-close {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: -50px;
}

.sub-nav-close img {
	width: 100%;
}

.dd-menu-top a {
	position:static;
	width:auto;
	height:auto;
	display:block;
}
.dd-menu-top a img {
	position:static;
	top:0;
	left:0;
	transition:all ease-out 0.1s;
}
.dd-menu-top a:hover img {
	top:0;
}

.dd-menu-vod {
	padding: 10px;
}

.dd-menu-vod h3 {
	margin-bottom: 12px;
	padding-left: 35px;
	font-size: 16px;
	background-size: 28px auto;
}

.dd-menu-vod ul {
	display: block;	
}

.dd-menu-vod li {
	margin: 0 0 5px 0;
}

.dd-menu-vod li a {
	display: block;
	height: auto;
	border-radius: inherit;
}

.dd-menu-vod li img {
	width: 100%;
	height: auto;
}

.dd-menu-middle {
	padding: 0 10px;
}

.dd-menu-middle li {
	margin: 0;
	width: 100%;
	background: url(../images/service_line_sp.png) repeat-x 0 bottom;
	background-size: auto 1px;	
}

.dd-menu-middle li:last-child {
	background: none;
}

.dd-menu-middle li a {
	padding: 15px 0;
	display: block;
}

.dd-menu-middle li span {
	display: block;
}

}
/*-------------------------------*/
div.navUser {
	clear: both;
	height: 450px;
}
div.navUser li {
	float: left;
	margin: 0 15px 0 0;
}
div.navUser .bnrArea {
	float: left;
	width: 375px;
	height: 425px;
	margin: 0 15px 0 0;
}
div.navUser .bnrArea .userLink {
	margin-bottom: 10px;
}
div.navUser .bnrArea .first {
	position: relative;
	height: 355px;
	background: #2cb5ce;
	border-radius: 5px;
}
div.navUser .bnrArea .customer {
	position: relative;
	height: 355px;
	background: #ffd800;
	border-radius: 5px;
}

@media screen and (max-width:640px) and (orientation:portrait) {
div.navUser {
	clear: both;
	height: auto;
}
div.navUser li {
	float: none;
	margin: 0 0 0 0;
}
div.navUser .bnrArea {
	float: none;
	width: 100%;
	height: 385px;
	margin: 0 0 0 0;
}
div.navUser .bnrArea .first, div.navUser .bnrArea .customer {
	height: 300px;
}
div.navUser .bnrArea .userLink img {
	width: 100%;
	height: auto;
}
}
div.navUser ul.bnrPU {
	float: right;
}
div.navUser ul.bnrPU .pcPlice {
	display: block;
	margin-bottom: 10px;
	padding: 20px 10px 13px;
	border-radius: 6px;
	background-color: #d95363;
}
div.navUser ul.bnrPU .pcPlice .label {
	color: #fff;
	margin-bottom: 19px;
	line-height: 1;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
_::-webkit-full-page-media, _:future, :root div.navUser ul.bnrPU .pcPlice .label {
	font-size: 18px;
	word-spacing: 1px;
	white-space: pre;
}
div.navUser ul.bnrPU .pcPlice .icon {
	margin-bottom: 5px;
	text-align: center;
}
div.navUser ul.bnrPU .pcPlice .icon img { display: inline-block; }
div.navUser ul.bnrPU .pcPlice .btn:nth-of-type(1) { margin-bottom: 13px; }
div.navUser ul.bnrPU .pcPlice .btn a {
	display: block;
	position: relative;
	top: 0;
	width: 100%;
	padding: 10px 0 9px;
	border-radius: 6px;
	box-shadow: 0 3px 0 0 #bf9da1;
	line-height: 1;
	text-align: center;
	color: #d95363;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	transition: all ease-out 0.1s;
}
div.navUser ul.bnrPU .pcPlice .btn a:hover {
	top: 2px;
	box-shadow: 0 1px 0 0 #bf9da1;
}

div.navUser ul.bnrPU .spPlice { display: none; }
div.navUser ul.bnrPU li {
	float: none;
	margin: 0;
	display: inline;
}
div.navUser ul.bnrPU li img {
	margin: 0 0 15px 0;
	display: block;
}

@media screen and (max-width:640px) and (orientation:portrait) {
div.navUser ul.bnrPU {
	clear: both;
	float: none;
	margin: 10px 0 0 10px;
}
div.navUser ul.bnrPU li {
	float: left;
	width: 50%;
}
div.navUser ul.bnrPU .pcPlice { display: none; }
div.navUser ul.bnrPU .spPlice { display: inline; }
div.navUser ul.bnrPU li a {
	display: block;
	background: #d95363;
	border-radius: 5px;
	text-align: center;
	margin: 0 10px 0 0;
}
div.navUser ul.bnrPU li img {
	height: 100px;
	width: auto!important;
	display: inline;
}
}
/*-------------------------------*/
div.navOther,
div.navSlideOther {
	clear: both;
	height: 100px;
}
div.navOther .ele,
div.navSlideOther .ele {
	padding: 15px 0 15px 14px;
	background: #ffffff;
	border-radius: 5px;
}
div.navSlideOther .ele {
  padding: 15px 14px;
}
div.navOther ul {
	height: 56px;
	padding: 0;
	margin: 0;
}
div.navOther li {
	float: left;
	margin: 0 15px 0 0;
}
div.navSlideOther li img {
  margin-right:auto;
  margin-left:auto;
}
div.navOther li.dyn {
	margin: 0 0 0 0;
}

@media screen and (max-width:640px) and (orientation:portrait) {
div.navOther {
	padding: 10px 0 0;
	height: auto;
}
div.navOther .ele {
	margin: 0 10px 10px;
	padding: 5px;
}
div.navOther ul {
	height: auto;
	margin: 0 0 0 0;
}
div.navOther li {
	float: none;
	margin: 10px auto;
	text-align: center;
}
div.navOther li img {
	max-width: 280px!important;
	height: auto!important;
}
}
/*-------------------------------*/
div.homeBtm {
	clear: both;
	zoom: 1;
}
div.homeBtm a {
	text-decoration: none;
}
div.homeBtm a:hover {
	text-decoration: underline;
}
div.homeBtm .news, div.homeBtm .wrapNews {
	width: 335px;
	float: left;
	margin: 0 15px 0 0;
	padding: 0 0 15px 0;
}

@media screen and (max-width:640px) and (orientation:portrait) {
div.homeBtm .news{
	padding: 0 0 0 0;
}
div.homeBtm .news, div.homeBtm .wrapNews {
	width: auto;
	float: none;
	margin: 0;
}
}
div.homeBtm .ele {
	background: #ffffff;
	border-radius: 5px;
	padding: 15px;
	min-height: 100px;
}

@media screen and (max-width:640px) and (orientation:portrait) {
div.homeBtm .ele {
	margin: 10px 10px 0 10px;
	min-height: auto;
	border-radius: 5px 5px 0 0/5px 5px 0 0;
}
}
div.homeBtm .ele h2 {
	margin: 0 0 10px 0;
}
div.homeBtm .ele table {
	width: 100%;
}
div.homeBtm .ele th {
	padding: 5px 10px 5px 0;
	border-bottom: 1px dotted #c5d1e1;
}
div.homeBtm .ele td {
	padding: 5px 0;
	font-size: 0.9em;
	line-height: 150%;
	border-bottom: 1px dotted #c5d1e1;
}
div.homeBtm .news tr.btm th, div.homeBtm .news tr.btm td {
	border-bottom: none;
}
div.homeBtm div.link {
	display: block;
	margin: 6px 0 0 0;
}

@media screen and (max-width:640px) and (orientation:portrait) {
div.homeBtm div.link {
	margin: 0 10px 10px 10px;
	background: #ffffff;
	border-radius: 0 0 5px 5px/0 0 5px 5px;
}
div.homeBtm div.link p {
	text-align: center;
}
div.homeBtm div.link p img {
	max-width: 280px!important;
	height: auto!important;
}
}
div.homeBtm .ele dl {
	padding: 8px 0;
	border-bottom: 1px dotted #c5d1e1;
}
div.homeBtm .ele dl:last-child {
	padding: 8px 0 0 0;
	border-bottom: none;
}
div.homeBtm .ele dl dt {
	font-size: 0.9em;
	line-height: 150%;
}
div.homeBtm .ele dl dd {
	font-size: 0.75em;
	line-height: 150%;
	text-align: right;
}
div.homeBtm .maintenance div.info {
	margin: 0 0 10px 0;
	border: 1px solid #c2dcf3;
	padding: 9px;
	background: url(../images/home_maintenance_back.gif);
}
div.homeBtm .maintenance {
	margin: 15px 0 0 0;
}
div.homeBtm .maintenance div.info dt {
	text-align: center;
	margin: 0 0 14px 0;
}
div.homeBtm .maintenance div.info dd {
	font-size: 0.9em;
	line-height: 150%;
	text-align: center;
}
div.homeBtm .bnr {
	width: 260px;
	float: left;
	margin: 0;
}
div.homeBtm .bnr p {
	margin: 0 0 15px 0;
}
div.homeBtm .bnr .eleBnrSns {
	background: #ffffff;
	border-radius: 5px;
	padding: 15px 15px 5px 15px;
	margin: 0 0 15px 0;
}
div.homeBtm .bnr .eleBnrSns dt {
	padding: 0 0 15px 0;
}
div.homeBtm .bnr .eleBnrSns dd {
	padding: 0 0 10px 0;
}

@media screen and (max-width:640px) and (orientation:portrait) {
div.homeBtm .maintenance {
	margin: 0 0 0 0;
}
div.homeBtm .bnr {
	position: relative;
	height:150px;
	float: none;
	margin: 0 10px;
}
div.homeBtm .bnr p {
	margin:0 0 5px 0;
}
div.homeBtm .bnr p img {
	width: 135px;
	height: auto;
}
div.homeBtm .bnr .eleBnrSns {
	position: absolute;
	top: 0;
	left: 140px;
	width: 160px;
	padding: 0;
}
div.homeBtm .bnr .eleBnrSns dt{
	padding:5px;
}
div.homeBtm .bnr .eleBnrSns dd{
	padding:0 5px 5px 5px;
}
div.homeBtm .bnr .eleBnrSns img {
	width: 150px;
	height: auto;
}
}
/*-------------------------------*/
#wrapLpW .eleUnit {
	padding: 0 0 0 0;
	background: none;
}
/*-------------------------------*/
#side15000cp {
	opacity: 0;
	position: fixed;
	right: 0px;
	top: 250px;
	z-index: 10;
	width: 146px;
	font-size: 0px;
	line-height: 0px;
}

div#btmSlideSp {
  display:none;
}

@media screen and (max-width:640px) and (orientation:portrait) {
div#side15000cp {
  display:none;
}

div#btmSlideSp {
  display:block;
  position:fixed;
  bottom:-101px;
  left:0;
  z-index:100;
  width:100%;
  height:101px;
}

div#btmSlideSp div {
  position:relative;
  text-align:center;
}

a#btmSlideSpClose {
  display:block;
  position:absolute;
  top:0;
  right:5%;
  width:75px;
  height:30px;
}
}
/*-------20180413～---------------*/
div#scBtnBnr {
  height:166px;
}
div#scBtnBnr ul {
  height:122px;
}
div#scBtnBnr li {
  margin-bottom:10px;
}
@media screen and (max-width:640px) and (orientation:portrait) {
div#scBtnBnr, div#scBtnBnr ul {
  height:auto;
}

}
/*-------------------------------*/
p.lpo-bnr {
  margin-bottom:20px;
}
div#lpo-home-sp {
  display:none;
}
@media screen and (max-width:640px) and (orientation:portrait) {
p.lpo-bnr {
  margin-top:0;
  margin-bottom:10px;
}
p.lpo-bnr img {
  width:100%;
}
div#lpo-home-pc {
  display:none;
}
div#lpo-home-sp {
  display:block;
}
}
/*-------------------------------*/
div#important {
  margin-bottom:20px;
}
div.important {
  border:1px #CC0000 solid;
  background-color:#FFFFFF;
  color:#CC0000;
  min-height:2em;
  margin-bottom:10px;
  font-size:80%;
}
div.important dl {
  margin:0;
  padding:0;
}
div.important dl dt {
  float:left;
  width:9em;
  padding:5px;
  background-color:#CC0000;
  color:#FFFFFF;
  line-height:1.5;
}
div.important dl dd {
  margin-left:10em;
  padding:5px;
  line-height:1.5;
}
div.important dd a,
div.important dd a:link,
div.important dd a:visited {
  color:#CC0000;
  font-weight:bold;
  text-decoration:underline;
}
div.important dd a:hover,
div.important dd a:active {
  text-decoration:none;
}

@media screen and (max-width:640px) and (orientation:portrait) {
div.important dl dt {
  float:none;
  box-sizing:border-box;
  width:100%;
  margin-bottom:5px;
}
div.important dl dd {
  margin-left:0;
}
}

span.ann-date { display:block; font-size:0.85em; text-align:right; line-height:1; }
span.ann-date br { display:none; }

/*-------------------------------*/
/*20200529*/
div.navUser ul.bnrPU {
	float: right;
}
div.navUser ul.bnrPU .pcPlice {
	display: block;
	margin-bottom: 13px;
	padding: 20px 10px 13px;
	border-radius: 6px;
	background-color: #d95363;
}
div.navUser ul.bnrPU .pcPlice .label {
	color: #fff;
	margin-bottom: 19px;
	line-height: 1;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
:root div.navUser ul.bnrPU .pcPlice .label {
	font-size: 18px;
	word-spacing: 1px;
	white-space: pre;
}
div.navUser ul.bnrPU .pcPlice .icon {
	margin-bottom: 5px;
	text-align: center;
}
div.navUser ul.bnrPU .pcPlice .icon img { display: inline-block; }
div.navUser ul.bnrPU .pcPlice .btn:nth-of-type(1) { margin-bottom: 13px; }
div.navUser ul.bnrPU .pcPlice .btn a {
	display: block;
	position: relative;
	top: 0;
	width: 100%;
	padding: 10px 0 9px;
	border-radius: 6px;
	box-shadow: 0 3px 0 0 #bf9da1;
	line-height: 1;
	text-align: center;
	color: #d95363;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	transition: all ease-out 0.1s;
}
div.navUser ul.bnrPU .pcPlice .btn a:hover {
	top: 2px;
	box-shadow: 0 1px 0 0 #bf9da1;
}

div.navUser ul.bnrPU .spPlice { display: none; }
div.navUser ul.bnrPU li {
	float: none;
	margin: 0;
	display: inline;
}
div.navUser ul.bnrPU li img {
	margin: 0 0 13px 0;
	display: block;
}

@media screen and (max-width:640px) and (orientation:portrait) {
div.navUser ul.bnrPU {
	clear: both;
	float: none;
	margin: 10px 0 0 10px;
}
div.navUser ul.bnrPU li {
	float: left;
	width: 50%;
}
div.navUser ul.bnrPU .pcPlice { display: none; }
div.navUser ul.bnrPU .spPlice { display: block; float:none; width:100%; margin-bottom:10px; }
div.navUser ul.bnrPU li a {
	display: block;
	background: #d95363;
	border-radius: 5px;
	text-align: center;
	margin: 0 10px 0 0;
}
div.navUser ul.bnrPU li img {
/*	height: 100px;
	width: auto!important;*/
  width:100% !important;
  height:auto;
	display: inline;
}
}

div.navUser ul.bnrPU li img.spview,
div.navUser ul.bnrPU li a.spview {
	display: none;
}
@media screen and (max-width:640px) and (orientation:portrait) {
div.navUser ul.bnrPU li a {
	background: none;
}
div.navUser ul.bnrPU li img.spview,
div.navUser ul.bnrPU li a.spview {
	display: block;
}
div.navUser ul.bnrPU li img.pcview,
div.navUser ul.bnrPU li a.pcview {
	display: none;
}
}

/*end*/
