﻿@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width:100%;
	margin:0 auto;
	font-size:14px;
	color:#000000;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	 word-wrap : break-word;
 	overflow-wrap : break-word;
}

header {
	width:960px;
	margin:10px auto;
}

/*nav {
	width:100%;
}*/
nav {
	width:100%;
	background:#fff;
	box-shadow:0 1px 2px #d0d8dc;
	竅йoom:1;
}
nav:after {
   content:'';
   display:block;
   clear:both;
}

#contents {
	width:960px;
	margin:10px auto;
}

#main {
	float:right;
	width:670px;
}


#sub {
	float:left;
	width:250px;
}

#subnav {
	display:none;
}
/*#sub{
	float:right;
	width:20.25%;
}

#subnav{
	display:none;
}
*/
a {
	color:#0066CC;
}
a:hover {
	color:#000;
	text-decoration:none;
}



h1 {
	color:#ffa500;
	font-size:200%;
	line-height:1.4;
	font-weight:bold;
	margin-bottom:20px;
}
h1 a {
	color:#202020;
	text-decoration:none;
	font-weight:bold;
}
h1 a:hover {
	color:#202020;
	text-decoration:none;
	font-weight:bold;
}

h2 {
	margin-bottom:0.5em;
	padding:2px 2px 2px 10px;
	color:#5c5b58;
	font-size:180%;
	font-weight:bold;
	font-family:Arial;
	line-height:1.0;
	border-left : solid 10px #ff8000 ;
	border-bottom : solid 1px #999999 ;
}

.info h2 {
	margin-bottom:0.5em;
	padding:0 0 0 12px;
	color:#B77600;
	font-size:28px;
	border-left:4px solid #ff8000;
	font-weight:bold;
	font-family:Arial;
	line-height:1.0;
}


h3 {
	padding:0 0 5px 5px;
	margin-bottom:1em;
	font-size:150%;
	font-weight:bold;
	color:#B77600;
	border-bottom:1px solid #CCCCCC;
}

h3 span {
	font-size:18px;
	color:#000000;
}


h4 {
	/*font-size:18px;*/
	font-size:130%;
	color:#333;
	font-weight:bold;
	position: relative;
	border-bottom: 2px solid #ccc;
	padding: 0 0 2px 5px;
	margin-bottom:1em;
}
h4:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 5%;
	border-bottom: 2px solid #333;
}

h5 {
	margin-bottom:0.5em;
	border-left:7px solid #ff8000;
	/*font-size:15px;*/
	font-size:120%;
	font-weight:bold;
	color:#C6894B;
	padding:0 0 0 2px;
	line-height:1.0;
}


h6 {
	color:#FF3300;
	font-weight:bold;
	font-size:120%;
}



p {
	margin-bottom:1.5em;
}

p.fontb {
	font-weight:bold;
	font-size:20px;
	margin-bottom:0px;
}

p.fontbl {
	font-weight:bold;
	font-size:20px;
	color:blue;
	margin-bottom:0px;
}

p.colorr {
	font-weight:bold;
	color:red;
	margin-bottom:0px;
}

p.colorb {
	font-weight:bold;
	color:blue;
	margin-bottom:0px;
}

p.kantakun{
	padding: 0.5em;/*文字周りの余白*/
	color: #010101;/*文字色*/
	background: #eaf3ff;/*背景色*/
	border-bottom: solid 3px #516ab6;/*下線*/
	text-align:center;/*文字を中央に*/
}

img {
	vertical-align:bottom;
	boder:0;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	font-size:20px;
}



strong a{
	text-decoration:none;
	color:000;
}

b{
	font-weight:bold;
	/*color:#FF3300;*/
}

pre {
	margin:1em 0;
	padding:1em;
}

sup{
	font-size:11px;
}

sup2{
	font-size:20px;
}

blockquote {
	margin-bottom:1.5em;
	padding:1em;
	border:1px solid #ddd;
}

hr{
	margin-top:0;

}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:&rtrif;
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#F5F5F5;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}



/*================================================
 *  汎用クラス
 ================================================*/
