@charset "utf-8";

canvas {
    position: relative;
    border:3px solid #000;
    background-color: #fff;
}

div#img-box{
    border:3px solid #000;
    width:500px;
}

div#btn-box{
    position: fixed;
    bottom :0px;
}

.success_area {
    width: 1196px;
    height: 321px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(35,56,79,0.8);
    color: #ffffff;
}

.success_area p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.qr_image {
    margin: 0 auto;
    background-color: #55b169;
    text-align: center;
}

.qr_image:hover {
    background-color: #308342;
}

.qr_image p {
    font-weight: bold;
    color: #fff;
}

.qr_area {
    width: 100%;
    opacity: 1;
    height: auto;
    transform: .5s;
}

.qr_area.qr_none {
    opacity: 0;
    height: 0;
}

button {
    width: 150px;
    padding: 15px;
    background-color: #88b4de;
    color: #fff;
    border: none;
}

button:hover {
    background-color: #5488ba;
}

.no {
    background-color: #f47479;
}

.no:hover {
    background-color: #d24c52;
}

.h51 {
    height: 51px;
}

.sp_alert,.qr_none {
    display: none;
}

.signature_btn {
    width: 1196px;
}

.ml5 {
    margin-left: 5px;
}

.f11 {
    font-size: 11px;
}

.kome {
    font-weight: bold;
    color: #f4ff00;
    font-size: 14px;
}

.pen_icon {
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 900px) {
    .success_area {
	width: 706px;
	height: 191px;
    }
    .qr_image {
	display: none;
    }
    .sp_alert {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #d2474c;
	margin-top: 20px;
    }

    .signature_btn {
	width: 706px;
    }
}

/* 再編集画面
----------------------------------------------------------------------------- */
.flex {
    display: flex;
}

.pb5 {
    padding-bottom: 5px;
}

.mr25{
    margin-right: 25px;
}

.ml25{
    margin-left: 25px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 40px;
}

.mb2 {
    margin-bottom: 2px;
}

.mb3 {
    margin-bottom: 3px;
}

.t_C {
    text-align: center;
}

.t_L {
    text-align: left;
}

.t_R {
    text-align: right;
}

.w15 {
    width: 15px;
}

