/* -------------------------------------------------------------
         2019-12 migration
---------------------------------------------------------------- */
.faq-migration-list {
    max-width: 840px;
    margin: 0 auto 20px;
    color: #005043;
    border: 1px solid #d1d1d1;
    padding: 20px;
}

.faq-migration-list li {
    margin-bottom: 4px;
}

.faq-migration-list li:last-child {
    margin-bottom: 0px;
}


/* -------------------------------------------------------------
         2020.07.28 - inquiry/developer
---------------------------------------------------------------- */
#mainvisual h1.inquiry-title {
	margin-bottom: 0;
} 

.content-inquiry {
margin-bottom: 60px;
}

.content-inquiry .br-sp {
	display: none;
}

.content-inquiry p {
	line-height: 2;
    margin-bottom: 2rem;
}

.content-inquiry p.offer {
	font-size: 0.75rem;
}

.content-inquiry p+.offer {
	margin-top: -1rem;
}

.content-inquiry h3 {
	margin-top: 3rem;
	margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
}

.content-inquiry h4 {
	margin-top: 2rem;
	margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
}

.content-inquiry table {
	font-size: 1rem;
	width: 100%;
	background: #fff;
    margin-bottom: 2rem;
	text-align: left;
}

.content-inquiry table th {
	padding: 1rem;
    line-height: 1.5;
	background: #00A78B;
    color: #fff;
}

.content-inquiry table td {
	text-align: left;
}

.content-inquiry .scrollbox {
	height: 300px;
    padding: 20px;
    border: solid 1px #e1e1e1;
    background: #ffffff;
    overflow: auto;
}

.content-inquiry .scrollbox p {
	margin-bottom: 1rem;
}

.content-inquiry .scrollbox ol {
    padding-left: 2rem;
}

.content-inquiry .scrollbox ol li {
    line-height: 1.5;
	margin-bottom: 1rem;
}

.content-inquiry .scrollbox ol li ol {
	margin-top: 0.5rem;
	counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

.content-inquiry .scrollbox ol li ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
	margin-bottom: 0.5rem;
}

.content-inquiry .scrollbox ol li ol li:before {
  counter-increment: item;
  content: counter(item)'）';
  padding-right: .25em;
}

@media (max-width: 600px){
body {
-webkit-text-size-adjust: 100%;
}

	#mainvisual h1.inquiry-title {
 	   font-size: 1.5rem;
	}

.content-inquiry h3 {
    font-size: 1.25rem;
}
.content-inquiry .br-sp {
	display: block;
}

.content-inquiry .scroll-table {
  overflow: auto;
  white-space: nowrap;
}

.content-inquiry table {
	margin-bottom: 0;
}

.content-inquiry table td, .content-inquiry table th {
    padding: 14px;
	font-size: 15px !important;
}

.content-inquiry .scrollbox {
	height: 200px;
    padding: 16px;
    border: solid 1px #e1e1e1;
    background: #ffffff;
    overflow: auto;
}
}

/* -------------------------------------------------------------
         2021.03.23 - banner
---------------------------------------------------------------- */

.content-banner {
max-width: 1100px;
margin: 0 auto;
background-color: #ffffff;
padding: 60px 80px;
margin-top: -3em;
}

.content-banner h3 {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}
.content-banner h3:before {
	content: "■";
	color: #005043;
	margin-right: 4px;
}

.content-banner section {
	margin-bottom: 3rem;
}

