@charset "UTF-8";

/*=============================
PP更改
=============================*/

/*=============================
TOP
=============================*/
body #wrapper #top-content{
  background: url(../../image/common/bg_body.png) left -200px;
}

.top-inner {
  width: 100%;
  max-width: 1280px;
  min-width: 980px;
  margin: 0 auto;
}

/* キービジュアル
=============================*/
.top-kv {
  width: 100%;
  max-width: 1400px;
  min-width: 980px;
  margin: 0 auto;
  background: url('../../image/common/top_image.png') left top no-repeat;
  height: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-kv .top-kv-left{
  flex: 1 1 auto;
}
.top-kv .top-kv-right{
  margin-right: 80px;
}
.top-message {
  background-image: linear-gradient(to right, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .9) 60%, rgba(255, 255, 255, .0) 90%, rgba(255, 255, 255, .0) 100%);
  color: #333333;
  font-size: 1.75rem;
  padding: 9px 20px 9px 60px;
}

.kb-buttons li + li {
  margin-top: 14px;
}

.kb-buttons li:last-child {
  margin-top: 40px;
}
.kb-buttons .button-top-content {
  height: 60px;
}
.kb-buttons .button-top-content.ico {
  padding: 0 20px 0 80px;
}


/* 重要なお知らせ
=============================*/
.top-important-notices-wrapper {
  background-color: #afc6e7;
}
.top-important-notices-wrapper a:hover {
  /*text-decoration: underline;*/
}
.top-important-notices-wrapper > .top-inner {
  padding: 20px 0;
}
.top-important-notices-box {
  background-color: #fff;
  border-left: 7px solid #CC4409;
  display: flex;
  align-items: center;
  padding: 10px 20px 20px;
}
.top-important-notices-box .top-important-notices-left {
  flex: 0 0 190px;
  width: 190px;
}
.top-important-notices-box .top-important-notices-right {
  border-left: 1px solid #D7D7D7;
  flex: 1 1 auto;
  padding-left: 20px;
}
.top-important-notices-label {
  font-size: 1.25rem;
}
.top-important-notices-label::before {
  content: url('../../image/common/icn_info_r.png');
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.top-important-notices-more {
  text-align: right;
}


/* ページ内リンク
=============================*/
.pagenav-wrapper {
  background-color: #fff;
  padding: 36px 0;
}

.pagenav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1;
}

.pagenav > li {
  margin: 4px 0;
  padding: 0 20px;
  white-space: nowrap;
}

.pagenav > li + li {
  border-left: 1px solid #666;
}

.pagenav a:hover {
  text-decoration: underline;
}


/* 調達情報を探す／事業者情報を探す
=============================*/
.search-info-wrapper {
  background-color: #F0F0F0;
  padding: 40px 0 40px 0;
}

.search-info-box {
  display: flex;
  margin-top: 40px;
}

.search-info-left,
.search-info-right {
}
.search-info-left {
  flex: 1 1 50%;
}
.search-info-right {
  flex: 1 1 50%;
  margin-left: 40px;
}

.search-info-wrapper .top-news-legend {
  margin-top: 0;
}

.search-comment-box .comment {
  display: inline-block;
  font-size: 0.8125rem;
}
.search-comment-box .comment + .comment {
  margin-left: 20px;
}
.search-comment-box .comment.login-comment::before {
  content: url('../../image/common/icn_lock02.png');
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: sub;
}
.search-comment-box .comment.tip-comment::before {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background: url(../../image/common/icn_tip_off.png);
  background-size: contain;
}



/* 入札・契約を行う／統一資格関連業務を行う
=============================*/
.action-wrapper {
  background-color: #dee7f5;
  padding: 40px 0;
}
.action-wrapper .top-content-box + .top-content-box {
  margin-top: 40px;
}
.action-wrapper .comment {
  font-size: 0.875rem;
}


