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

/*-----全体-----*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;	/* 全ての要素をborder-boxに */
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
/*	background: #f9f8f2; */
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    color: #555;
    -webkit-text-size-adjust: 100%;    /* iPhone Safari用 文字サイズ調整 */
}

/*----- 共通 -----*/

.block {
    width: 1100px;
    margin: 0 auto;
}
.pc {
    display: block;
}
.sm {
    display: none;
}
.center {
    text-align: center !important;
}
.right {
    text-align: right;
}

/*-----テキスト-----*/

p {
    margin: 0 0 1em 0;
    line-height: 1.75em;
}
/*-----リスト-----*/

ul {
    list-style: none;
}

ul.list_circle li {
    background: url("../images/list04.png") no-repeat 0 2px;
    padding-left: 1.5em;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.box_01 ul.list_circle li:last-child {
    margin-bottom: 0 !important;
}


ul.list_circle li li {
    list-style: circle;
    background: none;
    padding-left: 0;
    margin-left: 2em;
    margin-top: 0.8em;
}

ul.list_pdf li {
    background: url("../images/icon_pdf.png") no-repeat 0 0;
    margin-bottom: 12px;
    padding-left: 1.8em;
}

ul.list_link li  {
    background: url("../images/arrow01_mini.png") no-repeat 0 2px;
    padding-left: 1em;
    line-height: 1.2em;
	margin-left: 10px;
    margin-bottom: 15px;
}
ul.list_link li a {
	text-decoration: none;
}
ul.list_link li a:hover {
	text-decoration: underline;
}

ol {
    padding: 0 0 0.5em 2em;
}
ol li {
    padding: 0 0 0.7em 0;
    list-style: decimal;
}



/*-----リンク-----*/

a {
    color: #1111cc;
   text-decoration: none;
}
a:hover {
     text-decoration: underline;
}

/*-----ヘッダー-----*/

#index .header_bg {	/* indexのみ適用 */
   	position: fixed;
	width: 100%;
	z-index: 999999;
/* 	background: rgba(255,255,255,0.7); */
	background: url(../images/header_bg_img.png) repeat-x;
	height: 120px;
}
#default .header_bg {
   	position: fixed;
    width: 100%;
    margin: -70px auto 0 auto;
	background: #fff;
	z-index: 9999;
	box-shadow: 2px 2px 3px #ddd;
}
header {
    position: relative;
    width: 100%;
	padding: 13px 0 8px 0;
    z-index: 100;
}
.header_left {
    width: 380px;
    float: left;
	margin-top: -3px;
}
.header_left .logo {
	width: 90%;
}

/*-----ナビ-----*/

/* mddNav（ドロップダウンメニュー全体とナビボタン） */

nav .contact_sm, nav .form,nav .sm_index, nav .mainmenu_sm_support {
    display: none;
}

nav ul li .eng {
	display: block;
	margin: 0;
	font-size: 9px;
	font-family: "FB Benton Sans Book";
	letter-spacing: 1.5px;
}

nav ul li a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
 /*  
 opacity: 0;
  visibility: hidden;
  transition: .3s;
 */
}
nav ul li a:hover::after {
   transform: scale(1, 1);
 /*   bottom: -4px;
    opacity: 1;
  visibility: visible; */
}

#mddNav > ul {
  display: flex; /*グローバルナビゲーションを横並びに*/
  float: right;
/*  margin: 5px auto 0 auto;*/  
  margin: 6px auto 0 auto;
  width: 630px;
  text-align: center;
}
#mddNav > ul > li {
  height: 48px;
  margin: 0 0 0 40px;
  box-sizing: border-box;
}
#mddNav > ul > li > a {
  position: relative;
  display: block;
  height: 48px;
  text-align: center;
  transition: all 0.2s linear;
  	font-size: 14.4px;
	text-decoration: none;
	color: #000;
	line-height: 120%;
}
/* #mddNav > ul > li:hover > a {
	opacity: 0.6;
}*/

/* mddWrap */

