@charset "UTF-8";

/* ========== モック専用css ※本番反映前に消去 ==========*/
.mock {
	border: #930 1px solid;
	padding: 1rem;
	margin: 1rem auto;
	text-align: center;
	width: 80%;
	word-break: break-all;
}
/* ========== end モック専用css ※本番反映前に消去 ==========*/

#container {
	background: url(../img/foot-bg.png) bottom repeat-x;
	background-size: 35rem;
	margin: 1rem auto 0 auto;
	padding: 0 1rem 8rem 1rem;
	flex: 1 0 auto;
	width: 100%;
}

@media screen and (max-width: 1400px) {
	#container {
		width: 100%;
	}
}

@media screen and (max-width: 980px) {
	#container {
		margin: 1rem auto 0 auto;
		padding: 1rem 1rem 8rem 1rem;
	}
}

#container-inner {
	max-width: 1400px;
	margin: 0 auto;
}

@media screen and (min-width: 1401px) {
	#container-inner {
		width: 1400px;
	}
}

#footer {
	width: 100%;
}

h2 {
	background-color: #5DADE2;
	color: #fff;
	font-size: 1.3rem;
	padding: 1rem 0;
	margin: 2.5rem 0 0 0;
	text-align: center;
}

@media screen and (max-width: 980px) {
	h2 {
		margin: 4rem 0 0 0;
	}
}

@media screen and (max-width: 980px) {
	#container>h2 {
		margin: 0 -1rem 1.5rem;
	}
}
/* =============== common =============== */

a {
	color: #333;
	text-decoration: underline;
}

.title {
	font-weight: bold;
}

.text-block {
	margin: 0 0 1.5rem 0;
}

.license-key {
	background-color: #E4E4E4;
	padding: 1rem;
}

.bt-main, .bt-blue, .bt-red, .bt-cancelm, .bt-cancell {
	background: url(../img/arrow-simple-right.png) no-repeat 95% 50%;
	background-size: .8rem;
	margin: 0 auto;
	text-align: center;
	width: 85%;
}

.bt-gray {
	background: ;
	background-size: 15rem;
	margin: 0 auto;
	text-align: center;
	width: 85%;
}

.bt-gray-left {
	background: url(../img/arrow-simple-left.png) no-repeat 5% 50%;
	background-size: .8rem;
	margin: 0 auto;
	text-align: center;
	width: 85%;
}

.bt-blue {
	background-color: #5084C4;
}

.bt-gray, .bt-gray-left {
	background-color: #999999;
}

.bt-red {
	background-color: #5DADE2;
}

.bt-main {
	background-color: #5DADE2;
}

.bt-cancelm {
	background-color: #5DADE2;
}

.bt-cancell {
	background-color: #FBB03B;
}

.bt-cancel {
	background: url(../img/arrow-simple-right.png) no-repeat 95% 50% #999999;
	background-size: .8rem;
	margin: 0 auto;
	text-align: center;
	width: 85%;
}

.bt-main a, .bt-blue a, .bt-gray a, .bt-gray-left a, .bt-red a, .bt-cancelm a, .bt-cancell a, .bt-cancel a {
	color: #FFF;
	font-size: 1.2rem;
	display: block;
	text-decoration: none;
	padding: 1rem;
	margin: 2rem 0;
}

@media screen and (max-width: 480px) {
	.bt-main a, .bt-blue a, .bt-gray a, .bt-gray-left a, .bt-red a, .bt-cancelm a, .bt-cancell a, .bt-cancel a {
		font-size: 1rem;
	}
}


/* .btn {
border-radius: 0;
margin: 1rem 10% 2rem 10%;
padding: 1rem;
color: #FFF; 
} */

.btn {
	padding: 1rem;
	margin: 0 auto 20px;
	color: #FFF;
	background-color: text-align: center;
	color: #FFF;
	display: block;
	text-decoration: none;
}

.block {
	display: block;
	width: 85%;
	margin: 0 auto;
}

.caution-note {
	font-size: .8rem;
}

