@charset "utf-8";

.welcome_text{
    font-size: 4.9vw;
    text-align: center;
    color: #32a1d2;
	font-weight:bold;
    margin-top: 9vw;
    line-height: 6vw;
}
.welcome_text span{
    font-size: 4vw;
    font-weight: normal;
}
.welcome_text2{
	font-size: 5vw;
	font-weight:bold;
    text-align: center;
    color: #e45927;
    margin: 6vw 0;
}
.q_ko-do{
	width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 2.5vw 0;
    border: 1px solid #0000004f;
	    background-color: #dcdddd;
}
.q_ko-do p{
    font-size: 3.5vw;
}
.q_ko-do2{
    width: 62%;
    margin: 0 auto;
    text-align: center;
    padding: 2.5vw 0;
}
.q_ko-do2 p{
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0.2vw;
}
.q_ko-do_text{
    font-size: 3.5vw;
    margin: 6vw 8vw;
    line-height: 4.8vw;
}
.q_ko-do_text a{
    font-size: 3.5vw;
    color: #0c6baf;
    text-decoration: underline;
}
.q_ko-do_text a:active {
    opacity: 0.6;
}
.share_text {
    font-size: 4.9vw;
    text-align: center;
    color: #32a1d2;
	font-weight:bold;
    margin-top: 5vw;
    line-height: 10vw;
}
.share_text span{
	color: #595857;
    font-size: 4vw;
    font-weight: normal;
}
.share_text2{
    font-size: 5vw;
	font-weight:bold;
    text-align: center;
    color: #e45927;
    margin: 4vw 0 4vw;
}
.share_ko-do_text{
	font-size: 3.5vw;
    margin: 5vw 5vw 8vw;
    line-height: 4.8vw;
}
.share_ko-do_text a{
    font-size: 3.5vw;
    color: #0c6baf;
    text-decoration: underline;
}
.share_ko-do_text a:active {
	opacity: 0.6;
}
.js-modal-warning .content-warning {
    padding: 30px;
    text-align: center;
    font-size: 3.5vw;
    color: #4b4848;
    line-height: 7.5vw;
}