﻿@charset "utf-8";
/*全体
------------------------------------------------------------------*/
body {
	color: #333;	
	margin: 0px;
	padding: 0px;
    font-size:14px;
    font-family: "游ゴシック", "Yu Gothic",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height:1.5em;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）
------------------------------------------------------------*/
a {
	color: #0582AB;	
}

a:hover {
	color: #F60;			
	text-decoration: none;	
}


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 10px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }
.MG-B50 { margin-bottom: 50px !important; }
/* Right */
.MG-R10 { margin-right: 10px !important; }
.MG-R20 { margin-right: 20px !important; }
.MG-R30 { margin-right: 30px !important; }

/* Left */
.MG-L10 { margin-left: 10px !important; }
.MG-L15 { margin-left: 15px !important; }
.MG-L20 { margin-left: 20px !important; }
.MG-L30 { margin-left: 30px !important; }


/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }


.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

/* テキスト
----------------------------------------------------------*/
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color: #FF881C;}
.TXT-aqua { color: #2cb1dd;}
.TXT-water-color{ color: #0080FF;}
.TXT-green{ color: #008080;}


/*コンテナー
--------------------------------------------------------------*/
#container {
	width: 100%;
	margin:0 auto;
	
	min-width:1000px;
}

/*-----------------------------------------
ヘッダー
-------------------------------------------*/
header{
	width:100%;
    min-width:500px;	

	margin:0 auto;
	padding:0;
/*	background:#40bfc1;---------------------各カラー部分*/
	height:50px;
	color:#fff;
    position: fixed;
	z-index: 1000;
}

header h1{
	font-size: 16px;
	padding: 0 0 0 70px;
	float: left;
	line-height: 50px;
}

.log-in-btn{
	float: right;
	margin:10px 30px 0 0 ;
	background-color:rgba(0,0,0,0.25);	
	
	/*角丸*/
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    transition: all .3s;
    -webkit-transition: all .3s;
	overflow: hidden;

}

.log-in-btn a{
	color: #fff;
	text-decoration: none;
	
	padding:0 28px;
	line-height: 30px;
	display: inline-block;
	
}

.log-in-btn:hover{
    /*background-color:rgba(0,119,120,0.5);---------------------各カラー部分*/
}


/*--------------------------------------
左メニュー
----------------------------------------*/
nav { 
    width: 200px;
    height: 100%;
	
    transition: all .5s;
    transform: translate(0);
    position: fixed;
    top: 50px;
    left:0;
    z-index: 100;
    /*background-color: #d4e1e4;---------------------各カラー部分*/

	padding:0 0 2em 0;
}

nav.open {
    transform: translate(-200px);
}


/*--------------------------------------
ハンバーガーボタン
----------------------------------------*/

#menu_button {
	position: fixed;
	top: 0px;
	left: 0px;
	cursor: pointer;
	z-index: 4;
	display: inline-block;
	width: 53px;
	height: 50px;
    border-style: none;
	border-right: 1px solid rgba(255,255,255,0.6);
    background-color: transparent;
	
    -webkit-transition: all .3s;
    transition: all .3s;
}
#menu_button:hover {
    background-color:rgba(255,255,255,0.2);
}
#menu_button_line {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 2px;
	margin: -1px 0px 0px -7px;
	background-color: #fff;
	transition-duration: 0.2s;
}
#menu_button_line:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 16px;
	height: 2px;
	background-color: #fff;
	transition-duration: 0.3s;
	margin-top: -7px;
}
#menu_button_line:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 16px;
	height: 2px;
	background-color: #fff;
	transition-duration: 0.3s;
	margin-top: 5px;
}

/*------------------------------------------
個人情報
--------------------------------------------*/
.person-info{
	/*background-color:#36aeb9;*//*----各カラー*/
	text-align:center; 
	margin:1em ; 

	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding:5px 0 0 0;
	
	line-height: 1em;
	color: #fff;
}

.person-info ul{
	border-top: 1px solid rgba(255,255,255,0.5);
	padding: 0.5em 10px 5px 10px;
}
.person-info li{
	margin:0 0 0.5em 0 ;
	font-size: 12px;
}
.person-info span{
	font-size: 14px;
	font-weight: bold;
}


/*------------------------------------------
アコーディオンメニュー
--------------------------------------------*/