.big-note20 {
	font-size: 2rem;
}

table.license-table {
	border-collapse: collapse;
	margin: 0 0 1rem 0;
	width: 100%;
}

table.license-table tr {
	border-top: 1px #333 solid;
	border-left: 1px #333 solid;
}

table.license-table tr th {
	background-color: #e8e8e8;
}

table.license-table tr th, table.license-table tr td {
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
	padding: .3rem;
}
/* =============== license-check =============== */

#license-check {
	margin: 0 -1rem;
}

#license-check h3 {
	background-color: #999A9B;
	color: #FFF;
	font-size: 1.2rem;
	margin: 2rem 0;
	padding: .5rem 1rem;
}

.p-lr1 {
	padding: 0 1rem;
}
/* =============== download =============== */

#download .title {
	font-weight: bold;
}
/* =============== howto =============== */


/* =============== inquiry =============== */

#inquiry>p:nth-child(1) {
	font-size: 1.2rem;
}

#inquiry .tel {
	text-decoration: underline;
}

#inquiry .tel a {
	color: #333;
	font-size: 2rem;
}

#inquiry .caution {
	display: block;
	margin: 1em 0 0 0;
	color: red;
	font-size: .8em;
}

/* =============== notice =============== */

#notice .title {
	font-weight: bold;
}
/* =============== cancel =============== */

#cancel .control-label {
	margin: 1.5rem 0 0 0;
}

#cancel .title {
	font-weight: bold;
}

#cancel .anq-title {
	border: #5185C5 1px solid;
	padding: .5rem;
	margin: 0 0 1rem 0;
}

#cancel .caution {
	font-size: .8rem;
}

#cancel .empha {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 1.5rem 0;
	text-align: center;
}

#cancel .final-img {
	margin: 1rem 0;
}

#cancel dl {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #333;
	border-bottom: 0;
}
#cancel dt {
	display: block;
	width: 50%;
	margin: 0;
	padding: .5em;
	font-size: 1em;
	line-height: 1em;
	background: #eee;
	border-bottom: 1px solid #333;
}
#cancel dd {
	display: block;
	width: 50%;
	margin: 0;
	padding: .5em;
	font-size: 1em;
	line-height: 1em;
	border-bottom: 1px solid #333;
}

/* =============== final =============== */

#final {
	margin: 0 -1rem;
}

#final .inner {
	margin: 0 auto;
	padding: 2rem;
	text-align: center;
}

.mainCopy {
	font-size: 1.5rem;
	letter-spacing: .3rem;
}

@media screen and (max-width: 980px) {
	.mainCopy {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
}

#final .inner .text {
	display: inline-block;
}

#final .inner p {
	font-size: 1.5rem;
}
/* =============== faq =============== */

#faq h3 {
	background: url(../img/ico_plus.png) no-repeat 98%;
	background-color: #5DADE2;
	color: #fff;
	font-size: 1.2rem;
	margin: 2rem 0 0 0;
	padding: 1rem;
	text-align: center;
}

#faq h3.active {
	background: url(../img/ico_minus.png) no-repeat 98%;
	background-color: #5DADE2;
}

#faq h4 {
	background: url(../img/ico_plus.png) no-repeat 98%;
	background-size: 1rem;
	background-color: #fff;
	color: #333;
	padding: 1rem;
	text-align: left;
	font-size: 1rem;
}

#faq h4.active {
	background: url(../img/ico_minus.png) no-repeat 98%;
	background-size: 1rem;
	background-color: #fff;
	border-bottom: 1px #333 solid;
	margin-bottom: 0;
}

#faq .ques-box {
	background: rgba(182, 223, 250, 0.15);
	display: none;
	padding: .5rem;
	margin: 0 0 0 0;
	word-break: break-all;
}

#faq .ques-box ul.ques, #faq .ques-box ul.ques-sub {
	background: #fff;
	margin: 0;
	padding: 0 .5rem;
}

#faq .ques-box ul.ques-sub {
	display: none;
	margin: 0 0 .5rem 0;
}

