@media screen and (max-width: 767px) {
	.m-areaMenu__itemMain {
		padding: 20px 10px 10px;
	}
	.m-areaMenu__itemSub {
		padding: 10px 10px 20px;
	}
}

.m-areaInfo__txt {
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	.m-areaInfo__txt {
		font-size: 11px;
	}
}

/**********************

  .m-home-btn

**********************/
.m-home-btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.m-home-btn:nth-of-type(2n) {
	padding-left: 5px;
}

.m-home-btn:nth-of-type(2n + 1) {
	padding-right: 5px;
}

.m-home-btn__link {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 5px -2px #222;
	box-shadow: 0 1px 5px -2px #222;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	height: 100% !important;
	line-height: inherit !important;
	padding: 15px 30px;
}

.m-home-btn.-home .m-home-btn__link {
	border: 1px solid #dd7a41;
	color: #dd7a41;
}

@media screen and (max-width: 767px) {
	.m-home-btn__link {
		padding: 10px;
	}
}

.m-home-btn__img {
	width: 25px;
	height: auto;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 0px;
}

@media screen and (max-width: 767px) {
	.m-home-btn__img {
		width: 20px;
	}
}

.m-home-btn__label {
	display: block;
	font-size: 12px;
	text-align: center;
	padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
	.m-home-btn__label {
		font-size: 11px;
	}
}

.m-home-btn__label span {
	font-weight: bold;
}

.m-home-btn__label.-jcom span {
	color: #e83817;
}

.m-home-btn__label.-grade-green span {
	color: #01a23e;
}

@media screen and (max-width: 767px) {
	.m-home-btn__txt {
		font-size: 12px !important;
	}
}

.m-home-btn__line {
	display: block;
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.m-home-btn__line {
		font-size: 13px !important;
	}
}

.m-home-btn__line.-jcom {
	color: #e83817;
}

.m-home-btn__guide {
	color: #000;
	display: inline-block;
	font-size: 18px;
	padding-left: 10px;
}

@media screen and (max-width: 767px) {
	.m-home-btn__guide {
		font-size: 12px;
	}
}

.m-home-btn__smTxt {
	display: block;
	text-align: center;
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	.m-home-btn__smTxt {
		font-size: 11px;
	}
}

@media screen and (max-width: 767px) {
	.m-home-btn .m-areaMenu__freecall {
		font-size: 14px;
	}
}

/**********************

  .m-areaService

**********************/
.m-areaService__inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 800px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.m-areaService__inner {
		padding: 0 10px;
	}
}

.m-areaService__hdg {
	color: #e83817;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin: 60px 0 25px 0;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.m-areaService__hdg {
		font-size: 18px;
		margin: 35px 0 20px;
	}
}

.m-areaService__subHdgWrap {
	padding-bottom: 24px;
}

.m-areaService__subHdgWrap.-top-space {
	padding-top: 35px !important;
}

@media screen and (max-width: 767px) {
	.m-areaService__subHdgWrap.-top-space {
		padding-top: 0 !important;
	}
}

.m-areaService__subHdg {
	color: #e83817;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.m-areaService__subHdg {
		font-size: 16px;
	}
}

.m-areaService__subHdg.-black {
	color: #000;
}

.m-areaService__subHdgLead {
	line-height: 1;
	text-align: center;
	margin-top: 10px;
}

.m-areaServiceReason__itemHdg {
	color: #e83817;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.m-areaServiceReason__itemHdg {
		color: #000;
		font-size: 12px;
	}
}

.m-areaServiceReason__itemTxt {
	margin: 8px 0 0;
}

@media screen and (max-width: 767px) {
	.m-areaServiceReason__itemTxt {
		display: none;
	}
}

.m-areaService__image {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.m-areaService__image {
		padding: 0 10px;
	}
}

.m-SubListService {
	box-sizing: border-box;
	padding: 25px 0 0;
	max-width: 800px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.m-SubListService {
		padding: 25px 10px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		font-size: 12px;
	}

	.m-SubListService .m-link-arrow {
		font-size: 12px;
	}
}

.m-SubListService__item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.m-SubListService__item {
		text-align: left;
	}
}

.m-SubListService__item small {
	font-size: 11px;
}

