@charset "UTF-8";

/* Scss Document */


/* Scss Document */


/* ========== モック専用css ※本番反映前に消去 ==========*/

.mock {
	border: #930 1px solid;
	padding: 1rem;
	margin: 1rem auto;
	text-align: center;
	width: 80%;
	word-break: break-all;
}


/* ========== end モック専用css ※本番反映前に消去 ==========*/

#container {
	margin: 1rem auto 0 auto;
	padding: 0 1rem 3rem 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 3rem 1rem;
	}
}

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

#footer {
	width: 100%;
}

h2 {
	display: block;
	margin: 0;
	padding: 1rem 0;
	color: #58c4e0;
	font-size: 1.3rem;
	line-height: 1em;
	text-align: center;
	background: rgba(0, 170, 170, 0.15);
}

@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-gray, .bt-red, .bt-cancelm, .bt-cancell {
	display: block;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	background: url(../img/arrow-simple-right.png) no-repeat 95% 50%;
	background-size: .8rem;
}

.btn.bt-download {
	display: block;
	width: 50%;
	margin: 0 0 2rem 50%;
	padding: 10px 0;
	text-align: center;
	background-color: #58c4e0;
}

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

.bt-main:hover, .bt-download:hover, .bt-gray-left:hover {
	color: #fff;
}

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

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

.bt-red {
	background-color: #e65550;
}

.bt-main {
	background-color: #58c4e0;
}

.bt-cancelm {
	background-color: #58c4e0;
}

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

.bt-main a, .bt-blue a, .bt-gray a, .bt-gray-left a, .bt-red a, .bt-cancelm a, .bt-cancell 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 {
		font-size: 1rem;
	}
}

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

.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;
}


/* =============== 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;
}


/* =============== 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 {
	margin-top: -2rem;
}

#faq h3 {
	background: url(../img/ico_plus.png?v=2) no-repeat 98%;
	background-color: #58c4e0;
	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?v=2) no-repeat 98%;
	background-color: #58c4e0;
}

#faq h4 {
	background: url(../img/ico_plus.png?v=2) 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(0, 170, 170, 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: #58c4e0;
}

#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 #58c4e0;
	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: #999A9B;
	color: #fff;
	font-size: 1.2rem;
	margin: 2rem 0;
	padding: .5rem 1rem;
}


/* =============== 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: #58c4e0;
	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: #58c4e0;
	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: #58c4e0;
}

#rush-supp .price-box {
	background: rgba(0, 170, 170, 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: #58c4e0;
}


/*#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;
}

.landscape table tr td span {
	display: block;
	font-size: .8em;
}


/* =============== about_insurance =============== */

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

.column-brake {
	display: inline-block;
}


/* =============== 横スクロール =============== */

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

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

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

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

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

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

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

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

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

#insurance .landscape table tr td:first-of-type {
	text-align: left;
}

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

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

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


/* =============== アコーディオン =============== */

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

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

#insurance .caution-title.active {
	background: url(../img/ico_minus.png) no-repeat 98%;
	background-color: #58c4e0;
}

#insurance .comment-box {
	background: #fff;
	display: none;
	padding: .5rem 0;
	margin: 0 0 0 0;
	word-break: break-all;
}


/* ===============  end アコーディオン =============== */

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

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

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

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

#insurance .comment-box .map {
	background-color: #58c4e0;
	padding: .2rem;
	margin: .2rem;
}

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

#insurance .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;
}

#insurance .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;
}

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

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

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

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

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

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

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

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

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

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


/* =============== phone and terminal and example =============== */


@media screen and (max-width: 980px) {
	#phone #top-head.fixed, #terminal #top-head.fixed, #example #top-head.fixed {
		background: #fff;
	}
}

#phone #top-head .inner::after, #terminal #top-head .inner::after, #example #top-head .inner::after {
	content: none;
}

#phone h1, #terminal h1, #example h1 {
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 0;
	padding: 0.5rem;
}

#phone .h1-icon, #terminal .h1-icon, #example .h1-icon {
	max-height: 1.6rem;
	margin-right: 0.5rem;
}

#phone h1 span, #terminal h1 span, #example h1 span {
	vertical-align: middle;
}

