@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
html{
  position: relative;
  font-size: 625%;
  min-height: 100vh;
}
body {
  font-size: .14rem;
  -webkit-text-size-adjust: 100%;
  color: #666666;
  vertical-align: baseline;
  font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", sans-serif;
  line-height: 1.7;
  min-width: 12rem;
  background-color: #fff;
  word-break: break-all;
  word-wrap: break-word;
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}
table {
	width: 100%;
  border-collapse: collapse;
  border-spacing: 0
}
table th {
  font-weight: 700;
	vertical-align: middle;
}
table td {
	vertical-align: middle;
}
a {
  outline: none;
  text-decoration: none;
  color: #666;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
	font-size: 0.14rem;
  line-height: 1.4;
  width: 100%;
	height: 0.3rem;
  padding: 0.05rem;
  border: 1px #828282 solid;
	border-radius: 0.05rem;
	-webkit-border-radius: 0.05rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  position: relative;
  display: inline-block;	
}
.loginid input[type="text"],
.loginid input[type="tel"],
.loginid input[type="password"]{
    border-radius: 0.05rem!important;
    height: 0.4rem!important;
}
input::placeholder {
  color: #666666;
}
/* IE */
input:-ms-input-placeholder {
  color: #666666;
}
/* Edge */
input::-ms-input-placeholder {
  color: #666666;
}
.button:hover{
	opacity: 0.6;
}

@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}
@-moz-keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}
@-webkit-keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
      }

    100% {
        display: block;
        opacity: 1;
      }
}