@media screen and (max-width: 767px) {
	.m-SubListService__item small {
		display: block;
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	.m-SubListService__list {
		text-align: left;
	}
}

.m-planServiceBtn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.m-planServiceBtn:nth-of-type(2n) {
	padding-left: 5px;
}

.m-planServiceBtn:nth-of-type(2n + 1) {
	padding-right: 5px;
}

.m-btn .m-planServiceBtn__title {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}

@media screen and (max-width: 767px) {
	.m-btn .m-planServiceBtn__title {
		padding: 10px 0 0;
	}
}

.m-btn .m-planServiceBtn__lead {
	font-size: 12px;
	font-weight: normal;
}

.m-btn .m-planServiceBtn__lead em {
	font-size: 18px;
	font-weight: bold;
}

.m-planServiceBtn__icons {
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.m-planServiceBtn__icon {
	display: block;
	margin: 0 5px;
}

/* 20210709TOPお知らせsp時カテゴリ表示 */
@media screen and (max-width: 767px) {
	.m-areaInfo.m-areaInfo-toponly .notification dt img, .m-areaInfo.m-areaInfo-toponly .news dt img {
		display: none;
	}
	.m-areaInfo.m-areaInfo-toponly .notification dt.newsCategory, .m-areaInfo.m-areaInfo-toponly .news dt.newsCategory {
		display: block;
		margin: 0;
		margin-bottom: 5px;
	}
}


.m-areaInfoList {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media screen and (max-width: 767px) {
	.m-areaInfoList {
		flex-direction: column;
		align-items: flex-end;
		justify-content: flex-end;
	}
}

.m-areaInfoList__item {
	padding: 0 5px;
}

.m-areaInfoList__link {
	padding: 8px 26px 8px 10px;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
	display: block;
	position: relative;
	border: 1px solid #ddd;
	background: #fff;
}

.m-areaInfoList__link:after {
	width: 6px;
	height: 6px;
	margin: -5px 0 0;
	position: absolute;
	right: 10px;
	top: 50%;
	border-top: 2px solid #e83315;
	border-right: 2px solid #e83315;
	transform: rotate(45deg);
	content: '';
}

.m-color-mdu {
	color: #039ebc;
}
.m-color-sdu {
	color: #dd7a41;
}
.m-btn-mdu {
	border: 1px solid #039ebc;
}
.m-btn-sdu {
	border: 1px solid #dd7a41;
}
.m-btn-sdu img {
	width: 25px;
}
.m-btn-normal {
	box-shadow: none;
	border: 1px solid #b5b5b5;
}
.m-btn-normal[data-type="search"] img {
	width: 27px;
}
.m-btn-normal[data-type="simu"] img {
	width: 17px;
}
.m-btn-conv[data-type="move"] img {
	width: 32px;
}
.m-btn-conv[data-type="ope"] img {
	width: 23px;
}
.m-btn-conv[data-type="bill"] img {
	width: 23px;
}
.m-btn-conv[data-type="tv"] img {
	width: 23px;
}
.m-btn-conv[data-type="event"] img {
	width: 23px;
}
@media screen and (max-width: 767px) {
	.m-freecall {
		font-size: 16px;
		margin:;
	}
}
.m-areaMenu__freecall span {
	margin :3px 0 0;
}
.m-btn-green {
	border: 1px solid #6caa01;
}
.m-btn-top {
	padding: 5px 20px;
}
.m-btn-conv p {
	font-size: 16px !important;
}
@media screen and (max-width: 767px) {
	.m-btn-conv p {
		font-size: 14px !important;
	}
}

.m-areaMenu__freecall {
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.m-areaMenu__freecall {
		font-size: 14px;
	}
}

.m-areaInfo__sub p {
	margin-top: 0;
}


/*緊急のお知らせ*/
.m-listNotice[data-view="pc"] {
  font-size: 12px;
}

.m-listNotice[data-view="sp"] {
  padding: 0 !important;
}

.m-listNotice[data-view="pc"] .importantNotification .label {
  width: 94px;
  height: 18px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 18px;
  text-align: center;
  /*position: absolute;*/
  top: 0;
  left: 0;
  background: #e83817;
}
.m-listNotice[data-view="pc"] .importantNotification .date {
  margin-right: 20px;
  display: block;
  float: left;
  clear: left;
}

.m-listNotice[data-view="sp"] .importantNotification .date {
  display: none;
  float: none
}

.m-listNotice[data-view="sp"] .importantNotification .label {
  display: inline-block;
  width: 94px;
  height: 18px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 18px;
  text-align: center;
  position: relative;
  margin: 0 0 10px 0;
  top: 0;
  left: 0;
  background: #e83817;
}

.m-listNotice[data-view="pc"] .importantNotification .content {
  display: block;
  float: left;
}

.m-listNotice[data-view="sp"] .importantNotification .content {
  display: block;
  float: none;
}

.m-listNotice[data-view="sp"] .importantNotificationWrap {
	margin: 10px 0 10px 0;
}

/*緊急のお知らせ改修 20200220*/
/* PC */
.m-listNotice[data-view="pc"] {
	padding: 0;
}
.m-listNotice[data-view="pc"] .importantNotification{
	position: relative;
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}
.m-listNotice[data-view="pc"] .importantNotification .cf::after{
	content: "";
	display: block;
	clear: both;
}
.m-listNotice[data-view="pc"] .importantNotification .label {
	width: 120px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #eb5432;
	line-height: 18px;
	text-align: center;
	/*position: absolute;*/
	top: 12px;
	left: 10px;
	z-index: 1;
	background: transparent;
}
.m-listNotice[data-view="pc"] .importantNotification .label::before{
	content: "！";
	display: inline-block;
	width: 18px;
	height: 18px;
	color: #fff;
	border-radius: 50%;
	background: #e83817;
	margin-right: 5px;
}
.m-listNotice[data-view="pc"] .importantNotification .contentArea {
	position: relative;
	background: #fff3ea;
	border: 1px solid #ea5814;
	padding: 40px 20px 0;
}
.m-listNotice[data-view="pc"] .importantNotification .content{
	padding-bottom: 10px;
}
.m-listNotice[data-view="pc"] .importantNotification .content a{
	color: #225383;
	padding-bottom: 10px;
}
.m-listNotice[data-view="pc"] .importantNotification .date{
	position: relative;
	padding-bottom: 10px;
	margin-right: 20px;
}
/*
.m-listNotice[data-view="pc"] .importantNotification .date::after {
	content: "その他";
	display: inline-block;
	width: 80px;
	height: 18px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	background: #999999;
	color: #fff;
}
*/
.m-listNotice[data-view="pc"] .importantNotification .date + dt{
	float: left;
	margin-right: 10px;
}

/* SP */
.m-listNotice[data-view="sp"]{
	margin: 0 0 15px;
}
.m-listNotice[data-view="sp"] .importantNotificationWrap{
	background: #fff3ea;
	margin: 0;
	padding: 10px 10px 0;
}
.m-listNotice[data-view="sp"] .importantNotification .label{
	background: transparent;
	color: #eb5432;
	font-size: 14px;
	width: 100%;
	max-width: 100%;
	height: auto;
	text-align: left;
}
.m-listNotice[data-view="sp"] .importantNotification .label::before{
	content: "！";
	display: inline-block;
	width: 18px;
	height: 18px;
	color: #fff;
	border-radius: 50%;
	background: #e83817;
	margin-right: 5px;
	text-align: center;
}
.m-listNotice[data-view="sp"] .importantNotification .content{
	padding-bottom: 10px;
}
.m-listNotice[data-view="sp"] .importantNotification .content a{
	color: #225383;
	display: inline-block;
	padding-left: 1.5em;
	text-indent: -1.4em;
}
.m-listNotice[data-view="sp"] .importantNotification .content a::before{
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: solid 2px #e83817;
	border-right: solid 2px #e83817;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 10px;
}
.m-listNotice[data-view="sp"] .importantNotification .date + dt{
	display: none;
}

.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

/* J:COMをご検討中の方 */
.m-flex-bug{
	display: block;
	padding-top: 18px;
}

/* 20190821追記 */
.m-copyright {
	margin-bottom: 140px;
}
@media screen and (max-width: 767px){
.m-copyright {
   margin-bottom: 110px;}
}

/* 202107 チャットボット用の画像表示 TOPonly*/
/* .m-floatFooter__openBtn {
	width: 160px !important;
} */