#mainvisual,
#mainvisualdef { text-align: center; background: #ffa5a7; border-bottom: 1px solid #f3f3f3; }
#mainvisual a,
#mainvisualdef a{display: inline; }
#mainvisual img,
#mainvisualdef img { width: 100%; max-width: 980px; margin: 0 auto; }

#mainvisual2 { text-align: center; }
#mainvisual2 a {display: inline; }
#mainvisual2 img { width: 100%; max-width: 980px; margin: 0 auto; }

.view-pc { display: block; }
.view-sp { display: none; }
.procedure-title {
    position: relative;
    background: #f45366;
    padding: 30px 30px 30px 120px;
    margin-bottom: 30px;
    color: #fff;
}
.procedure-title .icn {
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
}

.procedure-title h2 span {
    font-size: 30px;
    font-weight: bold;
}


.procedure-step {
    margin-bottom: 50px;
}

.procedure-step-content {
    position: relative;
    border: 1px solid #f45366;
}

.procedure-step-content:last-of-type:after {
    display: none;
}


.procedure-step-title {
    position: relative;
    background: #fff5ee;
    padding: 23px 20px 23px 152px;
    font-size: 18px;
    font-weight: bold;
    color: #f45366;
}

.procedure-step-title img {
    position: absolute;
    top: 12px;
    left: 20px;
}

.procedure-step-ind {
    padding: 30px 20px;    
}

.procedure-toggle .toggle {
    margin-bottom: 10px;
    border: 1px solid #c8c8c8;
}
.procedure-toggle .toggle.open {
    margin-bottom: 40px;
}

.procedure-toggle .toggle .toggle-head h4 {
    cursor: pointer;
    background: #fafafa;
    padding: 25px 20px;
    font-size: 14px;
    font-weight: bold;
}
.procedure-toggle .toggle.open .toggle-head h4 {
    background: #fee9db;
}

.procedure-toggle .toggle .toggle-body {
    position: relative;
    padding: 20px 20px 35px 20px;
}

.procedure-toggle .toggle .toggle-body .toggle-ind {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 10px;
}

