@charset "UTF-8";

/* 共通 */
html * {
  box-sizing: border-box;
}

.dnp {
	display: none;
}

.new-line1,
.new-line2 {
	display: none;
}

section {
	padding: 0 5px 0 15px;
	margin-bottom: 30px;
}

.title2 {
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #ddd !important;
}

.title3 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding: 8px 0;
	border-radius: 8px;
	background-color: #e2f0d9;
	margin-bottom: 30px;
}

.title4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #0ba35c;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

section p,
section li {
	margin-bottom: 6px;
}

section li:last-child {
	margin-bottom: 0;
}

section ul {
	margin-left: 1em;
}

section li {
	list-style: disc;
}

.key-type {
	width: 100%;
	margin: 10px auto 0;
	display: flex;
	justify-content: space-between;
}

.key-type input[type = radio] {
	display: none;
}

.key-type label {
	width: 24%;
	display: grid;
	place-items: center;
	text-align: center;
	border: solid 1px #006dd9;
	padding: 1em;
	border-radius: 8px;
	cursor: pointer;
	font-weight: bold;
}

.key-type label:hover {
	background-color: #eee;
}

.key-type input[type = radio]:checked + label {
	background-color: #31a9ee;
	color: #fff;
}

.method {
	display: flex;
	align-items: start;
	padding: 20px;
	margin-bottom: 30px;
	border: solid 1px #ccc;
}

.method img {
	display: block;
	width: 300px;

}

.method > div {
	margin-left: 30px;
	flex: 1;
}

.method ul {
	margin-left: 2.8em;
}

.contact {
	width: 200px;
	margin-top: 1em;
	margin-left: auto;
	background-color: orange;
	padding: 3px 15px;
	border-radius: 20px;
}

.contact a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}

/* ic-card */

/* iPhone */
.iphone .met5,
.iphone .met6 {
	margin-bottom: 0;
	border-bottom: none;
}

.iphone .met6,
.iphone .met7 {
	border-top: none;
	padding-top: 50px;
}

.operation p:first-child {
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
}

.android .operation p:first-child {
	font-weight: normal;
}

.operation-item {
	text-decoration: underline;
}

.operation-item:hover {
	text-decoration: underline;
}

/* apple-watch *

/* android */
.met1 p:nth-child(2) {
	text-indent: -1em;
	padding-left: 1em;
}

/* iPad Mini以上の電話リンクを無効化 */
@media screen and (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

@media screen and (max-width: 700px) {
	.method img {
		width: 180px;
	}

	.new-line1 {
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.method {
		display: block;
		position: relative;
	}

	.new-line2 {
		display: block;
	}

	.key-type label {
		font-size: 13px;
	}

	.title3 {
		font-size: 15px;
	}

	.title4 {
		font-size: 15px;
		position: absolute;
		top: 20px;
		left: 20px;
	}

	.method img {
		margin: 40px auto 20px;
	}

	.method > div {
		margin-left: 0;
	}

	.method ul {
		margin-left: 20px;
	}

/* ic-card */

/* iPhone */
	.iphone .met1 img {
		margin-top: 0;
	}

	.iphone .met6,
	.iphone .met7 {
		padding-top: 30px;
	}

	.iphone .met6 img,
	.iphone .met7 img {
		margin-top: 0;
	}

/* apple-watch *

/* android */


}

	