#mddNav .mddWrap {
	position: absolute;
	top: 65px;
	left: 0px;
	z-index: 100;
	overflow: hidden;
	display: none;
	width: 100%;
	height: auto;
	text-align: center;
	background: #fff;
	background: linear-gradient(to bottom, rgba(256, 256, 256, 0.85) 0%, rgba(256,256,256, 1.0) 100%);  
	box-shadow: 0px 3px 3px -3px #ddd;
}
#mddNav .mddWrap .mddInner {
  margin: 0 auto;
  padding-top: 20px;
  width: 1080px;
  height: 310px;
  line-height: 1.5em;
  text-align: left;
}
#mddNav .mddWrap .mddInner > .dropContent {
  display: flex;
}
#mddNav .mddWrap .mddInner > .dropContent > div {
  margin-right: 30px;
  width: 360px;
  border-right: #ddd 1px solid;
}
#mddNav .mddWrap .mddInner > .dropContent > div.wide {
  width: 360px;
}
#mddNav .mddWrap .mddInner > .dropContent > div:last-child {
  margin-right: 0;
  border-right: none;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul {
	margin-top: 5px;
	margin-bottom: 10px;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li {

  line-height: 1.6em;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li i {
  font-size: 12px;
  margin-right: 5px;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li a {
  text-decoration: none;
  font-size: 90%;
  color: #333;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li a:hover {
  text-decoration: underline;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li a::after {
  bottom: 0;
  left: 0;
  content: none;
  height: 0;
  background: none;
}
#mddNav .mddWrap .mddInner p {
  margin: 0 0 20px 0;
  padding-left: 10px;
  line-height: 1.6em;
  letter-spacing: 2px;
  border-left: #ef5350 5px solid;
  color: #000;
}
#mddNav .mddWrap .mddInner p strong {
  font-size: 1.3em;
  display: block;
  font-family: "TBUDゴシック B";
}
#mddNav .mddWrap .mddInner > div span {
  margin-bottom: 5px;
  font-family: "TBUDゴシック B";
  color: #000;
}

/* 各カラーの指定 */

/* 個人のお客様 */
#mddNav li.individual span.eng { color: #ef5350;}
nav ul li.individual  a::after { background: #ef5350;}
#mddNav li.individual .mddWrap .mddInner p {border-left: #ef5350 5px solid;}
#mddNav li.individual .mddWrap .mddInner > .dropContent > div > ul > li i { color: #ef5350;}
#mddNav li.individual .mddWrap .mddInner p span.eng2 {color: #ef5350; letter-spacing: 0;}

/* 法人のお客様 */
#mddNav li.corporation span.eng { color: #ea8e0a;}
nav ul li.corporation  a::after { background: #ea8e0a;}
#mddNav li.corporation .mddWrap .mddInner p {border-left: #ea8e0a 5px solid;}
#mddNav li.corporation .mddWrap .mddInner > .dropContent > div > ul > li i { color: #ea8e0a;}
#mddNav li.corporation .mddWrap .mddInner p span.eng2 {color: #ea8e0a; letter-spacing: 0;}

/* 各種手続き */
#mddNav li.procedure span.eng {	color: #696969;}
nav ul li.procedure  a::after { background: #696969;}
#mddNav li.procedure .mddWrap .mddInner p {border-left: #696969 5px solid;}
#mddNav li.procedure .mddWrap .mddInner > .dropContent > div > ul > li i { color: #000;}
#mddNav li.procedure .mddWrap .mddInner p span.eng2 {color: #696969; letter-spacing: 0;}

/* Webメール */
#mddNav li.webmail span.eng { color: #33B1E4;}
nav ul li.webmail  a::after { background: #33B1E4;}

/* 会員様サポート */
#mddNav li.support span.eng { color: #4D9E04;}
nav ul li.support  a::after { background: #4D9E04;}
#mddNav li.support .mddWrap .mddInner p {border-left: #4D9E04 5px solid;}
#mddNav li.support .mddWrap .mddInner > .dropContent > div > ul > li i { color: #4D9E04;}
#mddNav li.support .mddWrap .mddInner p span.eng2 {color: #4D9E04; letter-spacing: 0;}

/* ---------    検索、連絡先　右固定ナビ　----------- */

#slideR {
    position: fixed;
	width: 450px;
/*	height: 250px;*/
	height: 200px;
    top: 200px;
    right: -400px;
	padding: 24px 12px;
    background: -moz-linear-gradient(left, #ef5350, #ea8e0a);
    background: -webkit-linear-gradient(left, #ef5350, #ea8e0a);
    background: linear-gradient(to right, #ef5350, #ea8e0a);
/*
    background: #c9161d;
*/
	border-radius: 20px 0 0 20px;
	z-index: 1000;
	cursor: pointer;
}
#slideR .info {
	float: left;
	width: 310px;
	margin-left: 24px;
}
#slideR .info .waku {
	padding: 1em;
	background: #fff;
	color: #c9161d;
	border-radius: 20px;
}
#slideR .info .number {
    font-size: 30px;
    margin: 0;
    font-family: "UD新ゴNT DB";
	line-height: 100%;
}
#slideR .info .number a {
	color: #c9161d;
	text-decoration: none;
}
#slideR .info .time {
    font-size: 11px;
    letter-spacing: 0;
    margin: 5px 0;
}
#slideR .info .fax {
    letter-spacing: 0;
    margin: 0;
}

/* サイト内検索 */

#slideR .search {
    position: relative;
    width: 310px;
    font-size: 100%;
	margin-top: 8px;
}
#slideR #searchtext2 {
	position: absolute;
	width: 310px;
	height: 36px;
	padding: 3px 10px 0 1em;
	border: solid 1px #fff;
	border-radius: 20px;
	color: #999;
	font-size: 90%;
}
#slideR #submit_btn2 {
    position: absolute;
    width: 28px;
    height: 28px;
    border: none;
    top: 10px;
    right: 15px;
    cursor: pointer;
    background: #fff url("../images/icon_search.png") no-repeat 5px 5px;
}

