@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 1rem;
  color: #333333;
  letter-spacing: 1px;
}

a {
  color: #00A9A2;
  text-decoration: underline;
  text-decoration-style: dotted;
}

a:hover {
  color: #333;
  text-decoration-style: dotted;
}

a > img {
  border: 1px solid #00A9A2;
}

a:hover > img {
  border: 1px solid #ccc;
}

a[target=_blank]::after {
  font-family: "Font Awesome 5 Free";
  content: '\f2d2';
  padding-left: 5px;
}

a.blank-noicon::after {
  display: none;
  content: "";
}

p {}

h1 {
  font-size: 1.6rem;
  background: #EEE;
  border-left: solid 8px #00c7bb;
  padding: 10px 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

h2 {
  font-size: 1.4rem;
  color: #333;
  font-weight: bold;
  border-bottom: solid 4px #454545;
  padding-bottom: 10px;
  margin-top: 2.5rem;
  display: flex;
}

h3 {
  font-size: 1.3rem;
  color: #454545;
  font-weight: bold;
  border-bottom: solid 1px #454545;
  padding-bottom: 6px;
  margin-top: 40px;
}

h4 {
  font-size: 1.2rem;
  color: #00A9A2;
  font-weight: bold;
  margin-top: 30px;
}

h5 {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 2rem;
}


ul,
ol {
  list-style: none;
}

#body-content {
  flex-direction: row-reverse;
  margin-top: 155px;
}

.inner-container {
  padding-right: 15px;
  padding-left: 15px;
}

.display-pc {
  display: block;
}

.display-sp {
  display: none;
}

/* リスト */
.list-dot {
  list-style: disc;
  margin-left: 30px;
}
  
.list-dot li {
  margin-left: 30px;
  line-height: 20px;
  margin-bottom: 10px;
}

.list-dot li:last-child {
  margin-bottom: 0;
}

.list-num {
  list-style: decimal;
  margin-left: 30px;
}

.list-num li {
  margin-left: 30px;
  line-height: 30px;
}

/* 数字 */
.numbering-process {
  display: inline-block;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 8px;
  background: #3E3E3E;
  font-size: 1.3rem;
  line-height: 32px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #FFF;
  font-weight: 900;
}

.process .numbering-process {
  margin-right: 0;
}

.numbering-process-min {
  display: inline-block;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  margin: 0 3px;
  border-radius: 8px;
  background: #3E3E3E;
  font-size: 0.77rem;
  line-height: 22px;
  text-align: center;
  vertical-align: top;
  font-family: "Roboto", sans-serif;
  color: #FFF;
  font-weight: 900;
}

.numbering-position {
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  text-align: center;
  font-size: 14px;
  color: #c00;
}

th .numbering-position {
  margin-right: 0;
}

.numbering-position::before {
  content:"(";
}

.numbering-position::after {
  content: ")";
}


/* テーブル */
#main-content table {
  margin: 0;
}

.table > tbody > tr > td:last-child,
.table > tbody > tr > th:last-child {
  border-right: 1px solid #dee2e6;
}

.table > tbody > tr:last-child > td,
.table > tbody > tr:last-child > th {
  border-bottom: 1px solid #dee2e6;
}

th {
  background: #ddd;
  text-align: center;
  white-space: nowrap;
}

th.wrap {
  white-space: normal;
}

td {
  background: #fff;
}

.scroll-table {
  margin: 10px 0 40px;
}

.col1-12 {
  width: calc(100% * 1 / 12);
}

.col2-12 {
  width: calc(100% * 2 / 12);
}

.col3-12 {
  width: calc(100% * 3 / 12);
}

.col4-12 {
  width: calc(100% * 4 / 12);
}

.col5-12 {
  width: calc(100% * 5 / 12);
}

.col6-12 {
  width: calc(100% * 6 / 12);
}

.col7-12 {
  width: calc(100% * 7 / 12);
}

.col8-12 {
  width: calc(100% * 8 / 12);
}

.col9-12 {
  width: calc(100% * 9 / 12);
}

.col10-12 {
  width: calc(100% * 10 /12);
}

.col11-12 {
  width: calc(100% * 11 /12);
}

.table-bordered {
  border: none;
}

.table.table-bordered thead tr th,
.table.table-bordered tbody tr th,
.table.table-bordered tbody tr td {
  border: 1px solid #666;
  word-wrap: break-word;
  word-break: break-all;
}

.table-p5 thead th,
.table-p5 tbody th,
.table-p5 tbody td {
  padding: 5px;
}

.table-tal thead th,
.table-tal tbody th,
.table-tal tbody td {
  text-align: left;
}