/* 事業者プロフィールを設定する（代表者のみ）／利用者情報を管理する
=============================*/
.admin-wrapper {
  background-color: #F0F0F0;
  padding: 40px 0;
}
.admin-wrapper .top-content-box + .top-content-box {
  margin-top: 40px;
}

.admin-wrapper .transition-comment {
  font-size: 0.875rem;
}

/* 利用者情報を管理する */
.top-admin-top {
  margin-top: 20px;
}
.top-admin-bottom {
  display: flex;
  margin-top: 20px;
}
.top-admin-left {
  flex: 1 1 50%;
}
.top-admin-right {
  margin-left: 20px;
  flex: 1 1 50%;
}
.top-admin-box{
  background-color: #eef3fa;
  padding: 20px;
}

.top-admin-content {
  margin-top: 20px;
  padding-left: 20px;
}
.top-admin-ttl {
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0;
}
.top-admin-ttl::before {
  content: url(../../image/common/icn_arrow_left.png);
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.top-content-box > .top-admin-ttl {
  margin-top: 30px;
  margin-left: 30px;
}

.top-content .top-admin-content .notice-comment {
  margin-top: 20px;
}
.top-content .top-admin-content .comment + ul {
  margin-top: 0;
}
.top-content .top-admin-content .comment + ul li {
  margin-top: 0;
}
.comment-small {
  font-size: 0.875rem;
}


/* お知らせ */
.news-wrapper {
  background-color: #fff;
  padding: 40px 0 60px 0;
}

.top-ttl-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}


.top-news-legend {
  margin-top: 20px;
  width: 100%;
  border: solid 1px #d5d5d5;
  border-collapse: collapse;
  box-shadow: none;
}
.top-news-legend th, 
.top-news-legend td {
  border: solid 1px #d5d5d5;
  padding: 8px 16px;
  box-sizing: border-box;
}
.top-news-legend th {
  background-color: #f0f0f0;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: center;
  width: 100px;
}
.top-news-legend td {
}

.top-news-legend-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.top-news-legend-list dt {
  margin: 0;
}
.top-news-legend-list dt span {
  margin-right: 0;
  vertical-align: middle;
}
.top-news-legend-list dt span img {
  vertical-align: middle;
}
.top-news-legend-list dd {
  margin: 0;
}
.top-news-legend-list dd + dt {
  border-left: 1px solid #D7D7D7;
  margin-left: 15px;
  padding-left: 15px;
}

/*  */
.top-news-box {
  border: 4px solid #D7D7D7;
  margin-top: 20px;
  padding: 40px;
}
.top-news-box .top-news-list > li + li {
  margin-top: 20px;
}


/* トップ共通
=============================*/

/* 重要なお知らせ、お知らせ　兼用 */
.top-news-list {
  margin-top: 10px;
}
.top-news-list:first-child {
  margin-top: 0;
}
.top-news-list > li {
  display: flex;
  align-items: baseline;
}
.top-news-list > li + li{
  margin-top: 10px;
}

.top-news-list  a:hover {
  border-bottom: 1px solid;
}
.top-news-date {
  flex: 0 0 180px;
  width: 180px;
}


/* ラベル */
.top-label-other,
.top-label-portal,
.top-label-geps,
.top-label-search{
  display: inline-block;
  flex: 0 0 110px;
  width: 110px;
  font-size: 0.875rem;
  margin-right: 10px;
  text-align: center;
}
.top-label-other{
  border: 1px solid #000000;
  color: #333333;
}
.top-label-portal{
  background: #0250bf;
  color: #ffffff;
}
.top-label-geps {
  background: #87b5e9;
  color: #333333;
}
.top-label-search{
  background: #d5e7ff;
  color: #333333;
}

/*  */
.top-content-box {
  background-color: #fff;
  box-shadow: 0 3px 1px #D5D5D5;
  padding: 20px 0 40px 0;
}
.top-content-ttl {
  border-left: 7px solid #3573CC;
  font-size: 2.125rem;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 20px;
}