.tc-orange { color: #e6aa8c!important;}

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

.text14 { font-size: 0.14rem!important;}
.text15 { font-size: 0.15rem!important;}
.text16 { font-size: 0.16rem!important;}
.text17 { font-size: 0.17rem!important;}
.text18 { font-size: 0.18rem!important;}
.text20 { font-size: 0.20rem!important;}

.mlr-c{ 
	margin-left: auto!important;
	margin-right: auto!important;
}

.mt00 { margin-top: 0!important;}
.mt05 { margin-top: 0.05rem!important;}
.mt10 { margin-top: 0.10rem!important;}
.mt15 { margin-top: 0.15rem!important;}
.mt20 { margin-top: 0.20rem!important;}
.mt25 { margin-top: 0.25rem!important;}
.mt30 { margin-top: 0.30rem!important;}
.mt35 { margin-top: 0.35rem!important;}
.mt40 { margin-top: 0.40rem!important;}
.mt50 { margin-top: 0.5rem!important;}
.mt55 { margin-top: 0.55rem!important;}
.mt60 { margin-top: 0.60rem!important;}
.mt80 { margin-top: 0.80rem!important;}
.mr00 { margin-right: 0!important;}
.mr05 { margin-right: 0.05rem!important;}
.mr10 { margin-right: 0.10rem!important;}
.mr15 { margin-right: 0.15rem!important;}
.mr20 { margin-right: 0.20rem!important;}
.mr25 { margin-right: 0.25rem!important;}
.mr30 { margin-right: 0.30rem!important;}
.mr35 { margin-right: 0.35rem!important;}
.mr40 { margin-right: 0.40rem!important;}
.mb00 { margin-bottom: 0!important;}
.mb05 { margin-bottom: 0.05rem!important;color:blue}
.mb05:hover { text-decoration:underline}
.mb10 { margin-bottom: 0.10rem!important;}
.mb15 { margin-bottom: 0.15rem!important;}
.mb20 { margin-bottom: 0.20rem!important;}
.mb25 { margin-bottom: 0.25rem!important;}
.mb30 { margin-bottom: 0.30rem!important;}
.mb35 { margin-bottom: 0.35rem!important;}
.mb40 { margin-bottom: 0.40rem!important;}
.mb50 { margin-bottom: 0.50rem!important;}
.ml00 { margin-left: 0!important;}
.ml05 { margin-left: 0.05rem!important;}
.ml10 { margin-left: 0.10rem!important;}
.ml15 { margin-left: 0.15rem!important;}
.ml20 { margin-left: 0.20rem!important;}
.ml25 { margin-left: 0.25rem!important;}
.ml30 { margin-left: 0.30rem!important;}
.ml35 { margin-left: 0.35rem!important;}
.ml40 { margin-left: 0.40rem!important;}
.pt00 { padding-top: 0!important;}
.pt05 { padding-top: 0.05rem!important;}
.pt10 { padding-top: 0.10rem!important;}
.pt15 { padding-top: 0.15rem!important;}
.pt20 { padding-top: 0.20rem!important;}
.pt25 { padding-top: 0.25rem!important;}
.pt30 { padding-top: 0.30rem!important;}
.pt35 { padding-top: 0.35rem!important;}
.pt40 { padding-top: 0.40rem!important;}
.pr00 { padding-right: 0!important;}
.pr05 { padding-right: 0.05rem!important;}
.pr10 { padding-right: 0.10rem!important;}
.pr15 { padding-right: 0.15rem!important;}
.pr20 { padding-right: 0.20rem!important;}
.pr25 { padding-right: 0.25rem!important;}
.pr30 { padding-right: 0.30rem!important;}
.pr35 { padding-right: 0.35rem!important;}
.pr40 { padding-right: 0.40rem!important;}
.pb00 { padding-bottom: 0!important;}
.pb05 { padding-bottom: 0.05rem!important;}
.pb10 { padding-bottom: 0.10rem!important;}
.pb15 { padding-bottom: 0.15rem!important;}
.pb20 { padding-bottom: 0.20rem!important;}
.pb25 { padding-bottom: 0.25rem!important;}
.pb30 { padding-bottom: 0.30rem!important;}
.pb35 { padding-bottom: 0.35rem!important;}
.pb40 { padding-bottom: 0.40rem!important;}
.pl00 { padding-left: 0!important;}
.pl05 { padding-left: 0.05rem!important;}
.pl10 { padding-left: 0.10rem!important;}
.pl15 { padding-left: 0.15rem!important;}
.pl20 { padding-left: 0.20rem!important;}
.pl25 { padding-left: 0.25rem!important;}
.pl30 { padding-left: 0.30rem!important;}
.pl35 { padding-left: 0.35rem!important;}
.pl40 { padding-left: 0.40rem!important;}

/** 背景色 **/
.bg-white{
	background: #fff!important;
}
.bg-pink{
	background: #fcf4f0!important;
}
.bg-orange{
	background: #e6aa8c!important;
}
.bg-green{
	background: #82c3c3!important;
}
.bg-lightgray{
	background: #f9f9f9!important;
}
/** /背景色 **/

.radius-circle {
	border-radius: 0.5rem!important;
	-webkit-border-radius: 0.5rem!important;
}

/** Width **/
.width-580{
	width: 5.8rem!important;
}
.width-75per{
	width: 75%!important;
}
/** /Width **/


/** header **/
.header {
  width: 100%;
  min-width: 12rem;
  height: 0.8rem;
  background-color: #e6aa8c;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.6);
}
.header .site-title{
  height: 100%;
  height: 0.8rem;
  float: left;
}
.header h1{
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 0.8rem;
}
.header .site-title .btn{
  background-image: url(../../img/icon_message01.png);
  background-repeat: no-repeat;
  text-decoration: none;
  text-indent:100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .site-title .logo{
   height: 75px;
   padding-top: 5px;
}
.header .login-info{
  display: table-cell;
  vertical-align: middle;
}
.header .login-info .logout-btn:hover {
    cursor: pointer;
}
.header .login-info .logout-btn{
	color: #e6aa8c;
	font-size: 0.14rem;
	font-weight: 700;
	text-align: center;
	width: 1.6rem;
	float: right;
	padding: 5px 0 5px 15px;
	background: #fff;
	border-radius: 5em;
	-webkit-border-radius: 5em;
	position: relative;
	display: block;
}
.header .login-info .logout-btn:before{
	content:"";
	width: 19px;
	height: 19px;
	margin: auto 0;
	background: url("../../img/icon_logout01.png") no-repeat center center;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
}
.header a:hover {
  opacity: 0.5;
}
/** /header **/

/** wrapper **/
.wrapper {
  margin: auto;
  width: 10rem;
  position: relative;
}
.wrapper-small {
  margin: auto;
  width: 9rem;
  position: relative;
}
.wrapper-full {
  margin: auto;
  width: 12rem;
  position: relative;
  display: table;
}
/** /wrapper **/

/** main **/
#main {
	margin: 0 0 0.7rem;
  position: relative;
  clear: both;
  display: block;
}
/** /main **/

/** メッセージ **/
.error{
  width: 100%;
  height: 0.6rem;
	margin: 0 0 0.3rem;
  background-color: #ffffdc;
  border: 3px solid #d24600;
  border-radius: 0.05rem;
  box-sizing: border-box;
  display: table;
}
.error div{
    font-size: 0.18rem;
    font-weight: 600;
    color: #f5a02e;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.errorArea{
    font-size: 0.18rem;
    font-weight: 600;
    color: #d24600;
    text-align: left;
    vertical-align: middle;
    width: 12rem;
    height: 0.6rem;
    background-color: #ffffdc;
    border: 3px solid #d24600;;
    border-radius: 0.05rem;
    box-sizing: border-box;
    display: table-cell;
    margin-top: 0.3rem;
    padding: 10px;
}

.error p{
    font-size: 0.18rem;
    font-weight: 600;
    color: #d24600;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}
/* .error p{
  color: #d24600;
  font-size: 0.18rem;
  font-weight: 700;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.error li{
    font-size: 0.18rem;
    font-weight: 600;
    color: #f5a02e;
    padding: 10px;
}
.singleItemError{
    width: 100%;
    height: 0.6rem;
    background-color: #fff0d2;
    border: 3px solid #f5a02e;
    border-radius: 0.05rem;
    box-sizing: border-box;
    display: table;
    margin-top: 0.3rem;
    font-size: 0.18rem;
    font-weight: 600;
    color: #f5a02e;
    padding: 10px;
}
*/
.message01{
  width: 100%;
  min-height: 1.0rem;
	margin: 0 0 0.3rem;
  background-color:#FFFDF5;
  border: 1px solid #d24600;
  border-radius: 0.05rem;
  box-sizing: border-box;
  display: table;
}

.message01 p{
  color: #d24600;
  font-size: 0.18rem;
  text-align: left;
  padding: 0.2rem 0.2rem 0.2rem 0.9rem;
  display: table-cell;
  vertical-align: middle;
}

.message01:before{
	content:"";
	width: 50px;
	height: 50px;
	margin: auto 0;
	background: url("../../img/icon_message01.png") no-repeat center center;
	vertical-align: middle;
	position: absolute;
	top: 0.25rem;
	left: 25px;
}

.message02{
  width: 100%;
  height: 1.0rem;
	margin: 0 0 0.3rem;
  border: 1px solid #B3B3B3;
  border-radius: 0.05rem;
  box-sizing: border-box;
  display: table;
}

.message02 p{
  font-size: 0.18rem;
  text-align: left;
  padding: 0.2rem 0.2rem 0.2rem 0.9rem;
  display: table-cell;
  vertical-align: middle;
}

.message02:before{
	content:"";
	width: 50px;
	height: 50px;
	margin: auto 0;
	background: url("../../img/icon_message02.png") no-repeat center center;
	vertical-align: middle;
	position: absolute;
	top: 0.25rem;
	left: 25px;
}


/* 共通メッセージ用 start*/
.message.alert-error{
  width: 100%;
  min-height: 1.0rem;
	margin: 0 0 0.3rem;
  background-color:#FFFDF5;
  border: 1px solid #d24600;
  border-radius: 0.05rem;
  box-sizing: border-box;
  display: table;
}
.message.alert-error li{
  color: #d24600;
  font-size: 0.18rem;
  text-align: left;
  padding: 0.2rem 0.2rem 0.2rem 0.9rem;
  display: table-cell;
  vertical-align: middle;
}

.message.alert-success{
  width: 100%;
  height: 1.0rem;
	margin: 0 0 0.3rem;
  border: 1px solid #B3B3B3;
  border-radius: 0.05rem;
  box-sizing: border-box;
  display: table;
}

.message.alert-success li{
  font-size: 0.18rem;
  text-align: left;
  padding: 0.2rem 0.2rem 0.2rem 0.9rem;
  display: table-cell;
  vertical-align: middle;
}

.message.alert-success:before{
	content:"";
	width: 50px;
	height: 50px;
	margin: auto 0;
	background: url("../../img/icon_message02.png") no-repeat center center;
	vertical-align: middle;
	position: absolute;
	top: 0.25rem;
	left: 25px;
}
.message.alert-error:before{
	content:"";
	width: 50px;
	height: 50px;
	margin: auto 0;
	background: url("../../img/icon_message01.png") no-repeat center center;
	vertical-align: middle;
	position: absolute;
	top: 0.25rem;
	left: 25px;
}


/* 共通メッセージ用 end*/

/** /メッセージ **/


/** タイトルエリア **/
.main-area {}
.main-area h2{
  color: #e6aa8c;
  font-size:0.25rem;
  font-weight: 700;
  text-align: center;
	margin: 0 0 0.15rem;
}
.main-area h2 + p{
  text-align: center;
}
/** /タイトルエリア **/

/** セクションエリア **/
.section-area{
  padding: 0.45rem 0; 
  margin: 0 auto;
}
.section-title{
  color: #5faa5a;
  font-size: 0.25rem;
  font-weight: 600;
  margin-bottom: 0.1rem;
}
/** /ブロック **/

/** ボタン **/
.sys-main-btn:hover,
.sys-service-btn:hover {
	opacity: 0.6;
}
.sys-main-btn {
	font-size: 0.17rem;
	font-weight: 700;
	text-align: center;
	width: 2.8rem;
	margin: 0 auto;
	padding: 15px 0;
	border-radius: 5em;
	-webkit-border-radius: 5em;
	position: relative;
	display: block;
	cursor: pointer;
}
.sys-service-btn {
	font-size: 0.14rem;
	font-weight: 700;
	text-align: center;
	width: 2.0rem;
	margin: 0 auto;
	padding: 10px 0;
	border-radius: 5em;
	-webkit-border-radius: 5em;
	position: relative;
	display: block;
}
.btn-color-pink{
	color: #fff;
	background: #e6aa8c;
	border: solid 1px #e6aa8c;
}
.btn-color-green{
	color: #fff;
	background: #82c3c3;
	border: solid 1px #82c3c3;
}
.btn-color-white{
	color: #e6aa8c;
	background: #fff;
	border: solid 1px #e6aa8c;
}
.btn-color-gray{
	color: #fff;
	background: #C0C0C0;
	border: solid 1px #C0C0C0;
}
.btn-g {
  background: #82c3c3;
  border-radius: 0.03rem;
  text-align: center;
  cursor: pointer;
	position: relative;
}
.btn-w {
  background: #fff;
  border-radius: 0.03rem;
  border: 2px solid #287846;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
	position: relative;
}
.btn-g:hover {
    opacity: 0.6;
}
.btn-w:hover {
    border: 2px solid #93d4a2;
}
.btn-w a:hover,.btn-w:hover{
    color: #93d4a2;
}
.btn-g a,.btn-g{
    color: #fff;
    width: 100%;
    display: block;
}
.btn-w a,.btn-w{
    color: #287846;
    width: 100%;
    display: block;
}
.btn-g.none{
    background: #ccc;
    color: #fff;
    cursor: default;
}
.btn-w.none{
    border: 2px solid #ccc;
    cursor: default;
    color: #ccc;
}
.btn-g img, .btn-w img {
  vertical-align: middle;
}
.size-oepration01{
  font-size: 0.14rem;
  width: 1.2rem;
  height: 0.3rem;
}
.size-oepration02{
  font-size: 0.14rem;
  width: 100%;
  height: 0.3rem;
}
.size-oepration03{
  font-size: 0.14rem;
  width: 1.5rem;
  height: 0.3rem;
}
.size-l{
    font-size: 0.2rem;
    width: 4rem;
    height: 0.6rem;
}
.size-m{
    font-size: 0.2rem;
    width: 2rem;
    height: 0.6rem;
}
.size-s{
    font-size: 0.2rem;
    width: 1.5rem;
    height: 0.5rem;
}
.size-ss{
    font-size: 0.14rem;
    width: 0.6rem;
    height: 0.3rem;
}
.btn-w.size-m,.btn-w.size-l{
  font-weight: 700;
  line-height: 0.56rem;
}
.btn-w.size-s{
  font-weight: 700;
  line-height: 0.46rem;
}
.btn-w.size-ss{
  font-weight: 700;
  line-height: 0.26rem;
}
.btn-g.size-oepration01,.btn-g.size-oepration02,.btn-g.size-oepration03{
	font-weight: 700;
	line-height: 0.325rem;
}
.btn-g.size-m,.btn-g.size-l{
  font-weight: 700;
  line-height: 0.6rem;
}
.btn-g.size-s{
  font-weight: 700;
  line-height: 0.5rem;
}
.btn-g.size-ss{
  font-weight: 700;
  line-height: 0.325rem;
}
/** /ボタン **/

/** テキストリンク **/
.sys-main-textlink:hover {
	text-decoration: none;
	opacity: 0.6;
}
.sys-main-textlink {
	color: #e6aa8c;
	font-weight: 700;
	text-decoration: underline;
}
/** /テキストリンク **/

/** システムブロック **/
.sys-block {
	margin: 20px 0;
}
.sys-round-block {
	border-radius: 0.1rem;
	-webkit-border-radius: 0.1rem;
}
.sys-inner-block {
	padding: 40px;
}
/** /システムブロック **/

/** テーブルアウター **/
.table-outer {
	margin: 0 auto 0.4rem;
	border: solid 1px #b4b4b4;
  border-spacing: 0;
	border-radius: 0.1rem;
	-webkit-border-radius: 0.1rem;
	overflow: hidden;
}
.table-outer2 {
	margin: 0 auto 0.4rem;
	border: solid 1px #b4b4b4;
  border-spacing: 0;
	border-radius: 0.1rem;
	-webkit-border-radius: 0.1rem;
}
/** /システムブロック **/

/** ページ **/
.sys-display-info {
	margin: 0 auto 0.4rem;
	padding: 0 0.4rem;
	overflow: hidden;
}
.sys-display-result {
	font-size: 0.16rem;
	font-weight: 700;
	float: left;
}
.sys-display-account {
	font-size: 0.16rem;
	font-weight: 700;
	float: left;
}
.sys-display-pager {
    content: "｜";
    color: #e6aa8c;
    font-weight: 700;
    float: right;
}
.sys-display-pager:after {
	color: #e6aa8c;
	font-weight: 700;	
	width: 1em;
	height: 1em;
	line-height: 1;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.sys-display-pager li{
    display: inline-block;
}
.sys-display-pager a{
    color: #e6aa8c;
    font-size: 0.16rem;
    font-weight: 700;
    padding-right: 10px;
}
.sys-display-pager .disabled {
    display: none;
}
/** /ページ **/

/** ページャー **/
.pager {
	color: #e6aa8c;
	font-size: 0.16rem;
	font-weight: 700;
	display: inline-block;
	position: relative;
}
.pager> li:hover {
	opacity: 0.6;
}
.pager> li.disabled:hover {
	opacity: 1.0;
}  
.pager> li.disabled > a{
	cursor: default;
}  
.pager.page-prev {
	margin: 0 0.15rem 0 0;
}
.pager.page-next {
	margin: 0 0 0 0.15rem;
}
.pager.page-prev:before {
	content:"\03c";
	margin: 0 0.05rem 0 0;
}
.pager.page-next:after {
	content:"\03e";
	margin: 0 0 0 0.05rem;
}
/** /ページャー **/

/** ボタンアイコン **/
.icon-log,.icon-download,.icon-person,.icon-edit {
	padding: 0 0 0 0.1rem;
	position: relative;
}
.icon-log:before {
	content:"";
	width: 12px;
	height: 16px;
	margin: auto;
	background: url("../../img/icon_note01.png") no-repeat center center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0.15rem;
}
.icon-download:before {
	content:"";
	width: 14px;
	height: 14px;
	margin: auto;
	background: url("../../img/icon_download01.png") no-repeat center center;
	position: absolute;
	top: -0.025rem;
	bottom: 0;
	left: 0.1rem;
}
.icon-person:before {
	content:"";
	width: 18px;
	height: 21px;
	margin: auto;
	background: url("../../img/icon_person01.png") no-repeat center center;
	position: absolute;
	top: -0.025rem;
	bottom: 0;
	left: -0.2rem;
}
.icon-edit:before {
	content:"";
	width: 16px;
	height: 16px;
	margin: auto;
	background: url("../../img/icon_edit01.png") no-repeat center center;
	position: absolute;
	top: -0.025rem;
	bottom: 0;
	left: 0.25rem;
}
/** /ボタンアイコン **/

/** flexbox **/
.flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  webkit-flex-wrap: wrap;
  ms-flex-wrap: wrap;
  /*flex-wrap: wrap;*/
  webkit-box-pack: justify;
  ms-flex-pack: justify;
  webkit-justify-content: space-between;
  justify-content: space-between;
  }
/** /flexbox **/

/** table-type-headline01 & data01**/
.table-type-headline01{
	width: 100%;
	margin: 0 auto 0.15rem;
}
.table-type-headline01 th{
	text-align: left;
	padding: 0 0.1rem 0 0;
}
.table-type-headline01 th:nth-child(1),
.table-type-data01 td:nth-child(1){
	width: 1.3rem;
	padding: 0 0.1rem 0 0.6rem;
}
.table-type-headline01 th:nth-child(2),
.table-type-data01 td:nth-child(2){
	width: 2.0rem;
}
.table-type-headline01 th:nth-child(3),
.table-type-data01 td:nth-child(3){
	width: 1.45rem;
}
.table-type-headline01 th:nth-child(4),
.table-type-data01 td:nth-child(4){
	width: 1.45rem;
}
.table-type-headline01 th:nth-child(5),
.table-type-data01 td:nth-child(5){
	width: 5.3rem;
	padding: 0 0.7rem 0 0;
}
/** data01 **/
.table-type-data01{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border-radius : 0.5rem;
	-webkit-border-radius: 0.5rem;
	box-shadow:2px 2px 5px 0px #ccc;
	-webkit-box-shadow:2px 2px 5px 0px #ccc;
}
.table-type-data01 td{
	text-align: left;
	padding: 0.2rem 0.1rem 0.2rem 0;
}
.table-type-data01 td:nth-child(1){
	padding: 0.2rem 0.1rem 0.2rem 0.6rem;
}
.table-type-data01 td:nth-child(5){
	padding: 0.2rem 0.7rem 0.2rem 0;
}
/** /table-type-headline01 & data01**/

/** table-type-headline02 & data02**/
.table-type-headline02{
	width: 100%;
	margin: 0 auto 0.15rem;
}
.table-type-headline02 th{
	text-align: left;
	padding: 0 0.1rem 0 0;
}
.table-type-headline02 th.no,
.table-type-data02 td.no{
	width: 1.0rem;
	padding: 0 0.1rem 0 0.4rem;
}
.table-type-headline02 th.serviceNm,
.table-type-data02 td.serviceNm{
	width: 1.6rem;
}
.table-type-headline02 th.corpNm,
.table-type-data02 td.corpNm{
	width: 1.4rem;
}
.table-type-headline02 th.name,
.table-type-data02 td.name{
	width: 1.0rem;
}
.table-type-headline02 th.cond,
.table-type-data02 td.cond{
	width: 1.6rem;
}
.table-type-headline02 th.reqDt,
.table-type-data02 td.reqDt{
	width: 1.6rem;
}
.table-type-headline02 th.finDt,
.table-type-data02 td.finDt{
	width: 1.6rem;
}
.table-type-headline02 th.status,
.table-type-data02 td.status{
	width: 0.9rem;
}
.table-type-headline02 th.action,
.table-type-data02 td.action{
	width: 1.5rem;
	padding: 0 0.15rem 0 0;
}
/** data02 **/
.table-type-data02{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border-radius : 0.5rem;
	-webkit-border-radius: 0.5rem;
	box-shadow:2px 2px 5px 0px #ccc;
	-webkit-box-shadow:2px 2px 5px 0px #ccc;
}
.service-list-invalid .table-type-data02{
	background: #dedede;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.table-type-data02 td{
	text-align: left;
	padding: 0.2rem 0.1rem 0.2rem 0;
}
.table-type-data02 td:nth-child(1){
	padding: 0.2rem 0.1rem 0.2rem 0.4rem;
}
.table-type-data02 td:nth-child(9){
	padding: 0 0.15rem 0 0;
}
/** /table-type-headline02 & data02**/

/** table-type-headline03 & data03**/
.table-type-headline03{
	width: 100%;
	margin: 0 auto 0.15rem;
}
.table-type-headline03 th{
	text-align: left;
	padding: 0 0.1rem 0 0;
}
.table-type-headline03 th:nth-child(1),
.table-type-data03 td:nth-child(1){
	width: 1.6rem;
	padding: 0 0.1rem 0 0.6rem;
}
.table-type-headline03 th:nth-child(2),
.table-type-data03 td:nth-child(2){
	width: 1.8rem;
}
.table-type-headline03 th:nth-child(3),
.table-type-data03 td:nth-child(3){
	width: 1.2rem;
}
.table-type-headline03 th:nth-child(4),
.table-type-data03 td:nth-child(4){
	width: 2.6rem;
}
.table-type-headline03 th:nth-child(5),
.table-type-data03 td:nth-child(5){
	width: 1.6rem;
}
.table-type-headline03 th:nth-child(6),
.table-type-data03 td:nth-child(6){
	width: 1.6rem;
	padding: 0 0.6rem 0 0;
}
/** data03 **/
.service-list-invalid .table-type-data03{
	background: #dedede;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.table-type-data03{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border-radius : 0.5rem;
	-webkit-border-radius: 0.5rem;
	box-shadow:2px 2px 5px 0px #ccc;
	-webkit-box-shadow:2px 2px 5px 0px #ccc;
}
.table-type-data03 td{
	text-align: left;
	padding: 0.2rem 0.1rem 0.2rem 0;
}
.table-type-data03 td:nth-child(1){
	padding: 0.2rem 0.1rem 0.2rem 0.6rem;
}
.table-type-data03 td:nth-child(6){
	padding: 0 0.6rem 0 0;
}
/** /table-type-headline03 & data03**/


/** マウスオーバーツールチップ **/
.icon-ex:hover {
	opacity: 0.6;
}
.icon-ex-hover-area,
.icon-ex-hover-area2{
  color: #fff!important;
  font-size: 0.12rem;
  padding: 0.1rem;
  background: #5c5c5c;
  border-radius: 0.05rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
	display: block;
}
.icon-ex-hover-area {
	right: -0.575rem;
	bottom: -35px;
}
.icon-ex-hover-area2 {
	right: -0.760rem;
	bottom: -50px;
}
.icon-ex-hover-area:after,
.icon-ex-hover-area2:after {
  content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 15px 5px;
	border-color: transparent transparent #5c5c5c transparent;
  position: absolute;
  bottom: 100%;
  left: 0.1rem;
	pointer-events: none;
}
.icon-ex:hover + .icon-ex-hover-area,
.icon-ex:hover + .icon-ex-hover-area2{
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/** /マウスオーバーツールチップ **/

/** 必須・任意アイコン **/
.req::before{
  content: "必須";
  color: #fff;
  font-weight: normal!important;
  text-align: center;
	line-height: 0.25rem;
  width: 0.45rem;
  height: 0.25rem;
	margin: 0 0.2rem 0 0;
  background: #d24600;
  border-radius: 0.03rem;
  display: inline-block;
}
.no-req::before{
  content: "任意";
  color: #fff;
  font-weight: normal!important;
  text-align: center;
	line-height: 0.25rem;
  width: 0.45rem;
  height: 0.25rem;
	margin: 0 0.2rem 0 0;
  background: #adadad;
  border-radius: 0.03rem;
  display: inline-block;
}
/** /必須アイコン **/

/** チェックボックス **/
.checkbox-input {
  font-size: 0.16rem;
  text-align: left;
  display: inline-block;
  position: relative;
  padding-left: 0.26rem;
  cursor: pointer;
}
.checkbox-input input {
  display: none;
}
.checkbox-indicator {
  box-sizing: border-box;
  position: absolute;
  top: 0.02rem;
  left: 0;
  height: 0.2rem;
  width: 0.2rem;
  background: #fff;
  border: 0.01rem solid #333333;
  border-radius: 0.03rem;
}
.checkbox-input input:checked ~ .checkbox-indicator {
  background: #e6aa8c;
  border: 0px solid #cccccc;
}
.checkbox-input input:checked ~ .checkbox-indicator:after {
  display: block;
  border-color: #fff;
}
.checkbox-control .checkbox-indicator:after {
  left: 0.07rem;
  top: 0.04rem;
  width: 0.04rem;
  height: 0.08rem;
  border: solid #fff;
  border-width: 0 0.02rem 0.02rem 0;
  transform: rotate(45deg);
}
.checkbox-indicator:after {
  content: '';
  position: absolute;
  display: none;
}
/** /チェックボックス **/

/** プルダウン **/
.pulldown {
	overflow: hidden;
  height: 0.3rem;
	text-align: center;
	position: relative;
	border: 0.01rem solid #d9d9d9;
	border-radius: 0.03rem;
	background: #fafafa;
  box-sizing: border-box;
}
.pulldown select {
	width: 100%;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 0 0.38rem 0 0.08rem;
  line-height: 0.28rem;
	color: #666666;
  font-size: 0.14rem;
  font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", sans-serif;
}
.pulldown select::-ms-expand {
    display: none;
}
.pulldown::before {
	position: absolute;
	top: 0.09rem;
	right: 0.05rem;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 0.06rem solid transparent;
	border-right: 0.06rem solid transparent;
	border-top: 0.1rem solid #666666;
	pointer-events: none;
}
.pulldown select option{
    font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", sans-serif;
}
/** /プルダウン **/

/** ファイルアップロード **/
.fileUploder{}
.fileUploder input {
    background: none;
    box-shadow: none;
    border: none;
}
.fileUploder input#upfiles{
    position: absolute;
    top: -9999px;
}
.fileUploder input#upfilename {
    height: 0.3rem;
    overflow: hidden;
    position: relative;
    border: 0.01rem solid #d9d9d9;
    border-radius: 0.03rem;
    line-height: 0.3rem;
    background: #fafafa;
    box-sizing: border-box;
    color: #666666;
    padding: 0 0 0 0.08rem;
}
.fileUploder #upbtn {
    display: inline-block;
    margin-left: 0.05rem;
}
/** /ファイルアップロード **/