/* サイト内検索（footer） */

.footer_center .search {
    position: relative;
    width: 495px;
    font-size: 100%;
	margin-top: 6px;
}
.footer_center #searchtext2 {
	position: absolute;
	width: 495px;
	height: 30px;
	padding: 1px 10px 0 1em;
	border: solid 1px #fff;
	border-radius: 20px;
	color: #999;
	font-size: 90%;
}
.footer_center #submit_btn2 {
    position: absolute;
    width: 28px;
    height: 28px;
    border: none;
    top: 6px;
    right: 15px;
    cursor: pointer;
    background: #fff url("../images/icon_search.png") no-repeat 5px 5px;
}

/*-----パンくず-----*/

#breadcrumbs {
    margin: 0 auto;
    overflow: hidden;
    padding: 4px 0 5px 0;
}
#breadcrumbs ul {
    width: 1000px;
    margin: 0 auto;
    font-size: 70%;
}
#breadcrumbs li {
    display: inline;
    padding: 0 2px 0 0;
}
#breadcrumbs li:after {
    content: "›";
    margin-left: 8px;
	color: #999;
    font-size: 14px;
}
#breadcrumbs li:last-child:after {
    content: none;
}
#breadcrumbs li a {
    color: #000884;
    text-decoration: none;
}
#breadcrumbs li a:hover {
    text-decoration: underline;
}

/*-----メインコンテンツ-----*/

#contents {
    width: 1000px;
    margin: 10px auto 0 auto;
}

/*-----コンテンツ内の枠-----*/

.contents_wrap {
	margin: 20px auto;
	padding: 50px;
	box-shadow: 1px 1px 5px 5px #f8f8f8;
}

.contents_wrap.about { 
	background: url("../images/about_img.jpg") no-repeat right;
	line-height: 300%;
}

/* ---------   slick slider　----------- */

 .slider {
	margin: 0 auto;
	height: auto;
}
.slider img {
	width: 100%;
	height: auto;
}

