.good_comment-main {
    text-align: right;
}
.good-btn {
    display: inline-block;
    margin-right: 15px;
}
.good-btn button {
    position: relative;
}
.good-btn:hover{
    opacity: 0.7;
}
.good-btn-hand {
    position: absolute;
    left: 11px;
    top: 7px;
}

.comment-btn {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: 3px;
}
.comment-btn:hover{
    opacity: 0.7;
}

.comment-btn .inline p {
    color: #2F83D8;
}
.comment-btn .inline::after{
    position: absolute;
    top: 50%;
    /* right: 1em; */
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
    content: "";
    color: #2F83D8;
}
.comment-btn .inline::before{
    position: absolute;
    top: 50%;
    right: -1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
    content: "";
    color: #2F83D8;
}



input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}



#inline-content {
    width: 80vw;
    max-width: 900px;
    border: 2px #008b8b double;
}

.comment-modal-top {
    background-color: #008B8B;
    width: 100%;
    height: 40px;
    position: relative;
}
.comment-modal-close01 {
    text-align: right;
    display: inline-block;
    height: 40px;
    cursor:pointer
}
.batsu {
    font-size: 200%;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -8px;
    right: 10px;
    height: 100%;
    
}

.comment-modal-title {
    margin: 0 auto;
}
.comment-modal-title p {
    color: #008B8B;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 15px;
    line-height: 1.4em;
}

.comment-modal-main {
    margin: 0 auto;
    width: 95%;
}

.occupation-area {
    margin-bottom: 20px;
}
.occupation-title {
    display: inline-block;
    width: 100px;
}

.occupation-title p {
    color: #008B8B;
    font-weight: 700;
}

.occupation-area select {
    max-width: 320px;
    width: calc(100% - 120px);
    height: 50px;
}

.comment-area {
    margin-bottom: 20px;
}

.comment-title {
    display: inline-block;
    width: 100px;
    vertical-align: top;
}

.comment-title p{
    color: #008B8B;
    font-weight: 700;

}

.comment-area textarea{
    width: calc(100% - 140px);
    max-width: 740px;
    line-height: 1.6em;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    resize: none;
}


.caution-text {
    display: none;
    margin-left: 105px;
}

.comment-modal-refill .caution-text {
    display: block;
    color: red;
    margin-bottom: 10px;
}

.comment-modal-refill.occupation-area select{
    border: 1px #ff0000 double;
}

.comment-modal-refill.occupation-area .caution-text {
    margin-top: 10px;
}

.comment-modal-refill.comment-area textarea{
    border: 1px #ff0000 double;

}



.reCAPTCHA-area {
    margin: 0 auto;
    margin-bottom: 30px;
}

.reCAPTCHA {
    height: 80px;
    width: 300px;
    margin: 0 auto;
}

@media screen and (max-width:400px) {

    .reCAPTCHA {
        height: 70px;
        width: inherit;
        margin: inherit;
    }

     .g-recaptcha{
        margin: 0 auto;
        transform: scale(0.85);
    }
}
@media screen and (max-width:390px) {


     .g-recaptcha{
        position: relative;
        left: -1%;
    }
}
@media screen and (max-width:380px) {


    .g-recaptcha{
       position: relative;
       left: -2%;
   }
}
@media screen and (max-width:370px) {


    .g-recaptcha{
       position: relative;
       left: -3%;
   }
}
@media screen and (max-width:360px) {


    .g-recaptcha{
       position: relative;
       left: -4%;
   }
}




.comment-modal-operation {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.comment-modal-operation-close {
    display: inline-block;
    background-color: #F8F5F5;
    cursor:pointer;
    max-width: 260px;
    width: 100%;
    margin-right: 10px;
}



.comment-modal-operation-close .comment-modal-close02 {
    text-align: center;
}


.comment-modal-operation-submit {
    display: inline-block;
    width: 100%;
    cursor:pointer;
    max-width: 260px;
    margin-left: 10px;
}
.comment-modal-operation-submit button {
    background-color: #008b8b;
    color: #fff;
    text-align: center;
    width: 100%;
    cursor:pointer;
    max-width: 260px;
    height: 28px;
}

@media screen and (max-width:400px) {
    .comment-modal-operation-close {
    width: 90%;

    }
    .comment-modal-operation-submit {
    width: 90%;
    }

}


.comment-modal-operation-submit input[type="submit"]:disabled {
    background-color: #ccc;
    color: #fff;
    cursor:inherit;
}

.articleID-area {
    display: none;
}




/* 送信完了 */

.comment-modal-title__after-sending {
    margin: 0 auto;
    display: none;
}
.comment-modal-title__after-sending p {
    color: #008B8B;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 50px;
    line-height: 1.4em;
    font-size: 16px;
}

.comment-modal-title__after-sending-img {
    margin: 0 auto;
    width: 295px;
    margin-bottom: 30px;
}

.comment-modal-title__after-sending img {
  width: 100%;
}

.comment-modal-operation-close__after-sending {
    display: none;
    margin: 0 auto;
    background-color: #F8F5F5;
    cursor:pointer;
    max-width: 260px;
    width: 100%;
}

.comment-modal-operation-close__after-sending .comment-modal-close03 {
    text-align: center;
    margin-bottom: 30px;
}

button {
    cursor: pointer;
}