#side-nav .bd-sidebar {
  position: fixed;
  top: 135px;
  width: 266px;
  height: calc(100% - 201px);
  overflow: auto;
  overflow-y: auto;
}

.process {
  margin: 40px 0 0;
}

.process h3,
.process h4 {
  margin-top: 0;
}

dd {
  margin: 0;
}


/* horizonflow */

.horizonflow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.horizonflow > div {
  width: 100%;
  float: left;
  margin-bottom: 0;
  border: 1px solid #666;
  border-right: none;
}

.horizonflow > div:last-child {
  border-right: 1px solid #666;
}

.horizonflow > div p {
  padding: 0 10px;
  margin-bottom: 15px;
}

.horizonflow > div ol {
  margin: 5px 5px 5px 30px;
}

.horizonflow > div ol li {
  line-height: 1.3;
  margin-bottom: 1em;
}

.horizonflow > div div.horizonflow-head {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
  margin: 0;
  padding: 5px 10px 5px 40px;
  background: #ddd;
  border-bottom: 1px solid #666;
  font-weight: bold;
}

.horizonflow > div:first-child div.horizonflow-head {
  padding-left: 10px;
}

.horizonflow > div div.horizonflow-head::before {
  position: absolute;
  display: block;
  z-index: 1;
  content: "";
  border: 30px solid #666;
  border-color: transparent transparent transparent #666;
  top: calc(50% - 30px);
  right: -61px;
}

.horizonflow > div div.horizonflow-head::after {
  position: absolute;
  display: block;
  z-index: 1;
  content: "";
  border: 30px solid #cbcbcb;
  border-color: transparent transparent transparent #cbcbcb;
  top: calc(50% - 30px);
  right: -60px;
}

.horizonflow > div:last-child div.horizonflow-head::before,
.horizonflow > div:last-child div.horizonflow-head::after {
  content: none;
}

.horizonflow > div div.horizonflow-head + p,
.horizonflow > div div.horizonflow-head + ol {
  margin-top: 15px;
}

/* verticalarrow */

.verticalarrow {
  position: relative;
  margin-bottom: 40px;
}

.verticalarrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 20px);
  border: solid;
  border-width: 15px 20px 0px 20px;
  border-color: #333 transparent transparent transparent;
  width: 40px;
  height: 15px;
}

/* 例文 */
.sample {
  color: #327BD1;
  font-size: 90%;
  line-height: 1.2;
}
.sample p {
  margin-bottom: .5em;
}
/*例文テーブル*/
.sample table th,
.sample table td {
  border: 1px solid #327BD1;
  padding: 5px;
}

.sample table.bd-black th,
.sample table.bd-black td {
  border: 1px solid #000;
}

/* 例文＋料金 */
.sample-price {
  color: #327BD1;
}

.sample-price > tbody {
  display: block;
}

.sample-price>tbody>tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sample-price th,
.sample-price td {
  display: inline;
  background: none;
}

.sample-price th {
  font-weight: 400;
}

.sample-price>tbody>tr::after {
  height: .5em;
  content: '';
  background: radial-gradient(#327BD1 20%, transparent 30%) center/ .5em;
  flex: auto;
}

.price {
  order: 1;
}

/* ヘッダ / フッタまわり */
.logo {
  width: 240px;
  margin: 10px 0;
}

header {
  width: 100%;
  background: #E2F4F0;
  padding: 0;
  margin-bottom: 30px;
  position: fixed;
  top: 0;
  z-index: 2;
}

.header-logo a img {
  border: none;
}

.title-manual {
  font-size: 1.2rem;
  color: #FFF;
  padding-top: 10px;
}

.update,
.copyright {
  font-size: .5rem;
  color: #FFF;
  text-align: right;
  padding-top: 16px;
}

.sub-header,
.footer {
  height: 46px;
  background: #3E3E3E;
}

.footer {
  margin-top: 30px;
}


/* 検索ボックス */

#___gcse_0 table {
  margin: 0;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  background: none;
  border: none;
}

.gsc-control-cse {
  padding: 1em 0;
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
  padding: 10px 20px !important;
  background: #00A9A2 !important;
  border: 4px solid #00A9A2 !important;
}

.gsc-control-cse td {
  background: transparent;
}

/* ボタン */
a.btn {
  padding: 20px 60px;
  font-size: 1.2rem;
  text-decoration: none;
}

a.btn:hover {
  opacity: 0.8;
}

/* メインボタン（登録 / 実行するアクションに使用する） */
.btn-main {
  box-shadow: 0 5px #00A9A2;
  color: #FFF;
  background: #00c7bb;
}