.top-content {
  padding: 16px 30px 0;
}
.top-content .top-content-button {
  margin-top: 20px;
}
.top-content .top-content-link {
  margin-top: 20px;
}
.top-content .notice-comment {
  margin-top: 20px;
}
.top-content .notice-comment p {
  display: inline;
}
.top-content-buttons {
  display: flex;
  margin-top: 20px;
}
.top-content-buttons.col2 > li {
  flex: 1 1 auto;
  width: 50%;
}
.top-content-buttons.col2 > li + li {
  margin-left: 20px;
}
.top-content-buttons.col3 > li {
  flex: 1 1 auto;
  width: 33.333333%;
}
.top-content-buttons.col3 > li + li {
  margin-left: 40px;
}
.top-content-buttons > li .button-top-content {
  width: 100%;
}

.top-content-buttons.in-tip {
  align-items: center;
}
.top-content-buttons.in-tip .button-top-content {
}
.top-content-buttons+.management-info-caption-list {
  margin-top: 30px;
}

.top-content .transition-comment::before {
  content: url(../../image/common/icn_external02.png);
  margin-right: 0.3%;
}
.top-content a.login-required,
.step-item a.login-required {
  padding-right: 2.5rem;
  position: relative;
}
.top-content a.login-required::before,
.step-item a.login-required::before {
  top: 0.2rem;
}
.step-item a.login-required,
.step-item a.login-required.external-link {
  position: relative;
  display: inline;
}
.step-item a.login-required.external-link {
  padding-right: 2.5rem;
}
.step-item a.login-required {
  padding-right: 1.5rem;
}
.step-item a.login-required::before {
  right: 0;
}
.step-item a.login-required.external-link::before {
  right: 1.2rem;
}
.step-item a.login-required:hover {
  border-bottom: 1px solid;
  border-radius: 0;
}
a.open-link:hover {
  border-bottom: 1px solid;
  border-radius: 0;
}
a.open-link::after {
  content: url(../../image/common/icn_select.png);
  display: inline-block;
  margin-left: 4px;
  font-size: 0.625rem;
  vertical-align: middle;
}

.note-comment {
  font-size: 0.875rem;
}


/* ツールチップ */
.top-content .table-tip-txt.is-active {
  z-index: 1;
}

/* ボタン */
.button-top-content {
  box-sizing: border-box;
  border: none;
  border-radius: 8px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .15);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  overflow: hidden;
  width: 300px;
  height: 72px;
  position: relative;
}
.button-top-content.orange {
  background-color: #fff;
  border: 1px solid #cc4409;
  color: #cc4409;
  padding: 0 20px 0 10px;
}
.button-top-content.orange:hover {
  background-color: #FAECE5;
}
.button-top-content.white {
  background-color: #fff;
  border: 1px solid #0250BF;
  color: #0250bf;
  padding: 0 20px 0 10px;
}
.button-top-content.white:hover {
  background-color: #e5edf8;
}
.button-top-content.blue {
  background-color: #0250bf;
  color: #fff;
  padding: 1px;
}
.button-top-content.blue:hover {
  background-color: #01389b;
}
.button-top-content.font-small {
  font-size: 16px;
}
.button-top-content.ico {
  justify-content: center;
  padding: 0 70px;
}
.button-top-content.ico::before {
  background: right 22px center no-repeat;
  border-radius: 50%;
  content: "";
  display: block;
  width: 104px;
  height: 104px;
  position: absolute;
  top: calc(50% - 52px);
  left: -34px;
}
.button-top-content.orange.ico::before {
  background-color: #cc4409;
}
.button-top-content.white.ico::before {
  background-color: #0250BF;
}
.button-top-content.blue.ico::before {
  background-color: rgba(255, 255, 255, .15);
}
.button-top-content.ico.ico-first-user::before {
  background-image: url('../../image/common/icn_wakaba.png');
}
.button-top-content.ico.icon-left-mouse::before {
  background-image: url('../../image/common/icn_mouse.png');
}
.button-top-content.ico.ico-regist-user::before {
  background-image: url('../../image/common/icn_account_circle.png');
}
.button-top-content.ico.ico-notification::before {
  background-image: url('../../image/common/icn_notification.png');
}
.button-top-content.ico.ico-search::before {
  background-image: url('../../image/common/icn_find.png');
  background-position: right 12px center;
}
.button-top-content.ico.ico-bid::before {
  background-image: url('../../image/common/icn_bid.png');
  background-position: right 12px center;
}
.button-top-content.ico.ico-check::before {
  background-image: url('../../image/common/icn_check.png');
  background-position: right 12px center;
}
.button-top-content.ico.ico-hand::before {
  background-image: url('../../image/common/icn_hand.png');
  background-position: right 12px center;
}
.button-top-content.ico.ico-application::before {
  background-image: url('../../image/common/icn_application.png');
  background-position: right 12px center;
}
.button-top-content.ico.ico-building::before {
  background-image: url('../../image/common/icn_building.png');
  background-position: right 12px center;
}
.button-top-content.ico.ico-list::before {
  background-image: url('../../image/common/icn_view.png');
  background-position: right 12px center;
}
.button-top-content.ico.ico-profile::before {
  background-image: url('../../image/common/icn_profile.png');
  background-position: right 12px center;
}
.button-top-content::after {
  content: "";
  position: absolute;
}

