.cdk-overlay-pane {

    max-width: 90vw !important;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;

}
.mat-dialog-container {

    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);
    display: block;
    padding: 24px;
    border-radius: 2px;
    box-sizing: border-box;
    overflow: auto;
    outline: 0;
    width: 100%;
    height: 100%;
    min-height: inherit;
    max-height: inherit;

}
section[_ngcontent-c8] {

    max-width: 375px;
    overflow: scroll;
    position: relative;

}
.icon-picture[_ngcontent-c8] {

    max-width: calc(48px / 2);
    margin-right: .3em;

}
.title[_ngcontent-c8] {

    color: #0c3779;
    font-size: 1.25rem;
    text-align: center;
    margin-top: calc(20px / 2);
    margin-bottom: calc(45px / 2);

}
.view-step1[_ngcontent-c8] {

    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;

}
.notice-head[_ngcontent-c8] {

    font-weight: 700;
    font-size: .875rem;
    text-align: center;
    margin-top: calc(30px / 2);
    margin-bottom: calc(30px / 2);

}
ul[_ngcontent-c8] {

    font-size: .75rem;
    margin-bottom: calc(40px / 2);

}
.ul {

    list-style: none;
    margin: 0;
        margin-bottom: 0px;
    padding: 0;

}
.receipt-example[_ngcontent-c8] img[_ngcontent-c8] {

    width: 100%;
    max-width: calc(438px / 2);
    margin: auto;
    display: block;

}
.receipt-example[_ngcontent-c8] {

    padding: calc(55px / 2) calc(65px / 2);
    background-color: #f0f6ff;

}
.next-button[_ngcontent-c8]::after {

    content: '';
    position: absolute;
    right: calc(30px / 2);
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: calc(13px / 2);
    height: calc(22px / 2);
    background-image: url(assets/images/take-picture/arrow-r.png);
    background-size: cover;

}
.next-button.step1[_ngcontent-c8] {

    margin-bottom: calc(80px / 2);

}
.next-button[_ngcontent-c8] {

    width: calc(340px / 2);
    height: calc(80px / 2);
    margin: calc(30px / 2) auto;
        margin-bottom: calc(15px);
    display: block;
    position: relative;

}

a:focus, a:focus {

    outline: 0;

}
.icons[_ngcontent-c8] {

    display: flex;
    align-content: center;
    justify-content: center;

}
.icon[_ngcontent-c8]:first-child {

    margin-left: 0;

}
.icon[_ngcontent-c8] {

    margin-left: calc(30px / 2 / 2);
    margin-right: calc(30px / 2 / 2);
    font-size: .75rem;

}
.icon[_ngcontent-c8] img[_ngcontent-c8] {

    max-width: calc(170px / 2);
    width: 100%;

}
.icon[_ngcontent-c8] p[_ngcontent-c8] {

    text-align: center;
    height: calc(70px / 2);
    display: flex;
    align-items: center;
    justify-content: center;

}