/* サブボタン（戻るなどのサブアクションに使用する） */
.btn-sub {
  box-shadow: 0 5px #888;
  color: #666;
  background: #EEE;
}

/* イメージ・アイコンなど */
img {
  margin: 10px 0;
  width: auto;
  height: auto;
  max-width: 100%;
}

img.beginner {
  width: 25px;
  margin-right: 10px;
}

img.phone {
  width: 90%;
}

.inner-container img {
  display: block;
  margin: auto;
}

/* font-awesome アイコン */
.fas {
  margin-right: 5px;
}

/* ボックス */
.box {
  font-size: .9rem;
  line-height: 24px;
  padding: 12px 16px;
  width: auto;
  border-radius: 8px;
  margin: 10px 0 20px;
  word-break: break-all;
}

/* 背景色 */
.bg-red {
  background: #FFEAEA;
}

.bg-yellow {
  background: #F7F8D9;
}

.bg-blue {
  background: #E8F1FD;
}

.bg-green {
  background: #F1F7F1;
}

.bg-gray {
  background: #EEE;
}

.box.bg-red p,
.box.bg-yellow p,
.box.bg-blue p,
.box.bg-green p,
.box.bg-gray p {
  margin-bottom: 0;
}


/* タグ */
.tag-attentions {
  background: #E65353;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 30px;
  color: #FFF;
  margin: 0 6px 0 0;
}

.tag-attentions::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f071";
  padding-right: 5px;
  color: #FFF;
}

.tag-important {
  background: #c7a512;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 30px;
  color: #FFF;
  margin: 0 6px 0 0;
}

.tag-important::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f084";
  padding-right: 5px;
  color: #FFF;
}

.tag-tips {
  background: #327BD1;
  font-size: .9rem;
  padding: 4px 10px;
  border-radius: 30px;
  color: #FFF;
  margin: 0 6px 0 0;
}

.tag-tips::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f303";
  padding-right: 5px;
  color: #FFF;
}

.tag-green {
  display: inline-block;
  background: #393;
  font-size: .7rem;
  padding: 2px 10px;
  border-radius: 30px;
  color: #FFF;
  font-weight: normal;
  margin: 2px 6px 2px 0;
}

.tag-gray  {
  display: inline-block;
  background: #666;
  font-size: .7rem;
  padding: 2px 10px;
  border-radius: 30px;
  color: #FFF;
  font-weight: normal;
  margin: 0 6px 0 0;
}

/* トピックス用 リンクボタン */
#topics a.topic {
  border: solid #E3E3E3 3px;
  border-radius: 40px;
  padding: 4px 6px;
  margin: 6px;
  font-size: 14px;
  line-height: 40px;
  word-break: keep-all;
  text-decoration: none;
}

#topics a.topic:hover {
  border: solid #3E3E3E 3px;
}

/* バッジ（プラン）*/
.badge {
  font-size: .9rem;
  border-radius: 10px;
  color: #FFF;
  margin: 0 6px;
}

/* バッジ（プラン）ごとのスタイル */
.plan-light {
  background-color: #FFF;
  color: #888;
  border: solid #888 2px;
}

.plan-regular {
  background-color: #FFF;
  color: #00c7bb;
  border: solid #00c7bb 2px;
}

.plan-advance {
  background: #00c7bb;
  border: solid #00c7bb 2px;
}

/* テーブル内のプラン用バッチ */
.badge-plan {
  display: inline-block;
  background: #ffc368;
  padding: 1px 4px 2px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

/* スタートアップガイド */
.startup {
  background: #F1F7F1 url(../../img/bg_startup.png) no-repeat right bottom;
  border-radius: 10px 10px 0 0;
  position: relative;
  margin-bottom: 20px;
}

.startup h2 {
  display: block;
  background: #20c7bb;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  margin-top: 0;
  padding:15px 20px 15px 10px;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  line-height: 30px;
  font-size: 22px;
}

.startup h2 img {
  display: inline;
}

.startup .explain {
  margin: 10px 15px;
}

.startup .explain p.p1 {
  max-width: calc(100% - 280px);
  margin-bottom: 10px;
  font-size: 15px;
}

.startup .explain .startup-list {
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  max-width: calc(100% - 280px);
  margin-bottom: 55px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: bold;
}

.startup .explain .startup-list p {
  margin-bottom: 5px;
}

.startup .explain .startup-list li {
  float: left;
  padding-left: 26px;
  margin-right: 10px;
  color: #20C7BB;
  background: #fff url(../../img/ico_check_startup.png) no-repeat 2px 0;
}

.startup .explain .startup-list li:last-child {
  margin-right: 0;
}

.startup .startup-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  min-height: 44px;
  line-height:28px;
  padding: 8px 15px 8px 17px;
}

