@charset "UTF-8";
/* CSS Document */
/*20190705form css*/
.form_tbl {
    border: 1px solid #FF718B;
    padding: 2%;
}
.form_tbl table {
    width: 100%;
    border: none;
}
.form_tbl th {
    display: block;
    width: 100%;
    border: none!important;
    background: #fff;
    color: #333;
}
.form_tbl td {
    display: block;
    width: 100%;
    border: none!important;
}
.form_tbl input, select, textarea {
    text-indent: 1em;
    padding: 10px 0;
    width: 100%;
}
.form_tbl input, select, textarea {
    border: 1px solid #ddd;
}
.form_tbl input.radio {
    width: inherit;
}
label span.must {
    font-size: 70%;
    margin-left: 10px;
    color: #fff;
    background: #fb3b6f;
    padding: 2px 2px;
}
.submitbtn {
    text-align: center;
}
input[type=submit] {
    width: auto !important;
    padding: 10px 20px 10px 5px;
    text-align: center;
    position: relative;
    display: inline-block;
    /* padding: 0.25em 0.5em; */
    text-decoration: none;
    color: #FFF;
    background: #03A9F4;
    border: solid 1px #0f9ada;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.backbtn {
    width: 50% !important;
    margin: 0 auto;
    padding: 10px 20px 10px 5px;
    text-align: center;
    /* padding: 0.25em 0.5em; */
    text-decoration: none;
    color: #FFF;
    background: #03A9F4;
    border: solid 1px #0f9ada;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    text-align: center;
}
.backbtn a:visited {
    color: #fff;
}
.backbtn a:link {
    color: #fff;
    text-decoration: underline;
}
blockquote {
    position: relative;
    padding: 7px 16px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    border: solid 3px #FF6C97;
    margin: 30px 10px 40px;
    word-break: break-all;
}

blockquote:before {
    display: inline-block;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    background: #FF6C97;
    color: #FFF;
    font-size: 22px;
    font-weight: 900;
}

blockquote:after {
    display: inline-block;
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    background: #FF6C97;
    color: #FFF;
    font-size: 22px;
    font-weight: 900;
}

.ttl_k{
    font-size: 1.3rem;
}