.button-top-content > span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-top-content > span.unread {
  color: #bd0000;
  font-size: 0.8125rem;
}
.button-top-content > span.ico-link::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 9px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: solid 1px;
  border-right: solid 1px;
  margin-left: 4px;
  order: 3;
}
.button-top-content.white > span.ico-link::before {
  border-color: #0250bf;
}
.button-top-content.blue > span.ico-link::before {
  border-color: #fff;
}

.button-top-content > span.ico-external::before {
  margin-left: 4px;
  order: 3;
}
.button-top-content.white > span.ico-external::before {
  content: url(../../image/common/icn_external01.png);
}
.button-top-content.blue > span.ico-external::before {
  content: url(../../image/common/icn_external03.png);
}

.button-top-content > span.ico-lock::after {
  margin-left: 4px;
  order: 2;
}
.button-top-content.white > span.ico-lock::after {
  content: url(../../image/common/icn_lock02.png);
  border-color: #0250bf;
  height: 24px;
}
.button-top-content.white.font-small > span.ico-lock::after {
  height: 20px;
}
.button-top-content.blue > span.ico-lock::after {
  content: url(../../image/common/icn_lock03.png);
  border-color: #fff;
}


/**/
.top-content-box .management-info-caption-list > li + li{
  margin-top: 30px;
}
.top-content-box .management-info-caption {
  padding-left: 20px;
  position: relative;
}
.top-content-box .management-info-caption::before {
  content: "●";
  margin-right: 0.3rem;
  position: absolute;
  left: 0;
}
.top-content-box .management-info-caption ul {
  margin: 12px 0 0 0;
}
.top-content-box .management-info-link {
  margin: 5px 0;
}
.top-content-box .management-info-link::before {
  content: "-";
  margin-right: 0.3rem;
  color: #0250bf;
}