.pc-on { display: block; }
.sp-on { display: none; }

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;

}
.imgC img {
	/* border-radius:5px;*/
	margin-bottom:0.5em;
	max-width: 100%;
	height: auto;

}

.imgC a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}


/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 1em 0.5em 0;
	/*border-radius:5px; */
	max-width: 100%;
	height: auto;

}

.imgL a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}


/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 1em 0.5em;
	/*border-radius:5px; */
	max-width: 100%;
	height: auto;

}

.imgR a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/*トップ追加*/
/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	overflow:hidden;
	margin-bottom:50px;

}
.twoColInner {
	overflow:hidden;
	margin-right:-2%;
}
.twoColInner div {
	width:48%;
	float:left;
	margin:2%;
	padding:10px;
	border : solid 1px #999999 ;

}
.twoColInner div:nth-child(2n+1) {
	clear:both;
}
.twoColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
	margin:0 0 1em 0.5em;

}

.twoColInner a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}


/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	width:30%;
	float:left;
	margin-right:2%;
	border : solid 1px #999999 ;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
	/*border-radius:5px;*/
}

.threeCol a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/* 4カラム（スマートフォンでは1カラム) */
.fourCol {
	overflow:hidden;
	margin-bottom:50px;
}
.fourColInner {
	overflow:hidden;
	margin-right:-3%;
}
.fourColInner div {
	width:23%;
	float:left;
	margin-right:2px;
	/*border : solid 1px #999999 ;*/
}
.fourColInner div:nth-child(4n+1) {
	clear:both;
}
.fourColInner img {
	width:80%;
	margin-bottom:0.5em;
	border-radius:5px;
}

.fourCol a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}


.border-double {
     margin : 0.5em 0 1em ;
     padding : 0.5em 0.5em ;
     line-height : 1.8 ;
     border : double 3px #FF3300 ;
}

.g_map {
position: relative;
padding-top: 75%;
height: 0;
overflow: hidden;
}

.g_map iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    /*color: #6091d3;文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0;
    padding: 0;
}

.left{
	text-align:left;
}

.center{
	text-align:center;
}
.right{
	text-align:right;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}

header h1 {
	margin-bottom:20px;
}

.contact {
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
	line-height:1.1;
}
.contact a.ml {
	display:block;
	padding:2px 5px 2px 32px;
	margin:2px 0 0 0;
	border:1px solid #2da1e2;
	color:#fff;
	background:#2da1e2;
	/*border-radius:4px;*/
	text-decoration:none;
	background:#2da1e2 url(../images/mail.png) 10px 50% no-repeat;
}
.contact a.ml:hover {
	color:#2da1e2;
	background:#FFFFFF url(../images/mail2.png) 10px 50% no-repeat;
}