#faq .ques-box ul.ques li, #faq .ques-box ul.ques-sub li {
	list-style: none;
}

#faq .ques-box ul.ques li.red, #faq .ques-box ul.ques-sub li.red {
	color: #5DADE2;
}

#faq .ques-box ul.ques li:nth-child(odd), #faq .ques-box ul.ques-sub li:nth-child(odd) {
	font-weight: bold;
	padding: 1.5rem 0 .5rem 0;
}

#faq .ques-box ul.ques li:nth-child(even), #faq .ques-box ul.ques-sub li:nth-child(even) {
	border-bottom: 1px solid #5DADE2;
	padding: 0 0 1.5rem 0;
}

#faq .ques-box ul.ques li:last-child, #faq .ques-box ul.ques-sub li:last-child {
	border-bottom: none;
}


/*#faq .ques-box .ques{
color: #5185C5;
font-weight: bold;
padding: 0 0 1rem 0;
}

@media screen and (max-width: 767px) {
#faq .ques-box .ans{
font-size: .8rem;
}
}*/


/* =============== login =============== */

#login h3 {
	background-color: #999A9B;
	color: #FFF;
	font-size: 1.2rem;
	margin: 2rem 0;
	padding: .5rem 1rem;
}
/* =============== registration =============== */

#registration .title {
	font-size: 1.2rem;
	margin: 1rem 0;
	padding: 0;
}

#registration h3 {
	background-color: #999;
	color: #FFF;
	font-size: 1.2rem;
	margin: 3rem 0;
	padding: .5rem 1rem;
}

#registration .smserror {
	color: #f00;
	font-size: 0.8em;
}

#registration .caution {
	font-size: 0.8em;
}
/* =============== payment =============== */

#payment .title {
	font-weight: bold;
}
/* =============== terms =============== */


/* =============== legal =============== */


/* =============== about head =============== */

.content-img {
	max-width: 1400px;
	margin: 0 auto;
}

.content-img img {
	width: 100%;
}
/* =============== about_wifi =============== */

#wifi_spot h3 {
	background-color: #e4e4e4;
	font-size: 1.1rem;
	padding: 1rem;
	margin: 1rem 0;
}

#wifi_spot .mark_parts {
	margin: 0 8%;
	text-align: center;
}
/* =============== about_rush-supp =============== */

#rush-supp h3 {
	background-color: #e4e4e4;
	font-size: 1.1rem;
	padding: 1rem;
	margin: 1rem 0;
}

#rush-supp .price-title00 {
	background-color: #5DADE2;
	color: #fff;
	font-size: 1.2rem;
	margin: 2rem 0 0 0;
	padding: 1rem;
	text-align: left;
}

#rush-supp .price-title {
	background: url(../img/ico_plus.png) no-repeat 98%;
	background-color: #5DADE2;
	color: #fff;
	font-size: 1.2rem;
	margin: 2rem 0 0 0;
	padding: 1rem;
	text-align: left;
}

#rush-supp .price-title.active {
	background: url(../img/ico_minus.png) no-repeat 98%;
	background-color: #5DADE2;
}

#rush-supp .price-box {
	background: rgba(182, 223, 250, 0.15);
	display: none;
	padding: .5rem;
	margin: 0 0 0 0;
	word-break: break-all;
}

#rush-supp .price-box h4 {
	background: url(../img/ico_plus.png) no-repeat 98%;
	background-size: 1rem;
	background-color: #fff;
	color: #333;
	padding: 1rem;
	text-align: left;
	font-size: 1rem;
}

#rush-supp .price-box h4.active {
	background: url(../img/ico_minus.png) no-repeat 98%;
	background-size: 1rem;
	background-color: #fff;
	border-bottom: 1px #333 solid;
	margin-bottom: 0;
}

#rush-supp .price-box ul.type-comment {
	background: #fff;
	display: none;
	margin: 0 0 .5rem 0;
	padding: .5rem 1rem;
}