/*=============================
始めてご利用になる方へ
=============================*/
.merit-wrapper {
  background-color: #F9D89F;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 30px 30px 40px;
  position: relative;
}
.merit-wrapper::before {
  content: url(../../image/common/icn_merit_mark01.png);
  position: absolute;
  top: -10px;
  left: 30px;
}
.merit-wrapper .merit-ttl {
  background: none;
  margin: 0 0 20px 0;
  padding-left: 65px;
  line-height: 1;
  font-size: 2rem;
}
.merit-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.merit-list > li {
  background: url(../../image/common/icn_merit_mark02.png) 20px center no-repeat #fff;
  border-radius: 6px;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 10px 10px 10px 52px;
  width: 380px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex: 0 1 auto;
  width: 380px;
  flex: 0 0 auto */
}
.merit-list > li:nth-child(n+3) {
  margin-left: 20px;
}
.merit-list > li.l {
  width: 420px;
}
.merit-list-ttl {
  font-weight: bold;
  font-size: 1.125rem;
}
.merit-list-ttl::before {
  
}
.merit-list-ttl > span {
  font-size: 0.875rem;
  font-weight: normal;
}
.merit-list > li.w-full {
  background-position: 20px 30px;
  width: 100%;
  height: auto;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
}
.merit-list > li.w-full .merit-list-ttl {
  font-size: 1.5rem;
}
.merit-list > li.w-full > p {
  margin-left: 20px;
}
.melit-flow-list {
  display: flex;
  align-items: center;
  margin-top: 30px;
  position: relative;
}
.melit-flow-list::before {
  background-color: #3573CC;
  content: "";
  width: 95%;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: 20px;
}
.melit-flow-list > li {
  position: relative;
}
.melit-flow-list > li + li {
  margin-left: 40px;
}
.melit-flow-list > li:last-child::before {
  border-color: #fff transparent #fff #3573CC;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: -22px
}
.melit-flow-list > .melit-flow-list-image {
  background-color: #E5EDF8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.875rem;
  width: 136px;
  height: 136px;
}
.melit-flow-list > .melit-flow-list-item {
  background-color: #fff;
  border: 2px solid #3573CC;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  width: 160px;
  height: 80px;
}


.step-list {
  display: flex;
  margin-top: 30px;
  height: 130px;
}
.step-list > li {
  background-color: #3573CC;
  display: flex;
  flex: 1 1 auto;
  position: relative;
  margin-right: 36px;
  /* overflow: hidden; */
}
.step-list > li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-style: solid;
  border-width: 65px 0 65px 30px;
  border-color: #3573CC transparent #3573CC transparent;
}
.step-list > li:first-child:before {
  content: none;
}
.step-list > li::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-style: solid;
  border-width: 65px 0 65px 30px;
  border-color: transparent transparent transparent #3573CC;
}
.step-list > li > span {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.step-list .step-list-no {
  border-right: 1px solid #fff;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 10px 12px 10px 10px;
}
.step-list .step-list-no::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 4px auto 0;
  image-rendering: -webkit-optimize-contrast;
}
.step-list .step-list-no.step1::after {
  background: url(../../image/common/icn_step1.png) center center/contain no-repeat;
}
.step-list .step-list-no.step2::after {
  background: url(../../image/common/icn_step2.png) center center/contain no-repeat;
}
.step-list .step-list-no.step3::after {
  background: url(../../image/common/icn_step3.png) center center/contain no-repeat;
}
.step-list .step-list-no.step4::after {
  background: url(../../image/common/icn_step4.png) center center/contain no-repeat;
}
.step-list .step-list-no.step5::after {
  background: url(../../image/common/icn_step5.png) center center/contain no-repeat;
}
.step-list .step-list-no.step6::after {
  background: url(../../image/common/icn_step6.png) center center/contain no-repeat;
}
.step-list .step-list-text {
  font-size: 1;
  padding: 10px 0 10px 12px;
}

.step-wrapper {
  margin-top: 40px;
  margin-bottom: 100px;
}
.step-item {
  background-color: #fff;
  border: 1px solid #F0F0F0;
  border-bottom-width: 3px;
  border-bottom-color: #D5D5D5;
  padding: 30px 30px 30px 180px;
  position: relative;
  line-height: 1.6;
}
.step-item + .step-item {
  margin-top: 30px;
}
.step-ttl {
  margin: 0 0 20px 0;
  font-size: 1.5rem;
  font-weight: normal;
}
.step-ttl .step-no {
  background-color: #3573CC;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 15px 0 5px 0;
  text-align: center;
  width: 120px;
  position: absolute;
  top: 0;
  left: 30px;
}
.step-ttl .step-no::before {
  border-color: #3573CC transparent transparent transparent;
  border-style: solid;
  border-width: 30px 60px 0 60px;
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
}
.step-ttl .step-no::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 4px auto 0;
}
.step-ttl .step-no.step1::after {
  background: url(../../image/common/icn_step1.png) center center/contain no-repeat;
}
.step-ttl .step-no.step2::after {
  background: url(../../image/common/icn_step2.png) center center/contain no-repeat;
}
.step-ttl .step-no.step3::after {
  background: url(../../image/common/icn_step3.png) center center/contain no-repeat;
}
.step-ttl .step-no.step4::after {
  background: url(../../image/common/icn_step4.png) center center/contain no-repeat;
}
.step-ttl .step-no.step5::after {
  background: url(../../image/common/icn_step5.png) center center/contain no-repeat;
}
.step-ttl .step-no.step6::after {
  background: url(../../image/common/icn_step6.png) center center/contain no-repeat;
}


