﻿@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700&display=swap');

* {
    font-family: "M PLUS Rounded 1c", "メイリオ", "Meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 700;
}

.indent_level_1 {
    display: none;
}

.btn-primary {
    font-size: 18px;
}

.panel-default>.panel-heading {
    color: #FFF;
    background: #2e97d7;
    border-color: #ddd;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 24px;
}

.panel-heading-section {
    display: none;
}

.panel-heading span,
.panel-heading-page p {
    font-size: 18px;
}

.production {
    line-height: 1.5;
    color: #222;
    background: #fffcd9;
}

.alert {
    border: 3px solid transparent;
}

.alert-danger {
    color: #882222;
    background-color: #FFF;
    border-color: #ebccd1;
}

.alert-danger ul li {
    font-size: 18px;
    line-height: 2;
}

.navbar-default {
    background: #fffcd9;
    border-color: #fffcd9;
}

.panel-default {
    border: 3px solid #2e97d7;
    border-radius: 4px;
}

.panel-body {
    padding: 15px 15px 0px;
}

.panel-body>p {
    font-size: 20px;
}

.form-group-text p {
    font-size: 20px;
    font-weight: 700;
}

.control-label {
    font-size: 20px;
    font-weight: 700;

}

.colored-label {
    background-color: #ffffff;
}

.form-control {
    height: 50px;
    background-color: #fff;
    border: 2px solid #2e97d7;
    font-size: 20px;
}

.radio-box,
.checkbox,
.form-control,
output {
    font-size: 20px;
    color: #222;
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
    margin-top: 10px;
}

.plane-text p {
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
}

.footer {
    clear: both;
    color: #fff;
    background: #2e97d7;
    border-top: 3px solid #2e97d7;
    text-align: center;
    overflow: hidden;
}