.startup .startup-footer a {
  color: #20c7bb;
  font-weight: bold;
  text-decoration: none;
}

.startup .startup-footer a:hover {
  color: #666;
  text-decoration: underline;
  text-decoration-style: dotted;
}

.startup .startup-footer a img {
  display: inline;
  border: 0;
}

/* 改訂履歴 */

.scrollBody {
  display: block;
  overflow-y: scroll;
  height: 240px;
}

dl.history {
  font-size: .9rem;
  list-style-type: none;
  margin-left: 20px;
}

dl.history dt {
  margin-left: 0;
  margin-top: 10px;
  width: 180px;
  clear: both;
  float: left;
  font-weight: normal;
}

dl.history dd {
  margin-left: 180px;
  width: calc(100% - 180px);
}

dl.history dt + dd {
  margin-top: 10px;
}

dl.history dt:first-child,
dl.history dt:first-child + dd {
  margin-top: 0;
}


/* 注釈 */
.kome {
  font-size: .75rem;
  margin: 10px 0;
  text-align: left;
}

.kome::before {
  content: "※ ";
}

/* 小さい文字表記（図や表テーブル上につける注釈番号に使用） */
.sm {
  font-size: .9rem;
}

/*図表の上キャプション*/
.fig-caption {
  font-size: .9em;
  color: #999;
  margin: 0;
  text-align: center;
}

span.fig-caption {
  display: inline-block;
  width: 100%;
}

/* サイドナビ */

nav.bd-sidebar ul.nav-list li {
  margin-left: 0;
  list-style-type: none;
  text-decoration: none;
}

.nav-list,
.nav-list ul {
  margin: 0;
  padding: 0;
}

.nav-list a {
  text-decoration: none;
}

.nav-list li {
  list-style: none;
  font-size: 1rem;
}

.nav-list-child {
  list-style: none;
}

.nav-list-child li {
  margin-left: 24px;
}

.nav-list li a {
  /*親*/
  display: block;
  color: #222;
  line-height: 30px;
  text-decoration: none;
}

.nav-list li a:hover {
  background: #FFF;
  color: #00c7bb;
}

.nav-list li ul li a {
  /*子*/
  text-decoration: none;
  line-height: 30px;
  color: #00c7bb;
}

.nav-list li ul li a:hover {
  background: #E0F2EF;
}

.nav-list li ul li ul li a {
  /*孫*/
  color: #222;
  line-height: 18px;
  margin-left: 16px;
}

.nav-list li ul li ul li:hover a {
  background: none;
  color: #00c7bb;
}

/* アコーディオンメニュー */
.acMenu dl dt {
  display: block;
  position: relative;
  width: calc(100% - 5px);
  height: auto;
  line-height: normal;
  border: none;
  cursor: pointer;
  font-size: .9rem;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 26px;
  text-indent: -26px;
}

.acMenu dl dt::before {
  font-family: "Font Awesome 5 Free";
  content: '\f111';
  color: #999;
  padding-left: 5px;
  padding-right: 5px;
}

.acMenu dl dt.parent::before {
  content: "\f13a";
}

.acMenu dl dt.active {
  color: #00A9A2;
}

.acMenu dl dt.active::before {
  content: "\f139";
}


.acMenu dl dt:hover,
.acMenu dl dt > a:hover {
  color: #00A9A2;
  background: #efefef;
}

.acMenu dl dt > a {
  color: #333;
  text-decoration: none;
}

.acMenu dl dt > a.current {
  color: #00A9A2;
  font-weight: bold;
}

.acMenu dl dd {
  width: auto;
  height: auto;
  line-height: normal;
  border: none;
  display: none;
  font-size: .9rem;
  padding-right: 5px;
}

.acMenu dl dd a {
  display: block;
  color: #222;
  line-height: 20px;
  padding: 3px 2px 2px 20px;
  text-indent: -20px;
  margin-left: 10px;
  text-decoration: none;
}

.acMenu dl dd a:hover {
  background: #efefef;
}

.acMenu dl dd a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: '\f105';
  color: #999;
  padding-left: 5px;
  padding-right: 5px;
}

.acMenu > dt a.lrg-category {
  position: relative;
  display: inline-block;
  width: calc(100% - 5px);
  margin-bottom: 5px;
  padding: 6px 10px;
  font-weight: bold;
  text-decoration: none;
  background: #EEE;
  border-left: solid 4px #00c7bb;
  color: #222;
}

.acMenu > dt a.lrg-category:hover {
  color: #888;
}

.acMenu > dt a.lrg-category::after {
  position: absolute;
  right: 5px;
  top: 5px;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../../img/common/ico_arrow.png) 0 -86px no-repeat;
}