#rush-supp .price-box ul.type-comment li.comment:before {
	background: #666;
	color: #fff;
	content: '作業詳細';
	padding: 0 .4rem;
}

#rush-supp .price-box ul.type-comment li {
	list-style: none;
}

#rush-supp .price-box ul.type-comment li.red {
	color: #5DADE2;
}


/*#rush-supp .price-box ul.type-comment li:nth-child(odd) {
padding: .5rem 0;
}

#rush-supp .price-box ul.type-comment li:nth-child(even) {
border-bottom: 1px solid $mainColor;
padding: 0 0 1.5rem 0;
}*/

#rush-supp .price-box ul.type-comment li:last-child {
	border-bottom: none;
}

#rush-supp .landscape table {
	border-collapse: collapse;
	margin: 0 0 1rem 0;
	width: 100%;
}

#rush-supp .landscape table tr {
	border-top: 1px #333 solid;
	border-left: 1px #333 solid;
}

#rush-supp .landscape table tr th {
	background-color: #e8e8e8;
}

#rush-supp .landscape table tr th, #rush-supp .landscape table tr td {
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
	padding: .3rem;
}

/* =============== about_repair =============== */

#about_repair h3 {
	background-color: #e4e4e4;
	font-size: 1.1rem;
	padding: 1rem;
	margin: 1rem 0;
}

#about_repair p {
	margin-bottom: 2rem;
}

.column-brake {
	display: inline-block;
}
/* =============== 横スクロール =============== */

#about_repair .landscape {
	overflow: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	/*スムーズスクロール*/
}

#about_repair .landscape::-webkit-scrollbar {
	height: 5px;
	/*スクロールバについて*/
}

#about_repair .landscape::-webkit-scrollbar-track {
	background: #f1f1f1;
	/*スクロールバーの背景色*/
}

#about_repair .landscape::-webkit-scrollbar-thumb {
	background: #BCBCBC;
	/*スクロールバーの色*/
}

#about_repair .landscape table {
	border-collapse: collapse;
	margin: 0 0 1rem 0;
	width: 100%;
}

#about_repair .landscape table tr {
	border-top: 1px #333 solid;
	border-left: 1px #333 solid;
}

#about_repair .landscape table tr th {
	background-color: #e8e8e8;
	text-align: center;
}

#about_repair .landscape table tr th:first-of-type {
	background-color: #fff;
}

#about_repair .landscape table tr td {
	text-align: center;
}

#about_repair .landscape table tr td span.num {
	font-size: 1.5rem;
	font-weight: 700;
}

#about_repair .landscape table tr td span.notice {
	display: block;
	font-size: .8rem;
}

#about_repair .landscape table tr th, #about_repair .landscape table tr td {
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
	padding: .3rem;
	width: 33%;
}

@media screen and (min-width: 767px) {
	#about_repair .landscape table {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	#about_repair .landscape table {
		font-size: 0.8rem;
	}
}

#about_repair h5.point {
	display: block;
	padding: .5rem 0;
	text-align: center;
	color: #fff;
	background: #5DADE2;
	border-radius: 10px;
	}
/* =============== アコーディオン =============== */

#about_repair .caution-title {
	background: url(../img/ico_plus.png) no-repeat 98%;
	background-color: #5DADE2;
	color: #fff;
	font-size: 1.2rem;
	margin: 2rem 0 0 0;
	padding: 1rem;
	text-align: left;
}

#about_repair .caution-title.active {
	background: url(../img/ico_minus.png) no-repeat 98%;
	background-color: #5DADE2;
}

#about_repair .comment-box {
	background: #fff;
	display: none;
	padding: .5rem 0;
	margin: 0 0 0 0;
	word-break: break-all;
}
/* ===============  end アコーディオン =============== */

#about_repair .comment-box table {
	border-collapse: collapse;
	margin: 0 0 1rem 0;
	width: 100%;
}

#about_repair .comment-box table tr {
	border-top: 1px #333 solid;
	border-left: 1px #333 solid;
}