.summary {
	clear:both;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	margin-top:10px;
	margin-bottom:10px;
	padding:12px 0 12px 0;
	background:#ff8000;
	overflow:hidden;
}
nav ul {
	width:960px;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

nav li a {
	font-size:120%;
	/*font-size:16px;*/
	font-weight:bold;
	display:block;
	color:#FFF;
	padding:0px 45px 0px 15px;
	border-left:1px solid #FFFFFF;
	text-align:left;
	text-decoration:none;
}

nav li a:hover {
	opacity:0.3;
	filter:alpha(opacity=30);
	-ms-filter:"alpha( opacity=30 )";
	text-decoration:none;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
/*.submenu{
	margin-bottom:20px;
}

.submenu li {
	margin:0;
	padding:0 0 5px 5px;
	list-style:none;
}
.submenu li a:before {
	content:"≫";
	color:#333;
	margin-right:7px;
}


.submenu li a {
	display:block;
	padding:5px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	color:#333;
}

.bnr {
	overflow:hidden;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:10px 0 0px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}
*/
.submenu li{
	margin:0;
	padding:0;
	list-style:none;
}
/*.submenu li a::before{
	content:"\0025a0";
	color:#000;
}*/


.submenu li a{
	display:block;
	padding:5px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover{
	background:#eee;
}

.bnr{
	overflow:hidden;
}

.bnr ul{
	overflow:hidden;
}

.bnr li{
	margin:10px 0px 10px 10px;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img{
	width:100%;
	height:auto;
}



/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	width:100%;
	margin:0 auto;
	text-align:center;
}


.footmenu {
	text-align:center;
	margin:0 auto;
	padding:100px 0 20px 0;
	overflow:hidden;
	background:url(../images/footer.png) 0 5px repeat-x;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}

.copyright {
	background:#efefef;
	clear:both;
	padding:20px 0;
	font-size:90%;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#ff8000;
}
.totop img:hover {
	background:#ffa500;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}

.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.photo {
	overflow:hidden;
	margin-bottom:20px;
	padding:10px 15px;
	border:10px solid #E59400;
	background:#fff;
}

.imgL {
	float:left;
	margin:0 0.5em 0.5em 0;
}
.imgT {
	float:center;
	margin:0 0.5em 0.5em 0;
}

.imgR {
	float:right;
	margin:0 0 0.5em 0.5em;
}


.info{
	margin-bottom:20px;
}
.info dt {
	border-bottom:none;
	margin-bottom:0;
	content: "　"
}
.info dd {
	padding-bottom:4px;
	border-bottom:1px solid #ddd;
}
.info dd span {
	font-size:11px;
	padding:2px 4px;
	color:#000;
	background:#FF8FA3;
}

.small{
	font-size:12px;
}

.title {
	margin-bottom:0.5em;
	font-size:15px;
	font-weight:bold;
	color:#ff8000;
	padding:0 0 0 2px;
	line-height:1.0;
}

.toi{
	padding:12px;
	background:#e1f5dc;
}

.point{
	padding-left:8px;
	padding-right:8px;
	font-size:24px;
	font-weight:bold;
	background:#ff8000;
	color:#FFF;
}
/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#ff8000;
}

/* トップナビ */
* html .topNavi {
	height:1em;
	overflow:visible;
}

.topNavi {
	overflow:hidden;
	position:relative;
	margin-right:-1.030%;
	margin-top:20px;
	margin-bottom:20px;
}

.topNaviColumnsub {
	display:inline;
	width:48%;
	float:left;
	margin-right:1.030%;
}

.topNaviConsub {
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    border: 1px solid #ccc;
    border-top: 4px solid #f19500;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    margin: 2em 0;
    padding: 2em;
}


.topNaviColumn2 {
	display:inline;
	width:48%;
	float:left;
	margin-right:1.030%;
}

.topNaviCon2 {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f19500;
	border-radius:4px;
}
.topNaviCon2:hover {
	color:#000;
	background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.topNaviColumn {
	display:inline;
	width:32.302%;
	float:left;
	margin-right:1.030%;
}

.topNaviCon {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius:4px;
}
.topNaviCon:hover {
	color:#000;
	background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}
.topNaviCon h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#f19500;
	border:none;
}
.topNaviCon:hover h2 {
	color:#f19500;
}
.topNaviCon p {
	margin:10px;
}

.topNaviPhoto img {
	width:100%;
}


.fontsizemini{
	font-size: 80%;
	float: left;
	margin-left: 250px;
	margin-right: 50px;
}

.photoinout img{
  	transition: 0.3s;
  	height: auto;
}


.photoinout img:hover{
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
}

.box-2 {
	width:40%;
	float:right;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    border: 1px solid #ccc;
    border-top: 4px solid #f19500;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    margin: 2em 0;
    padding: 2em;
}


/*================================================
 *  支援情報ページ
 ================================================*/
.sien{
      background:#2da1e2;
      display:inline-block;
      padding:5px 10px 4px 12px;
      color:#ffffff;
      text-decoration:none;
      border:none;
      position:relative;
      cursor:pointer;
      margin:0 15px 10px 0;
       vertical-align: middle;
}

.ninaite{
      background:#ff3333;
      display:inline-block;
      padding:5px 10px 4px 12px;
      color:#ffffff;
      text-decoration:none;
      border:none;
      position:relative;
      cursor:pointer;
      margin:0 15px 10px 0;
       vertical-align: middle;
}
.food{
      background:#ff9b1e;
      display:inline-block;
      padding:5px 10px 4px 12px;
      color:#ffffff;
      text-decoration:none;
      border:none;
      position:relative;
      cursor:pointer;
      margin:0 15px 15px 0;
       vertical-align: middle;
}

/*================================================
 *  ご利用案内　2020/09 add
 ================================================*/
.riyou dl {
	margin-left: 2em;
	width: auto;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}
.riyou dt, .riyou dd {
	padding: 0.5em 0;
	margin: 0;
}
.riyou dt {
	float: left;
	width: 12em;
	border: 0;
	font-weight: bold;
}
.riyou dd {
	padding-left: 13em;
	border-top: 1px dotted #ccc;
}
.riyou .order,
.hoan .order,
.alarm .order {
	font-size: 120%;
	margin-left: 1em;
	margin-bottom: 2em;
}
.riyou .order span,
.hoan .order span,
.alarm .order span {
	color: #ff8000;
	font-weight: bold;
	display: inline-block;
	margin-right: 0.5em;
}
.riyou .order a,
.hoan .order a,
.alarm .order a {
	display: inline-block;
	text-decoration: none;
	color: #ff8000;
	font-weight: bold;
	padding: 5px 30px;
	border: 2px solid #ff8000;
	margin-left: 1em;
	border-radius: 5px;
}
.riyou .order a:hover,
.hoan .order a:hover,
.alarm .order a:hover {
	color: #fff;
	background-color: #dd0000;
	border-color: #dd0000;
}

/*================================================
 *  各種手続きページ　2020/09 add
 ================================================*/
.procedure h3 {
	margin-top: 2em;
}
.procedure h3#step1 {
	margin-top: 1em;
}
.procedure h5 {
	padding-left: 0.5em;
}
.procedure dl {
	border-top: 1px dotted #ccc;
	margin-bottom: 2em;
}
.procedure dl.dl-top-nl {
	border-top: 0;
}
.procedure dt, .procedure dd {
	margin-bottom: 0;
}
.procedure dt {
	padding-top: 1em;
	width: 14em;
	float: left;
	clear: both;
	font-weight: bold;
	border-bottom: 0;
}
.procedure dd {
	padding: 1em 0 1em 15em;
	border-bottom: 1px dotted #ccc;
}
.procedure dd.dd-dt-long {
	padding-bottom: 2.25em;
}
.procedure .red {
	color: #dd0000;
}
.procedure label {
	display: inline-block;
	font-weight: bold;
	margin-right: 1em;
}

/* ページ上部リンク */
.procedure_top_btn {
	margin-bottom: 2em;
}
.procedure_top_btn li {
	list-style-type: none;
	margin: 0;
}
.procedure_top_btn li a {
	display: inline-block;
	padding: 5px 15px;
	margin-right: 16px;
	background-color: #ffe8bb;
	text-decoration: none;
	color: #a75400;
	font-weight: bold;
	border: 0;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-right: 0;
	position: relative;
}
.procedure_top_btn li a:hover {
	background-color: #f59b41;
	color: #fff;
}
.procedure_top_btn li a:after {
  position: absolute;
  content: '';
  top: 0%;
  right: calc(0% - 32px);
	right: -webkit-calc(0% - 32px);
  border: 16px solid transparent;
  border-left: 16px solid #ffe8bb;
  width: 0;
  height: 0;
}
.procedure_top_btn li a:hover:after {
	border: 16px solid transparent;
  border-left: 16px solid #f59b41;
}

/* ページ内リンクボタン */
.procedure_btn {
	margin-bottom: 2em;
}
.procedure_btn li {
	list-style-type: none;
	margin: 0;
}
.procedure_btn li {
	border: 2px solid #d76c00;
	position: relative;
}
.procedure_btn li a {
	display: inline-block;
	padding: 10px 25px 10px 37px;
	text-decoration: none;
	color: #d76c00;
	font-weight: bold;
	box-sizing: border-box;
}
.procedure_btn li:hover {
	border-color: #cb0000;
}
.procedure_btn li:hover a {
	color: #cb0000;
}
.procedure_btn li a:after {
  position: absolute;
  content: '';
  top: calc(50% - 7px);
	top: -webkit-calc(50% - 7px);
  left: calc(50% - 10.5em);
	left: -webkit-calc(50% - 10.5em);
  border: 6px solid transparent;
  border-left: 6px solid #d76c00;
  width: 0;
  height: 0;
}
.procedure_btn li:hover a:after {
	border: 6px solid transparent;
  border-left: 6px solid #cb0000;
}
.procedure_btn li.gas_about_btn {
	width: 23.5em;
	margin: 0 auto;
}

.procedure_start_btn li {
	text-align: center;
	border: 0;
	background-color: #25bba5;
	border-radius: 5px;
	width: 90%;
	margin: 0 auto;
}
.procedure_start_btn li:hover {
	background-color: #d7320e;
}
.procedure_start_btn li:hover a {
	color: #fff;
}
.procedure_start_btn li:hover a:after {
	border: 0;
}
.procedure_start_btn li a {
	padding: 15px 0;
	color: #fff;
	font-size: 110%;
}
.procedure_start_btn li a:hover {
	color: #fff;
}
.procedure_start_btn li a:after {
	border: 0;
}

.step {
	text-align: center;
	margin-bottom: 1.5em;
	font-size: 110%;
	font-weight: bold;
}
.step span {
	font-size: 80%;
}
.step a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px;
	background-color: #ff8000;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	margin-right: 20px;
	margin-bottom: 0.5em;
	position: relative;
	line-height: 1;
	height: 30px;
}
.step a:hover {
	background-color: #000;
}
.step a:after {
	position: absolute;
	content: '';
	top: calc(50% - 7px);
	top: -webkit-calc(50% - 7px);
	left: calc(100% + 10px);
	left: -webkit-calc(100% + 10px);
	border: 6px solid transparent;
	border-left: 6px solid #612300;
	width: 0;
	height: 0;
}
.step a.no_arrey {
	margin-right: 0;
}
.step a.no_arrey:after {
	border: 0;
}
.step a.one-line {
	height: 30px;
	line-height: 30px;
}

.procedure dt.hissu {
	box-sizing: border-box;
	position: relative;
	padding-right: 4em;
}
.procedure dt.hissu:after {
	position: absolute;
  content: '\5FC5\9808';
  top: 10px;
  right: 0;
  width: 3em;
  height: 22px;
	line-height: 22px;
	background-color: #dd0000;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.procedure input {
	margin-right: 0.5em;
}
.procedure input[type="radio"] {
	margin-top: 0;
	margin-left: 0;
}
.procedure input[type="checkbox"] {
	margin-left: 0;
}
.procedure input.imput-ml {
	margin-left: 0.5em;
}
.procedure input[name="date-reset"] {
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #fff;
	text-decoration: underline;
	color: #0066cc;
}
.procedure input[name="date-reset"]:hover {
	cursor: pointer;
	color: #000;
	text-decoration: none;
}

.procedure dl.inner-dl {
	margin-bottom: 0;
	clear: left;
}
.procedure dl.inner-dl dt {
	width: 6.5em;
}
.procedure dl.inner-dl dd {
	padding-left: 6.5em;
}
.procedure .bb-0 {
	border-bottom: 0;
}
.procedure .mb-0 {
	margin-bottom: 0;
}
.procedure .pb-0 {
	padding-bottom: 0;
}
.procedure p.insert {
	margin: 1em 0 0.5em;
}

.procedure .button_wrap {
	text-align: center;
	margin-bottom: 3em;
}
.procedure .button_wrap input {
	border: 0;
	border-radius: 10px;
	background-color: #ff8000;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	width: 100%;
	max-width: 15em;
	padding: 10px;
	margin-top: 1em;
	display: inline-block;
}
.procedure .button_wrap input.pageback {
	background-color: #aaa;
}
.procedure .button_wrap input:hover {
	background-color: #000;
	cursor: pointer;
}

.procedure .hidden-box {
	display: none;
}

.procedure input:focus {
	outline:none;
}
.procedure .card {
	margin-bottom: 0.5em;
}
.procedure .card img {
	height: 25px;
	vertical-align: middle;
	margin-left: 5px;
}
.procedure .card br {
	display: none;
}

.inquiry_error a {
	display: block;
	padding: 5px;
	border: 2px solid #ff8000;
	color: #ff8000;
	max-width: 10em;
	margin-top: 1em;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	font-weight: bold;
}
.inquiry_error a:hover {
	background-color: #ff8000;
	color: #fff;
}

a.new_window:after {
	content: '';
	display: inline-block;
  width: 10px;
  height: 10px;
	margin-left: 5px;
  background-image: url(../images/new_window.png);
  background-size: contain;
  vertical-align: middle;
}

/*================================================
 *  申込・問合せ　2021/08 add
 ================================================*/
.application {
	font-size: 12px;
}
.application-top .topNaviConsub .order {
	display: flex;
	justify-content: space-between;
}
.application-top .topNaviConsub .order a {
	display: block;
	text-decoration: none;
	color: #ff8000;
	background-color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 8px;
	border: 2px solid #ff8000;
	border-radius: 5px;
	width: 45%;
	text-align: center;
}
.application-top .topNaviConsub .order.order-single a {
	width: 100%;
}
.application-top .topNaviConsub .order a:empty {
	background-color: rgb(0,0,0,0);
	border-color: rgb(0,0,0,0);
}
.application-top .topNaviConsub .order a:hover {
	color: #fff;
	background-color: #dd0000;
	border-color: #dd0000;
}
.application-top .topNaviConsub .order a:empty:hover {
	background-color: rgb(0,0,0,0);
	border-color: rgb(0,0,0,0);
}
.application-top .topNaviConsub .setsumei {
	margin: 0.5em 0 0 2.5em;
	text-indent: -2.5em;
}
.mb-0 {
	margin-bottom: 0;
}
#main.application p {
	font-size: 12px;
}
#main.application > p:first-of-type {
	font-size: 14px;
}
.application h2 {
	font-size: 25px;
}
.application h3 {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	margin-top: 48px;
}
.application dt {
	font-weight: normal;
	width: 16em;
}
.application dd {
	padding-left: 17em;
}
.application textarea {
	width: 100%;
	height: 12em;
	resize: none;
	box-sizing: border-box;
}
a.btn-link {
	display: inline-block;
	padding: 0.5em 1.5em;
	box-sizing: border-box;
	border: 1px solid #0066CC;
	color: #0066CC;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
	-moz-transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
	transition-duration:0.3s;
}
a.btn-link:hover {
	background-color: #0066CC;
	color: #fff;
}
a.link-disable {
	pointer-events: none;
}
.application-top .topNaviConsub .order a.link-disable {
	border-color: #a3a3a3;
	color: #a3a3a3;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	header {
		width:100%;
	}

	nav ul {
			width:100%;
	}

	#contents {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.pc-on { display: none; }
	.sp-on { display: block; }

	.contact {
		position:relative;
		float:right;
		margin:10px 0;
	}

	header h1 {
		margin-bottom:0;
	}

	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}

	h2 img {
 	max-width: 100%;
	 height: auto;
	}

	img.mini {
 	max-width: 100%;
	 height: auto;
	}


	/* メインメニュー */
	nav {
		display:block;
		position:relative;
		width:100%;
		padding:0;
	}
	nav h3 {
		cursor:pointer;
		margin-bottom:0;
		color:#fff;
		background:#ff8000;
		border:none;

	}
	nav h3:after {
		position:absolute;
		content:" ";
		top:3px;
		right:5px;
	}
	nav h3.menuOpen:after {
		position:absolute;
		content:" ";
		top:3px;
		right:5px;
	}
	nav ul {
		width:100%;
	}

	nav li {
		width:100%;
		margin:0;
		padding:4px 0;
		list-style:none;
	}
	nav li:first-child a {
		width:100%;
	}

	nav li a {
		display:block;
		width:100%;
		border-left:0;
		border-bottom:1px solid #FFF;
		text-decoration:none;
	}


	/* サブコンテンツ */
	.submenu{
		width:100%;
	}

	.submenu li {
		width:100%;
		margin:0;
		padding:0 0 5px 5px;
		list-style:none;
	}

	/* トップナビ */
	.topNavi {
		margin-right:0;
	}

	.topNaviColumn {
		display:block;
		box-sizing:border-box;
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}

		.topNaviColumn2 {
		display:block;
		box-sizing:border-box;
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}

		.topNaviColumnsub {
		display:block;
		box-sizing:border-box;
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}

	/*SB追加*/
	.contact {
		position:relative;
		float:right;
		margin:10px 0;
	}
	/*トップ追加*/
	.twoCol {
		margin-right:0;
		margin-bottom:30px;
	}
	.twoColInner {
		margin-right:0;
	}
	.twoColInner div {
		float:none;
		width:100%;
	}

	.threeCol {
		margin-bottom:30px;
	}

	.threeColInner {
		margin-right:0;
	}
	.threeColInner div {
		float:none;
		width:100%;
	}

	.fourCol {
		margin-bottom:10px;
		margin-left:50px;
	}

	.fourColInner {
		margin-right:0;
	}
	.fourColInner div {
		float:left;
		width:45%;
	}

	/* ご利用案内 */
	.riyou dl {
		border-bottom: 1px dotted #ccc;
	}
	.riyou dt, .riyou dd {
		width: 100%;
	}
	.riyou dd {
		padding-left: 0;
	}

	.riyou .order,
	.hoan .order,
	.alarm .order  {
		font-size: 110%;
		margin-left: 0;
		text-align: center;
	}
	.riyou .order a,
	.hoan .order a,
	.alarm .order a {
		display: block;
		text-align: center;
		margin: 0.5em auto 0;
		padding: 8px;
		letter-spacing: 0.3em;
		width: 100%;
		max-width: 300px;
		box-sizing: border-box;
	}

	/* 各種手続き */
	.procedure_btn li.gas_about_btn {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.procedure_btn li.gas_about_btn a {
		max-width: 23.5em;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}

	.procedure dl.dl-reason {
		border-top: 1px solid #ccc;
	}
	.procedure dt {
		width: 100%;
		float: inherit;
		padding-bottom: 0.5em;
	}
	.procedure dd {
		border-top: 1px dotted #ccc;
		border-bottom: 1px solid #ccc;
		padding-left: 0;
	}
	.procedure dd.dd-dt-long {
		padding-bottom: 1em;
	}
	.procedure dl.inner-dl dd {
		padding-left: 0;
		border-bottom: 1px dotted #ccc;
	}
	.procedure dl.inner-dl dd.bb-0 {
		border-bottom:0;
	}

	.procedure input[type="text"],
	.procedure input[type="tel"],
	.procedure input[type="email"] {
		box-sizing: border-box;
		width: 100%;
	}
	.procedure input.m-addres-width {
		width: calc(100% - 4.5em);
	}
	.procedure input.m-zip1-width {
		max-width: 80px;
	}
	.procedure input.m-zip2-width {
		max-width: 100px;
	}
	.procedure input.m-width250px {
		max-width: 250px;
	}
	.procedure input.m-width150px {
		max-width: 150px;
	}

	.procedure .card br {
		display: block;
	}

	/*================================================
	 *  申込・問合せ　2021/08 add
	 ================================================*/
	.application-top .topNaviConsub .order {
		flex-direction: column;
	}
	.application-top .topNaviConsub .order {
		margin: 0;
	}
	.application-top .topNaviConsub .order a {
		box-sizing: border-box;
		width: 100%;
		margin: 0 0 10px;
	}
	.application-top .topNaviConsub .order a:last-of-type {
		margin: 0;
	}
	.application-top .topNaviConsub .order a:empty {
		display: none;
	}

	.procedure.application dt.hissu:after {
    top: 9px;
	}

}