/*-----ページトップ-----*/

#page-top {
    position: fixed;
    bottom: 170px;
    right: 20px;
    height: 60px;
    width: 60px;
    padding-top: 6px;
	border: solid 1px #eee;
	background: #fff;
    color: #999;
    font-size: 30px;
    text-align: center;
	line-height: 150%;
    cursor: pointer;
}
#page-top img {
	width: 35px;
}
#page-top:hover {
    opacity: 0.7;
    filter: top_menu(opacity=70);
    -ms-filter: "top_menu(opacity=70)";
}

/*-----フッター-----*/

.footer_bg {
    width: 100%;
    min-width: 1100px;
    background: #677279;
    margin-top: 50px;
	padding: 24px 0 24px 0;
}
footer {
    width: 1100px;
    margin: 0 auto;
    color: #fff;
}
.footer_left {
    float: left;
    width: 380px;
    margin-top: 26px;
}
.footer_left img {
    width: 300px;
}
.address {
    font-size: 80%;
	letter-spacing: 2px;
    color: #fff;
    margin: 10px 0 0 0;
    font-weight: lighter !important;
}
.copy {
    color: #ccc;
    font-size: 65%;
    margin-top: 23px;
}
.footer_center {
    float: left;
    width: 540px;
    margin-top: 30px;
}
.footer_center_l {
    float: left;
    font-size: 190%;
/*    font-size: 200%;*/
    font-family: "ヒラギノUD角ゴ W5 JIS2004";
    letter-spacing: 0;
}
.footer_center_l a{
	color: #fff;
	text-decoration: none;
}
.footer_center_r {
    float: left;
/*    padding: 10px 0 0 16px;*/
    padding: 7px 0 0 16px;
    font-size: 75%;
	line-height: 120%;
}
.footer_center ul {
/*	margin-top: 20px;
*/	margin-top: 0px;
}
.footer_center li {
    display: inline;
    margin-left: 16px;
    font-size: 80%;
    letter-spacing: 0.07em;
}
.footer_center li:first-child {
    margin-left: 0;
}
.footer_center li a {
    color: #fff;
    text-decoration: none;
}
.footer_center li a:hover {
   color: #ccc;
   text-decoration: none;
}
.footer_right {
    float: right;
    width: 140px;
    font-size: 60%;
	line-height: 130%;
}
.footer_right img {
	margin-bottom: 5px;
}


/*-----見出し-----*/

.h1_bg {
    width: 100%;
    min-width: 1100px;
    height: 300px;
	margin-top: 70px;
/*	background: url("../images/h1_bg01.jpg") no-repeat top center;
    margin-top: -10px;
    background: -moz-linear-gradient(left, rgba(239, 83, 80, 0.8), rgba(234, 142, 10, 0.8));
    background: -webkit-linear-gradient(left, rgba(239, 83, 80, 0.8), rgba(234, 142, 10, 0.8));
    background: linear-gradient(135deg, rgba(239, 83, 80, 0.9), rgba(234, 142, 10, 0.9)), url(../images/h1_bg01.jpg) no-repeat center;*/
    background: url(../images/h1_bg00.jpg) no-repeat center;
	background-size: cover;
    text-align: center;
	z-index: 0;
}
/*	
.h1_bg::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 0;
	}
*/	


.h1_bg01 {
    width: 100%;
    min-width: 1100px;
    height: 300px;
	margin-top: 70px;
    background: url("../images/h1_bg01.jpg") no-repeat center;
	background-size: cover;
    text-align: center;
	z-index: 0;
}

.h1_bg02 {
    width: 100%;
    min-width: 1100px;
    height: 300px;
	margin-top: 70px;
    background: url("../images/h1_bg02.jpg") no-repeat center;
	background-size: cover;
    text-align: center;
	z-index: 0;
}



