@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
table {
    width: 100%;
}

table td {
    display: table-cell;
    vertical-align: middle;
    padding: 0.8em 0 0.8em 1em;
}

table td .full {
    width: 100%;
}

textarea .full {
    width: 100%;
}

table td input[type="text"],
table td input[type="email"],
table td input[type="tel"],
table td input[type="number"] {
    padding: 8px;
    border: 1px px solid #999;
    border-radius: 3px;
    font-size: 1.5em;
    outline: none;
    width: 90%;
}

table th {
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    width: 13em;
    margin-bottom: 0;
    padding: 0.8em 1em;
}

.contact-submit {
    margin-top: 1em;
    text-align: center;
}

.contact-submit .btn {
    display: block;
    border: 1px solid #69BCE8;
    background-color: #fff;
    color: #69BCE8;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 20px;
    width: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
    cursor: pointer;
}

.contact-submit .btn:hover {
    color: #fff;
    background-color: #69BCE8;
}

table td input:focus {
    outline: solid 1px;
}

textarea:focus {
    outline: solid 1px;
}

.contact_btn:hover,.sns-share img:hover {
    opacity: 0.8;
}

ul.case {
    /*border: solid 2px skyblue;
    border-radius: 5px;*/
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
  }
  
ul.case li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;
  }
  
ul.case li:before {
    font-family: "Font Awesome 5 Free";
    font-weight:  900;
    content: "\f138";/*アイコンの種類*/
    position: absolute;
    left : 1em;/*左端からのアイコンまでの距離*/
    color: skyblue;/*アイコン色*/
  }

.store-link {
    margin-top: 1em;
    text-align: center;
    /*width: 150px;*/
}

.store-link .btn {
    display: block;
    border: 1px solid #69BCE8;
    background-color: #fff;
    color: #69BCE8;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 20px;
    width: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
    cursor: pointer;
    text-align: center;
}

.store-link .btn:hover {
    color: #fff;
    background-color: #69BCE8;
}

textarea.result {
    width: 100%;
    min-width: 30rem;
}

div.sns-share {
    width: 100%;
}

.sns-share .inner{
    width: 25%;
    display: flex;
    justify-content: space-evenly;
}