.comment-icn-external {
  font-size: 0.875rem;
}
.comment-icn-external::before {
  content: url(../../image/common/icn_external02.png);
  margin-right: 0.3%;
}

/*=============================
TOP以外
=============================*/

/*
アコーディオン内注意書き
=============================*/
.license-info .main-item-help {
  margin: 0 0 30px 0;
}
.acodion_content .main-item-help {
  margin: 0 0 50px 0;
}
.license-info .main-item-help table tbody tr td,
.acodion_content .main-item-help table tbody tr td {
  background-color: #fff;
}
.license-info .main-item-help table tbody tr td.help-used,
.acodion_content .main-item-help table tbody tr td.help-used {
  background-color: #f0f0f0;
}

/*
アコーディオン内選択後テキスト
=============================*/
.table-form dd.table-form-data {
  color: #333;
  font-size: 0.9375rem;
}

/*
白ボタン
=============================*/
.button-white.side-by-side {
  top: -120px;
  margin: 0 10px 0 0;
}

table .info-button-date:last-of-type {
  margin-bottom: 15px;
}
table .info-button-date:last-child {
  margin-bottom: 0;
}

/*
●付きリスト
=============================*/
.circle-list {
  margin-top: 20px;
}
.circle-list > li {
  padding-left: 20px;
  position: relative;
}
.circle-list > li::before {
  content: "●";
  position: absolute;
  left: 0;
}

/*
番号付きリスト
=============================*/
.num-list {
  padding-left: 20px;
}
.num-list > li {
  list-style-type: decimal;
}


/*
注意書き（青）
=============================*/
.note {
  background-color: #fff;
  border: 2px solid #AEC7ED;
  margin-top: 20px;
  padding: 20px;
}



/*
情報詳細テーブル・登録者資格情報（上書き）
=============================*/

table.main-table-pattern3.target-license-table tbody tr td:nth-child(1) {
  text-align: center;
}
.main-table-pattern3.target-license-table tbody tr th:nth-child(1) {  width: 5%;}
.main-table-pattern3.target-license-table tbody tr th:nth-child(2) {  width: 6%;}
.main-table-pattern3.target-license-table tbody tr th:nth-child(3) {  width: 12%;}
.main-table-pattern3.target-license-table tbody tr th:nth-child(4) {  width: 12%;}
.main-table-pattern3.target-license-table tbody tr th:nth-child(5) {  width: 12%;}
.main-table-pattern3.target-license-table tbody tr th:nth-child(6) {  width: 17%;}
.main-table-pattern3.target-license-table tbody tr th:nth-child(7) {  width: 12%;}
.main-table-pattern3.target-license-table tbody tr th:nth-child(8) {  width: 12%;}
.main-table-pattern3.target-license-table tbody tr th:nth-child(9) {  width: 12%}

.main-table-pattern3.target-license-table tbody tr td:nth-child(3),
.main-table-pattern3.target-license-table tbody tr td:nth-child(4),
.main-table-pattern3.target-license-table tbody tr td:nth-child(5),
.main-table-pattern3.target-license-table tbody tr td:nth-child(6),
.main-table-pattern3.target-license-table tbody tr td:nth-child(7),
.main-table-pattern3.target-license-table tbody tr td:nth-child(8),
.main-table-pattern3.target-license-table tbody tr td:nth-child(9) {
  text-align: left;
}