#about_repair .comment-box table tr th {
	background-color: #e8e8e8;
}

#about_repair .comment-box table tr th, #about_repair .comment-box table tr td {
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
	padding: .3rem;
}

#about_repair .comment-box .map {
	background-color: #5DADE2;
	padding: .2rem;
	margin: .2rem;
}

#about_repair .comment-box .map a {
	color: #fff;
	font-size: .8rem;
}

#about_repair .comment-box h4 {
	background: url(../img/ico_plus.png) no-repeat 98%;
	background-size: 1rem;
	background-color: #fff;
	color: #333;
	padding: 1rem;
	text-align: left;
	font-size: 1rem;
}

#about_repair .comment-box h4.active {
	background: url(../img/ico_minus.png) no-repeat 98%;
	background-size: 1rem;
	background-color: #fff;
	border-bottom: 1px #333 solid;
	margin-bottom: 0;
}

#about_repair .accept {
	margin: 4rem 0 0 0;
}

#about_repair .invoice_flow {
	border: #333 1px solid;
	float: left;
	margin: 0 1% 2rem 0;
	text-align: center;
	width: 49%;
}

#about_repair .invoice_flow:nth-child(2n) {
	margin: 0 0 2rem 1%;
}

#about_repair .invoice_flow img {
	width: 30%;
}

#about_repair .invoice_flow .in-box {
	border-top: #333 1px solid;
	padding: 1rem;
	text-align: left;
}

@media screen and (min-width: 900px) {
	#about_repair .invoice_flow .in-box {
		height: 17rem;
	}
}

#about_repair .invoice_flow .in-box p:first-child {
	font-weight: bold;
}

#about_repair .invoice_flow .in-box p:first-child span {
	text-decoration: underline;
}

#about_repair .invoice_flow+p {
	clear: both;
}

@media screen and (max-width: 899px) {
	#about_repair .invoice_flow, #about_repair .invoice_flow:nth-child(2n) {
		float: none;
		margin: 0 0 2rem 0;
		width: 100%;
	}
	#about_repair .invoice_flow img {
		width: 50%;
	}
}


/* 2020/12/07 add */

p.check {
	font-size: 1.15em;
}

p.check .notice_telnum {
	display: block;
	color: red;
	font-weight: bold;
	font-size: .7em;
}

p.check .telnum {
	font-size: 1.3em;
}

#check_telnum {
	margin-left: .8em;
	transform: translateY(-.1em) scale(1.4);
}

.notice_sms {
	color: red !important;
}


#newstext p {
	text-align: center;
	}

.text-muted {
	color: red !important;
	}

.bt-on {
	background: url(../img/arrow-simple-right.png) no-repeat 95% 50%;
	background-color: #5DADE2;
	background-size: .8rem;
	text-align: center;
	width: 85%;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

h3.subtitle {
	margin: 0 -.5rem 1rem;
	padding: .8rem 0;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	background: #999;
	}

#license-key div {
	margin: 2em auto;
	padding: 1rem;
	background: #ccc;
	}

#license-key div input {
	background: none;
	border: 0;
}

#license-key dl {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #333;
	border-bottom: 0;
}
#license-key dt {
	display: block;
	width: 50%;
	margin: 0;
	padding: .5em;
	font-size: 1em;
	line-height: 1em;
	background: #eee;
	border-bottom: 1px solid #333;
}
#license-key dd {
	display: block;
	width: 50%;
	margin: 0;
	padding: .5em;
	font-size: 1em;
	line-height: 1em;
	border-bottom: 1px solid #333;
}



/* =============== about_recovery =============== */
#about-recovery h3 {
  background-color: #e4e4e4;
  font-size: 1.1rem;
  padding: 1rem;
  margin: 1rem 0; }

#about-recovery .price-title00 {
  background-color: #6ac500;
  color: #fff;
  font-size: 1.2rem;
  margin: 2rem 0 0 0;
  padding: 1rem;
  text-align: left; }