.acMenu > dt.active a.lrg-category::after {
  background: url(../../img/common/ico_arrow.png) 0px 6px no-repeat;
}

.acMenu > dt + dd {
  display: none;
}

ul.sm-category {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}

ul.sm-category li {
  padding: 0px;
  margin-bottom: 3px;
}

ul.sm-category li a.current {
  background: #E2F4F0;
  font-weight: bold;
  text-decoration: none;
}

.img-home {
  font-weight: bold;
  margin-bottom: 10px;
}

.img-home::before {
  content: url(../../img/common/ico_home.svg);
  position: relative;
  margin-right: 10px;
  top: 4px;
}

/* トップに戻る */
#page-top {
  font-size: .9rem;
  width: 80px;
  float: right;
  position: fixed;
  bottom: 60px;
  right: 20px;
  text-align: center;
  z-index: 10;
  background-color: rgba(255,255,255,.6);
  border-radius: 5px;
}

#page-top img {
  width: 40px;
  border: none;
}

/* pagefeed */
.pagefeed {
  width: 100%;
  margin-bottom: 10px;
}

.pagefeed:last-child {
  margin-top:60px;
}

.pagefeed > div {
  float: right;
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

.pagefeed div.pagefeed-previous {
  float: left;
}

.pagefeed div.pagefeed-previous a::before {
  content:"";
  position: absolute;
  left: 0;
  top: 3px;
  width: 10px;
  height: 14px;
  border: 10px solid #333;
  border-width: 7px 10px 7px 0;
  border-color: transparent #00A9A2 transparent transparent;
}

.pagefeed div.pagefeed-next a::after {
  content:"";
  position: absolute;
  right: 0;
  top: 3px;
  width: 10px;
  height: 14px;
  border: 10px solid #333;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #00A9A2;
}

.pagefeed div.pagefeed-previous a:hover::before {
  border-color: transparent #333 transparent transparent;
}

.pagefeed div.pagefeed-next a:hover::after {
  border-color: transparent transparent transparent #333;
}

/* iPad */
@media only screen and (max-width : 991px) {
  h1 {
    font-size: 1.25rem;
    padding: 10px;
    border-left: solid 6px #00c7bb;
  }

  h2,
  h3,
  h4 {
    font-size: 1rem;
    margin-top: 1.5rem;
  }

  h5 {
    font-size: 1rem;
  }

  .acMenu dl dd {
    font-size: 80%;
  }

  img.phone {
    width: 60%;
  }

  ul.history {
    width: auto;
    line-height: 16px;
  }

  ul.history li.date {
    width: 100%;
    margin-top: 10px;
  }

  .badge {
    font-size: .75rem;
  }

  .btn-main,
  .btn-sub {
    margin-bottom: 20px;
  }

  #side-nav .bd-sidebar {
    width: 210px;
    height: calc(80vh - 4rem);
  }

  .table {
    font-size: .9rem;
  }

  .scroll-table {
    overflow: auto;
    white-space: nowrap;
    margin: 10px 0 20px;
    background: #666;
  }

  .scroll-table::before,
  .scroll-table::after {
    display: block;
    content:"この表は、横スクロールで右方向をご覧になれます。";
    background: #666 url(../../img/common/ico_sm_scroll.png) 6px 5px no-repeat;
    padding:5px 10px 5px 36px;
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    }

  .scroll-table table {
    display: block;
  }

  .startup {
    background-position: bottom 44px right 0;
  }
  .startup .explain p.p1 {
    max-width: 100%;
  }

  .startup .explain .startup-list {
    max-width: 100%;
    margin-bottom: 210px;
  }

  .startup .startup-footer {
    width: 100%;
    background: #CEEEE8;
    text-align: center;
    word-break: keep-all;
  }

  .horizonflow {
    flex-direction: column;
  }

  .horizonflow > div {
    position: relative;
    border-right: 1px solid #666;
    border-bottom: none;
  }

  .horizonflow > div:last-child {
    border-bottom: 1px solid #666;
  }

  .horizonflow > div::before {
    position: absolute;
    display: block;
    z-index: 1;
    content: "";
    border:30px solid #666;
    border-color: #666 transparent transparent transparent;
    border-width: 30px 160px;
    top: 0px;
    left: calc( 50% - 160px);
  }

  .horizonflow > div::after {
    position: absolute;
    display: block;
    z-index: 1;
    content: "";
    border:30px solid #666;
    border-color: #fff transparent transparent transparent;
    border-width: 30px 160px;
    top: -1px;
    left: calc( 50% - 160px);
  }

  .horizonflow > div:first-child::before,
  .horizonflow > div:first-child::after {
    display: none;
    content: none;
  }

  .horizonflow > div div.horizonflow-head {
    padding: 30px 5px 10px;
    height: auto;
    text-align: center;
    justify-content: center;
  }

 .horizonflow > div:first-child div.horizonflow-head {
    padding-top: 10px;
  }

  .horizonflow > div div.horizonflow-head::before,
  .horizonflow > div div.horizonflow-head::after {
    content: none;
    display: none;
  }
}

