
/* ----------------------------------------------------------------------------
 * Base
 * ------------------------------------------------------------------------- */
html, body, div, span, a, object, iframe, h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, input, button, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video, textarea {
  margin: 0;
  font-size: 100%;
  font-style: normal;
}

html.is-fontSizeM .headerMain,
html.is-fontSizeM .footerMain {
  font-size: 77.8%;
}

html.is-fontSizeL .headerMain,
html.is-fontSizeL .footerMain {
  font-size: 70%;
}

body {
  min-width: 320px;
  font-family: \30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33, "Hiragino Kaku Gothic Pro", \30e1\30a4\30ea\30aa, Meiryo, \FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF, "MS PGothic", sans-serif;
  font-size: 87.5%;
  color: #003333;
  text-align: left;
  line-height: 1.5;
  word-break: break-all;
  overflow-x: hidden;
}

div#agentAccount, #agentAccount__name {
  display: inline-block; _display: inline;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

p {
  margin: 30px 0 0;
}

li {
  list-style: none;
}

b, em, strong {
  font-weight: bold;
}

a {
  color: #039;
  text-decoration: underline;
  cursor: pointer;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

.menu_bar {
  width: 23em !important;
  height: 960px !important;
}

.menu_frame {
    padding-top: 30px;
}

.headerMain__inner::after, .headerLink::after {
  display: block;
  clear: both;
  content: '';
}

.fontawesome_button{
  font-family: "fontawesome","メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino   Kaku Gothic ProN","游ゴシック", YuGothic,Verdana,sans-serif;
  font-size:11pt;
}
.label {
  text-align: left;
  min-width:200px;
}

.label__REQUIRED {
  border: solid 1pt #ff9933;
  border-width: 0 5px 0 0;
  box-shadow: 3px 1px 0px rgba(0,0,0,0.25)
}

textarea {
  resize: none;
}

/* safari only */

_::-webkit-full-page-media, _:future, :root select{
	 background-color: #ffffff;
}

_::-webkit-full-page-media, _:future, :root .label{
	 padding-right: 0px;
}
/* ----------------------------------------------------------------------------
 * Header Footer
 * ------------------------------------------------------------------------- */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* ----------------------------------------------------------------------------
 * Header
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.headerMain {
  width: 100%;
  min-height: 100px;
  order: 2;
  background: #fff;
}

.headerMain__inner {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  min-width: 480px;
}

.headerMain__left {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  float: left;
  padding: 1em 0 0;
}

.headerMain__right {
  padding: 0.3em 0 0;
  float: right;
  text-align: right;
  white-space: nowrap;
}

.headerUtil__support {
  line-height: 24px;
  float: right;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  flex-direction: column;
  height: 75px;
}

.title-ribon {
  height: 180px;
  background-color:#333333;
  background-image:url("../image/main_image.jpg");
  background-repeat:repeat-x;
}
.title-main {
  float: right;
  position: absolute;
  top: 145px;
  left: 20px;
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 10px;
  height: 80px;
  width: 345px;
  min-width: 345px;
  border: none;
  color: #ffffff;
  background-image:url("../image/main_title.png");
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .headerMain {
    min-height: 73px;
    padding: 11px 0 12px;
    position: relative;
    z-index: 1;
    box-shadow: 0 1px 3px #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .headerMain__inner {
    top: 0;
  }
}

@media screen and (max-width: 374px) {
  .headerMain__inner {
    height: 100%;
    display: flex;
  }
  .headerMain__left {
    align-items: center;
  }
}

/* ------------------------------------
 * Module
 * --------------------------------- */
.headerLogo {
  margin: 0;
}

.headerLink {
  position: relative;
  top: 5px;
  padding: 0;
}

.headerLink li {
  margin: 0 0 0 20px;
  line-height: 1;
  float: left;
}

.headerLink li:first-child {
  margin-left: 0;
}

.headerLink a {
  text-decoration: none;
  position: relative;
  display: block;
}

.headerLink a::before {
  width: 6px;
  height: 9px;
  background-position: -440px -443px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  left: 0;
}

.headerLink a:hover, .headerLink a:focus, .headerLink a:active {
  text-decoration: underline;
}

.headerLink--main::before {
  transform: rotate(90deg);
}

.headerUtil__right {
  float: right;
}

.headerUtil__fontsize {
  font-size: 85.7%;
}

.headerUtil__fontsize dt {
  margin: 0 10px 0 0;
  font-weight: bold;
}

.headerUtil__fontsize dd {
  min-width: 44px;
  min-height: 22px;
  display: table-cell;
  border: 1px solid #336699;
}

.headerUtil__fontsize dd + dd {
  border-left: none;
}

.headerUtil__fontsize dd:first-of-type {
  border-radius: 15px 0 0 15px;
}

.headerUtil__fontsize dd:first-of-type a {
  border-radius: 15px 0 0 15px;
}

.headerUtil__fontsize dd:first-of-type + dd {
  border-left: none;
}

.headerUtil__fontsize dd:last-child {
  border-radius: 0 15px 15px 0;
  border-left: none;
}

.headerUtil__fontsize dd:last-child a {
  border-radius: 0 15px 15px 0;
}

.headerUtil__fontsize dd a {
  height: 100%;
  padding: 0 5px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  font-size: 92%;
}

.headerUtil__fontsize dd a:hover, .headerUtil__fontsize dd a:focus, .headerUtil__fontsize dd a:active {
  text-decoration: underline;
}

.headerUtil__fontsize dd a.is-current {
  color: #fff;
  cursor: default;
  text-decoration: none;
  background: #336699;
}

.headerUtil__fontsize dd a.is-current.tsReset:hover, .headerUtil__fontsize dd a.is-current.tsReset:focus, .headerUtil__fontsize dd a.is-current.tsReset:active {
  cursor: pointer;
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  .headerLink li {
    margin-left: 10px;
    font-size: 92.9%;
  }
}

@media screen and (max-width: 767px) {
  .headerLogo {
    width: 180px;
    margin-left: -5px;
  }
  .headerLink {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .headerLogo {
    width: 140px;
  }
}

/* ----------------------------------------------------------------------------
 * Footer
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.footerMain {
  padding: 17px 0 17px;
  background: #fff;
}

.footerMain__inner {
  margin: 0 auto;
  padding: 0 15px;
}

.topBtn {
  position:fixed;
  bottom:20px;
  right:20px;
  display:block;
  background-color:rgba(0,0,0,0.5);
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width:60px;
  height:60px;
  text-align:center;
  line-height:22px;
  border-radius:30px;
  padding-top:30px;
  box-sizing:border-box;
}

/* ------------------------------------
 * Module
 * --------------------------------- */
.footerInfo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.footerInfo__logo {
  margin: 0;
}

.footerInfo__address {
  margin: 0 0 0 28px;
}

.footerInfo__address a {
  text-decoration: none;
  font-size: 90%;
}

.footerInfo__address a:hover, .footerInfo__address a:focus, .footerInfo__address a:active {
  text-decoration: underline;
}

.topBtn:before {
  content:'\25B2';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  font-size:20px;
}

.topBtn:hover {
  opacity:0.7;
}

@media screen and (max-width: 900px) {
  .footerInfo {
    margin-top: 19px;
    display: block;
  }
  .footerInfo__address {
    margin: 16px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .footerInfo__logo {
    text-align: center;
  }
  .footerInfo__address {
    margin-top: 12px;
  }
}

/* ----------------------------------------------------------------------------
 * importConfirmation
 * ------------------------------------------------------------------------- */
 
/** window制御 **/
#_ui_body{
    overflow: scroll;
    min-height: 95vh;
    display: flex;
    flex-flow: column;
    flex-direction: column;
    flex-wrap: wrap;
}
#main_section {
    flex: 1;
}

/** 説明項目スタイル **/
.item__indexLabel{
    margin-top: 10px;
    font-weight: bold;
}

/** 一覧スタイル **/
div.PAGE_NAVI {
    text-align: center;
}

/** 三点リーダー **/
.item__g_ellipsis {
    overflow: hidden;
     text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
}

/** ボタンスタイル **/
.GROUP_BUTTON{
	text-shadow: none;
}
.item__g_customBtn {
	min-width: 60px;
}
.item__customBtn,
.item__actionBtn {
    margin-right: 20px;
    min-width: 90px;
}
.item__actionBtn {
	background-color: #cc0000 !important;
    border: 1px solid #cc0000 !important;
    background-image: linear-gradient(#cc0000,#cc0033) !important;
}

/** ツールチップスタイル **/
.field {
    position: relative;
}
*[class$='-tooltips'] {
    display: block;
    position: absolute;
    z-index: 9999;
    width: auto;
    height: auto;
    padding: 0.3em 0.5em;
    color: #FFFFFF;
    background: #191970;
    border-radius: 0.5em;
    max-width: 80%;
    white-space: pre-wrap;
}
*[class$='-tooltips']:after {
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0.5em;
    top: -8px;
    border-top:8px solid transparent;
    border-left:8px solid #191970;
}

/** プレースホルダー **/
::placeholder {
  color:  #747474;
  -webkit-text-fill-color: #747474;
}

/** 非活性 **/
*[type='text']:disabled{
  background-color: #e7e7e7!important;
  color: #aaaaaa;
  -webkit-text-fill-color: #aaaaaa;
}
:disabled::placeholder {
  color:  #e7e7e7;
  -webkit-text-fill-color: #e7e7e7;
}