h1 {
	display: inline-block;
    margin: 70px auto 0 auto;
    padding: 24px 100px 34px 100px;
    background:  rgba(256, 256, 256, 0.6);
    font-size: 28px;
    letter-spacing: 0.2em;
	color: #000;
    font-family: "TBUDゴシック B";
    line-height: 30px;
	text-shadow: 1px 1px 5px #fff;
    text-align: center;
}
h1 span {
	display: inline-block;
	margin: 0 auto 15px auto;
	padding: 0 0.5em 5px 0.5em;
    font-size: 50%;
    letter-spacing: 0.3em;
	color: #000;
	border-bottom: solid 1px #000;
/*		font-family: "UDDigiKyoItalic Regular";*/
	font-family: "FB Benton Sans Book";
	font-weight: normal;
}
h2 {
    background:  url("../images/h2.png") no-repeat 0em 1em;
    padding: 1em 0.5em 0.9em 1em;
    margin-top: 50px;
    margin-bottom: 20px;
    font-family: "TBUDゴシック B";
    color: #000;
	font-size: 27px;
	line-height: 120%;
	letter-spacing: 1px;
	/* border-bottom: solid 3px #FFDFDF; */
}
h2:first-child, h3:first-child {
    margin-top: 0 !important;
}
h3 {
    background: url("../images/h3.png") no-repeat 0 4px;
    padding: 0 0.5em 0.6em 1em;
    border-bottom: solid 2px #eee;
    margin: 60px 0 40px;
    font-family: "TBUDゴシック B";
    color: #000;
    font-size: 22px;
}

.h3 {
    padding: 0;
    margin: 40px 0 20px;
    font-family: "TBUDゴシック B";
    color: #000;
    font-size: 20px;
}

h4 {
	margin: 20px 0 10px 0.5em;
    color: #000;
    font-family: "TBUDゴシック B";
	color: #555;
}


/*-------------- トップページ ---------------*/

.user {
    margin: 30px 0 0 10px;;
}
.user li {
    display: inline;
    margin-right: 14px;
    letter-spacing: 0.07em;
}

.user a {
    color: #333;
    text-decoration: none;
}
.user a:hover {
    color: #666;
}

/*-----会員様向けサポート、各サービスの扉-----*/

.user_menu_l {
    float: left;
	height: 410px;
}
.user_menu_l span {
	display: none;
}
.user_menu {
	font-size: 13px;
	color: #777;
}
.user_menu .text {
    margin: 8px 0;
    color: #000;
    font-family: "ヒラギノUD角ゴ W5 JIS2004";
    font-size: 18px;
    letter-spacing: 0.05em;
}
.user_menu .box2, .user_menu .box3 {
    text-align: center;
    margin: 35px 0;
	padding: 0 1em;
}
.user_menu .box2 { width: 300px; }
.user_menu .box3 { width: 330px; }
.user_menu .border, .user_menu.border {
    border-top: 1px #e9ebec solid;
}
.box2.border_right, .box3.border_right {
    border-right: 1px #e9ebec solid;
}

/*-----indexのお問い合わせ枠-----*/

.index_contact {
    width: 100%;
    min-width: 1100px;
	margin-bottom: 20px;
    padding: 36px 0 30px 0;
    background: #c9161d;
    color: #fff;
    text-align: center;
}
.index_contact a{
    color: #fff;
	text-decoration: none;
}
.index_contact .box {
    width: 800px;
    border: #fff solid 2px;
    margin: 0 auto 10px auto;
	padding: 1.2em 0 1.5em 0;
}
.index_contact .number {
    font-size: 220%;
    text-align: center;
    margin: 0 auto 8px auto;
    font-family: "UD新ゴNT DB";
    letter-spacing: 0.05em;
}

.index_contact .fax01 {
	margin-left: 2em;
	font-size: 50%;
    font-family: "ヒラギノUD角ゴ W3 JIS2004";
}
.index_contact .fax02 {
	font-size: 80%;
    font-family: "ヒラギノUD角ゴ W3 JIS2004";
}

.index_contact .time {
	font-size: 90%;
    letter-spacing: 1px;
}

.index_contact .text {
    font-size: 80%;
}

/*-----個人・法人のお客様向けサービス-----*/

