*, *:before, *:after{
    box-sizing: border-box;
}


body{
    width: 100%;
    margin: 0;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #20204e;
}

a {
  text-decoration: none;
}

a,a:hover,a:visited{
    color: inherit;
}

.ui-detail-table {
    width: 100%;
    border-collapse: collapse;
}

.ui-detail-table th {
    width: 180px;
    padding: 15px;
    background: #f7f8fc;
    color: #20204e;
    text-align: left;
    border: 1px solid #e2e5f0;
}

.ui-detail-table td {
    padding: 15px;
    background: #fff;
    border: 1px solid #e2e5f0;
}

.ui-select{
    border: solid 1px #eee;
}

::placeholder {
    color: #999;
    font-size: 14px;
    opacity: 1;
}

.ui-input,
.ui-textarea {
    font-family: inherit;
}

.page-title {
    font-size: 22px;
    font-weight: 700;
    padding-left: 14px;
    border-left: 5px solid #20204e;
    margin: 40px auto 20px;
}

.page-explanation{
    margin: 0 auto 30px;
    font-size: 14px;
}