.menu{
    margin: 0 1em 80px;
	background-color: #fff;
	
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	
	overflow: hidden;

	/*color: #01757f;*//*----------------各カラー*/
	font-size: 13px;
}

.menu a{
	text-decoration: none;
	/*color: #01757f;*//*----------------各カラー*/
	display: block;
	padding: 0.8em 1em;
	
}
.menu a:hover{
}

.menu ul li{
	line-height: 1.2em;
	
}

.menu ul li.header {
  border-bottom: 1px solid rgba(150,150,150,0.4);
  position: relative;
  z-index: +1;
  cursor: pointer;
}

.menu ul li.header:hover, 
.menu ul li.header:hover a {/*hover時のliカラー*/
	/*background-color: rgba(94,202,209,1.0);*//*----------------各カラー*/
	color: #fff;
}

.menu ul li.header.open,
.menu ul li.header.open a {/*open時のliカラー*/
	/*background-color: rgba(94,202,209,0.6);*//*----------------各カラー*/
	/*color: #01757f;*//*----------------------------------------各カラー*/
}



/*---矢印 設定---*/

.menu ul li.header span {
  display: block;
  position: relative;
  padding: 0.8em 1em;

}

.menu ul li.header span::after {/*fontawesome　背景:白の場合の矢印*/
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -9px 0 0 0;
	
	font-family: "Font Awesome 5 Free";	
    content: "\f078";
    font-weight: 900;
	/*color:#36aeb9;*//*----------------------------------------各カラー*/
	font-size: 10px;
	
	 transition-duration: 0.2s;
}

.menu ul li.header.open span::after {/*fontawesome .open時の矢印*/
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -9px 0 0 0;
	
	font-family: "Font Awesome 5 Free";	
    content: "\f078";
    font-weight: 900;
	/*color:#36aeb9;*//*----------------------------------------各カラー*/
	font-size: 9px; 
	
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
	
    transition-duration: 0.2s;
}


.menu ul li.header:hover > span::after {/*liのhover時の 矢印 のカラー*/
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -9px 0 0 0;
	
	font-family: "Font Awesome 5 Free";	
    content: "\f078";
    font-weight: 900;
	color: #fff;
	font-size: 10px;
	
	 transition-duration: 0.2s;
}

.menu ul li.header .open:hover > span::after {/*liの.openで　hoverの場合：矢印 のカラー*/
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -9px 0 0 0;
	
	font-family: "Font Awesome 5 Free";	
    content: "\f078";
    font-weight: 900;
	/*color:#36aeb9;*//*----------------------------------------各カラー*/
	font-size: 10px;
	
	 transition-duration: 0.2s;
}

.menu ul li.header .open span::after {/*.openの時矢印は回る*/
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*インナー設定*/

.menu ul .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
}

.menu ul .accordion_inner > li{/*第二下層のインナーliカラー*/	
	/*background-color: rgba(94,202,209,0.1);*//*----------------------各カラー*/
	padding: 0 ;
}

.menu ul .accordion_inner > .accordion_inner > li a{/*第三下層のliのカラー*/
	padding-left:20px;
	font-size: 12px;
	/*background-color: rgba(94,202,209,0.2);*//*----------------------各カラー*/
}


/*------------------------------------------
コンテンツ
--------------------------------------------*/
#contents {
	clear:both;
	width:100%;
	margin:0 auto;
	
	overflow: hidden;

 }


/*-----------------------------------------
メインコンテンツ(右サイド)
-------------------------------------------*/

#side-right{
	float: right;
    width: 100%;
    min-width:800px;
	height:100%;
	
	padding-top: 50px;/*headerの高さ分下げる＋－0*/
	
    margin-left: -200px;/*左メニュー分あける＋－0*/
    padding-left: 200px;/*左メニュー分あける＋－0*/
    box-sizing: border-box;

    transition: .5s;

}

#side-right.side-right-wide{
    margin-left: 0px;
    padding-left: 0px;
}


/*-----------------------------------------
メイン
-------------------------------------------*/


#main {
    background-color:#f1f3f3;
	padding: 1.5em;
}


#side-right h1 {
	font-size: 18px;
	color: #666;
	border-bottom:1px solid #d7d7d7;
	line-height: 70px;
	padding: 0 0 0 20px;
	margin: 0;

	clear: both;

}