/* iPad Pro */
@media screen and (max-width: 767px) {
  .display-pc {
    display: none;
  }

  .display-sp {
    display: block;
  }

  #btn-sp-search {
    display: block;
    position: fixed;
    right: calc(50% - 250px);
    top: 6px;
    width: 48px;
    height: 46px;
    background: #00A9A2;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    font-size: 7px;
    line-height: 10px;
  }

  #btn-sp-search i {
    font-size: 25px;
    margin-right: 0;
  }

  #btn-sp-search span {
    display: block;
    text-align: center;
  }

  #btn-sp-search.active {
    background: #333;
    color: #fff;
  }

  #sp-nav {
    display: none;
  }

  .pagefeed {
    text-align: right;
  }

  #body-content {
    flex-direction: column-reverse;
    margin-top: 128px;
  }

  #side-nav {
    min-height: 0%;
  }

  #main-content {
    min-height: 0%;
  }

  .acMenu > dt a.lrg-category {
    background: #FFF;
  }

  .acMenu dl dt {
    margin-left: 20px;
  }

  .acMenu dl dt.parent::after {
    right: 15px;
  }

  .acMenu dl dt > a {
    padding: 5px 0;
  }

  .acMenu dl dd a {
    color: #222;
    line-height: 26px;
  }

  .acMenu dl dd ul {
    margin-top: 1rem;
    padding: 0 20px;
  }

  .acMenu dl dt a.current {
    padding: 0;
  }

  ul.history {
    width: auto;
    margin-left: 0;
  }

  ul.history li.date {
    width: auto;
    margin-top: 10px;
  }

  ul.history li.subject {
    float: left;
  }

  #sp-nav {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 146px);
    overflow-y: auto;
  }

  #sp-top-nav .acMenu > dt a.lrg-category {
    background-color: #E2F4F0;
    margin: 5px 0;
    width: 100%;
  }

  h1 {
    padding: 10px;
    border-left: solid 6px #00c7bb;
  }

  img.phone {
    width: 80%;
  }

  .badge,
  .plan-regular {
    margin: 0 3px 3px 0;
    width: 48%;
  }

  dl.history dt,
  dl.history dd {
    margin: 0 0 0 30px;
    display: block;
    width: calc(100% - 10px);
  }

  dl.history dt {
    margin: 15px 0px 0px;
    float: none;
    font-weight:bold;
  }

  dl.history dt + dd,
  dl.history dt:first-child + dd {
    margin-top: 10px;
  }
}

/* SP */
@media screen and (max-width: 575px) {
  #btn-sp-search {
    right: 15px;
  }

  body {
    word-break: break-all;
  }

  #area-sp-search {
    padding: 0 10px;
  }

  .acMenu>dt a.lrg-category {
    margin: 5px 10px;
    width: calc(100% - 20px);
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .inner-container {
    padding-right: 0;
    padding-left: 0;
  }

  .row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .logo {
    width: 50%;
  }

  .title-manual {
    font-size: 1rem;
    line-height: 16px;
  }

  .update {
    text-align: left;
    padding: 0 15px;
  }

  .sub-header {
    height: 50px;
  }

  .footer {
    margin: 0;
  }

  .copyright {
    text-align: center;
  }

  .box {
    margin-left: 0;
    width: 100%;
  }

  h1 {
    font-size: 1.3rem;
    padding: 10px;
    border-left: solid 6px #00c7bb;
  }

  h2,
  h3 {
    font-size: 1.1rem;
    margin-left: 0px;
    margin-top: 1.5rem;
  }

  h4,
  h5 {
    font-size: 1rem;
    margin-left: 0;
  }

  p {
    margin-left: 0;
  }

  table {
    width: 100%;
    font-size: .875rem;
  }

  .table td {
    padding: .5rem;
  }

  .example {
    margin: 10px 0 10px 0px;
  }

  ul.history {
    width: 100%;
    margin: 0;
  }

  ul.history li.date {
    width: 100%;
    margin-top: 10px;
  }

  ul.history li.subject {
    float: left;
    width: 100%;
  }

  ul.list-dot li {
    margin-left: 30px;
  }

  .box {
    padding: 10px;
  }

  .badge {
    margin: 2px 8px;
    width: 90%;
  }

  .btn-main,
  .btn-sub {
    margin-bottom: 10px;
  }

  .scroll-table {
    overflow: auto;
    white-space: nowrap;
  }

  header #___gcse_0 {
    width: 100%;
  }

  .header-logo {
    min-height: 58px;
  }

}