.container,form{
	padding: 0;
}
form{
 background: rgba(255,255,255,0.8);
    padding: 30px;
}
.mar-b-80{
	margin-bottom: 80px;
}
.img-large img{
	width: 100%;
}
.section-1-content{
	background: #FFF;
	border: 6px solid #22ac38;
	border-radius: 27px;
	position: relative;
	padding: 0 24px;
}
.section-1-content:before{
	content: '';
	width: calc(100% - 60px);
	height: 6px;
	background: #fff;
	left: 30px;
	top: -6px;
	position: absolute;
}
.section-1-content>h2{
	margin-top: -90px;
	position: relative;
	z-index: 2;
	margin-bottom: 25px;
}
.text-title{
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}
.text-title span{
	display: inline-block;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 28px;
	line-height: 38px;
	padding: 10px 0;
}
.section-table-box{
	margin-top: -40px;
	padding-bottom: 15px;
}
.section-table-box-2{
	margin-top: -10px;
}
.section-table-box dl{
	width: 100%;
	margin-bottom: 20px;
}
.section-table-box dt,.section-table-box dd{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.section-table-box dt{
	width: 105px;
	height: 30px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	background: #004098;
	font-weight: bold;
	border-radius: 15px;
	padding-bottom: 0;
	font-size: 16px;
}
.section-table-box dd img{
	height: 44px;
	margin-top: -10px;
}
.section-table-box dd{
	padding-left: 20px;
	width: calc(100% - 125px);
	margin-bottom: 0;
}
.section-table-box dd.no-pad-l{
	padding-left: 0;
}
.section-table-box dd h4{
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 0;
}
.section-table-box dd p{
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 0;
}
.red{
	color: red;
	font-weight: bold;
}
.contact-btn{
	text-align: center;
	padding: 40px 0;
}
.section-products-content{
	background: #FFF;
	border: 6px solid #00a0e9;
	border-radius: 27px;
	position: relative;
	padding: 0 24px 40px;
}
.section-products-content:before{
	content: '';
	width: 190px;
	height: 6px;
	background: #fff;
	right: 50px;
	top: -6px;
	position: absolute;
}
.section-products-content>h2 {
    margin-top: -20px;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}
.section-products-l,.section-products-r{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.section-products-l{
	width: calc(100% - 250px);
	padding-right: 30px;
	padding-top: 40px;
}
.section-products-l .text-title{
	margin-bottom: 15px;
}
.section-products-l .text-title span{
	display: block;
}
.section-products-l .text-title small{
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
	line-height: 38px;
}
.section-products-l p{
	font-size: 16px;
	line-height: 22px;
}
.section-products-r{
	width: 220px;
}
.products-list{
	padding-bottom: 30px;
}
.products-list ul{
	display: flex;
}
.products-list ul li{
	width: 25%;
	text-align: center;
}
.products-img img{
	width: 100%;
}
.section-products .section-table-box dd h3{
	display: inline-block;
	margin-left: 20px;
	color: #ea5514;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 0;
	vertical-align: top;
	font-weight: bolder;
}
.section-products .section-table-box dl{
	margin-bottom: 0;
}
.section-method-content{
	background: #FFF;
	border: 3px solid #00a0e9;
	border-radius: 8px;
	position: relative;
	padding: 20px 27px;
}
.section-method-content h2{
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 42px;
	color: #036eb8;
	padding-bottom: 20px;
}
.section-method-content h2 img{
	vertical-align: top;
	margin-left: 15px;
}
.method-img{
	text-align: center;
	height: 60px;
}
.section-method-content p{
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #ea5514;
	font-weight: bold;
	padding-top: 10px;
}
.contact-item a{
	border-radius: 50%;
	display: inline-block;
	margin: 0 15px;
}
.contact-item img{
	width: 60px;
	border-radius: 50%;
}
.contact-item a:last-child{
	margin-right: 0;
}
.attend[_ngcontent-c5]{
	padding: 0;
}
.section-aplication.attend[_ngcontent-c5] .scroll-wrapperWrap{
	padding: 30px;
}
.attend[_ngcontent-c5] .head[_ngcontent-c5]{
	color: #000;
}
p.tips{
	padding-left: 1em;
	position: relative;
}
p.tips span.tips-span{
	position: absolute;
	left: 0;
	top: 0;
}
footer[_ngcontent-c3]{
	background: transparent;
	padding: 0 0 20px;
}
.footer-list{
	display: table;
	width: 100%;
}
.footer-item{
	display: table-cell;
	vertical-align: bottom;
	font-size: 0;
	vertical-align: middle;
}
.footer-item:first-child{
	text-align: left;
}
.footer-item:last-child{
	text-align: right;
}
.footer-item p{
	color: #fff;
	font-size: 13px;
	margin-bottom: 15px;
	line-height: 20px;
}
.footer-item p.copyright{
	font-size: 12px;
}
.footer-logo{
	display: inline-block;
	vertical-align: middle;
}
.footer-text{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.footer-text h4{
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
}
.attend[_ngcontent-c5] .headline[_ngcontent-c5]{
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
}
.button.default-color{
	background: #fff100;
	color: #131313;
}
.products-p{
	margin-bottom: 0;
}
.footer-bg{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.footer-bg img{
	width: 100%;
}
.section-form-title-content{
	padding-top: 30px;
}
.section-form-title-content h3{
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 33px;
	line-height: 43px;
	padding: 25px 0;
}
.form-title-box{
	padding: 30px;
	background: #fff;
}
.form-title-box h4{
	font-size: 24px;
	line-height: 1;
	color: #0d6fb8;
	font-weight: bold;
	margin-bottom: 15px;
}
.form-title-box h4.red{
	color: red;
}
.form-title-box p{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0;
}
.form-title-box>div{
	margin-bottom: 15px;
}
.form-title-box>div:last-child{
	margin-bottom: 0;
}
.section-form-title{
	margin-bottom: 40px;
}
.section-form-content{
	background: rgba(255,255,255,0.8);
	padding: 30px 0 0;
}


:placeholder-shown {
    color: #9e9e9e !important;
    opacity: 1
}

::-webkit-input-placeholder {
    color: #9e9e9e !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #9e9e9e !important;
    opacity: 1
}

::-ms-input-placeholder {
    color: #9e9e9e !important;
    opacity: 1
}

::placeholder {
    color: #9e9e9e !important;
    opacity: 1
}

:-moz-placeholder {
    color: #9e9e9e !important;
    opacity: 1
}

:-webkit-input-placeholder {
    color: #9e9e9e !important;
    opacity: 1
}

.mat-radio-button.mat-accent .mat-radio-inner-circle {
    background-color: #000
}

.mat-radio-button.mat-accent .mat-radio-outer-circle {
    border-width: 1px
}

.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(144, 183, 244, .3)
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-width: 1px;
    border-color: #000
}

.mat-checkbox.mat-accent .mat-checkbox-frame {
    border-radius: 0;
    border-width: 1px
}

.mat-checkbox.mat-accent .mat-checkbox-ripple .mat-ripple-element {
    background-color: rgba(144, 183, 244, .3) !important
}

.mat-checkbox.mat-accent.mat-checkbox-checked .mat-checkbox-background {
    background-color: #0c3779
}

.cus-input {
    background-color: #f0f0f0;
    border: none;
    height: calc(100px / 2);
    padding: calc(35px / 2);
    font-size: 1rem;
    line-height: 1
}

.cus-textarea {
    background-color: #f0f0f0;
    border: none;
    padding: calc(35px / 2);
    font-size: 1rem;
    resize: none
}

.cus-select-container {
    position: relative
}

.cus-select-container:after {
    content: '';
    position: absolute;
    right: calc(30px / 2);
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 0;
    height: 0;
    border-top: 10px solid #333;
    border-left: 8px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 8px solid transparent;
    -webkit-transform: translateY(25%);
    transform: translateY(25%)
}

.cus-select {
    outline: 0;
    text-indent: .01px;
    text-overflow: '';
    background: #f0f0f0;
    vertical-align: middle;
    color: inherit;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    width: 100%;
    border-radius: 0;
    border: none;
    padding: calc(35px / 2);
    font-size: 1rem
}

.cus-select option {
    background-color: #fff;
    color: #333
}

.cus-select::-ms-expand {
    display: none
}

.cus-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a
}

form {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
}

.form-error-input {
    background-color: #fdefef
}

.form-error-message {
    color: #d70029;
    margin: calc(20px / 2) 0
}

.full-width {
    width: 100%
}

.warn {
    color: #d70029
}

.checkbox-container {
    display: flex;
    flex-wrap: wrap;
}

.checkbox-container.mat-checkbox {
    width: auto;
    margin-right: 25px;
}

.age-input {
    width: calc(200px / 2);
    margin-right: calc(20px / 2)
}

.checkbox-container .mat-checkbox {
    display: inline-block;
    width: auto;
    margin-right: 25px;
    margin-bottom: 10px;
}

.gender-title {
    margin: 2em 0 1em
}

mat-radio-button {
    margin-left: 1em
}

mat-radio-button:first-child {
    margin-left: 0
}

.year {
    width: 20%
}

.date, .month {
    width: 15%
}

.email {
    width: 50%
}

:focus, a:focus {
    outline: 0
}

.button {
	border-radius: 0;
	width: 100%;
    max-width: 400px;
    border: none;
    padding: 0;
    font-size: 1em;
    cursor: pointer
}

.button.default-color {
    color: #efefef;
    background: #0c3779
}

.button.negative-color {
    color: #fff;
    background: grey
}

.button.middle {
    max-width: calc(300px / 2);
    width: calc((300 / 2) / 375 * 100%);
    height: calc(120px / 2)
}

.button:disabled {
    cursor: default;
    background: #a2a2a2;
}

.cdk-overlay-pane {
    max-width: 90vw !important;
    overflow: scroll;
    -webkit-overflow-scrolling: touch
}

.select-button[_ngcontent-c5] {
    padding: calc(25px / 2) calc(20px / 2);
    display: block;
    font-size: .875rem;
    width: 100%;
    max-width: calc(520px / 2);
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.file-message[_ngcontent-c5] {
    margin-left: calc(20px / 2);
    display: inline-block;
    font-size: .875rem
}

.delete-button[_ngcontent-c5] {
    font-size: .875rem;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: calc(60px / 2);
    color: #666;
    background-color: transparent;
    border: none;
    margin-left: auto
}

.no-selected[_ngcontent-c5] {
    color: #d70029
}

.close-text[_ngcontent-c5] {
    width: calc(28px / 2);
    margin-right: .2em;
    line-height: 1
}

.hidden-input[_ngcontent-c5] {
    display: none
}

.file-upload-section[_ngcontent-c5] img[_ngcontent-c5] {
    max-width: 100%
}

.add-button-container[_ngcontent-c5] {
    margin-top: calc(40px / 2);
    margin-bottom: calc(120px / 2)
}

.add-file-button[_ngcontent-c5] {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    color: #0c3779;
    border: none;
    background-color: transparent
}

.add-picture-icon[_ngcontent-c5] {
    width: calc(60px / 2);
    display: block;
    margin-right: .5em
}

.submit-button[_ngcontent-c5] {
    height: calc(120px / 2);
    width: 100%;
    max-width: calc(645px / 2);
    margin: 0 auto calc(45px / 2);
    display: block
}

.share-buttons[_ngcontent-c4] .title[_ngcontent-c4] {
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
    margin-top: calc(55px / 2);
    margin-bottom: calc(35px / 2)
}

.share-buttons[_ngcontent-c4] .buttons[_ngcontent-c4] {
    display: flex;
    justify-content: center
}

.share-buttons[_ngcontent-c4] .share-button[_ngcontent-c4] {
    display: block;
    width: calc(120px / 2);
    margin-left: calc(10 / 325 * 100%);
    margin-right: calc(10 / 325 * 100%)
}

.share-buttons[_ngcontent-c4] .share-button[_ngcontent-c4]:first-child {
    margin-left: 0
}

.share-buttons[_ngcontent-c4] .share-button[_ngcontent-c4]:last-child {
    margin-right: 0
}

.share-buttons[_ngcontent-c4] .share-button[_ngcontent-c4] img[_ngcontent-c4] {
    width: 100%;
    border-radius: 250px;
    pointer-events: none
}

.share-buttons[_ngcontent-c4] .note[_ngcontent-c4] {
    font-size: .875rem;
    text-align: center;
    margin-top: calc(30px / 2);
    margin-bottom: calc(50px / 2)
}

.full-button[_ngcontent-c6] {
    width: 100%;
    height: calc(120px / 2);
    font-weight: 700;
    margin: calc(20px / 2) 0
}

.email-message[_ngcontent-c6] {
    font-size: .75rem;
    margin: calc(20px / 2) 0;
    text-align: left
}

.border[_ngcontent-c6] {
    margin: calc(70px / 2) 0
}

.note[_ngcontent-c6] {
    font-size: .875rem;
    margin: calc(20px / 2) 0
}

.login-button[_ngcontent-c6] {
    margin: calc(30px / 2) 0 0
}

.cus-input[_ngcontent-c6] {
    margin: calc(40px / 2) 0 calc(30px / 2)
}

.member-title[_ngcontent-c6] {
    margin: calc(60px / 2) 0 calc(50px / 2)
}

.receipt-image-container[_ngcontent-c7] {
    margin: 0
}

.receipt-item[_ngcontent-c7] {
    max-width: calc(460px / 2);
    width: calc(460 / 750 * 100%);
    margin: calc(25px / 2) auto
}

.receipt-item[_ngcontent-c7] img[_ngcontent-c7] {
    width: 100%
}

.receipt-image[_ngcontent-c7] {
    display: block;
    min-width: 100px;
    min-height: 100px;
    background-color: #f0f0f0
}

.email-message[_ngcontent-c7] {
    font-size: .875rem;
    color: #d70029
}

.term-container[_ngcontent-c7] {
    padding: 25px 25px 15px;
    border: 5px solid #22ac38;
    border-radius: 15px;
    margin-top: 40px;
}
.apply-check-container[_ngcontent-c7] {
    margin: 20px 0;
}

.apply-check-container[_ngcontent-c7] .mat-checkbox[_ngcontent-c7] {
    display: block;
    text-align: center
}

.apply-check-container[_ngcontent-c7] .mat-checkbox[_ngcontent-c7]:last-child {
    margin-bottom: 0
}

.action[_ngcontent-c7] {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    background-color: #a2a2a2;
    border-radius: 0;
}

.submit[_ngcontent-c7] {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: calc(120px / 2);
    font-weight: 700;
    font-size: 1rem;
    border-radius: 0;
}

.term[_ngcontent-c7] p[_ngcontent-c7] {
    margin: .3rem 0;
    padding-left: 1.5em;
    font-size: .875rem;
    color: #000;
    position: relative;
}

.term[_ngcontent-c7] p[_ngcontent-c7] span {
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
}
.submit[_ngcontent-c8] {
    margin: 0 auto;
    display: block
}

.actions[_ngcontent-c8] {
    margin-top: 60px;
    text-align: center;
}

.actions[_ngcontent-c8] .button[_ngcontent-c8] {
    width: 100%;
    height: 60px;
    margin: 10px auto;
}

.actions[_ngcontent-c8] .button[_ngcontent-c8]:first-child {
    margin-top: 0
}

.actions[_ngcontent-c8] .button[_ngcontent-c8]:last-child {
    margin-bottom: 0
}
.form-title-q {
    color: #0d6fb8;
    font-size: 23px;
    margin: 30px 0 15px;
    text-align: center;
}
.term[_ngcontent-c7] .head[_ngcontent-c7] {
    margin: 1em 0;
    font-weight: 700;
    font-size: 1.25em;
}

.term[_ngcontent-c7] .first-head[_ngcontent-c7] {
    margin-top: 0;
    text-align: center;
    padding-left: 0;
}

.mat-radio-button {
    display: inline-block;
    -webkit-tap-highlight-color: transparent
}

.mat-radio-label {
    cursor: pointer;
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
}

.mat-radio-container {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0
}

.mat-radio-outer-circle {
    box-sizing: border-box;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    transition: border-color ease 280ms;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%
}

._mat-animation-noopable .mat-radio-outer-circle {
    transition: none
}

.mat-radio-inner-circle {
    border-radius: 50%;
    box-sizing: border-box;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform ease 280ms, background-color ease 280ms;
    width: 20px;
    transform: scale(.001)
}

._mat-animation-noopable .mat-radio-inner-circle {
    transition: none
}

.mat-radio-checked .mat-radio-inner-circle {
    transform: scale(.5)
}

@media screen and (-ms-high-contrast: active) {
    .mat-radio-checked .mat-radio-inner-circle {
        border: solid 10px
    }
}

.mat-radio-label-content {
    /*display: inline-block;*/
    width: 100%;
    display: flex;
    order: 0;
    line-height: inherit;
    padding-left: 8px;
    padding-right: 0;
    font-weight: bold;
}

.mat-radio-label-content .courseTitle {
    margin-right: 20px;
    flex: 0 0 90px;
    font-size: 1.25rem;
    color: #000;
}

.mat-radio-label-content .courseCaption {
    flex-grow: 1;
    color: #000;
}

[dir=rtl] .mat-radio-label-content {
    padding-right: 8px;
    padding-left: 0
}

.mat-radio-label-content.mat-radio-label-before {
    order: -1;
    padding-left: 0;
    padding-right: 8px
}

[dir=rtl] .mat-radio-label-content.mat-radio-label-before {
    padding-right: 0;
    padding-left: 8px
}

.mat-radio-disabled, .mat-radio-disabled .mat-radio-label {
    cursor: default
}

.mat-radio-ripple {
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    height: 50px;
    width: 50px;
    z-index: 1;
    pointer-events: none
}

@keyframes mat-checkbox-fade-in-background {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@keyframes mat-checkbox-fade-out-background {
    0%, 50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes mat-checkbox-unchecked-checked-checkmark-path {
    0%, 50% {
        stroke-dashoffset: 22.91026
    }
    50% {
        animation-timing-function: cubic-bezier(0, 0, .2, .1)
    }
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes mat-checkbox-unchecked-indeterminate-mixedmark {
    0%, 68.2% {
        transform: scaleX(0)
    }
    68.2% {
        animation-timing-function: cubic-bezier(0, 0, 0, 1)
    }
    100% {
        transform: scaleX(1)
    }
}

@keyframes mat-checkbox-checked-unchecked-checkmark-path {
    from {
        animation-timing-function: cubic-bezier(.4, 0, 1, 1);
        stroke-dashoffset: 0
    }
    to {
        stroke-dashoffset: -22.91026
    }
}

@keyframes mat-checkbox-checked-indeterminate-checkmark {
    from {
        animation-timing-function: cubic-bezier(0, 0, .2, .1);
        opacity: 1;
        transform: rotate(0)
    }
    to {
        opacity: 0;
        transform: rotate(45deg)
    }
}

@keyframes mat-checkbox-indeterminate-checked-checkmark {
    from {
        animation-timing-function: cubic-bezier(.14, 0, 0, 1);
        opacity: 0;
        transform: rotate(45deg)
    }
    to {
        opacity: 1;
        transform: rotate(360deg)
    }
}

@keyframes mat-checkbox-checked-indeterminate-mixedmark {
    from {
        animation-timing-function: cubic-bezier(0, 0, .2, .1);
        opacity: 0;
        transform: rotate(-45deg)
    }
    to {
        opacity: 1;
        transform: rotate(0)
    }
}

@keyframes mat-checkbox-indeterminate-checked-mixedmark {
    from {
        animation-timing-function: cubic-bezier(.14, 0, 0, 1);
        opacity: 1;
        transform: rotate(0)
    }
    to {
        opacity: 0;
        transform: rotate(315deg)
    }
}

@keyframes mat-checkbox-indeterminate-unchecked-mixedmark {
    0% {
        animation-timing-function: linear;
        opacity: 1;
        transform: scaleX(1)
    }
    100%, 32.8% {
        opacity: 0;
        transform: scaleX(0)
    }
}

.mat-checkbox-checkmark, .mat-checkbox-mixedmark {
    width: calc(100% - 4px)
}

.mat-checkbox-background, .mat-checkbox-frame {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    border-radius: 2px;
    box-sizing: border-box;
    pointer-events: none
}

.mat-checkbox {
    transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

._mat-animation-noopable.mat-checkbox {
    transition: none;
    animation: none
}

.mat-checkbox-layout {
    cursor: inherit;
    align-items: baseline;
    vertical-align: middle;
    display: inline-flex; /*white-space:nowrap*/
}

.mat-checkbox-layout .mat-checkbox-label{
	font-weight: bold;
}

.mat-checkbox-label a {
    color: #e60012;
    border-bottom: 1px solid #e60012;
}
.mat-checkbox-label a:hover{
	text-decoration: none;
}

.mat-checkbox-inner-container {
    display: inline-block;
    height: 20px;
    line-height: 0;
    margin: auto;
    margin-right: 8px;
    order: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    width: 20px;
    flex-shrink: 0
}

[dir=rtl] .mat-checkbox-inner-container {
    margin-left: 8px;
    margin-right: auto
}

.mat-checkbox-inner-container-no-side-margin {
    margin-left: 0;
    margin-right: 0
}

.mat-checkbox-frame {
    background-color: transparent;
    transition: border-color 90ms cubic-bezier(0, 0, .2, .1);
    border-width: 2px;
    border-style: solid;
}

._mat-animation-noopable .mat-checkbox-frame {
    transition: none
}

.mat-checkbox-background {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    transition: background-color 90ms cubic-bezier(0, 0, .2, .1), opacity 90ms cubic-bezier(0, 0, .2, .1)
}

._mat-animation-noopable .mat-checkbox-background {
    transition: none
}

.mat-checkbox-checkmark {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%
}

.mat-checkbox-checkmark-path {
    stroke-dashoffset: 22.91026;
    stroke-dasharray: 22.91026;
    stroke-width: 2.66667px
}

.mat-checkbox-mixedmark {
    height: 2px;
    opacity: 0;
    transform: scaleX(0) rotate(0)
}
.prize-title[_ngcontent-c7] {
    color: #0c3779;
    font-weight: 700
}

.prize-item[_ngcontent-c7] {
    display: block;
    margin-left: calc(45px / 2);
    margin-bottom: calc(30px / 2)
}

.prize-item[_ngcontent-c7]:last-child {
    margin-bottom: 0
}

.prize-head-title[_ngcontent-c7] {
    margin-top: calc(80px / 2)
}

.prize-item-one[_ngcontent-c7] {
    display: block;
    font-weight: 700;
    margin: 0 0 20px
}

.prize-item-one[_ngcontent-c7] .courseLink-c {
    color: #0c3779;
    text-decoration: none;
}

@media screen and (-ms-high-contrast: active) {
    .mat-checkbox-mixedmark {
        height: 0;
        border-top: solid 2px;
        margin-top: 2px
    }
}

.mat-checkbox-label-before .mat-checkbox-inner-container {
    order: 1;
    margin-left: 8px;
    margin-right: auto
}

[dir=rtl] .mat-checkbox-label-before .mat-checkbox-inner-container {
    margin-left: auto;
    margin-right: 8px
}

.mat-checkbox-checked .mat-checkbox-checkmark {
    opacity: 1
}

.mat-checkbox-checked .mat-checkbox-checkmark-path {
    stroke-dashoffset: 0
}

.mat-checkbox-checked .mat-checkbox-mixedmark {
    transform: scaleX(1) rotate(-45deg)
}

.mat-checkbox-indeterminate .mat-checkbox-checkmark {
    opacity: 0;
    transform: rotate(45deg)
}

.mat-checkbox-indeterminate .mat-checkbox-checkmark-path {
    stroke-dashoffset: 0
}

.mat-checkbox-indeterminate .mat-checkbox-mixedmark {
    opacity: 1;
    transform: scaleX(1) rotate(0)
}

.mat-checkbox-unchecked .mat-checkbox-background {
    background-color: transparent
}

.mat-checkbox-disabled {
    cursor: default
}

.mat-checkbox-anim-unchecked-checked .mat-checkbox-background {
    animation: 180ms linear 0s mat-checkbox-fade-in-background
}

.mat-checkbox-anim-unchecked-checked .mat-checkbox-checkmark-path {
    animation: 180ms linear 0s mat-checkbox-unchecked-checked-checkmark-path
}

.mat-checkbox-anim-unchecked-indeterminate .mat-checkbox-background {
    animation: 180ms linear 0s mat-checkbox-fade-in-background
}

.mat-checkbox-anim-unchecked-indeterminate .mat-checkbox-mixedmark {
    animation: 90ms linear 0s mat-checkbox-unchecked-indeterminate-mixedmark
}

.mat-checkbox-anim-checked-unchecked .mat-checkbox-background {
    animation: 180ms linear 0s mat-checkbox-fade-out-background
}

.mat-checkbox-anim-checked-unchecked .mat-checkbox-checkmark-path {
    animation: 90ms linear 0s mat-checkbox-checked-unchecked-checkmark-path
}

.mat-checkbox-anim-checked-indeterminate .mat-checkbox-checkmark {
    animation: 90ms linear 0s mat-checkbox-checked-indeterminate-checkmark
}

.mat-checkbox-anim-checked-indeterminate .mat-checkbox-mixedmark {
    animation: 90ms linear 0s mat-checkbox-checked-indeterminate-mixedmark
}

.mat-checkbox-anim-indeterminate-checked .mat-checkbox-checkmark {
    animation: .5s linear 0s mat-checkbox-indeterminate-checked-checkmark
}

.mat-checkbox-anim-indeterminate-checked .mat-checkbox-mixedmark {
    animation: .5s linear 0s mat-checkbox-indeterminate-checked-mixedmark
}

.mat-checkbox-anim-indeterminate-unchecked .mat-checkbox-background {
    animation: 180ms linear 0s mat-checkbox-fade-out-background
}

.mat-checkbox-anim-indeterminate-unchecked .mat-checkbox-mixedmark {
    animation: .3s linear 0s mat-checkbox-indeterminate-unchecked-mixedmark
}

.mat-checkbox-input {
    bottom: 0;
    left: 50%
}

.mat-checkbox-ripple {
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    height: 50px;
    width: 50px;
    z-index: 1;
    pointer-events: none
}

.email-message[_ngcontent-c5] {
    font-size: .875rem;
    color: #d70029;
}

.checkbox-check {
    font-size: 12px;
    font-weight: bold;
    color: #e8380d;
    text-align: center;
    display: block;
}
.form-required-tips{
	text-align: center;
	margin-bottom: 0;
}
.form-title-small{
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
}
.mat-radio-label-content p{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
}
.mat-radio-label-content small{
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
	font-weight: bold;
}
.border{
	border: 1px solid #a09f9f!important;
}
main{
	min-height: calc(100vh - 205px);
}
.form-title-btn{
	text-align: center;
}
.form-title-btn a{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.form-title-btn a:hover{
	text-decoration: none;
}
.enqTitle{
	display: none;
}
table{
	width: 100%;text-align: left !important;
}
.enqFormFoot tr{
    text-align: center;
}
.btn{
   margin: 40px 10px 30px;
    display: inline-block;
    width: 100%;
    height: 60px;
    font-weight: 700;
    font-size: 1rem;
    max-width: 400px;
    border-radius: 0;
    color: #efefef;
    background: #0c3779;
}
.enqSet{
    display: block;
}
.enqLabel{
    text-align: left;
}
.enqType{
    display: block;
    margin: 12px 0 24px;
}
.form-control{
    background-color: #f0f0f0;
    border: none;
    height: calc(100px / 2);
    padding: calc(35px / 2);
    font-size: 1rem;
    line-height: 1;
    width: 100%;
    border-radius: 0;
    outline: none;
}
.form-control:focus{
    border: none;
    box-shadow: none;
    background-color: #f0f0f0;
}
.enqRequire{color: red;}
.form-check {
    position: relative;
    display: block;
    padding-left: 2rem;
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 24px;
}
.item2 .form-check,.item9 .form-check,.item11 .form-check{
    margin-left: 1em;
    display: inline-block;
}
.item2 .form-check:first-child,.item9 .form-check:first-child,.item11 .form-check:first-child{
    margin-left: 0;
}
input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
    margin-left: -2rem;
    margin-top: 2px;
}
select.form-control{
    outline: 0;
    text-indent: .01px;
    background: #f0f0f0;
    vertical-align: middle;
    color: inherit;
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 10px calc(35px / 2);
    font-size: 1rem;
}
.enqForm{
margin-bottom: 80px;
}
.enqTypee{
    min-height: 24px;
}
.last-page{
    min-height: calc(100vh - 245px);
}
.last-page .section-form-title-content h3{
padding: 100px 0;
}
@media (max-width: 767px) {
    form {
        padding: 20px 0 40px;
    }

    .receipt-image-container[_ngcontent-c7] {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
        float: left;
    }

    .receipt-image-container[_ngcontent-c7]:nth-of-type(even) {
        margin-right: 0;
    }

    .receipt-image-container[_ngcontent-c7]:nth-of-type(2n+1) {
        clear: both;
    }

    .form-title[_ngcontent-c7] {
        clear: both;
    }

    .mat-radio-label-content {
        display: block;
    }

    .prize-item-one[_ngcontent-c7]:nth-of-type(4), .prize-item-one[_ngcontent-c7]:nth-of-type(5), .prize-item-one[_ngcontent-c7]:nth-of-type(6), .prize-item-one[_ngcontent-c7]:nth-of-type(7), .prize-item-one[_ngcontent-c7]:nth-of-type(8) {
        margin-left: 30px;
    }

    .prize-item-one[_ngcontent-c7]:nth-of-type(4) + .apply-count-container[_ngcontent-c7] .apply-count-input.original-tshirt[_ngcontent-c7],
    .prize-item-one[_ngcontent-c7]:nth-of-type(5) + .apply-count-container[_ngcontent-c7] .apply-count-input.original-tshirt[_ngcontent-c7],
    .prize-item-one[_ngcontent-c7]:nth-of-type(6) + .apply-count-container[_ngcontent-c7] .apply-count-input.original-tshirt[_ngcontent-c7],
    .prize-item-one[_ngcontent-c7]:nth-of-type(7) + .apply-count-container[_ngcontent-c7] .apply-count-input.original-tshirt[_ngcontent-c7],
    .prize-item-one[_ngcontent-c7]:nth-of-type(8) + .apply-count-container[_ngcontent-c7] .apply-count-input.original-tshirt[_ngcontent-c7] {
        margin-left: calc(120px / 2);
    }

    .term-container[_ngcontent-c7] {
        padding: 25px 10px 15px;
    }

    .company-info[_ngcontent-c3] .company-info-inner {
        max-width: 990px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}
        
@media screen and (max-width:1080px){
	.mat-radio-label-content small{
		display: block;
		margin-left: 0;
	}
	.container,form {
	    padding-right: 30px;
	    padding-left: 30px;
	}
}

@media screen and (max-width:767px){
	.sp-main{
		display: block;
	}
	.container,form {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	#page-top.ryubo_campaign{
		padding-top: 20px;
		background-image: url(/img/back_img_sp.png);
	}
	.mar-b-80 {
	    margin-bottom: 50px;
	}
	header{
		padding-bottom: 30px;
	}
	.section-1-content{
		padding: 0 10px;
	}
	.section-1-content>h2.sp-main[_ngcontent-c5]{
		margin-top: -45px;
	}
	.text-title{
		margin-bottom: 20px;
	}
	.text-title span{
		font-size: 20px;
		line-height: 30px;
	}
	.section-table-box {
	    margin-top: -25px;
	}
	.section-table-box-2 {
	    margin-top: 0;
	}
	.section-table-box dt, .section-table-box dd{
		display: block;
	}
	.section-table-box dd{
		width: 100%;
		padding-left: 0;
		padding: 5px 0;
	}
	.section-table-box dd h4{
		line-height: 40px;
	}
	.section-table-box dd img{
		margin-top: 5px;
	}
	.section-table-box dd p{
		font-size: 14px;
		line-height: 26px;
	}
	.col-sm-6{
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.step-item{
		margin-bottom: 20px;
	}
	.contact-btn{
		padding: 20px 0 40px;
	}
	.section-products-content{
	    padding: 0 10px 40px;
	}
	.section-products-content:before{
		right: 17px;
		width: 64px;
	}
	.section-products-content>h2.sp-main[_ngcontent-c5]{
		margin-top: -7px;
	}
	.section-products-l{
		display: block;
		padding: 0;
		width: 100%;
	}
	.section-products-r.pc-main{
		display: none;
	}
	.section-products-l .text-title small{
		display: block;
		margin: 0;
		font-size: 18px;
		line-height: 22px;
	}
	.section-products-l .text-title span{
		font-size: 28px;
		line-height: 40px;
	}
	.section-products-l>div{
		display: table;
		width: 100%;
	}
	.section-products-l>div p,.section-products-l>div .sp-main{
		display: table-cell;
		vertical-align: middle;
	}
	.section-products-l>div .sp-main{
		width: 130px;
		padding-left: 20px;
	}
	.products-list ul{
		display: block;
		padding-top: 20px;
		font-size: 0;
	}
	.products-list ul li{
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}
	.products-list {
	    padding-bottom: 0;
	}
	.section-products .section-table-box dd h3{
		margin-left: 0;
		display: block;
	    font-size: 20px;
	    font-weight: bold;
		padding-top: 8px;
	}
	.section-method-content h2{
		font-size: 21px;
	}
	.section-method-content{
		padding-bottom: 0;
	}
	.contact-box,.contact-item{
		display: block;
		width: 100%;
		padding: 0;
	}
	.contact-list{
		padding: 15px;
	}
	.contact-item h3 {
	    font-size: 18px;
	    line-height: 28px;
	    text-align: center;
	}
	.contact-item p{
		text-align: center;
	}
	.attend[_ngcontent-c5] .headline[_ngcontent-c5]{
		padding-bottom: 20px;
		margin: 0;
	}
	.section-aplication.attend[_ngcontent-c5] .scroll-wrapperWrap{
		padding: 0 10px 10px;
	}
	.headline-hasline span{
		display: inline-block;
		position: relative;
	}
	.section-service h2{
		color: #131313;
		font-size: 1.62em;
	}
	.footer-list,.footer-item{
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.footer-item:first-child {
	    margin-bottom: 20px;
	}
	.footer-text{
		display: block;
		padding-left: 0;
		margin-top: 20px;
	}
	.footer-item p{
		margin-bottom: 0;
	}
	.contact-item a {
	    margin: 0 10px;
	}
	.contact-item img{
		width: 45px;
	}
	.copyright.sp-main{
		margin-bottom: 0;
		color: #fff;
		font-size: 12px;
		line-height: 18px;
		padding-top: 10px;
	}
	.section-form-title-content h3{
		font-size: 23px;
		line-height: 33px;
		padding: 20px 0;
		margin-bottom: 0;
	}
	.section-form-title-content {
	    padding-top: 0;
	}
	.form-title-box{
		padding: 20px 10px;
	}
	.form-title-box h4{
		font-size: 20px;
	}
	.form-title-box p{
		font-size: 16px;
	}
	.section-form-title{
		margin-bottom: 20px;
	}
	.section-form-content{
		padding: 20px 10px;
	}
	.checkbox-container .mat-checkbox{
		margin-bottom: 10px;
	}
	mat-radio-button{
		margin-left: 0;
		margin-right: 25px;
	}
	.enqFormFoot th{
		padding-top: 30px;
	}
	.btn{
		margin: 5px 15px;
		width: 80%;
		height: 50px;
	}
	.enqForm {
		margin-bottom: 50px;
		padding: 0 15px;
	}
	.last-page{
		min-height: calc(100vh - 245px);
	}
	.item2 .form-check, .item9 .form-check, .item11 .form-check {
		margin-left: 0;
		margin-right: 1em;
	}
}
