﻿@charset "UTF-8";

.condition_left_text { text-align: left; padding-left: 20px; }

.youtube-wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.youtube-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-left {
    text-align: left
}

.header_txt {
    font-weight: bold;
    font-size: 20px;
}

.btn_agree {
    padding: 3px;
    border: 1px solid #1a252f;
    border-radius: 5px;
    background: #0c2451;
    color: white;
}