@charset "UTF-8";

/*=====================================================
*
*	step1.css
*
========================================================*/
/*h2*/
div#main h2 {
	background-color: #1e999c;
    border-radius: 5px;
    color: #fff;
    display: table;
    font-size: 115%;
    font-weight: normal;
    margin-bottom: 8%;
    margin-top: 10%;
    width: 100%;
    position: relative;
}
div#main h2:before {
	bottom: 0;
	content: "";
	display: block;
    position: absolute;
}
div#main h2.chara1:before {
	background: url("../../img/m/step1/h2_chara1.png") no-repeat;
    left: 1%;
    top: -20px;
    width: 183px;
    height: 235px;
    background-size: 40%;
}
div#main h2.chara2:before {
	background: url("../../img/m/step1/h2_chara2.png") no-repeat;
    left: 2%;
    top: -20px;
    width: 156px;
    height: 235px;
    background-size: 38%;

}
div#main h2 p {
	display: table-cell;
    line-height: 1.6em;
    vertical-align: middle;
    font-size: 100%;
    padding: 2% 2% 2% 80px;
}
div#main h2 p:before {
    content: '';
    display: block;
    float: left;
    width: 0;
    height: 100px;
    opacity: 0;
}
div#main h2 p span {
	border-bottom: 2px dashed #fff;
    font-weight: bold;
    font-size: 90%;
    line-height: 1.8;
}

/*box*/
div#main .box {
	background-color: #f7f6f2;
	border: 7px solid #e9e6d2;
}

/*onlineFlow*/
div#main .onlineFlow {
	padding: 5% 3%;
}
div#main .onlineFlow h3 {
	font-size: 130%;
	font-weight: normal;
	text-align: center;
	margin-bottom: 5%;
}
div#main .onlineFlow p.tit {
	background-color: #e1ddc4;
    color: #514e3e;
    font-size: 130%;
    padding: 3px 5px;
    text-align: center;
	margin-bottom: 5%;
}

.onlineFlow .step{
    text-align: center;
}
.onlineFlow .step img{
    max-width: 100%;
}

div#main .onlineFlow ul.flow {
	background-color: #f5f5f5;
    border: 1px solid #bdcad0;
    border-radius: 3px;
    display: table;
	position: relative;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 3%;
}
div#main .onlineFlow ul.flow:last-child {
    margin-bottom: 0;
}
div#main .onlineFlow ul.flow li {
	border-right: 1px solid #bdcad0;
    color: #244656;
    display: table-cell;
    font-size: 14px;
    line-height: 1.4em;
    padding: 15px 10px;
	position: relative;
}
div#main .onlineFlow ul.flow li:after {
	background-image: url("../../img/step1/arrow_onlineFlow.png");
    content: "";
    display: block;
    height: 24px;
    position: absolute;
    right: -12px;
    top: 6%;
    width: 24px;
    z-index: 1;
}
div#main .onlineFlow ul.flow li:last-child {
	border-right: none;
}
div#main .onlineFlow ul.flow li:last-child:after {
    content: none;
}
div#main .onlineFlow ul.flow li div {
	background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 43px;
    margin-bottom: 30px;
    text-indent: -9999px;
}
div#main .onlineFlow ul.flow li div.step01 {
	background-image: url("../../img/step1/onlineFlow_step1.png");
}
div#main .onlineFlow ul.flow li div.step02 {
	background-image: url("../../img/step1/onlineFlow_step2.png");
}
div#main .onlineFlow ul.flow li div.step03 {
	background-image: url("../../img/step1/onlineFlow_step3.png");
}
div#main .onlineFlow ul.flow li div.step04 {
	background-image: url("../../img/step1/onlineFlow_step4.png");
}
div#main .onlineFlow ul.flow li div.step05 {
	background-image: url("../../img/step1/onlineFlow_step5.png");
}
div#main .onlineFlow ul.flow li div.step06 {
	background-image: url("../../img/step1/onlineFlow_step6.png");
}
div#main .onlineFlow .arrow {
	border: 14px solid transparent;
	border-top: 24px solid #e1ddc4;
    height: 0;
    width: 0;
	margin: 20px auto 10px;
}
div#main .onlineFlow .admission {
	font-size: 100%;
    line-height: 1.5;
    padding: 0 2% 2% 65px;
	position: relative;
}
div#main .onlineFlow .admission:before {
	background: url("../../img/step1/onlineFlow_chara.png") no-repeat;
    content: "";
    display: block;
    height: 146px;
    left: 1%;
    position: absolute;
    top: -35px;
    width: 83px;
    background-size: 65%;
}
div#main .onlineFlow .admission p {
	color: #e41754;
	font-size: 120%;
	font-weight: bold;
    margin-bottom: 2%;
}

div#main .payment{
	padding: 3%;
}
div#main .payment dl{
    background-repeat: no-repeat;
    line-height: 1.8em;
    padding: 3% 0;
}
div#main .payment dl.card{
	background-image: url("../../img/step1/img_card.png");
    background-size: 30% auto;
	background-position: 97% center;
	/*border-bottom: 1px solid #d3d0bf;*/
    padding-top: 0;
}
div#main .payment dl.finance{
	background-image: url("../../img/step1/img_finance.png");
    background-size: 25% auto;
	background-position: 97% center;
    padding-bottom: 0;
}
div#main .payment dl dt{
	font-size: 140%;
    margin-bottom: 5px;
}
div#main .payment dl dd{
	line-height: 1.5;
	padding-right: 30%;
}
    @media screen and (max-width: 1024px) {
        div#main .payment dl.card{
            background-size: 25% auto;
        }
        div#main .payment dl.finance{
            background-size: 23% auto;
        }
        div#main .payment dl dd{
            padding-right: 35%;
        }
    }

/*ご注意事項と個人情報の取扱いについて*/
#confirm{
	background-color: #f7f6f2;
    border: 1px solid #a8b6b6;
    font-size: 90%;
    height: 300px;
    line-height: 1.8em;
    padding: 2% 3%;
}
#confirm h3{
	color: #e41754;
    font-size: 140%;
    margin-bottom: 3%;
	margin-top: 3%;
}
#confirm h3:first-child{
	margin-top: 0;
}
#confirm th, 
#confirm td {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 2px 1em 2px 2px;
    text-indent: 0;
    white-space: normal !important;
}
#private dt {
    border-bottom: 1px dotted #0f476d;
    color: #0f476d;
    font-weight: bold;
    margin: 1em 0 0.5em;
}
#private dd{
	margin-left: 1em;
}
#private dd li {
    margin-bottom: 0.2em;
    margin-left: 2em;
    text-indent: -2em;
}