/*パンクズ---------------*/
#pan {
	font-size:13px;
	color: #666;
	line-height: 40px;
	margin:0;
	padding: 0 0 0 2em;
	border-bottom:1px solid #d7d7d7;
}

#pan a{
	text-decoration: none;
	color: #666;
}
#pan a:hover{
	color: #0582AB;	
}




/*------------------------------------------
メイン　基本　白背景ワク
--------------------------------------------*/

.w-box{
	margin: 0 0 20px 0;
	padding:2px 2px 20px 2px;
	background-color:#fff;
    box-shadow: 0 0 6px #ddd; 
}

.w-box h2{
	font-size: 16px;
	color: #333;
	line-height: 50px;
	border-bottom: 1px solid #d7d7d7;
	padding: 0 0 0 26px;
	margin: 0 0 1em 0;
}

.w-box-inner {
	width: 94%;
	margin: 0 auto;
}


/*------------------------------------------
メイン　ボタンを並べて配置
--------------------------------------------*/
.txt-box{
	margin:1.5em auto;
	border-bottom:1px solid #ccc;
	padding: 0 0 1.5em 0;
}

.txt-box > div{
	display: inline-block;
}

/*-----------------------------------------
トップへボタン
-----------------------------------------*/

#pagetop {
	clear:both;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 200;
}

 
#pagetop a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;	
}

#pagetop {
	display: none ;
}

/*------------------------------------------
フッター
--------------------------------------------*/
footer {
	clear: both;
	line-height:50px;
	border-top: 1px solid #d7d7d7;
    background-color:#f1f3f3;
	padding: 0 0 0 26px;

}


/*------------
その他の設定
--------------------------------------------------------------------------*/

/*------------------------------------------
トップページ「システムからのお知らせ」
--------------------------------------------*/

.new dl  {
	border-bottom: 1px dashed #999;
	padding:1em 0;
	margin: 0 auto;
	width:100%;
}

.new dl:last-child{
	border-bottom: none;
}

/*日付*/
.new dt{
	float: left;
	width: 15%;
	color: #333;
	padding:0;
}

/*記事*/
.new dd {
	padding:0 ;
	margin:0 0 0 15.5%;
}


/*-----------------------------------------
テーブル
-----------------------------------------*/

/*テーブル1----thがヨコ並び
-----------------------------------------------------*/
.ta1 {
	width: 100%;
	margin:0 auto 20px;
	line-height: 1.5em;
}

.ta1 th,.ta1 td{
	border-right: 1px solid #cfcfcf;
}

.ta1 th:last-child,.ta1 td:last-child{
	border-right: none;

}
.ta1 th{
	padding: 7px 1em;
	text-align:center;
	/*background-color: #dbe8eb;*//*----------------------各カラー*/
	font-weight:normal;	
}
.ta1 td{
	padding: 7px 1em;
	vertical-align: middle;
}

/*背景カラー　交互*/
.ta1 tr:nth-child(odd) {
  background-color: #f7f7f7;
}

/*テーブル２----thがタテ並び
-----------------------------------------------------*/

.ta2 {
	width: 100%;
	margin:0 auto 20px;
	font-size: 13px;
}

.ta2 th{
	padding: 7px;
	text-align:left;
	/*background-color: #dbe8eb;*//*----------------------各カラー*/
	font-weight:normal;	
	border-bottom: 1px solid #cfcfcf;
}
.ta2 td{
	padding: 7px ;
	vertical-align: middle;
}
.ta2 td:last-child{
	border-right: none;
}


/*背景カラー　交互*/
.ta2 tr:nth-child(odd) {
  background-color: #f7f7f7;
}

/*テーブル３----thがヨコ並び（th項目が多い場合）
-----------------------------------------------------*/
.ta3 {
	width: 100%;
	margin:0 auto 20px;
	line-height: 1.2em;
	font-size: 95%;
}

.ta3 th,.ta3 td{
	border-right: 1px solid #cfcfcf;
}

.ta3 th:last-child,.ta3 td:last-child{
	border-right: none;

}
.ta3 th{
	padding: 7px;
	/*background-color: #dbe8eb;*//*----------------------各カラー*/
	font-weight:normal;	
    white-space: nowrap;
}
.ta3 td{
	padding: 7px;
	vertical-align: middle;
}



/*背景カラー　交互*/
.ta3 tr:nth-child(odd) {
  background-color: #f7f7f7;
}

