@charset "utf-8";
/* CSS Document */

.howto {
	/*background-color: #FFF;
	margin-top: -20px;
	margin-bottom: -1.25em;
	padding-top: 50px;
	padding-bottom: 50px;*/
	
	font-size: 14px;
	line-height: 1.8;
}
@media screen and (min-width: 768px) {
.howto {
	font-size: 16px;
}
}
.howto .container {
	max-width: 880px;
}
.howto .row {
	margin-bottom: 0;
}
.howto figure img {
	border: #EEE solid 1px;
}

.howto figcaption {
	text-align: right;
	color: #666;
	font-size: 10px;
	margin-top: 5px;
}
.howto-lead {
	border: #007D67 solid 2px;
	color: #007D67;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 10px;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.howto-lead {
		font-size: 22px;
		padding: 30px 15px;
		margin-bottom: 30px;
	}	
}


.howto-faq {
	background-color: deeppink;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 15px;
	margin-top: 30px;
	margin-bottom: 20px;
	position: relative;
}
.howto-title {
	background-color: #5cb85c;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 15px;
	margin-top: 30px;
	margin-bottom: 20px;
	position: relative;
}
.howto-title.ao, .howto-faq.ao {
	background-color: #2c75df;
}
.howto-title.ippan, .howto-faq.ippan {
	background-color: #007D67;
}


.howto-title::before, .howto-faq::before {
	content: "";
	border: solid 1px rgba(255,255,255,0.3);
	margin: auto;
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
}
.howto-title span, .howto-faq span{
	border-right: #FFF solid 1px;
	font-weight: bold;
	display: inline-block;
	padding-right: 15px;
	margin-right: 15px;
	font-size: 14px;
}
@media screen and (min-width: 768px) {
.howto-title {
	font-size: 18px;
}
}
.howto .flow {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}
.howto .flow li {
	font-size: 14px;
	line-height: 1.6;
	overflow: hidden;
}
.howto .flow li + li {
	margin-top: 20px;
}
.howto .flow li i {
	background-color: #5cb85c;
	border: #5cb85c solid 1px;
	display: block;
	color: #FFF;
	width: 32px;
	height: 32px;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	float: left;
	text-align: center;
	line-height: 30px;
	margin-right: 12px;
	border-radius: 2px;
}
.howto .flow.ao li i {
	background-color: #2c75df;
	border: #2c75df solid 1px;
}
.howto .flow.ippan li i {
	background-color: #007D67;
	border: #2c75df solid 1px;
}

.howto .flow li div {
	overflow: hidden;
}
#step-1 .flow {
	margin-top: 15px;
}
.howto-btn {
	color: #007D67;
	font-weight: bold;
}
.ao .howto-btn {
	color: #0046C8;
}
.error-mac .howto-btn {
	color: #F36283;
}
.error-mac {
	background-color: #FFF2F9;
	border: #FFBFDF solid 1px;
	border-radius: 6px;
	padding: 15px;
	margin-top: 20px;
}
.error-mac p {
	font-size: 14px;
	margin: auto;
	line-height: 1.6;
}
#t-tab {
	margin-top: 50px;
}
#t-tab ul {
	background-color: #EEE;
	border-top: rgba(0,0,0,0.05) solid 1px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -15px;
	padding: 20px 15px 0;
	overflow: hidden;
	position: relative;
}
#t-tab ul li {
	background-color: #DDD;
	box-shadow: 0 2px 8px rgba(0,0,0,0.3);
	flex-basis: calc(100% / 2);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
	line-height: 1.4;
	font-weight: bold;
	color: #999;
	cursor: pointer;
	text-align: center;
	padding: 25px 0;
}
#t-tab ul li.select {
	background-color: #FFF;
	z-index: 20;
	color: #333;
}
#t-tab ul li:first-child {
	border-radius: 6px 0 0 0;
}
#t-tab ul li:last-child {
	border-radius: 0 6px 0 0;
}
@media screen and (min-width: 768px) {
#t-tab ul {
	padding: 30px 40px 0;
	margin: 0;
}
}
.t-wrap {
}
.t-hide {
	display: none;
}