#phone #container, #terminal #container, #example #container {
	background: #fff;
}

#phone #footer, #terminal #footer, #example #footer {
	color: #fff;
}

#phone .text-bold, #terminal .text-bold, #example .text-bold {
	font-weight: bold;
}

#phone .text-red, #terminal .text-red, #example .text-red {
	color: red;
}

#phone .btn, #terminal .btn, #example .btn {
	text-decoration: none;
}

#terminal .done-title-box {
	background-color: rgba(0, 170, 170, 0.15);
	border: 1px solid #ced4da;
	border-bottom: none;
	padding: 1rem;
}

#terminal .done-title {
	margin-bottom: 0;
}

#terminal .bg-white-box {
	border: 1px solid #ced4da;
	margin-bottom: 1rem;
	padding: 1rem 1rem 0;
}

#terminal .bg-white-box p:first-of-type {
	margin-bottom: 0;
}

#terminal .btn-narrow {
	width: 60%;
	margin: 0 auto 2rem;
}

#terminal .btn-mini-wrap {
	display: flex;
    justify-content: space-around;
    align-items: center;
	width: 60%;
	margin: 1rem auto 2rem;
}

#terminal .btn-mini-wrap.insurance {
	margin: 1rem auto;
}


#terminal .btn-mini {
	border-radius: 0;
	margin: 0;
	padding: 1rem;
	color: #fff;
	width: calc(50% - 10px);
	text-decoration: none;
	background-image: none;
}

#terminal .btn-over {
	font-size: clamp(14px, 1vw, 15px);
	overflow-wrap: normal;
	min-height: 56px;
	max-height: 1vh;
}

#terminal .btn-mini.bt-gray {
	color: #fff;
}

#terminal .btn-insulance {
	border-radius: 0;
	margin: 0;
	padding: 1rem;
	color: #fff;
	width: 100%;
	text-decoration: none;
}

.terminal-form-row {
	margin-bottom: 2rem;
}

.terminal-form-row select {
	margin-bottom: 0.5rem;
}

#terminal .number-list, #terminal .number-list li {
	list-style: none;
}

#terminal .number-list li {
	position: relative;
	padding-left: calc(22px + 0.5em);
}

#terminal .number-list li .item--no {
	background-color: #58c4e0;
	border-radius: 11px;
	color: #fff;
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 22px;
	width: 22px;
	height: 22px;
	padding-top: 5px;
	position: absolute;
	top: 2px;
	left: 0;
}

#terminal .number-list.red li .item--no {
	background-color: #dc3545;
}

.popup-trigger {
	color: #58c4e0;
	cursor: pointer;
	margin-left: 0.5em;
}

.popup-trigger i {
	display: inline-block;
	font-size: 1.3rem;
}

#terminal .photo-front-example-title {
	background-color: #e4e4e4;
	font-size: 1.2rem;
	padding: 1rem;
	margin: 0 0 1rem;
}

.block-example {
	margin-top: 2rem;
}

#terminal .photo-front-example-title-h4 {
	font-size: 1.1rem;
	margin-bottom: 2rem;
}

#terminal .photo-front-example-title-h5 {
	border-bottom: 1px solid #d5d5d5;
	font-size: 1.1rem;
	line-height: 1;
	margin-top: 2rem;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.figure-col1 img {
	width: calc((100% / 3) - 20px);
}

.ng-list, .ng-list li {
	list-style: none;
}

.ng-list {
	display: flex;
	justify-content: space-between;
}

.ng-list li {
	width: calc((100% / 3) - 20px);
}

.ng-list figure {
	text-align: center;
}

.ng-list li img {
	max-width: 100%;
}

@media screen and (max-width: 767.98px) {
	.figure-col1 img {
		max-width: 438px;
		width: 100%;
	}
	.ng-list {
		flex-wrap: wrap;
		justify-content: center;
	}
	.ng-list li {
		margin-bottom: 2rem;
		width: 100%;
	}
	.ng-list li p {
		text-align: center;
	}
}

.attention-point {
	border-radius: 8px;
}

.attention-point .title {
	background-color: #ffc107;
	padding: 0.5em;
}

