@charset "UTF-8";/* CSS変数の宣言 */

*,
*::before,
*::after{
	box-sizing: border-box;}

/* helpbase.cssの設定を解除*/
ul li, ol li {
  /*  line-height:1.5;*/
  list-style: none;
    margin-bottom: 1.0em;
}

.hlp-container {
  display: flow-root;
  /* 1 */
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .hlp-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .hlp-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*
 * Remove margin from the last-child
 */
.hlp-container > :last-child {
  margin-bottom: 0;
}

.hlp-container > .uk-margin,
.hlp-container > .uk-list
{
  margin-left: 1em;
  list-style: none;
}

.uk-margin li,
.uk-list li{
  margin-bottom:0.5em;
}

.midashi {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 1em;
}

.p-text{
  margin:0 1em 1em;
  line-height:1.8em;
}

.helpimage1em {
  width: 560px;
  height: auto;
  border: solid 1px #696969;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

.helpimage2em {
  width: 560px;
  height: auto;
  border: solid 1px #696969;
  margin-left: 2em;
  margin-bottom: 0.5em;
}

.image_icon{
  width:auto;
  height:22px;
}


.fnt-b {
  font-weight: bold;
}

.rotate-left-icon {
  transform: scaleX(-1);
}

.pd-2{
  padding-bottom:2em;
}