/*
選択（ラジオボタン）テーブル
=============================*/
table.main-table-pattern2.radio-table thead tr th {
  padding: 0;
}
table.main-table-pattern2.radio-table thead tr th .table-radio {
  background-color: #CEDCF1;
  cursor: pointer;
  display: block;
  font-size: 1.75rem;
  padding: 12px 12px 12px 80px;
}
table.main-table-pattern2.radio-table thead tr th .table-radio::before {
  top: 2rem;
  left: 30px;
}
table.main-table-pattern2.radio-table thead tr th .table-radio::after {
  top: 2rem;
  left: 33px;
}
table.main-table-pattern2.radio-table thead tr th .table-radio:hover {
  background-color: #AEC7ED;
}
table.main-table-pattern2.radio-table tbody tr td:nth-child(2) {
  text-align: left;
}

/*
disabled
=============================*/
.table-form select:disabled {
  background-color: #F0F0F0;
  color: rgba(0, 0, 0, .5);
  opacity: 1;
}
.table-name input[type=text]:disabled {
  background-color: #F0F0F0;
}
.table-name input[type=password]:disabled {
  background-color: #F0F0F0;
}

/*
マージン調整（上書き）
=============================*/
.license-info li dl.table-form.type-radio,
.license-info li dl.table-form.license-select,
.license-info li dl.table-form.type-text {
  margin-bottom: 40px;
}
.license-info li dl.table-form.type-radio:last-child,
.license-info li dl.table-form.license-select:last-child {
  margin-bottom: 0;
}
.license-info .main-item-help + .table-name li.w50.right-none {
  margin-top: 0;
}


.table-name li.right-none {
  border-right: none;
}


/*
サイズ調整
=============================*/
.w-376px {
  width: 376px !important;
}
.w-380px {
  width: 380px !important;
}
.w-406px {
  width: 406px !important;
}
.w-490px {
  width: 490px !important;
}
.mt-0 {
  margin-bottom: 0 !important;
}
.ml-215 {
  margin-left: 215px !important;
}



/*=============================
フッター
=============================*/
footer .footer-inner{
  display: flex;
}

footer dl{
  flex: 0 1 auto;
}

footer dl.footer-grid1 {
  width: 25%;
}