/** 日付入力２ **/
.date2 > b{
	font-size: 0.16rem;
	font-weight: 700;
}
.date2 div{
	text-align: center;
  margin-right: 0.1rem;
	background: #fafafa;
	border: 0.01rem solid #d9d9d9;
	border-radius: 0.03rem;
  display: inline-block;
	position: relative;
}
.date2 div + span{
  margin-right: 0.1rem;
}
.date2 select {
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
  line-height: 0.28rem;
	color: #666666;
  font-size: 0.14rem;
  font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", sans-serif;
	display: block;
	width: 100%;
	padding: 0 0 0 0.1rem;
}
.date3 select {
  font-size: 0.15rem !important;
}
.date2 .year{
	width: 0.8rem;
}
.date2 .month,.date2 .day{
	width: 0.6rem;
}
.date2 select::-ms-expand {
	display: none;
}
.date2 .year,.date2 .month,.date2 .day{
	position: relative;
}
.date2 .year::before, .date2 .month::before, .date2 .day::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0.05rem;
	width: 0;
	height: 0;
	margin: auto;
	padding: 0;
	content: "";
	border-left: 0.06rem solid transparent;
	border-right: 0.06rem solid transparent;
	border-top: 0.07rem solid #666666;
	pointer-events: none;
}
.date2 select option{
	font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", sans-serif;
}
/** /日付入力２ **/

