@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 980px){

	body.common #contents-cancel .tabs-wrap .tab-btn a, body.common #contents-cancel .tabs-wrap .tab-btn a:active, body.common #contents-cancel .tabs-wrap .tab-btn a:link, body.common #contents-cancel .tabs-wrap .tab-btn a:visited {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
    height: 80px;
    line-height: 40px;
    color: #565656;
    text-decoration: none;
    background-color: #d9d9d9;
		font-size: 1.2rem;
}
	
	body.common #contents-cancel .tabs-wrap .tab-btn {
    border-bottom: 3px solid #fa9e00;
    font-size: 1.2rem;
    text-align: center;
   line-height: 40px;
    color: #565656;
    font-weight: 700;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 70px;
    -ms-flex-basis: 0;
    flex-basis: 70px;
}
a.btn-radius-solid {
    border: 1px solid #ccc;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
    float: right;
    margin-bottom: 20px;
}
.btn, a.btn, button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-Decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}
    .fa-position-right {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1rem;
}


}

body.common #contents-cancel .tabs-wrap .tab-btn {
    border-bottom: 3px solid #fa9e00;
    
    text-align: center;
    color: #565656;
    font-weight: 700;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 70px;
    -ms-flex-basis: 0;
    flex-basis: 70px;
	   /* display: flex;*/
    justify-content: center;
    align-items: center;
}
a.btn-radius-solid {
    border: 1px solid #ccc;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
}
@media screen and (min-width: 980px){
body.common #contents-cancel .tabs-wrap .tab-btn {
    border-bottom: 3px solid #fa9e00;
    font-size: 1.6rem;
    text-align: center;
  line-height: 80px;
    color: #565656;
    font-weight: 700;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 70px;
    -ms-flex-basis: 0;
    flex-basis: 70px;
	    display: flex;
    justify-content: center;
    align-items: center;
	    background-color: #d9d9d9;
}
	body.common #contents-cancel .tabs-wrap .tab-btn a, body.common #contents-cancel .tabs-wrap .tab-btn a:active, body.common #contents-cancel .tabs-wrap .tab-btn a:link, body.common #contents-cancel .tabs-wrap .tab-btn a:visited {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    /* display: block; */
    height: 80px;
    line-height: 80px;
    color: #565656;
    text-decoration: none;
    background-color: #d9d9d9;
    /* flex-basis: 70px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
    body a.btn-radius-solid {
    border: 1px solid #ccc;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
    float: right;
    padding: 10px 20px;
    text-Decoration: none;
    color: black;
    font-weight: bold;
}
    .fa-angle-right:before {
    content: "\f105";
    margin-left: 10px;
}
	}