/*テーブル４----ボーダあり、thは薄いグレー、各カラーは関係なし
-----------------------------------------------------*/
.ta4 {
	width: 100%;
	margin:0 auto 20px;
	line-height: 1.6em;
	font-size: 95%;
    border: 1px solid #cfcfcf;
	text-align: left;
}

.ta4 th,.ta4 td{
	border: 1px solid #cfcfcf;
}

.ta4 th{
	padding: 7px;
	background-color:#f5f5f5;
	font-weight:normal;	
    white-space: nowrap;
}
.ta4 td{
	padding: 7px;
	vertical-align: middle;
}

/*テーブル5----ボーダあり、thは薄いグレー、各カラーは関係なし、狭いスペース用
-----------------------------------------------------*/
.ta5 {
	margin:0 0 5px 0;
	font-size: 100%;
    border: 1px solid #cfcfcf;
	text-align: left;
}

.ta5 th,.ta5 td{
	border: 1px solid #cfcfcf;
}

.ta5 th{
	padding: 3px;
	background-color:#f5f5f5;
	font-weight:normal;	
    white-space: nowrap;
}
.ta5 td{
	padding: 3px;
	vertical-align: middle;
}

/*テーブル６----ボーダなし、thカラーなし、各カラーは関係なし
-----------------------------------------------------*/
.ta6 {
	width: 100%;
	margin:0 auto 20px;
	line-height: 1.6em;
	font-size: 95%;
	text-align: left;
}

.ta6 th{
	padding: 7px;
	font-weight:normal;	
    white-space: nowrap;
}
.ta6 td{
	padding: 7px;
	vertical-align: middle;
}



/* -----------------------------------------------------------
	テーブル表のボタン
----------------------------------------------------------- */

.table-btn-01{
	margin:2px;
	line-height: 1.2em;
	text-align: center;
	/*background:#40bfc1;*//*----------------------各カラー*/
	
	/*角丸*/
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	
	overflow: hidden;

    transition: all .2s;
    -webkit-transition: all .2s;
	
	padding:5px 20px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}


.table-btn-01:hover, .table-btn-01 a:hover{
    /*background-color:rgba(0,119,120,0.8);*//*グリーン＃007778*/
	color: #fff;
}

