<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

@charset "utf-8";

.common-contents02.payment-lead{
	padding-top:40px;
	padding-bottom:0px;
}

.payment-wrapper .common-contents02{
    padding:48px 32px;
}

.payment-wrapper&gt;:nth-child(even) {
    background: #f4f6f8;
}

h2.title-type01 {
    margin-bottom:24px;
}

h3.title-type02{
	margin-top:36px;
	margin-bottom:24px;
}

h4{
	margin-bottom:8px;
}

h5{
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 1.6rem;
    border-bottom: 1px dashed #645d5d;
    padding: 8px 0px 6px;
    font-weight: 700;
}

.bg-st1.text-body{
	padding:16px 16px 10px;
}


.stepdown-box{
	margin:24px 16px;
}

.text03 {
    padding: 0 0 0 30px;
    color: #6d7177;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    position: relative;
    margin: 24px auto;
}

.text03:before {
    content: "";
    width: 20px;
    height: 33px;
    background: url(/assets/images/common/ico_arrow04.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.anchor-type02 {
    display: inline-block;
    margin: 0 0 0 20px;
    color: #0061b1;
    font-weight: 700;
    position: relative;
    transition: color .3s;
    border-bottom: solid 1px #c2c6cb;
}



#student,
#payer{
	display:flex;
    margin-bottom: 36px;
    justify-content: space-between;
    font-size: 1.8rem;
    width:100%;
    text-align:center;
}

#comp{
    margin-bottom: 24px;
    font-size: 1.8rem;
    line-height: 2.2em;
    text-align:center;
}

.type-box{
    width: 36%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    text-align: center;
}

.type-flow-area{
    width: 60%;
}

.type-flow-area .flow-item{
    font-size: 1.6rem;
    line-height: 2.2em;
    padding-left: 10px;
    margin-bottom: 36px;
    position: relative;
}

.type-flow-area .flow-item:last-of-type{
    margin-bottom: 0px;
}

.flow-item a{
	display:flex;
	justify-content: space-between;
}

.flow-item a .text-link{
    width: 100%;
}

.flow-num{
    width: 40px;
    display:flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-weight:700;
    text-decoration:none;
    flex-shrink: 0;
}

#student .type-box{
	background:#fbc4c9;
}

#student .flow-item{
	background:#fce8ea;
}

#student .flow-num{
	background:#db2131;
}

#payer .type-box{
	background:#fde2b8;
}

#payer .flow-item {
	background:#fef5e7;
}

#payer .flow-num{
	background:#ee9d19;
}

#comp .type-box,
#comp .flow-item{
	background:#e9f2f9;
}

#comp .flow-num{
	background:#2983be;
}

.flow-item:before {
	content: "笆ｼ";
	color: #888;
	position: absolute;
	left: 48%;
	bottom: -38px;
	font-size: 22px;
}

#comp .flow-item:before {
	content: none;
}

@media (max-width: 767px){
.payment-wrapper .common-contents02 {
    padding: 32px 24px;
}

.stepdown-box{
	margin:16px 8px;
}

#student,
#payer,
#comp{
    font-size: 1.6rem;
}

.type-flow-area .flow-item{
    font-size: 1.4rem;
    text-align:left;
}

.type-flow-area .flow-item a .text-link{
    padding-right: 10px;
}

.flow-num{
    width: 30px;
}



}</pre></body></html>