@charset "utf-8";
body.merchant_pop h2{
	width: auto;
    font-weight: bold;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    background: #065ca8;
    padding: 14px 0 8px;
	margin: 0 0 30px;
}
.description_wrap a:link,
.description_wrap a:visited{
	color: #065ca8;
	font-weight: bold;
}
.description_wrap a.arrow_left{
	position: relative;
	padding: 0 0 0 16px;
	font-size: 15px;
}
.description_wrap a.arrow_left::before{
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #065ca8;
	border-right: solid 2px #065ca8;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.description_wrap a.pdf_icon{
	position: relative;
	font-size: 15px;
}
.description_wrap a.pdf_icon::after{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("../images/PDF_24.png");
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	right: -20px;
}
.txt_red{
	color: #e54f4f;
}
.txt_bld{
	font-weight: bold;
}
.mgb_m{
	margin-bottom: 24px;
}
.mgb_l{
	margin-bottom: 48px;
}
.list_note{
	margin: 0 0 20px;
}
.list_note_item{
	text-indent: -16px;
	padding: 0 0 0 16px;
}
.list_num{
	padding: 0 0 0 24px;
}
.list_num_item{
	font-size: 15px;
	padding: 0 0 6px;
	list-style: decimal;
}
.description_contents{
	margin: 48px 0;
}
.flow_list_item{
	border: 1px solid #dadada;
	border-radius: 6px;
	padding: 24px;
	margin: 0 0 50px;
	position: relative;
}
.flow_list_item::after{
	border-top: 24px solid #0081cc;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	content: "";
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -40px;
}
.flow_list_item:nth-of-type(3){
	margin: 0 0 14px;
}
.flow_list_item:nth-of-type(3)::after,
.flow_list_item:last-of-type::after{
	content: none;
}
.flow_list_num{
	font-size: 2.5rem;
	margin: -6px 10px 0 0;
	font-weight: bold;
	color: #065ca8;
}
.flow_list_txt{
	font-size: 1.8rem;
	padding: 6px 0 0;
	display: flex;
}
.flow_list_txt .flow_list_link{
	overflow: inherit;
	padding: 0 6px 0 0;
}
.flow_list_note_item{
	margin: 10px 0 0;
}
.flow_list_item_example{
	margin: 0 0 50px;
}
.example_ttl{
	font-size: 1.8rem;
	font-weight: bold;
}
.example_list{
	margin: 0 0 0 10px;
	position: relative;
}
.example_list::after{
	border-top: 24px solid #0081cc;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	content: "";
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -40px;
}
.example_list_item{
	margin: 4px 0 0;
}
.flow_list_note{
	margin: 6px 0 0 36px;
}
.flow_list_note_item{
	text-indent: -16px;
	padding: 0 0 0 16px;
	margin: 0;
}
.description_block{
	margin: 0 0 40px;
}
.description_h3{
	border-left: 8px solid #0081cc;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 4px 0 0 8px;
    line-height: 1;
}
.check_area{
	text-align: center;
}
.description_dl{
	margin: 30px 0;
}
.description_dl dl{
	display: flex;
	flex-wrap: wrap;
}
.description_dl dt {
	width: 8%;
}
.description_dl dl + dl{
	margin-top: 10px;
}
.description_dl dd {
	width: 92%;
}
.description_dl dd p{
	margin: 0;
}
body.merchant_pop .description_tbl table th{
	width: 10%;
}
body.merchant_pop .description_tbl table th.w01{
	width: 16%;
}
body.merchant_pop .description_tbl table th.w02{
	width: 20%;
}
body.merchant_pop .description_tbl table th.w03{
	width: 14%;
}
body.merchant_pop .description_tbl table td{
	text-align: center;
}