.attention-point .number-list {
	border: 1px solid #ffc107;
	padding: 1rem;
}

#photo-front-upload, #photo-back-upload, #photo-buy-upload {
	display: none;
}

#terminal .bg-white-box.photo_view {
	max-height: 300px;
	padding: 1rem;
}

#terminal .bg-white-box.photo_view span {
	display: block;
	padding-top: 100px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#terminal .bg-white-box.photo_2view {
	max-height: 300px;
	padding: 1rem;
	display: inline-block;
	width: 40%;
}

#terminal .bg-white-box.photo_2view span {
	display: block;
	padding-top: 100px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.photo-delete {
	display: none;
	background-image: none;
}

.photo-example-link {
	margin-bottom: 0;
}

#terminal .btn-mini-wrap.photo {
	justify-content: flex-start;
	margin: 1rem 0 1rem;
	width: 80%;
}

#terminal .btn-mini-wrap.photo .btn-mini {
	margin-right: 0.5em;
}

@media screen and (max-width: 767.98px) {
	#terminal .btn-mini-wrap.photo_view .btn-mini {
		margin-right: 1em;
	}
	.photo-example-link {
		font-size: 0.8em;
	}
}

.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.popup-bg-black {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
}

.popup-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 600px;
	width: calc(100% - 2rem);
	background: #fff;
	border-radius: 8px;
	padding: 2rem 1rem;
}

.close_icon {
	position: absolute;
	top: -30px;
	right: 0;
}

#phone .alert.alert-danger i, #terminal .alert.alert-danger i {
	display: inline-block;
	vertical-align: middle;
}

.close_icon i {
	display: inline-block;
	color: #fff;
	cursor: pointer;
	font-size: 1.4rem;
	margin: 0;
}

.popup-title {
	border-bottom: 1px solid #ced4da;
	padding-bottom: 1rem;
	text-align: center;
}

.popup2-list, .popup2-list li {
	list-style: none;
	margin-bottom: 0;
}

.popup2-list li {
	position: relative;
	padding: 0.5em 0 0.5em 1em;
}

.popup2-list li::before {
	content: '・';
	position: absolute;
	left: 0;
	top: 0.5em;
}

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

.text-gray {
	color: #999;
}

.text-danger-wrap .text-danger {
	position: relative;
	padding-left: 32px;
}

.text-danger-wrap .text-danger i {
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0;
}

.text-more {
	font-weight: normal;
	font-size: 0.6em;
	line-height: 0.5em;
}

.title-terminal {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3em;
}

.mobile-radio {
	display: block;
}

#phone h3 {
	background-color: #999A9B;
	color: #fff;
	font-size: 1.2rem;
	margin: 1rem 0;
	padding: .5rem 1rem
}


/* =============== end phone and terminal and example =============== */


/* =============== example =============== */

#example .block {
	max-width: 1200px;
	width: 100%;
	margin: 2rem auto 0;
	padding-right: 80px;
	padding-left: 80px;
}

#example h3 {
	background-color: #58c4e0;
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 0;
	padding: 1rem;
	text-align: center;
	padding: 0.5em 0;
}

#example #container img {
	vertical-align: bottom;
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.text-main-color {
	color: #dc3545;
}

@media screen and (max-width: 767.98px) {
	#example .block {
		margin-top: 1rem;
		padding-right: 0;
		padding-left: 0;
	}
}

.Attention_box--list, .Attention_box--list li {
	list-style: none;
}

.Attention_box--list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2rem;
}

.Attention_box--list_item {
	width: calc(50% - 20px);
}