.content-banner .content-banner-flex {
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

.content-banner .content-banner-flex-col {
	width: calc(50% - 40px);
	padding-bottom: 2rem;
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 2rem;
}
.content-banner .content-banner-flex-col:nth-child(n+3) {
	margin-bottom: 2rem;
	border-bottom: 0px solid #E1E1E1;
	padding-bottom: 0px;
}

.content-banner .content-banner-flex-col img {
	width: 300px;
	height: 91px;
    display: block;
    margin: 0 auto;
}

.content-banner .content-banner-flex-col.white img {
	background: gray;
}

.content-banner .content-banner-DL {
	text-align: center;
	padding: 0;
	margin-top: 1rem;
	margin-bottom: 0;
	line-height: 1rem;
}

.content-banner .content-banner-DLspan {
	font-weight: bold;
	display: inline-block;
	margin-right: 1rem;
	background-color: #005043;
	color: #ffffff;
	font-size: 0.75rem;
	padding: 0.5rem 1.5rem;
}

.content-banner .content-banner-Code {
    width: fit-content;
	font-weight: bold;
	display: block;
	background-color: #005043;
	color: #ffffff;
	font-size: 0.75rem;
    margin-bottom: 0;
	padding: 0.5rem 1.5rem;
}

.content-banner .content-banner-CodeFormat {
	display: inline-block;
	background-color: #ffffff;
	color: #005043;
	padding: 0.5rem 1.5rem;
	border: 1px solid #005043;
}

.content-banner .content-banner-DL pre {
    display: block;
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: #f9f9f9;
    padding: 1rem 1.5rem 1rem 1rem;
    font-size: 1rem;
    text-align: left;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace;
}

.content-banner .content-banner-DL pre:nth-of-type(2n) {
    margin-bottom: 0rem;
}

.content-banner #copy-btn {
  height: 2rem;
  margin-top: 0.5rem;
  padding: 0 0.5rem;
}

.content-banner #copy-btn i {
  padding-right: 0.25rem;
}

.content-banner .content-banner-DL a {
  margin: 0 0.25rem;
}

.content-banner ul li {
	margin-bottom: 0.5rem;
}
.content-banner ul li:last-child {
	margin-bottom: 0;
}

/* tab */
.tab-wrap {
   display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.tab-label {
    color: #fff;
    margin-right: -1px;
    padding: 3px 12px;
    order: -1;
	cursor: pointer;
}

.tab-content {
    width: 100%;
    display: none;
}

.tab-switch:checked+.tab-label {
    background: #00a88b99;
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}

.tab-switch {
    display: none;
}


/* copybutton */

.cpytext {
    position: relative;
}
.balloon_top {
    width: fit-content;
    position: absolute;
    bottom: 100%;
    margin-bottom: 15px;
    padding: 12px;
    border-radius: 4px;
    background-color: #666666c7;
    font-size: 0.75rem;
    color: #fff;
    text-align: center;
    z-index: 1;
}
.balloon_top::before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 12px solid #666666c7;
    position: absolute;
    top: 99%;
}
pre.block-code {
    position: relative;
}
pre button.cpybtn{
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #333;
    color: #fff;
    width: 2rem;
    height: 2rem;
    border: 1px solid #666;
    border-radius: 0px 0px 0px 4px;
	cursor: pointer;
}
pre .balloon_top {
    bottom: initial;
    right: 50px;
    top: -5px;
    background-color: #333;
}
pre .balloon_top::before {
    border: 6px solid transparent;
    border-left: 8px solid #333;
    right: -14px;
    top: initial ;
}


@media (max-width: 1100px){

.content-banner {
	background-color: transparent;
    padding: 2rem 1rem;
}

.content-banner .consulting-excerpt {
	padding: 1.5rem;
	background-color: #ffffff;
}

.content-banner .content-banner-flex {
	display: block;
	}
.content-banner .content-banner-flex-col {
	width: 100%;
	padding-bottom: 2rem;
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 3rem;
}
.content-banner .content-banner-flex-col:nth-child(n+3) {
	padding-bottom: 2rem;
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 3rem;
}
.content-banner .content-banner-flex-col:last-child {
	border-bottom: 0px solid #E1E1E1;
	padding-bottom: 2rem;
	margin-bottom: 0rem;
}
.content-banner .content-banner-flex-col.white img {
	padding: 4px;
}
.content-banner .content-banner-DLspan {
	margin-right: 0rem;
}

}