.new_menu_wrap {
    width: 1100px;
    margin: 0 auto 20px auto;
}

.new_menu {
    width: 550px;
    float: left;
}
/*.new_menu_l a:hover,.new_menu_r a:hover{
opacity: 0.7;
    filter: top_menu(opacity=70);
	-ms-filter: "top_menu(opacity=70)";}*/
.individual_menu_bg, .corporation_menu_bg {
    background: #edf0f4;
    text-align: center;
    padding-bottom: 20px;
}
.individual_menu_l {
    float: left;
    height: 246px;
}
.individual_menu_r {
    float: left;
    margin-left: 2em;
}
.individual_menu_r ul {
    margin-top: 30px;
}
.individual_menu_r li {
    background: url("../images/list01.png") no-repeat 1px;
    background-size: 12px 12px;
    padding-left: 1.6em;
    line-height: 2.6em;
    font-size: 85%;
    font-family: "ヒラギノUD角ゴ W5 JIS2004";
}
.corporation_menu_l {
    float: left;
    height: 246px;
}
.corporation_menu_r {
    float: left;
    margin-left: 2em;
}
.corporation_menu_r ul {
    margin-top: 28px;
}
.corporation_menu_r li {
    background: url("../images/list02.png") no-repeat 2px;
    background-size: 12px 12px;
    padding-left: 1.6em;
    line-height: 2.6em;
    font-size: 85%;
    font-family: "ヒラギノUD角ゴ W5 JIS2004";
}
.individual_menu_r li a, .corporation_menu_r li a {
    text-decoration: none;
    color: #000;
}
.individual_menu_r li a:hover, .corporation_menu_r li a:hover {
    text-decoration: underline;
}

/*-----詳しく見る-----*/

a.details_btn  {
	display: inline-block;
    text-align: center;
    padding: 6px 25px;
    border-radius: 30px;
    background: #ef5350;
    color: #fff;
	
    text-decoration: none;
}
a.details_o {
    text-align: center;
    padding: 6px 25px;
    border-radius: 30px;
    background: #ea8e0a;
    color: #fff;
    font-size: 82%;
    text-decoration: none;
    margin-top: 38px;
}
a.details_btn:hover, a.details_o:hover {
    opacity: 0.7;
    filter: top_menu(opacity=70);
    -ms-filter: "top_menu(opacity=70)";
}

/*-----個人のお客様-----*/

.details_btn  {
	display: inline-block;
    text-align: center;
    padding: 6px 25px;
    border-radius: 30px;
    background: #ef5350;
    color: #fff;
    text-decoration: none;
}
.details_o {
    text-align: center;
    padding: 6px 25px;
    border-radius: 30px;
    background: #ea8e0a;
    color: #fff;
    font-size: 82%;
    text-decoration: none;
    margin-top: 38px;
}

/*-----NEW-----*/

.new_icons {
    width: 60px;
    height: 15px;
    text-align: center;
    padding: 1px 10px;
    border-radius: 30px;
    background: #ef5350;
    color: #fff;
    font-size: 70% !important;
    text-decoration: none !important;
    margin-left: 10px;
}
.new_icons a:hover {
    text-decoration: none;
}
.new_iconm {
    width: 65px;
    height: 18px;
    text-align: center;
    padding: 2px 10px;
    border-radius: 30px;
    background: #ef5350;
    color: #fff;
    font-size: 60% !important;
    text-decoration: none;
    font-weight: normal !important;
    margin-right: 1em;
}

/*-----トップページお知らせ-----*/

.index_info {  /* 枠 */
    clear: both;
    padding: 35px 0px;
    width: 830px;
    margin: 0 auto;
	text-align: center;
}
.index_info .title, .index_maintenance .title {	/* 保守・故障情報と同じtitle */
	display: inline-block;
    color: #000;
    border-bottom: #7e7f80 2px solid;
    text-align: center;
    margin:  0 auto 30px auto;
	padding: 0 0.5em;
    font-size: 150%;
    font-family: "ヒラギノUD角ゴ W5 JIS2004";
    letter-spacing: 0.05em;
}