footer dl.footer-grid2 {
  width: 53.5%;
}
footer dl.footer-grid2 > dd {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
footer dl.footer-grid2 > dd > div {
  margin-right: 40px;
  padding: 10px;
  width: 50%;
}
footer dl.footer-grid2 > dd > div:last-child {
  margin-right: 0;
}

footer dl.footer-grid3 {
  width: 83%;
}
footer dl.footer-grid3 > dd {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
footer dl.footer-grid3 > dd > div,
footer dl.footer-grid3 > dd > dl {
  margin-right: 40px;
  padding: 10px;
  width: 33%;
  flex: 0 1 auto;
}
footer dl.footer-grid3 > dd > dl > dt,
footer dl.footer-grid3 > dd > dl > dd{
  padding-left: 0;
  padding-right: 0;
}
footer dl.footer-grid3 > dd > div:last-child,
footer dl.footer-grid3 > dd > dl:last-child {
  margin-right: 0;
}

footer dl dl > dt {
  border-bottom: none;
  font-size: 0.875rem;
  font-weight: normal;
  padding-bottom: 0;
}

footer a.login-required {
  padding-right: 2.5rem;
}
footer a.login-required::before {
  content: url('../../image/common/icn_lock03.png');
  top: -1px;
  right: 1rem;
}
footer a.external-link::after {
  content: url('../../image/common/icn_external03.png');
}
footer a {
  position: relative;
  padding: 0 15px 0 5px;
}
footer a.select-link {
  margin-right: 5px;
}
footer a.select-link:hover {
  border-bottom: 1px solid;
  cursor: pointer;
}
footer a.select-link::after {
  content: url('../../image/common/icn_select_w.png');
  position: absolute;
  right: 0;
}

/** 22/01/21 Added **/


.main-item-button.button-mx::after {
  top: 1.7rem;
}

.button-mx {
  position: relative;
  min-width: 350px;
  height: 3.75rem;
  margin: 20px 0;
  padding: 10px 35px;
  font-size: 1.125rem;
  text-align: center;
  border: 0;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0px 3px 1px #d5d5d5;
  cursor: pointer;
}

.rd-comment{
  font-size: 0.875rem;
}

#keyword_input {
  height: 24px;
  width: 300px;
  font-size: 1rem;
  padding: 10px 20px;
}

.align-center {
  text-align: center;
}

.pl3 {
  padding-left: 3rem;
}

dd.mark2 p.dbl_mark{
  margin-left: 0;
  font-size: 18px;
}

dd.mark2 p.dbl_mark:before{
  content: url(../../image/common/icn_double_line.png);
}

dd.mark2 a{
  margin-left: 1rem;
}

dd.mark2 .table-tip-txt p{
  margin-left: 0;
}

dd.mark2 span{
  margin-left: 1rem;
}

dd.mark2 .table-tip-txt li{
  margin-left: 1.75rem;
}

dd.mark2 .table-tip-txt ul,dd.mark2 .table-tip-txt li{
  list-style-type: disc;
  flex-wrap: wrap;
}

dd.mark2 .table-tip-txt {
  left: -355px;
  top: -215px;
  z-index: 10;
  height: 195px;
  font-size: 0.8125rem;
  /* border-radius: 30px; */
}

dd.mark2 .table-tip-txt img{
  margin:5px 5px 0px 0px;
}

dd.mark2 .table-tip-txt:before {
  left:350px;
  bottom: -19px;
  /*border-width: 28px 33px 81px 40px; */
  transform: rotate(90deg);
}

dd.mark2 .table-tip-txt:after {
  left: 353px;
  bottom: -13px;
  border-width: 13px 13px 0px 0px;
  transform: rotate(90deg);
}

dd.mark2.unmark a,
dd.mark2.unmark span {
  margin-left: 0;
}

.table-name textarea {
  border: 2px solid #dddddd;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 1.125rem;
  font-family: inherit;
  box-sizing: border-box;
}

.result-squeeze select {
  width: 20%;
}

.manual-info .table-form {
  margin:0;
}

.manual-info .w50 {
  margin:0;
}

.manual-info ul {
  display: flex;
  align-items: flex-start;
}

.ul_contact_14 {
  margin-bottom: 30px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb20 {
  margin-bottom: 20px!important;
}

.mb25 {
  margin-bottom: 25px!important;
}

.mb30 {
  margin-bottom: 30px!important;
}

.mb40 {
  margin-bottom: 40px!important;
}

.mb60 {
  margin-bottom: 60px;
}

.mr20 {
  margin-right: 20px!important;
}

.textleft {
  text-align: left!important;
}

.manual-info {
  display: flex;
  align-items: flex-start;
}

.manual-info dl:first-child{
  margin-right: 20px;
}

.manual-info li:first-child{
  margin-right:20px;
}

.tr_odd td{
  background-color: #f9fbfe!important;
}

.tr_even td{
  background-color: #fff!important;
}

.hover_under:hover {
  text-decoration: underline;
}

.pb0 {
  padding-bottom: 0!important;
}

.f15 {
  font-size: 15px;
}

/**/

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

.table-name textarea:focus {
  box-shadow: none;
  border-color: #3573cc;
}


/**/
.btn-row {
  display: flex;
  margin-top: 20px;
}

.btn-row.fl-r {
  justify-content: flex-end;
}
.btn-row > li {
  width: 350px;
}
.btn-row > li + li {
  margin-left: 30px;
}