@charset "UTF-8";
#two2 {
	border-left: solid 10px #28a7e1;
	margin-left: auto;
}
.transaction2 {
	background: #fff;
	width: 95%;
	max-width: calc(100% - calc(calc(100% - 960px) / 2));
}
#two2 .inner2 {
	width:96%;
	max-width: 960px;
	padding: 1.75rem ;
	/*padding: 3.75rem 0 3.75rem 3.75rem;*/
}
#two2 .inner2 h2.h2news{
	color: #000;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.4;
	margin-bottom: 3.0rem;
}
.text {
	font-size: 0.9em;
	line-height: 1.8;
}

.text, .code-block {
	font-size: 0.9em;
    line-height: 1.8;
    letter-spacing: 0.06em;
    margin-bottom: 1.5em;
}

li {
	font-size: 0.9em;
	line-height: 1.8;
	margin-bottom: 1rem;
}

h2 {
	color: #28a7e1;
	font-size: 2.0rem;
	margin-bottom: 1.0rem;
}
h2.jp {
	padding-left: 25px;
	position: relative;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
h2.jp::before {
	left: 0;
	width: 7px;
	background: #28a7e1;
	position: absolute;
	content: "";
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 90%;
}
h2.jp::after {
	left: 7px;
    width: 5px;
	background: rgba(39,76,148,.3);
	position: absolute;
	content: "";
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 90%;
}
h3 {
	border-bottom: solid 2px #28a7e1;
	color: #28a7e1;
	font-size: 1.8rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: .5em;
}
h4 {
	color: #28a7e1;
	font-weight: bold;
	font-size: 1.5rem;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	position: relative;
}
h4::after {
	position: absolute;
	content: "";
	width: 10rem;
	height: 3px;
	background: #28a7e1;
	left: 0;
	bottom: 0;
}
h5 {
	color: #28a7e1;
	font-size: 1.5rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-weight: bold;
	line-height: 1.4;
	padding-left: 1em;
	text-indent: -1em;
}
h5::before {
	content: "■";
}
h6 {
	font-weight: bold;
	margin-bottom: 1em;
}
h6::before {
	content: "Q";
	margin-right: .5em;
	color: #28a7e1;
}

table ,td ,th{
	border:#000000 1px solid;
	padding:10px;
}
@media print, screen and (min-width: 768px){
	#two2 .inner2 {
		min-height: 600px;
		font-size: 1.3em;
		line-height: 2.0;
	}
	#two2 .inner2 {
		padding: 3.75rem 0 3.75rem 3.75rem;
	}
}


@media only screen and (max-width: 767px){
	h3 {
		font-size: 1.5rem;
	}
	h4, h5 {
		font-size: 1.2rem;
	}
	h6 {
		padding-left: 1.5em;
		text-indent: -1.5em;
		line-height: 1.4;
	}
	#two2 .inner2 {
		width: 100%;
		max-width: 89.56975vw;
		/* padding: 5.21512vw; */
		padding: 1rem;
	}
	#two2 {
		margin-right: auto;
	}
	.transaction2 {
		width: 90%;
		max-width: 89.56975vw;
		border-width: 5px;
	}
}



#two2 .cta__wrap {
	padding: 2rem 0;
}
#two2 .cta__wrap .cta {
	width: 60%;
	background: #d4edf9;
	padding: 1.75rem;
	text-align: center;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#two2 .cta__wrap .cta p {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 1rem;
}
#two2 .cta__wrap .cta .cta__btn {
	display: block;
	padding: 0 2rem;
	height: 4rem;
	line-height: 4rem;
	border-radius: 2rem;
	background: #28a7e1;
	color: #fff;
	font-weight: bold;
}
#two2 table {
	margin-bottom: 1.5em;
}
#two2 table td:first-of-type {
	background: #d4edf9;
}
#two2 .option {
	background: #d4edf9;
	padding: 1em;
	margin-bottom: 1.5em;
	line-height: 1.4;
}
#two2 .list {
	padding-left: 2em;
}
#two2 .list li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#two2 .list li::before {
	content: "●";
	color: #28a7e1;
	margin-right: .5em;
}
#two2 dl {
	background: #d4edf9;
	padding: 1.5rem;
	margin-bottom: 2rem;
}
#two2 dl dt {
	color: #28a7e1;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 1em;
}
#two2 dl dd {
	line-height: 1.6;
}

@media only screen and (max-width: 767px){
	#two2 .cta__wrap .cta {
		width: 100%;
		padding: 1.75rem 0;
	}
	#two2 .cta__wrap .cta .cta__btn {
		padding: 0 1rem;
	}
}