.Attention_box--list .item--img {
	vertical-align: bottom;
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.Attention_box--list .item--pic {
	margin-bottom: 0;
}

.Attention_box--list .item--caption {
	margin-top: 8px;
}

@media screen and (max-width: 767.98px) {
	.Attention_box--list {
		margin-top: 1rem;
	}
	.Attention_box--list_item {
		width: 100%;
	}
}

.Front--list, .Front--list li {
	list-style: none;
}

.Front--list {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}

.Front--list_item {
	width: calc(50% - 20px);
	padding: 0 45px;
}

.Front--list_item .item--title {
	background-color: #e4e4e4;
	font-size: 1.2rem;
	padding: 1rem;
	text-align: center;
	padding: 0.5em 0;
}

.Front--list_item .item--figure {
	margin-top: 20px;
}

.Front--list_item .item--list {
	margin-top: 25px;
}

.Front--list_item .item--list_item {
	font-weight: 700;
	line-height: 2.25;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 32px;
	position: relative;
}

.Front--list_item .item--list_item .item--no {
	background-color: #58c4e0;
	border-radius: 11px;
	color: #fff;
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 22px;
	width: 22px;
	height: 22px;
	padding-top: 5px;
	position: absolute;
	top: 8px;
	left: 0;
}

.Front--list_item .item--link {
	background-image: url(../img/arrow-simple-under.png);
	background-size: 1.4rem;
	text-decoration: none;
}

.Front--list_item .item--link:hover {
	color: #fff;
}

@media screen and (max-width: 767.98px) {
	.Front--list {
		flex-wrap: wrap;
	}
	.Front--list_item {
		width: 100%;
		padding: 0 0.5rem;
	}
}

.Front_example {
	padding-top: 2rem;
}

.Front_example--h2 {
	border-bottom: 1px solid #d5d5d5;
	font-size: 1.1rem;
	line-height: 1;
	padding-bottom: 18px;
}

.Front_example--list, .Front_example--list li {
	list-style: none;
}

.Front_example--list {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}

.Front_example--list_item {
	text-align: center;
	width: calc(25% - 39px);
}

.Front_example--list_item .item--p {
	text-align: center;
}

@media screen and (max-width: 767.98px) {
	.Front_example--list {
		flex-wrap: wrap;
	}
	.Front_example--list_item {
		width: 100%;
	}
	.Front_example--list_item {
		width: 48%;
	}
}

.Back_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 2rem;
}

.Back_box_left--list, .Back_box_left--list li {
	list-style: none;
}

.Back_box_left--list {
	width: calc(100% - 2rem);
}

.Back_box_left--list_item {
	line-height: 1.625;
	margin-right: auto;
	margin-left: auto;
	padding-left: 32px;
	position: relative;
}

.Back_box_left--list_item .item--no {
	background-color: #58c4e0;
	border-radius: 11px;
	color: #fff;
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 22px;
	width: 22px;
	height: 22px;
	padding-top: 5px;
	position: absolute;
	top: 2px;
	left: 0;
}

.Back_box_left--p {
	margin-top: 2rem;
}

.Back_box_right {
	max-width: 340px;
}

.Back_box_right--figure {
	display: block;
	width: 240px;
	margin: 0 auto;
}

.Back_box_right--p {
	margin-top: 16px;
}

@media screen and (max-width: 767.98px) {
	.Back_box {
		flex-wrap: wrap;
	}
	.Back_box_left--list {
		width: 100%;
	}
	.Back_box_right {
		max-width: 100%;
	}
}

.Back_example {
	padding-top: 2rem;
}

.Back_example--h2 {
	border-bottom: 1px solid #d5d5d5;
	font-size: 1.1rem;
	line-height: 1;
	padding-bottom: 18px;
}

.Back_example--list, .Back_example--list li {
	list-style: none;
}

.Back_example--list {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}

.Back_example--list_item {
	width: calc(50% - 20px);
}

.Back_example--list_item .item--figure {
	display: block;
}

.Back_example--list_item .item--p {
	margin-top: 12px;
}

@media screen and (max-width: 767.98px) {
	.Back_example--list {
		flex-wrap: wrap;
	}
	.Back_example--list_item {
		width: 100%;
	}
}

.Certificate--lead {
	margin: 2rem auto 0;
}

.Certificate_box {
	background-color: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 50px;
	padding: 40px 120px;
}

.Certificate_box--title {
	display: inline-block;
	border-bottom: 1px solid #58c4e0;
	font-size: 1.1rem;
	line-height: 1;
	padding-bottom: 18px;
}

.Certificate_box--text {
	text-align: left;
	margin-top: 20px;
}

@media screen and (max-width: 767.98px) {
	.Certificate_box {
		margin-top: 2rem;
		padding: 0 1rem;
	}
	.Certificate_box--text {
		margin-top: 1rem;
	}
}