.procedure-toggle .toggle .toggle-body .toggle-ind .toggle-ind-head {
    display: table;
}
.procedure-toggle .toggle .toggle-body .toggle-ind .toggle-ind-head .num,
.procedure-toggle .toggle .toggle-body .toggle-ind .toggle-ind-head .img,
.procedure-toggle .toggle .toggle-body .toggle-ind .toggle-ind-head .text {
    display: table-cell;
    vertical-align: middle;
}
.procedure-toggle .toggle .toggle-body .toggle-ind .toggle-ind-head .img {
    padding: 0 25px;
}
.procedure-toggle .toggle .toggle-body .toggle-ind .toggle-ind-head .text h5 {
    font-size: 16px;
    font-weight: bold;
    color: #f45366;
}
.procedure-toggle .toggle .toggle-body .toggle-ind .toggle-ind-head .text p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.procedure-toggle .toggle .toggle-body .toggle-ind .toggle-body-ind {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}
.toggle-handle-close {
    display: inline-block;
    width: 50px;
    height: 22px;
    background: #FFF;
    text-align: center;
    position: absolute;
    border: 1px solid #E5E5E5;
    border-top: 3px solid #FFF;
    border-radius: 0 0 50px 50px;
    font-size: 0 !important;
    cursor: pointer;
    bottom: -26px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
}
.toggle-handle-close::before {
    content: "";
    display: block;
    background: #f45366;
    border-radius: 35px;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 0 !important;
    line-height: 0;
    position: relative;
    top: -24px
}
.toggle-handle-close::after {
    content: "";
    display: block;
    width: 120px;
    height: 130px;
    margin-left: -10px;
    position: absolute;
    z-index: -1;
    top: -80px
}
.toggle-handle-close > span {
    font-size: 12px;
    display: inline-block;
    color: #f45366;
    font-weight: bold;
    position: absolute;
    width: 50px;
    top: -42px;
    left: 0px
}
.toggle-handle-close > span::after {
    content: "";
    display: block;
    position: absolute;
    background: #FFF;
    width: 24px;
    height: 5px;
    left: 14px;
    top: 36px;
    border-radius: 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg)
}
.toggle-handle-close > span::before {
    content: "";
    display: block;
    position: absolute;
    background: #FFF;
    width: 5px;
    height: 24px;
    left: 23px;
    top: 26px;
    border-radius: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg)
}


	
	.floatcontent { width: 100%; max-width:980px; display: none; }
	.floatcontentInner { background: #fff; padding: 5%;}
	.floatcontent h2 { margin-bottom: 20px; padding-top: 40px; font-size: 18px; text-align: center; }
	.floatcontent p { font-size: 14px; margin-bottom: 20px; }
	.floatcontent p.aid { padding-top: 30px; }
	.floatcontent ul li { font-size: 14px; margin-bottom: 10px; padding-left: 1em; text-indent: -1em; }
	
	.floatcontentInner table tr th { font-weight: bold; text-align: center; background: #eee; }
	.floatcontentInner table { border-top: 1px solid #ccc; border-left: 1px solid #ccc;}
	.floatcontentInner table tr th,
	.floatcontentInner table tr td { border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px; font-size: 14px; vertical-align: middle;}
	.floatcontentInner table tr th p,
	.floatcontentInner table tr td p { margin-bottom: 20px;}
	.floatcontentInner table tr th:first-child {  }
	.floatcontentInner table tr .cellpnk { background: #fee8ea;  }

@media all and (-ms-high-contrast:none) {
	.floatcontentInner table { margin-bottom: 40px;}
}


@media screen and (max-width: 768px) {
    .procedure-title {
        padding: 10px 10px 10px 60px;
        margin-bottom: 10px;
    }
    .procedure-title h2 span {
        font-size: 14px;
    }
    .procedure-step {
        margin-bottom: 30px;
    }
    .procedure-step-title {
        padding: 10px 10px 12px 80px;
        font-size: 11px;
    }
    .procedure-step-ind {
        padding: 10px 10px;
    }
    .procedure-toggle .toggle.open {
        margin-bottom: 30px;
    }
    .procedure-toggle .toggle .toggle-head h4 {
        padding: 8px 8px;
        font-size: 11px;
    }
    .toggle .toggle-icn {
        width: 18px;
        height: 18px;
        right: 7px;
    }
    .toggle .toggle-icn:before {
        width: 2px;
        height: 12px;
        left: 8px;
        top: 3px;
    }
    .toggle .toggle-icn:before {
        width: 2px;
        height: 12px;
        left: 8px;
        top: 3px;
    }
    .toggle .toggle-icn:after {
        width: 12px;
        height: 2px;
        left: 3px;
        top: 8px;
    }
    .procedure-toggle .toggle .toggle-body {
        padding: 10px 10px 30px 10px;
    }
    .procedure-toggle .toggle .toggle-body .toggle-ind {
        padding: 8px;
    }
    .procedure-toggle .toggle .toggle-body .toggle-ind .toggle-ind-head .num {
        width: 21px;
    }
    .procedure-toggle .toggle .toggle-body .toggle-ind .toggle-ind-head .img {
        width: 66px;
        padding: 0px;
    }
    .procedure-toggle .toggle .toggle-body .toggle-ind .toggle-ind-head .text h5 {
        font-size: 11px;
    }
    .procedure-toggle .toggle .toggle-body .toggle-ind .toggle-ind-head .text p {
        font-size: 11px;
    }
    .procedure-toggle .toggle .toggle-body .toggle-ind .toggle-body-ind {
        padding: 10px;
        margin-top: 10px;
    }
    .procedure-step-content {
        margin-bottom: 10px;
    }
    .procedure-step-content:after {
        bottom: -32px;
        width: 20px;
        height: 21px;
        border-top: 5px solid #f45366;
        border-right: 5px solid #f45366;
    }
    .procedure-step-content:last-of-type {
        margin-bottom: 20px
    }
    
    
    .toggle-handle-close {
        width: 30px;
        height: 14px;
        border: 1px solid #E5E5E5;
        border-top: 1px solid #FFF;
        border-radius: 0 0 30px 30px;
        bottom: -16px;
        left: 0;
        right: 0;
    }
    .toggle-handle-close::before {
        background: #f45366;
        border-radius: 17px;
        width: 22px;
        height: 22px;
        top: -12px;
    }
    .toggle-handle-close::after {
        width: 60px;
        height: 75px;
        margin-left: -5px;
        position: absolute;
        z-index: -1;
        top: -40px
    }
    .toggle-handle-close > span {
        font-size: 9px;
        width: 30px;
        top: -26px;
        left: 0px
    }
    .toggle-handle-close > span::after {
        width: 12px;
        height: 2px;
        left: 9px;
        top: 24px;
    }
    .toggle-handle-close > span::before {
        width: 2px;
        height: 12px;
        left: 14px;
        top: 19px;
    }
	
	h3.confDoc { font-size: 12px; }
	
	.floatcontent { width: 100%; max-width:980px; display: none; padding: 0 3%; }
	.floatcontentInner { background: #fff; padding: 5%;}
	.floatcontent h2 { margin-bottom: 20px; padding-top: 40px; font-size: 4vw; }

	.floatcontent p { font-size: 12px; margin-bottom: 20px; }
	.floatcontent p.aid { padding-top: 20px; }
	.floatcontent ul li { font-size: 12px; margin-bottom: 10px; padding-left: 1em; text-indent: -1em; }
	
	.floatcontentInner {  word-wrap:break-word; word-break:break-all; }
	
	
	.floatcontentInner table tr th { font-weight: bold; text-align: center; background: #eee;  }
	.floatcontentInner table { border-top: 1px solid #ccc; border-left: 1px solid #ccc;}
	.floatcontentInner table tr th,
	.floatcontentInner table tr td { border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 2%; font-size: 12px;}
	.floatcontentInner table tr th p,
	.floatcontentInner table tr td p { margin-bottom: 2%;}
	.floatcontentInner table tr .cellpnk { background: #fee8ea;  }
	
.view-pc { display: none; }
.view-sp { display: block; }
}

.view-pcM { display: block; }
.view-spM { display: none; }
@media screen and (max-width: 767px) {

.view-pcM { display: none; }
.view-spM { display: block; }
}

.alert{ color:#FF0004!important; }

.bg-darkgray { background:#494949; }