/* -------------------------------------------------------------
         2021.03.23 - Pronet追加
---------------------------------------------------------------- */
a.section-pronet-link {
	color: #ffffff;
	text-decoration: underline;
	transition: .3s;
}
a.section-pronet-link:hover {
	opacity: .7;
}


/* -------------------------------------------------------------
         2021.11.25 - Zoom相談会
---------------------------------------------------------------- */
.content-zoom {
  background-color: #fff;
  background-image:
    radial-gradient(#eaeaea 5%, transparent 10%),
    radial-gradient(#eaeaea 5%, transparent 10%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}


.content-zoom .inner-narrow {
	max-width: 860px;
}

.content-title-zoomSpan {
	display: block;
	color: #005043;
}

.content-title-zoomSpan:after {
			content: "";
			width: 2px;
			height: 36px;
			bottom: -4px;
			position: relative;
			display: inline-block;
			background-color: #005043;
			transform: rotate(30deg);
			margin: 0 0 0 10px;
}
.content-title-zoomSpan:before {
			content: "";
			width: 2px;
			height: 36px;
			bottom: -4px;
			position: relative;
			display: inline-block;
			background-color: #005043;
			transform: rotate(-30deg);
			margin: 0 16px 0 0px;
}

.text-zoom {
	color: #005043;
	font-size: 1.5rem;
	font-weight: bold;
}

a.btn-n-xxlarge {
    width: 60%;
}


/* -------------------------------------------------------------
         2021.12.16 - 年末年始メッセージ
---------------------------------------------------------------- */
.box-caution {
    padding: 20px;
    border: solid 1px #F01952;
    color: #F01952;
	margin-bottom: 50px;
}

.box-caution strong {
  	font-weight: bold;
}
.box-caution p.has-marginbottom-xs {
	margin-bottom: 15px;
}

.box-caution p.has-marginbottom-s {
	margin-bottom: 30px;
}

.box-caution p.has-marginbottom {
	margin-bottom: 50px;
}

.box-caution p:last-child {
	margin-bottom: 0 !important;
}


/* -------------------------------------------------------------
         2023.06.07 - inquiry
---------------------------------------------------------------- */
.content-inquiry_bggray {
	max-width: 800px;
    margin: -0.5rem auto 3rem;
    padding: 20px;
    border: 2px solid #00a78b;
    background-color: #fff;
}
.content-inquiry_bggray p {
	margin-bottom: 0;
}


/* -------------------------------------------------------------
         2024.03.29 - form/migration
---------------------------------------------------------------- */
.content-ver2 p {
  letter-spacing: 0.1em;
}

.mainvisual-migration {
  margin-bottom: 0 !important;
}
.mainvisual-migration .inner {
  padding: 0;
}

.mainvisual-migration h1 {
  font-size: 36px !important;
  margin-bottom: 0 !important;
}

#migration .br-pc {
  display: block;
}
#migration .br-sp {
  display: none;
}
#migration .inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 80px 0;
}
#migration .migration_offer {
  margin-top: 0.5em;
  font-size: 86%;
  line-height: 1.5;
  display: inline-block;
  letter-spacing: 0.1em;
}
#migration .migration_offer span a {
  display: inline-block;
  text-indent: 1rem;
}
#migration .text-strong {
  font-size: 1.25em;
  font-weight: bold;
  background: linear-gradient(transparent 80%, #fe9d1f66 0%);
  line-height: 1.5;
}
#migration .content-title {
  margin: 40px 0;
}
#migration .content-title:first-child {
  margin: 0 0 40px;
  padding: 0;
}
#migration ul {
  margin: 0 auto 20px;
  padding: 20px;
}
#migration ul li {
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}
#migration .content-section {
  padding: 0;
}
#migration .migration-wrap {
  margin: 0;
}
#migration .migration-wrap:last-child {
  margin-bottom: 0;
}
#migration .migration-wrap p:last-child {
  margin-bottom: 0;
}
#migration .migration_intro-warp {
  margin: 0;
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
}
#migration .migration_intro-warp .inner {
  max-width: 800px;
  padding: 60px 0;
  background-color: #ffffff99;
}
#migration .migration_intro-warp ul {
  width: fit-content;
  list-style: none;
  text-align: left;
  border: 2px solid #005043;
  padding: 20px 60px;
  margin: 1.5rem auto;
  background-color: #ffffff;
  border-radius: 8px;
}
#migration .migration_intro-warp ul li {
  position: relative;
  padding-left: 1.5rem;
  color: #005043;
  font-weight: bold;
}
#migration .migration_intro-warp ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  content: "\f14a";
  position: absolute;
  font-size: 1.125rem;
  left: 0;
  top: 1px;
}
#migration .migration_intro-warp .migration_intro_dot {
  display: block;
  line-height: 0.5;
}
#migration .migration_intro-warp .migration_intro_matome {
  font-size: 1.25rem;
  margin: 1rem auto 0;
}
#migration .migration-form_wrap {
  background-color: #fff;
  background-image: radial-gradient(#eaeaea 5%, transparent 10%), radial-gradient(#eaeaea 5%, transparent 10%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  padding: 0;
}
#migration .migration_subtitle {
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
  position: relative;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #005043;
  font-weight: 600;
}
#migration .migration_subtitle::before {
  content: "";
  width: 2px;
  height: 20px;
  transform: rotate(90deg);
  left: -32px;
  top: 4px;
  display: block;
  background: #005043;
  position: absolute;
}
#migration .migration_listbox_header {
  color: #005043;
  font-weight: 800;
  letter-spacing: 0.05em;
}
#migration .migration_listbox {
  width: 100%;
  margin: 0.5rem auto 0 0.5rem;
}
#migration .migration_listbox .listbox_list {
  border: 0;
  max-width: none;
  list-style: none;
  padding: 0;
}
#migration .migration_listbox .listbox_list li {
  margin-left: 0.5rem;
  margin-bottom: 0.25rem;
  position: relative;
  color: #000;
  font-size: 0.825rem;
  line-height: 1.6;
}
#migration .migration_listbox .listbox_list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  left: -0.75rem;
  top: 9px;
  border-radius: 50%;
  background-color: #000;
}
#migration .migration_listbox:last-child .listbox_list {
  border: 0;
  margin-bottom: 0;
}
#migration .migration_grid-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
#migration .migration_column {
  border: 2px solid #005043;
  padding: 28px 40px 40px;
  background-color: #fff;
}
#migration .migration_column p {
  line-height: 1.75;
}
#migration .col03 {
  grid-row-start: 2;
  grid-row-end: 4;
}
#migration .col06 {
    grid-row-start: 5;
    grid-row-end: 6;
    grid-column-start: 1;
    grid-column-end: 3;
    margin-top: -40px;
}
#migration table {
  background-color: #fff;
  table-layout: fixed;
  margin: 0 auto 0.5rem;
}