/** データなし **/
.no-data{
  height: 1rem;
  line-height: 0.05rem!important;
}
/** /データなし **/

/** ボタンエリア **/
.page-btn-area {
    text-align: center;
    margin-top: 0.4rem;
}
.page-btn-area.right {
    text-align: right;
}
.page-btn-area .btn-block-list {
    min-height: 0.44rem;
    font-size: 0;
}
.page-btn-area .btn-block-list li{
    display: inline-block;
    margin-left: 0.4rem;
}
.page-btn-area .btn-block-list li:first-child{
    margin-left: 0;
}
/** /ボタンエリア **/

/** パスワードビュー **/
.js-password-view,
.js-password-help{
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0.2rem;
	z-index: 1;
	display: block;
}
.js-password-view:hover,
.js-password-help:hover{
	cursor: pointer;
}
.js-password-chg-view,
.js-password-help{
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0.1rem;
	z-index: 1;
	display: block;
}
.js-password-chg-view:hover,
.js-password-help:hover{
	cursor: pointer;
}
/** /パスワードビュー **/

/** 対象データなし **/
.greybox {
    width: 938px;
    height: 100px;
    text-align: center;
    background-color: #fafdfd;
    padding: 35px;
    border: 1px solid #d2d2d2;
    clear: both;
    margin: 0 auto;
}
/** 対象データなし**/