.Notes--list, .Notes--list li {
	list-style: none;
}

.Notes--list {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}

.Notes--list_item {
	width: calc(50% - 20px);
}

.Notes--list_item .item--text {
	margin-top: 14px;
}

.Notes--h2 {
	border-bottom: 1px solid #d5d5d5;
	font-size: 1.1rem;
	line-height: 1;
	padding-bottom: 18px;
}

@media screen and (max-width: 767.98px) {
	.Notes_content {
		margin-top: 2rem;
	}
	.Notes--list {
		flex-wrap: wrap;
	}
	.Notes--list_item {
		width: 100%;
	}
}

.Case_block {
	margin-top: 2rem;
	padding: 0px 40px;
	position: relative;
}

.Case--h2 {
	border-bottom: 1px solid #d5d5d5;
	font-size: 1.1rem;
	line-height: 1;
	padding-bottom: 18px;
}

.Case--text {
	margin-bottom: 0;
}

.Case_block--box {
	display: flex;
}

.Case_block--box .box--left {
	display: block;
	min-width: 220px;
	width: 220px;
}

.Case_block--box .box--left {
	display: block;
	min-width: 220px;
	width: 220px;
}

.Case_block--box .box--right {
	width: 100%;
	margin-left: 40px;
}

.Case_block--box .box--title {
	background-color: #e4e4e4;
	font-size: 1.2rem;
	padding: 1rem;
	text-align: center;
	padding: 0.5em 0;
}

.Case_block--box .box--text {
	margin-top: 16px;
	margin-bottom: 0;
}

.Case_block--box .box--list, .Case_block--box .box--list li {
	list-style: none;
}

.Case_block--box .box--list {
	line-height: 1.46667;
	margin-top: 8px;
	margin-bottom: 0;
}

.Case_block--box .box--list_item {
	text-indent: -1em;
	padding-left: 1em;
}

.Case_block--box .box--list_item .item--p {
	line-height: 2.66667;
	margin-bottom: 0;
}

.Case--text.mt60 {
	margin-top: 60px;
}

.Case--text.mt20 {
	margin-top: 20px;
}

.Case--text.mt10 {
	margin-top: 10px;
}

.Case--heading {
    border-bottom: 1px solid #58c4e0;
    color: #58c4e0;
	font-size: 1.1rem;
	line-height: 1;
	padding-bottom: 18px;
	margin: 48px auto 20px;
	padding: 12px 20px;
}

@media screen and (max-width: 767.98px) {
	.Case_block {
		margin-top: 2rem;
		padding: 0;
	}
	.Case_block--box {
		flex-wrap: wrap;
	}
	.Case_block--box .box--left {
		min-width: 100%;
		width: 100%;
	}
	.Case_block--box .box--right {
		margin-left: 0;
	}
}


/* =============== end example =============== */

.terminal-form-row-harf-wrap {
	display: flex;
	justify-content: space-between;
}

.terminal-form-row.harf {
	margin-bottom: 0;
	width: 49%;
}

@media screen and (max-width: 767.98px) {
	#terminal .terminal-form-row.harf .btn-mini {
		width: 100%;
	}
}


/* =============== DeviceRegistration20220110 =============== */

.InsuranceID {
	margin: 0 0 1em;
	padding: 1em;
	background: #eee;
	}

.InsuranceID p {
	margin: 0;
	padding: 0;
	color: #666;
	line-height: 1em;
	}

.InsuranceID p span {
	color: #333;
	font-weight: 700;
	}

.user_info h3 {
	font-size: 16px;
	}

.user_info dl {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ced4da;
	border-bottom: 0;
	}

.user_info dt {
	display: block;
	width: 40%;
	margin: 0;
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1em;
	background: #eee;
	border-bottom: 1px solid #ced4da;
	}

.user_info dd {
	position: relative;
	display: block;
	width: 60%;
	margin: 0;
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1em;
	border-bottom: 1px solid #ced4da;
	}

.user_info dd #copyInsulanceID {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	}

.user_info dd button {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	margin: 0;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	background: #333;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	}

p.notice {
	font-size: .8em;
	font-weight: 300;
	}