#migration table .migration_plantable_price {
    font-size: 1.25rem;
    margin-right: 2px;
}

#migration table .migration_plantable_plan {
  width: 400px;
}
#migration table thead {
  background-color: #005043;
  color: #fff;
}
#migration table td {
  padding: 1.5rem  1em;
  vertical-align: middle;
}
#migration .migration_offer {
  margin: 0 auto;
  display: block;
}

#migration .migration-form_wrap .inner {
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .content {
    padding: 0;
  }

  #migration .br-pc {
    display: none;
  }
  #migration .br-sp {
    display: block;
  }
#migration .content-section {
    margin-top: -2rem;
}
#migration .content-title {
    font-weight: bold;
}
  #migration .text-strong {
    font-size: 1.125em;
    font-weight: bold;
    background: linear-gradient(transparent 80%, #fe9d1f66 0%);
    line-height: 1.5;
  }
  #migration .content-title {
    margin: 40px 0;
    padding: 0;
  }
  #migration .content-title:first-child {
    margin: 0 0 24px;
  }
  #migration .migration_intro-warp .inner {
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
  }
  #migration .migration_intro-warp ul {
    padding: 1rem;
    margin: 1rem auto;
  }
  #migration .migration_intro-warp .migration_intro_matome {
    font-size: 1.125rem;
    margin: 0.75rem auto 1rem;
  }
  #migration .inner {
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
  }
  #migration .migration_grid-wrap {
  display: block;
    grid-template-columns: none;
    gap: 20px;
  }
  #migration .table-scroll {
    overflow-x: scroll;
  }
  #migration table {
    width: 100%;
    table-layout: fixed;
  }

  #migration table .migration_plantable_plan {
    width: auto;
  }
  #migration .migration_subtitle {
    font-size: 1.125rem;
    margin: 0 0 0.5rem 0;
  }
  #migration .migration_subtitle::before {
    top: 2px;
  }