#about-recovery .price-title {
  background: url(../img/ico_plus.png) no-repeat 98%;
  background-color: #6ac500;
  color: #fff;
  font-size: 1.2rem;
  margin: 2rem 0 0 0;
  padding: 1rem;
  text-align: left; }

#about-recovery .price-title.active {
  background: url(../img/ico_minus.png) no-repeat 98%;
  background-color: #6ac500; }

#about-recovery .price-box {
  background: rgba(106, 197, 0, 0.15);
  display: none;
  padding: .5rem;
  margin: 0 0 0 0;
  word-break: break-all; }

#about-recovery .price-box h4 {
  background: url(../img/ico_plus.png) no-repeat 98%;
  background-size: 1rem;
  background-color: #fff;
  color: #333;
  padding: 1rem;
  text-align: left;
  font-size: 1rem; }

#about-recovery .price-box h4.active {
  background: url(../img/ico_minus.png) no-repeat 98%;
  background-size: 1rem;
  background-color: #fff;
  border-bottom: 1px #333 solid;
  margin-bottom: 0; }

#about-recovery .price-box ul.type-comment {
  background: #fff;
  display: none;
  margin: 0 0 .5rem 0;
  padding: .5rem 1rem; }

#about-recovery .price-box ul.type-comment li.comment:before {
  background: #666;
  color: #fff;
  content: '作業詳細';
  padding: 0 .4rem; }

#about-recovery .price-box ul.type-comment li {
  list-style: none; }

#about-recovery .price-box ul.type-comment li.red {
  color: #6ac500; }

#about-recovery .price-box ul.type-comment li:last-child {
  border-bottom: none; }

#about-recovery .landscape table {
  border-collapse: collapse;
  margin: 0 0 1rem 0;
  width: 100%; }

#about-recovery .landscape table tr {
  border-top: 1px #333 solid;
  border-left: 1px #333 solid; }

#about-recovery .landscape table tr th {
  background-color: #e8e8e8; }

#about-recovery .landscape table tr th,
#about-recovery .landscape table tr td {
  border-right: 1px #333 solid;
  border-bottom: 1px #333 solid;
  padding: .3rem; }



.text-indent li {
    display: block;
    width: 100%;
    text-indent: -1em;
    margin: 0 0 1em;
    padding-left: 1em;
}

.mobile-blocky {
	margin: 0 auto;
	}
.mobile-blocky th,.mobile-blocky td {
    padding: 5px;
    border: 1px solid #333;
}


.flow .step-list {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}

.flow .step-list li {
	display: block;
	margin: 0 0 90px;
	padding: 10px;
	position: relative;
	border: 8px solid #5DADE2;
}

.flow .step-list li::after {
	content: '';
	position: absolute;
	bottom: -80px;
	left: 55px;
	display: inline-block;
	background-color: #5DADE2;
	height: 50px;
	width: 8px;
}

.flow .step-list li:last-child {
	margin: 0;
}

.flow .step-list li:last-child::after {
	display: none;
}

.flow .step-list li figure {
	text-align: center;
}

.flow .step-list li figure img {
	max-height: 100px;
}

.flow .step-list .step__title>img {
	vertical-align: baseline;
	width: 50px;
}

@media screen and (max-width: 768px) {
	.flow .step-list .step__title>img {
		width: 30px;
	}
}

.flow .step-list li .step__title {
	color: #5DADE2;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
}

.flow .text-note {
	display: block;
	margin: 0;
	padding: 0;
	}

.flow .text-note li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: .8em;
	}

.flow .text-note li::after {
	display: none;
	}

.flow .tel_num {
	color: #5DADE2;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	}

.text-indent li {
    display: block;
    width: 100%;
    text-indent: -1em;
    margin: 0 0 1em;
    padding-left: 1em;
}

.mobile-blocky {
	margin: 0 auto;
	}
.mobile-blocky th,.mobile-blocky td {
    padding: 5px;
    border: 1px solid #333;
}

.target-list li, .target-list-number li, .text-note li {
    display: block;
}


.selectPayment label.opt {
	display: block;
	}

.selectPayment label.opt.on {
	background: #b6dffa;
	}

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

.red {
	color: red;
	}

/* terminal */
#terminal #container {
	background: none;
	}