/* -----------------------------------------------------------
	テーブル表の「必須項目」
----------------------------------------------------------- */
.need{
	font-size: 10px;
	background: #FF6366;
	display: inline-block;
	color: #fff;
	padding: 0 3px;
	font-weight: bold;
	float: right;
	margin: 0 0 5px 5px;
	
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.need::after{
	clear: both;
}

.need02{
	font-size: 10px;
	background: #FF6366;
	display: inline-block;
	color: #fff;
	padding: 0 3px;
	font-weight: bold;
/*	float: right;*/
	margin: 0 3px 5px 5px;
	
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

/* -----------------------------------------------------------
	テーブル表の注釈「?」文字
----------------------------------------------------------- */

.tooltip {
	position: relative;	
	font-size: 12px;
	background: #FFF;
	display: inline-block;
	margin: 0 ;
    padding: 0 0 0 5px;	
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    line-height: 17px;
    width: 11px;
    height: 16px;
	text-decoration: none;
	color:#333;
    cursor: pointer;
}
.tooltip .tooltiptext {
	position: absolute;
	z-index: 1;
	top: 170%;
	left: -14px;
	visibility: hidden;
	width: auto;
	white-space: nowrap;
	padding: 0.7em;
	transition: opacity 1s;
	text-align: left;
	opacity: 0;
	color: #ffffff;
	border-radius: 6px;
	background-color: #717171;
	font-weight: normal;
}
.tooltip .tooltiptext::after {
	position: absolute;
	bottom: 100%;
	left: 20px;
	margin-left: -5px;
	content: ' ';
	border: 7px solid transparent;
	border-bottom-color: #717171;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}



/* -----------------------------------------------------------
	テーブル表の「※注釈」文字
----------------------------------------------------------- */
.att{
	font-size: 12px;
	line-height:0.8em;
	color: #EE0003;
}

/* -----------------------------------------------------------
	テーブル表の「小項目ワク」地色：薄グレー
----------------------------------------------------------- */
.area-gray{
	padding: 5px 10px;
    margin:5px; 
    background-color:#f4f4f4;
}



/* -----------------------------------------------------------
	テーブル表のアイコン（fontawesome）
----------------------------------------------------------- */

.f-icon-red{
	color:#FF0000; 
	margin: 0 3px 0 0;
}



/*-----------------------------------------
フォーム＿text
-----------------------------------------*/

input[type="text"].text-wrap {
    padding: 2px 2px 2px 5px;
    border-radius: 3px; 
    border: 1px solid #ccc; 
    box-sizing: border-box; 
	background-color: #fff;
	height:1.8em;
	margin: 0 2px 3px 2px;
}

input[type="text"].text-wrap-100 {
    width: 100%;
}

input[type="text"].text-wrap-90 {
	 width: 90%;
}

input[type="text"].text-wrap-70 {
	 width: 70%;
}

input[type="text"].text-wrap-50 {
	 width: 50%;
}

input[type="text"].text-wrap-15 {
    width: 15%;
}

input[type="text"].text-wrap-10 {
	 width: 10%;
}

input[type="text"].text-wrap-5 {
	 width: 25px;
}
/*-----------------------------------------
フォーム＿radio
-----------------------------------------*/
.radio {
  display: none;
}
.radio + .radio-icon:before {	
	font-family: "Font Awesome 5 Free";	
    content: "\f111";
    font-weight: 900;
	color:#ccc;
	font-size: 14px; 
}
.radio:checked + .radio-icon:before {
  content: "\f192";
  /*color:#36aeb9;*//*------------------------各カラー*/

}


/*-----------------------------------------
フォーム＿checkbox 
-----------------------------------------*/
.checkbox {
  display: none;
}
.checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
	line-height: 1.5em;
}
.checkbox + .checkbox-icon:before {
	font-family: "Font Awesome 5 Free";	
    content: "\f0c8";
    font-weight: 900;
	color:#ccc;
	font-size: 16px; 

}
.checkbox:checked + .checkbox-icon:before {
  content: "\f14a";
  /*color:#36aeb9;*//*------------------------各カラー*/
}

.cb-block > label {
	display: block;

}


/*-----------------------------------------
フォーム＿select 
-----------------------------------------*/
.select-box{
	display: inline-block;
}

.select-box select::-ms-expand {
	display: none;
}
.select-box select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 2px 30px 3px 5px;
	border-radius: 3px;
	border:1px solid #ccc;
	background:url("../images/select.png") no-repeat;
	background-position: right 5px center;
    background-size: 18px;
	background-color: #fff;
	margin: 0 2px 3px 2px;
}
.select-box select:hover{
	background:url("../images/select-on.png") no-repeat;
	background-position: right 5px center;
    background-size: 18px;
	background-color: #fff;
}


/*-----------------------------------------
フォーム＿検索ボックス
-----------------------------------------*/
.search_box {
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #ccc;
	width: 160px;
	background-color: #fff;
	display: inline-block;
	margin: 3px 0;
}

.search_box input[type='text']{
	padding: 3px ;
	width: 120px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.search_box input[type='submit'],
.search_box input[type='button']{
    margin: 0px;
    height: 100%;
	border: none;
}

.sb-01{
    border: none;
}
.sb-02{
    width: 20px;
    height:2.5em;

    background:url("../images/search.png") center no-repeat;
    background-size: auto 80%;
}

.sb-02:hover{
    background:url("../images/search-on.png") center no-repeat;
    background-size:auto 80%;
}


/*-----------------------------------------
フォーム＿年月日
-----------------------------------------*/
.date-wrap {
	display: inline-block;
}

.date-wrap label  {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
}
.date-wrap input[type="date"] {
  position: relative;
  padding: 0 5px;
  width: 130px;
  height: 26px;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
}

.date-wrap label::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background-color: #06c;
  background: url("../images/select.png") center no-repeat;
  background-size: 18px;
}

.date-wrap label:hover::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background-color: #06c;
  background: url("../images/select-on.png") center no-repeat;
  background-size: 18px;
}

.date-wrap input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
.date-wrap input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}
.date-wrap input[type="date"]::-webkit-calendar-picker-indicator{
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0;
  width: 26px;
  height: 26px;
  background: transparent;
  color: transparent;
  cursor: pointer;
}