#migration .migration_column {
    padding: 28px 28px 28px 40px;
    margin: 20px 0;
}
}

/* agreement */
.migration-agreement-top#mainvisual {
  padding: 50px 0;
    margin-bottom: -1em;
}
.migration-agreement-top#mainvisual h1.tos-title {
  line-height: 1.4;
}

.migration-agreement-body {
  max-width: 780px;
  margin: 0 auto;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.migration-agreement-body p {
  margin-bottom: 2rem;
}
.migration-agreement-body p:last-child {
  margin-bottom: 0;
}
.migration-agreement-body ol {
  list-style-position: outside;
  margin-left: 4rem;
  margin-bottom: 3rem;
}
.migration-agreement-body ol li {
  margin-bottom: 1.25em;
}
.migration-agreement-body ol li > ol {
  list-style-type: lower-latin;
  margin-left: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.migration-agreement-body ol li > ol li {
  margin-bottom: 0.5rem;
}
.migration-agreement-body .agreement-end {
  text-align: right;
}

.migration-agreement-top .br-pc {
    display: block;
  }
.migration-agreement-top .br-sp {
    display: none;
  }

@media (max-width: 1100px) {
  .migration-agreement-body ol {
    margin-left: 2rem;
  }
  .migration-agreement-body ol li>ol {
    margin-left: 2rem;
  }
.migration-agreement-top .br-pc {
    display: none;
  }
.migration-agreement-top .br-sp {
    display: block;
  }
}

/* -------------------------------------------------------------
         2024.12.11 - アクセシビリティ対応
---------------------------------------------------------------- */
.br-pc {
	display: block;
}

.keyvisual-lower-accessibility {
	padding: 60px 30px;
}

.keyvisual-lower-accessibility .keyvisual-lower-title {
    font-size: 39px;
    line-height: 1.5;
    letter-spacing: 0.075em;
    margin-bottom: 1rem;
}

.content-section-accessibility {
    background-color: #ffffff99;
    max-width: 960px;
    margin: 0 auto;
}

.content-section-accessibility .inner-narrow {
    padding: 0 80px;
}

.content-section-accessibility h2.content-title {
    margin-bottom: 1.5rem;
    text-align: left;
	padding: 0;
}

.content-section-accessibility .has-margin-bottom {
    margin-bottom: 2.5rem;
}

.content-section-accessibility ul {
    margin-bottom: 1.5rem;
    list-style: none;
}

.content-section-accessibility ul li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
    line-height: 2;
}
.content-section-accessibility ul li:last-child {
    margin-bottom: 0;
}

.content-section-accessibility ul li:before {
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border: solid 1px #005043;
}

@media (max-width: 1100px) {
	.br-pc {
		display: none;
	}

	.keyvisual-lower-accessibility {
		padding: 50px 15px;
	}

	.keyvisual-lower-accessibility .keyvisual-lower-title {
        font-size: 30px;
        line-height: 1.3;
	}
	.content-section-accessibility {

	}
    
	.content-section-accessibility .inner-narrow {
        padding: 0 15px;
	}
}