.index_info li {
    border-bottom: 1px dotted #b8b8b8;
    background: url(../images/arrow01.png) no-repeat right;
    background-size: 5px 10px;
    font-size: 90%;
	text-align: left;
    padding: 22px 0 22px 10px;
    color: #000;
font-family: "ヒラギノUD角ゴ W3 JIS2004";
}


.index_info li.linkno {
    background: none;
}


.index_info li a {
    display: block;
    color: #000;
    text-decoration: none;
/*    padding: 22px 0 22px 10px;
*/    font-family: "ヒラギノUD角ゴ W3 JIS2004";
    letter-spacing: 0.05em;
}

.index_info li:first-child a {
    padding-top: 10px;
}
.index_info a:hover {
    opacity: 0.7;
    filter: top_menu(opacity=70);
    -ms-filter: "top_menu(opacity=70)";
}
.index_date {
    letter-spacing: 0.2em;
    color: #838080;
    font-size: 90%;
    font-family: "ヒラギノUD角ゴ W5 JIS2004";
    margin-right: 25px;
}


/*.index_info dl {
	clear: both;
}
*/
.index_info dl dt{
	float: left;
	font-size: 92%;
	text-align: left;
	padding:1.5em 0 1.5em 0;
}

.index_info dl dd{
	font-size: 92%;
	text-align: left;
    background: url(../images/arrow01.png) no-repeat right;
    background-size: 5px 10px;
	padding:1.5em 0 1.5em 9em;
	border-bottom: 1px #ccc dotted !important;
}

.index_info dl dd a{
    color: #000;
    text-decoration: none;
    font-family: "ヒラギノUD角ゴ W3 JIS2004";
    letter-spacing: 0.05em;
}
.index_info dl dd.red_bold a{/*20220912追加*/
    color: rgb(196, 4, 11);;
    text-decoration: none;
    font-family: "ヒラギノUD角ゴ W3 JIS2004";
    letter-spacing: 0.05em;
}

.index_info .linkno {
    background: none;
	color: #000;
    font-family: "ヒラギノUD角ゴ W3 JIS2004";
}


/*-----トップページ保守・故障情報-----*/

.index_maintenance {  /* 枠 */
    width: 100%;
	min-width: 830px;
    margin: 30px auto;
    background: #edf0f4;
    padding: 35px 0;
	text-align: center;
}
.index_maintenance .block {
    /*width: 700px;*/
    width: 855px;
	margin: 0 auto;
}
.index_maintenanced dl dt {
    padding: 0.7em 0;
    letter-spacing: 0.01em;
}
.index_maintenance dl dd {
    padding: 0.7em 0em 0.7em 9em;
    border-bottom: 1px dotted #b8b8b8;
}
.index_maintenance a {
    color: #000;
    text-decoration: underline;
    text-decoration-color: #7e7f80;
}
.index_maintenance a:hover {
    opacity: 0.7;
    filter: top_menu(opacity=70);
    -ms-filter: "top_menu(opacity=70)";
}
.maintenance_info {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
	text-align: left;
}
.maintenance_info ul {
    margin-top: 15px;
}
.maintenance_info li {
    line-height: 1.8em;
    font-size: 85%;
    font-family: "ヒラギノUD角ゴ W5 JIS2004";
    letter-spacing: 0.07em;
	margin-left: 1em;
	text-indent: -1em;
}
.maintenance_info li::before {
	content: "・";
}
.title2 {
    font-size: 110%;
    font-family: "ヒラギノUD角ゴ W5 JIS2004";
    letter-spacing: 0.08em;
    margin-top: 20px;
}
.maintenance_date {
    letter-spacing: 0.2em;
}
.area {
    height: 20px !important;
    background: #424242;
    color: #fff !important;
    border-radius: 30px !important;
    font-size: 80% !important;
    padding: 2px 10px !important;
    margin-left: 20px !important;
}
.area_long {
    height: 20px !important;
    background: #424242;
    color: #fff !important;
    border-radius: 30px !important;
    font-size: 80% !important;
    padding: 2px 10px !important;
}
hr {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px dotted #b8b8b8;
}