/*------------------------------- 
　ボタン
-------------------------------*/
.btn-blue-border {
	display: block;
    padding: 25px;
    height: 100%;
    background: rgba(255, 255, 255, 0) url(../images/arrow_d_blue_14x10.png) 96% 50% no-repeat;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none !important;
    font-size: 2rem;
    color: #065ca8 !important;
	border: 1px solid #065ca8;
    transition: color 0.5s, background-color 0.5s;
	width: 50%;
	margin: 30px auto 20px;
}
.btn-blue-border:hover {
	background-color: #065ca8;
	color: #FFF !important;
	background-image: url(/merchant/images/arrow_r_blue_14x10.png);
}
.btn-blue-border.icn-arrow-right {
    background: rgba(255, 255, 255, 0) url(/merchant/images/arrow_r_blue_14x10.png) 96% 50% no-repeat;
}
.btn-blue-border.icn-arrow-right:hover {
	background-color: #065ca8;
	color: #FFF !important;
	background-image: url(/merchant/images/arrow_r_white_14x10.png);
}
.btn-green-border {
	display: block;
    padding: 25px;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none !important;
    font-size: 2rem;
    color: #33AD6F !important;
	border: 1px solid #33AD6F;
    transition: color 0.5s, background-color 0.5s;
	width: 50%;
	margin: 20px auto 20px;
}
.btn-green-border:hover {
	background-color: #33AD6F;
	color: #FFF !important;
	background-image: url(/merchant/services/description/images/arrow_r_green_14x10.png);
}
.btn-green-border.icn-arrow-right {
    background: rgba(255, 255, 255, 0) url(/merchant/services/description/images/arrow_r_green_14x10.png) 96% 50% no-repeat;
}
.btn-green-border.icn-arrow-right:hover {
	background-color: #33AD6F;
	color: #FFF !important;
	background-image: url(/merchant/images/arrow_r_white_14x10.png);
}
button,[type="button"]{
    cursor: pointer;
}
#btn-check:disabled {
    cursor: default;
	pointer-events: none;
}
/*------------------------------- 
　チェックボックス
-------------------------------*/
input[type=checkbox] {
    display: none;
}
.checkbox02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px 5px 34px;
    position: relative;
    width: auto;
	font-size: 15px;
	user-select: none;
}
.checkbox02::before {
    background: #fff;
    border: 1px solid #a9a9a9;
    border-radius: 3px;
    content: '';
    display: block;
    height: 22px;
    width: 22px;
    left: 2px;
    margin-top: -14px;
    margin-left: 0;
    position: absolute;
    top: 50%;
}
.checkbox02::after {
    border-right: 4px solid #065ca8;
    border-bottom: 4px solid #065ca8;
    content: '';
    display: block;
    height: 14px;
    width: 8px;
    left: 10px;
	margin-top: -14px;
    margin-left: -2px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox02::after {
    opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 978px) {
	body.merchant_pop section#pop_contents {
        width: 94%;
        margin: 0 auto 80px;
        padding: 4rem 0 0;
	}
}
@media only screen and (max-width: 768px) {
    .sc21-HLN-1-bg-small__inner {
        padding-top: 3.75rem;
        padding-bottom: 2.75rem;
    }
	body.merchant_pop h2 {
		font-size: 2rem;
	}
	.description_contents {
		margin: 30px 0;
	}
	.description_h3 {
		border-left: 6px solid #0081cc;
		font-size: 1.8rem;
		ine-height: 1.2;
	}
	.flow_list_item {
		margin: 0 0 40px;
	}
	.flow_list_num {
		font-size: 2rem;
	}
	.flow_list_txt {
		font-size: 1.6rem;
		padding: 4px 0 0;
	}
	.flow_list_note {
		margin: 6px 0 0 0;
	}
	.example_list_item {
		margin: 0 0 6px 16px;
	}
	.description_wrap .example_list_item a.arrow_left::before {
		margin: 7px 0 0;
		left: -16px;
	}
	.description_wrap .example_list_item a.pdf_icon {
		padding: 0;
	}
	.flow_list_item::after,
	.example_list::after{
		border-top: 15px solid #0081cc;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		bottom: -30px;
		margin-left: -30px;
	}
	.btn-blue-border,
	.btn-green-border{
		width: 100%;
	}
	.description_dl dt {
		width: 20%;
	}
	.description_dl dd {
		width: 80%;
	}
	.description_dl dd p {
		text-indent: -1.4rem;
		padding-left: 1.4rem;
	}
	.description_tbl{
		overflow-x: scroll;
	}
	body.merchant_pop .description_tbl table {
		width: 100%;
		border-collapse: collapse;
		white-space: nowrap;
		margin: 1rem 0;
	}
}


#gnav {
	position:absolute;
}