.pagebody {
  border:10px solid #f99;
  border-width: 20px 0;
  padding: 40px 0;
  margin: 5px 0;
}

.inner-container > .pagebody:first-child {
  border-top: none;
  padding-top :0;
  margin-top: 0;
}

.inner-container > .pagebody:last-child {
  border-bottom: none;
  padding-bottom :0;
  margin-bottom: 0;
}

/*table-csv*/
.table-csv {
  border: none;
  font-size: 12px;
}

.table.table-csv thead tr th,
.table.table-csv tbody tr th,
.table.table-csv tbody tr td {
  border: 1px solid #666;
  padding: 5px;
}

.table-col3-tac tbody tr > td:nth-child(3) {
  text-align: center;
}

/*table-imgsize*/

.table.table-imgsize thead tr th,
.table.table-imgsize tbody tr th,
.table.table-imgsize tbody tr td {
  vertical-align: middle;
}

.tempblck {
  width: 18%;
  float: left;
  margin: 10px 0 10px 10px;
}

.tempblck:nth-child(5n-4) {
  clear: both;
  margin-left: 0;
}

.tempblck a::after {
  content: "";
  display: none;
}

.tempblck span {
  display: block;
  text-align: right;
  color: #ccc;
}

.tempblck span.tempname {
  font-weight: bold;
  text-align: center;
  color: #333;
}

/*underline*/
.underlineGreen {
  border-bottom: solid 2px #008000;
}

.underlineBrown {
  border-bottom: solid 2px #A52A2A;
}

.underlineSkyBlue {
  border-bottom: solid 2px #87CEEB;
}

.underlineOrange {
  border-bottom: solid 2px #FFA500;
}

/*EC Booster連携情報の項目説明*/
.origin-data1 {
  display: block;
}
.origin-data1-1 {
  display: block;
  color: rgb(10, 46, 207);
}
.origin-data1-2 {
  display: block;
  color: rgb(214, 46, 16);
}

.img-zoom {
  cursor: zoom-in;
}
#modal-back {
  z-index: 10001;
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  overflow-y: scroll;
}

#modal-img {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

#modal-img img {
  background: #fff;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  align-self: center;
}

.modal-img-no {
  text-align: right;
  margin-bottom: 5px;
}

#modal-prev{
  position: absolute;
  left: 20px;
  top: calc(50% - 57px);
  width: 70px;
  height: 70px;
  z-index:2;
  padding: 20px;
  border-radius: 50%;
  background:#fff;
  color: #333;
  opacity: 0.3;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}

#modal-next{
  position: absolute;
  right:20px;
  top: calc(50% - 75px);
  width: 70px;
  height: 70px;
  z-index:2;
  padding: 20px;
  border-radius: 50%;
  background:#fff;
  color: #333;
  opacity: 0.3;
  font-size: 30px;
  line-height: 1;
  text-align: right;
}

#modal-prev:hover,
#modal-next:hover{
  background: rgba(232,232,232,0.8);
  opacity: 1;
}