/** footer **/
footer {
  padding: 0.15rem 0 0.3rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 12rem;
  background: #fff;
	border-top: solid 1px #333333;
}
.footer-nav {
	float: left;
}
.footer-nav ul li {
	margin: 0 0.3rem 0 0;
  display: inline-block;
}
.footer-nav ul li a {
  display: block;
}
.footer-nav ul li a:after {
  content:"＞";
	margin: 0 0 0 0.05rem;
}
.footer-nav ul li a:hover {
  opacity: 0.6;
  cursor: pointer;
}
.copy{
  float: right;
  color: #999999;
  font-size: 0.09rem;
}
/** /footer **/

/** 利用規約画面 **/
#modalBody{
    width: 560px;
    margin-right: auto;
    margin-left: auto;
    line-height: 150%;
    font-size: 12px;
}
#modalBody h2{
    text-align:center;
    color: #e6aa8c;
    font-weight: 700;
    font-size: 20px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #e6aa8c;
    margin-bottom: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#modalBody h3{
    background-color: #fcf4f0;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;
    font-size: 14px;
    padding-left: 12px;
    margin-bottom: 12px;
    margin-top: 20px;
}
#modaltbl th, #modaltbl td{
    border-collapse: collapse;
    border: 1px solid #b5b5b5 !important;
    padding: 4px;
}
#modaltbl th{
    background-color: #ede5d5;
}
.sys-main-btn:hover,
.sys-service-btn:hover {
	opacity: 0.6;
}
.sys-main-btn {
	font-size: 0.17rem;
	font-weight: 700;
	text-align: center;
	width: 2.8rem;
	margin: 0 auto;
	padding: 15px 0;
	border-radius: 5em;
	-webkit-border-radius: 5em;
	position: relative;
	display: block;
	cursor: pointer;
}
.modalbtn {
	font-size: 0.12rem;
	font-weight: 700;
	text-align: center;
	width: 128px;
	margin: 30px auto 30px auto;
	padding: 10px 0;
	border-radius: 5em;
	-webkit-border-radius: 5em;
	position: relative;
	display: block;
	color: #e6aa8c;
	background: #fff;
	border: solid 1px #e6aa8c;
}
#modal-header{
    margin-bottom: 5px;
    height: 70px;
    background-color:#e6aa8c;
}
.modallogo {
   height: 60px;
   padding-top: 5px;
   padding-left: 50px;
}
#modal-footer{
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #e6aa8c;
    padding-top: 10px;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.modalcopy{
    float: right;
    color: #999999;
    font-size: 0.12rem;
    margin-right: 30px;
}
/** 利用規約画面 **/
