.main-color {
    background: #a3d1ff !important;
}

.main-color2 {
    background: #bce3f3 !important;
}

input,
textarea,
select {
    border: 1.2px solid #464646 !important;
    color: #000 !important;
}

* {
    color: #232323 !important;
}

.btn-light-outline {
    border: 2px solid black;
}

.video {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
    margin: 0 auto;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bold {
    font-weight: bold;
}

span.bold {
    font-size: large;
}

.shadow2 {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.shadow3 {
    text-shadow: 1px 1px 0px #fff;
}

.text-turn {
    display: inline-block;
}

.option-text {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-weight: bold;
}

.list_test-wrap {
    list-style: none;
    /* デフォルトのアイコンを消す */
    margin: 0;
    /* デフォルト指定上書き */
    padding: 0;
    /* デフォルト指定上書き */
    counter-reset: li_count;
    /* カウンタをセット */
}

.list_test {
    padding: 10px;
    /* 余白指定 */
    margin-bottom: 5px;
    /* 要素と要素の間指定 */
    font-size: 20px;
    /* 文字サイズ指定 */
}

.list_test:before {
    counter-increment: li_count;
    /* カウンタの値を計算していく */
    content: counter(li_count)".";
    /* 数字出力 */
    color: #222;
    /* 文字色指定 */
    margin-right: 5px;
    /* 余白指定 */
}

.box7 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #474747;
    background: whitesmoke;
    /*背景色*/
    border-left: double 7px #4ec4d3;
    /*左線*/
    border-right: double 7px #4ec4d3;
    /*右線*/
}

input,
textarea,
select {
    background: #fdfdfd;
    border-radius: 5px !important;
}