.w50 {
    width: 50px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.w150 {
    width: 150px;
}

.w160 {
    width: 160px;
}

.w170 {
    width: 170px;
}

.w180 {
    width: 180px;
}

.w380 {
    width: 380px;
}

.w1em {
    width: 1em;
}

.w2em {
    width: 2em;
}

.w3em {
    width: 3em;
}

.w4em {
    width: 4em;
}

.re_edit_area .f10 {
    font-size: 10px;
}

.span_t_R {
    position: absolute;
    top: 2px;
    right: 5px;
}

.category_L {
    width: 600px;
}

.re_edit_area th {
    width: 200px;
    font-size: 12px;
    padding: 2px 5px;
    background-color: #CDDBFB;
    border: 1px solid #ACC6FE;
}

.re_edit_area td {
    font-size: 12px;
    padding: 2px 5px;
    background-color: #E6EEFF;
    border: 1px solid #ACC6FE;
}

.re_edit_area .b_b_none {
    border-bottom: none;
}

.re_edit_area .b_t_none {
    border-top: none;
}

.re_edit_area .b_tb_none {
    border-top: none;
    border-bottom: none;
}

.pr1em {
    padding-right: 1em;
}

.pl1em {
    padding-left: 1em;
}

.re_edit_area input, .re_edit_area select {
    font-size: 14px;
}

.re_edit_area input[type="date"], .re_edit_area input[type="radio"], .re_edit_area input[type="checkbox"], .re_edit_area select, .re_edit_area label {
    cursor: pointer;
}

.re_edit_area input[type="text"], .re_edit_area input[type="date"], .re_edit_area input[type="email"], .re_edit_area input[type="tel"] {
    border: 1px solid #C0C4CE;
}

.re_edit_area .address_btn {
    width: auto;
    padding: 2px 5px;
    margin-left: 5px;
    font-size: 12px;
    border-radius: 3px;
    background-color: #EE6325;
}

.re_edit_area .address_btn:hover {
    background-color: #e54700;
}

.re_edit_area .address_btn:disabled, .re_edit_area .address_btn:disabled:hover {
    background: #bdc3c7;
    color: #869198;
}

.re_edit_area .dsc {
    color: #8d00c2;
    font-size: 10px;
}

.inline_block {
    display: inline-block;
}

.frame {
    background-color: #fff;
    border: 1px solid #C0C4CE;
}

.button_area1 {
    width: 321px;
    margin: 20px auto;
}

.two {
    background-color: #89c997;
}

.two:hover {
    color: #fff;
    background-color: #55b169;
}

/* 再編集画面 SP
----------------------------------------------------------------------------- */

.sp_title {
    text-align: center;
    padding: 20px 0;
}

.sp_title h3 {
    font-weight: bold;
}

.contents_group {
    margin-bottom: 10px;
}

.q_head h4 {
    background-color: #cddcfb;
    padding: 5px 10px;
}

.q_head h5 {
    background-color: #e6eeff;
    padding: 5px 10px;
    margin: 0;
    font-weight: normal;
}

.sp_re_edit_area input, .sp_re_edit_area select {
    font-size: 16px;
}

.sp_re_edit_area input[type="text"],
.sp_re_edit_area input[type="date"],
.sp_re_edit_area input[type="email"],
.sp_re_edit_area input[type="tel"],
.sp_re_edit_area input[type="number"],
.sp_re_edit_area select{
    width: 100%;
    box-sizing: border-box;
    border-radius: unset;
    background-color: #fff;
}

.select_zone {
    background-color: #fff;
    padding: 5px 10px;
}

.sp_re_edit_area .address_btn {
    position: absolute;
    top: 5px;
    right: 5px;
}

.sp_re_edit_area input[type="text"].w20, .sp_re_edit_area input[type="number"].w20 {
    width: 20px;
}

.sp_re_edit_area input[type="text"].w50, .sp_re_edit_area input[type="number"].w50 {
    width: 50px;
}

.button_area button {
    width: 100%;
    padding: 30px;
    font-size: 16px;
}

.sp_re_edit_area input[type="text"]:disabled,
.sp_re_edit_area input[type="date"]:disabled,
.sp_re_edit_area input[type="email"]:disabled,
.sp_re_edit_area input[type="tel"]:disabled,
.sp_re_edit_area input[type="number"]:disabled,
.sp_re_edit_area select:disabled{
    background-color: #e8eef9;
}

.sp_re_edit_area .select_position {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
}

.thanks_area {
    margin-top: 20px;
    margin-right: 10px;
    padding: 10px;
    background-color: #EAF2F5;
    color: #438c53;
}

.error_area {
    background-color: #ffd5d5;
    color: #712121;
    padding: 20px;
    margin-bottom: 5px;
    margin-right: 10px;
}

/*プライバシーポリシー追加
---------------------------------------------------------------*/
.information_area {
    width: 1000px;
    margin: 100px auto;
}
.information {
    width: 80%;
    margin: 0 auto;
    height: 50vh;
    overflow-y: scroll;
    background-color: #FFF;
    padding: 20px;
}
.information_area h3 {
    text-align: center;
    margin-bottom: 30px;
}
.information_area button {
    width: 250px;
    padding: 10px 15px;
    background-color: #88b4de;
    color: #fff;
    border: none;
    font-size: 16px;
    margin: 30px auto;
    display: block;
}
.information_area button:hover {
    background-color: #2d3dbd;
}

.information p {
    margin-bottom: 1em;
    word-break: break-all;
}

.information_area button.grayout {
    background: #bdc3c7;
    color: #869198;
    border: 1px solid #bdc3c7;
}

.information_area button.grayout:hover {
    background: #bdc3c7;
    color: #869198;
    border: 1px solid #bdc3c7;
    cursor: unset;
}

.agree_area {
    width: 80%;
    margin: 0 auto;
    padding: 20px 20px 0;
}

.agree_area input, .agree_area label {
    cursor: pointer;
}

@media (max-width: 900px) {
    .information_area {
        max-width: 80%;
        margin-top: 20px;
    }

    .information {
	width: 100%;
	height: 45vh;
    }

    .agree_area {
	width: 100%;
	padding: 20px 0 0;
    }
}

.sts_result {
    margin: 40px auto;
    width: 500px;
    text-align: center;
    padding: 40px 0;
    background-color: #fff;
    border: 1px solid #c6d1ff;
}

.search_area {
    padding: 10px;
}

.search_area input[type="text"] {
    width: 200px;
    box-sizing: border-box;
}

.search_area button {
    width: auto;
    height: auto;
    padding: 1px 10px;
    margin-top: 5px;
}

.sts_result table {
    width: 380px;
    margin-top: 20px;
    font-size: 12px;
}

.sts_result th {
    background-color: #9fbbe4;
    color: white;
    border: 1px solid #8a8a8a;
    font-weight: normal;
    padding: 5px;
}

.sts_result td {
    background-color: #b0b0b0;
    color: #f2f2f2;
    border: 1px solid #8a8a8a;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
}

.sts_result th {
    width: 100px;
}
.sts_result td:nth-child(2) {
    width: 100px;
}
.sts_result td:last-child {
    width: 180px;
}

.sts_result td.green {
    background-color: #d2ffd7;
    color: #525252;
}