.u-komiform a {
  display: block;
  max-width: 450px;
  margin: auto;
  margin-top: 20px;
  padding:20px;
  color: #fff;
  background-color: #0968a9;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}
.u-komiform a:hover {
  opacity: 0.6;
}
/*util-extend*/
.mw80p {max-width: 80%;}
.mw90p {max-width: 90%;}

.mw0 {max-width: 0 !important;}
.mw10 {max-width: 10px !important;}
.mw20 {max-width: 20px !important;}
.mw30 {max-width: 30px !important;}
.mw40 {max-width: 40px !important;}
.mw50 {max-width: 50px !important;}
.mw55 {max-width: 55px !important;}
.mw60 {max-width: 60px !important;}
.mw70 {max-width: 70px !important;}
.mw80 {max-width: 80px !important;}
.mw85 {max-width: 85px !important;}
.mw90 {max-width: 90px !important;}
.mw95 {max-width: 95px !important;}
.mw100 {max-width: 100px !important;}
.mw105 {max-width: 105px !important;}
.mw110 {max-width: 110px !important;}
.mw120 {max-width: 120px !important;}
.mw130 {max-width: 130px !important;}
.mw140 {max-width: 140px !important;}
.mw150 {max-width: 150px !important;}
.mw160 {max-width: 160px !important;}
.mw170 {max-width: 170px !important;}
.mw180 {max-width: 180px !important;}
.mw190 {max-width: 190px !important;}
.mw200 {max-width: 200px !important;}
.mw210 {max-width: 210px !important;}
.mw220 {max-width: 220px !important;}
.mw230 {max-width: 230px !important;}
.mw240 {max-width: 240px !important;}
.mw250 {max-width: 250px !important;}
.mw260 {max-width: 260px !important;}
.mw270 {max-width: 270px !important;}
.mw280 {max-width: 280px !important;}
.mw290 {max-width: 290px !important;}
.mw300 {max-width: 300px !important;}
.mw310 {max-width: 310px !important;}
.mw320 {max-width: 320px !important;}
.mw330 {max-width: 330px !important;}
.mw340 {max-width: 340px !important;}
.mw350 {max-width: 350px !important;}
.mw360 {max-width: 360px !important;}
.mw370 {max-width: 370px !important;}
.mw380 {max-width: 380px !important;}
.mw390 {max-width: 390px !important;}
.mw400 {max-width: 400px !important;}
.mw410 {max-width: 410px !important;}
.mw420 {max-width: 420px !important;}
.mw430 {max-width: 430px !important;}
.mw440 {max-width: 440px !important;}
.mw450 {max-width: 450px !important;}
.mw460 {max-width: 460px !important;}
.mw470 {max-width: 470px !important;}
.mw480 {max-width: 480px !important;}
.mw490 {max-width: 490px !important;}
.mw500 {max-width: 500px !important;}
.mw510 {max-width: 510px !important;}
.mw520 {max-width: 520px !important;}
.mw530 {max-width: 530px !important;}
.mw540 {max-width: 540px !important;}
.mw550 {max-width: 550px !important;}
.mw560 {max-width: 560px !important;}
.mw570 {max-width: 570px !important;}
.mw580 {max-width: 580px !important;}
.mw590 {max-width: 590px !important;}
.mw600 {max-width: 600px !important;}
.mw610 {max-width: 610px !important;}
.mw620 {max-width: 620px !important;}
.mw630 {max-width: 630px !important;}
.mw640 {max-width: 640px !important;}
.mw650 {max-width: 650px !important;}
.mw660 {max-width: 660px !important;}
.mw670 {max-width: 670px !important;}
.mw680 {max-width: 680px !important;}
.mw690 {max-width: 690px !important;}
.mw700 {max-width: 700px !important;}
.mw710 {max-width: 710px !important;}
.mw720 {max-width: 720px !important;}
.mw730 {max-width: 730px !important;}
.mw740 {max-width: 740px !important;}
.mw750 {max-width: 750px !important;}
.mw760 {max-width: 760px !important;}
.mw770 {max-width: 770px !important;}
.mw780 {max-width: 780px !important;}
.mw790 {max-width: 790px !important;}
.mw800 {max-width: 800px !important;}
.mw810 {max-width: 810px !important;}
.mw820 {max-width: 820px !important;}
.mw830 {max-width: 830px !important;}
.mw840 {max-width: 840px !important;}
.mw850 {max-width: 850px !important;}
.mw860 {max-width: 860px !important;}
.mw870 {max-width: 870px !important;}
.mw880 {max-width: 880px !important;}
.mw890 {max-width: 890px !important;}
.mw900 {max-width: 900px !important;}
.mw910 {max-width: 910px !important;}
.mw920 {max-width: 920px !important;}
.mw930 {max-width: 930px !important;}
.mw940 {max-width: 940px !important;}
.mw950 {max-width: 950px !important;}


@media only screen and (max-width : 991px) {
  .mw400,
  .mw410,
  .mw420,
  .mw430,
  .mw440,
  .mw450,
  .mw460,
  .mw470,
  .mw480,
  .mw490,
  .mw500,
  .mw510,
  .mw520,
  .mw530,
  .mw540,
  .mw550,
  .mw560,
  .mw570,
  .mw580,
  .mw590,
  .mw600,
  .mw610,
  .mw620,
  .mw630,
  .mw640,
  .mw650,
  .mw660,
  .mw670,
  .mw680,
  .mw690,
  .mw700,
  .mw710,
  .mw720,
  .mw730,
  .mw740,
  .mw750,
  .mw760,
  .mw770,
  .mw780,
  .mw790,
  .mw800,
  .mw810,
  .mw820,
  .mw830,
  .mw840,
  .mw850,
  .mw860,
  .mw870,
  .mw880,
  .mw890,
  .mw900,
  .mw910,
  .mw920,
  .mw930,
  .mw940,
  .mw950 {max-width: 100% !important;}
}