#terminal h2 {
	color: #333;
	background: #eee;
	}

#terminal #footer {
	background: #000;
	}

.TelNumVeri {
	margin: 0 0 1rem;
	text-align: center;
	border: 1px solid #ccc;
	}

.TelNumVeri h3 {
	display: block;
	margin: 0 0 1rem;
	padding: .5rem 0;
	font-size: 1em;
	font-weight: 500;
	background: #eee;
	}

.TelNumVeri p {
	margin-bottom: .5rem;
	}

.TelNumVeri p.telnum {
	margin-bottom: 1rem;
	font-weight: 500;
	}

.TelNumVeri .bt-main a {
	margin: 0 0 1.5em;
	}

.Attention {
	margin: 0 0 1rem;
	padding: 1rem;
	background: #f4d4dd;
	}

.Attention p {
	margin: 0;
	color: #900;
	}

#deviceMakerOther {
	margin-top: 10px;
	}

#terminal h4 {
	padding: .5rem;
	font-size: 1em;
	font-weight: 700;
	background: #eee;
	}

.form-group img {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	opacity: .5;
	}

.barcode {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	}

.pic-upload {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.pic-upload .form-group {
	position: relative;
	width: 30%;
	margin-bottom: 2rem;
	}
@media screen and (max-width: 768px) {
.pic-upload .form-group {
	width: 100%;
	}
}

.pic-upload h4 {
	margin-bottom: 1rem;
	padding: 0 !important;
	font-weight: 700;
	background: none !important;
	}

.bt-pic {
	position: absolute;
	right: 0;
	top: -30px;
	display: block;
	width: 50%;
	margin: 1rem auto;
	padding: .5rem 0;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background: #5DADE2;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	}

.bt-pic-del {
	display: block;
	width: 50%;
	margin: 1rem auto;
	padding: .5rem 0;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background: #999;
	border-radius: 5px;
	cursor: pointer;
	}



/* =============== lawyer =============== */
#exmple h3 {
	font-size: 1.1rem;
	margin: 1rem 0;
	padding: 1rem 0;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background: #5DADE2;
	}

#exmple h4 {
	margin: 1rem 0;
	padding: .5rem 0;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	background: #ccc;
	}

#exmple ol {
	display: block;
	}

#exmple ol li {
	position: relative;
	display: block;
	padding: 0 0 10px 25px;
	}

#exmple ol li span {
	position: absolute;
	display: block;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	background: #5DADE2;
	border-radius: 50%;
	}

#exmple ul.notice {
	display: block;
	}

#exmple ul.notice li {
	position: relative;
	display: block;
	padding: 0 0 10px 1em;
	text-indent: -1em;
	}

#exmple img {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	}


/* =============== lawyer =============== */
#lawyer h3 {
  background-color: #e4e4e4;
  font-size: 1.1rem;
  padding: 1rem;
  margin: 1rem 0; }

.max_amount {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.max_amount div {
	width: 48%;
	text-align: center;
	}

#lawyer .max_amount h3 {
	margin: 0;
	background: none;
	}

.max_amount .num {
	font-size: 1em;
	font-weight: 600;
	}

.max_amount .num span {
	color: #3699d5;
	font-size: 2em;
	}


#lawyer .caution {
	font-size: .8em;
	}


.device {
	display: flex;
	flex-wrap: wrap;
	}

.device div {
	width: 33.333%;
	text-align: center;
	}

.device img {
	display: block;
	width: 100%;
	}

.device div span {
	display: block;
	font-size: .8em;
	}

.app_check_date {
	font-size: 1.2em;
	}

.title_h5 {
	font-size: 1em;
	}


#cancel #ReExplanationTel .tel {
	margin: 0;
	padding: 0;
	font-size: 1.25em;
	}