/*-----------------------------------------
フォーム＿テキストエリア
-----------------------------------------*/
textarea.textarea-wrap{
	width:98%;
	height:3em;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #ccc;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/*-----------------------------------------
フォーム＿submitボタン＿０１
-----------------------------------------*/

.submit-btn-01 {
    display:inline-block;
    border-radius : 3px;         
    font-size  : 14px;       
    text-align  : center;     
    cursor : pointer;    
    padding  : 3px;
    margin: 2px ;
    line-height : 1.4em;
    min-width: 100px;
	margin:0 0 5px 0;
	/*background : #40bfc1;*//*----------------------各カラー*/ 
    color : #ffffff;
	/*border: 2px solid #40bfc1;*//*------------------各カラー*/
}
.submit-btn-01:hover {
	/*color : #01757f;*/ /*---------------------------各カラー*/ 
    /*background :#75D0D2;*//*----------------------各カラー*/ 
	/*border: 2px solid #75D0D2;*//*----------------各カラー*/
}

/*-----------------------------------------
フォーム＿submitボタン＿０２
-----------------------------------------*/

.submit-btn-02 {
    display:inline-block;
    border-radius : 3px;         
    font-size  : 14px;       
    text-align  : center;     
    cursor : pointer;    
    padding  : 3px;
    margin: 2px ;
    line-height : 1.4em;
    min-width: 100px;
	margin:0 0 5px 0;
	/*color : #40bfc1;*//*------------------------各カラー*/     
    background :#ffffff;
	/*border: 2px solid #40bfc1;*//*----------------各カラー*/
}
.submit-btn-02:hover {
	/*background :#8AD6D7*/;/*------------------------各カラー*/     
   /* color : #01757f;*//*-----------------------------各カラー*/ 
	/*border: 2px solid #8AD6D7;*//*---------------------各カラー*/ 
}

/*-----------------------------------------
フォーム＿submitボタン＿０３＿各画面共通（グレー、小）
-----------------------------------------*/

.submit-btn-03 {
    display:inline-block;
    border-radius : 3px;         
    font-size  : 100%;       
    text-align  : center;     
    cursor : pointer;    
    padding  : 2px 8px;
    margin: 2px ;
	color : #000;    
    background : #EDEDED;
	border: 1px solid #aaa;

}
.submit-btn-03:hover {
	background : #999;
    color : #000;
	border: 1px solid #999;
}

/*-----------------------------------------
矢印ボタン [＜]
-----------------------------------------*/
.arrow-left, .arrow-left a {
    display:inline-block;
    border-radius : 50%;         
    font-size  : 100%;
	font-weight: bold;
    text-align  :center;     
    cursor : pointer;    
    padding  : 3px;
    margin: 2px ;
    line-height : 1.4em;
    min-width: 20px;	
	color : #666;     
    background :#eee;
	text-decoration: none;
}
.arrow-left:hover, .arrow-left a:hover {
	background :#999;     
    color : #fff;
}

/*-----------------------------------------
矢印ボタン [＞]
-----------------------------------------*/
.arrow-right, .arrow-right a {
    display:inline-block;
    border-radius : 50%;         
    font-size  : 100%;
	font-weight: bold;
    text-align  :center;     
    cursor : pointer;    
    padding  : 3px;
    margin: 2px ;
    line-height : 1.4em;
    min-width: 20px;	
	color : #666;     
    background :#eee;
	text-decoration: none;
}
.arrow-right:hover, .arrow-right a:hover {
	background :#999;     
    color : #fff;
}

/*-----------------------------------------
矢印ボタン [＜][＞]　div
-----------------------------------------*/
.arrow-box {
	min-width: 70%;
	margin: 0 auto;
	text-align: center;
}

.arrow-box li{
	display:inline-block;
	margin: 0 4.3em;
}

.arrow-box:after{
	clear: both;
}

/*-----------------------------------------
申請フロー
-----------------------------------------*/
ul.flow{
	margin: 3px 0 -1em 0;
    display:flex; 
}

.flow li{
	width:100%;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	line-height: 1em;
	vertical-align: top;
	margin: 10px;
}

.flow div{
    width: 30px;
    height: 30px; 
	line-height: 30px;
    background-color:#ddd;
    border-radius: 50%;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	margin: 0 auto 5px;
}

.flow div::after {
  content: "\A";
  white-space: pre;
}

.flow i{
	margin: 2.4em 0 0 0;
	color: #595959;
}

.flow-current div{
    background-color:#40bfc1;

}