.index_button {
    width: 340px;
    background: #ef5350;
    margin-top: 20px;
    font-size: 90%;
}

.index_button a {
    display: block;
    padding: 13px 40px 13px 20px;
    color: #fff;
    text-decoration: none;
    background: #ef5350 url("../images/arrow02.png") no-repeat top 16px right 15px;
    background-size: 6px 14px;
}
.index_button a:hover {
    opacity: 0.7;
    filter: top_menu(opacity=70);
    -ms-filter: "top_menu(opacity=70)";
}

/*-----トップページバナー-----*/

.index_banner {
    width: 830px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

.index_banner li {
	display: inline;
	margin-right: 50px;
}
.index_banner li:last-child {
	margin-right: 0;
}
.index_banner a:hover {
    opacity: 0.7;
    filter: top_menu(opacity=70);
    -ms-filter: "top_menu(opacity=70)";
}


/*-----ボタンメニュー-----*/

ul.button_menu {
	margin: 0 0 50px 30px;
}
.button_menu li a {
    float: left;
    margin-right: 2em;
    padding: 10px 30px 10px 20px;
    background: #ef5350 url("../images/arrow02.png") no-repeat top 14px right 15px;
    background-size: 6px 14px;
	border-radius: 5px;
    color: #fff;
    text-decoration: none;
}
.button_menu li a:hover {
    opacity: 0.7;
    filter: top_menu(opacity=70);
    -ms-filter: "top_menu(opacity=70)";
}

.button_menu_city li {
    list-style: none !important;
    background: none !important;
}
.button_menu_city li a {
    float: left;
    width: 60px;
	margin-left: 0;
    padding: 10px 10px;
    background: #ef5350 url("../images/arrow02.png") no-repeat top 15px right 10px;
    background-size: 6px 14px;
    color: #fff;
    text-decoration: none;
    margin-right: 0.5em;
    margin-top: 10px;
    font-size: 80%;
	border-radius: 5px;
}
.button_menu_city li a:hover {
    opacity: 0.7;
    filter: top_menu(opacity=70);
    -ms-filter: "top_menu(opacity=70)";
}
.button_menu_free li {
    list-style: none !important;
    background: none !important;
}
.button_menu_free li a {
    float: left;
    padding: 10px 20px;
    background: #ef5350 url("../images/arrow02.png") no-repeat top 14px right 15px;
    background-size: 6px 14px;
    color: #fff;
    text-decoration: none;
    margin-right: 3em;
    margin-top: 10px;
	border-radius: 5px;
}
.button_menu_free li a:hover {
    opacity: 0.7;
    filter: top_menu(opacity=70);
    -ms-filter: "top_menu(opacity=70)";
}







.new_menu02{
	width: 460px;
	height: 260px;
	background: #fff;
	padding: 30px ;
}

.new_menu02_left{
	width: 550px
}

.new_menu02_right{
	width: 85px;
	float: right;
}


.new_menu02 .individual_icon{
	padding: 0.2em 2em;
	font-size: 78%;
display: inline-block;
    text-align: center;
    border-radius: 30px;
    background: #ef5350;
    color: #fff;
    text-decoration: none;
}




.new_menu02 .details_btn{
	padding: 0.2em 2em;
	font-size: 78%;
}

.new_menu02 .details_btn a{
	text-decoration: none;
	color: #fff;
}

.new_menu02 .details_btn a:hover {
    opacity: 0.7;
    filter: top_menu(opacity=70);
    -ms-filter: "top_menu(opacity=70)";
}



.new_menu02 .corporation_btn{
	
}


.muryou{

}

.color_ef5350{
	color: #ef5350;
}


.chatbotFrame {
    z-index: 1000000000001 !important;
}


/* ========================================  float解除 */

.clearfix {
    min-height: 1px;
}
.clearfix:after {
    content: " ";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clear {
	clear: both;
}
