section.fcontent_section h3 {
    background: #eee;
    display: inline-block;
    border-radius: 5px;
    padding: 10px;
}

section.fcontent_section.fcontent_core_section h3 {
    background: #eee;

    text-align: center;
    padding: 5px;
    display: inline-block;
    margin: 10px 0 10px 0;
    border-radius: 5px;
}

section.fcontent_section.fcontent_core_section ul {
    margin: 5px;
}


section.fcontent_header h2 {
    margin: 0;
}

section.fcontent_header h3 {
    margin: 0;
    font-weight: normal;
}
header.header.header-result {
    display: none;
}

img.result_thumnail {
    aspect-ratio: 1200 / 675;
    height: auto;
    width: 100%;
}

section.fcontent_section {
    width: 90%;
    background: #fff;
    padding: 10px;
    margin: 0 auto 20px;
    border-radius: 10px;
}

section.fcontent_section h2 {
    margin: 0 0 20px 0;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px dotted;
}

/**************
シェア 
**************/
.redirect_share_group {
    background: #fff;
    width: 90%;
    margin: auto;
    margin: 20px auto;
    padding: 20px 0 0 0;
    box-sizing: border-box;
    border-radius: 10px;
}
.share_group-head2 {
    font-size: 16px;
    font-weight: bold;
    gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.redirect_share_group-body {
    display: flex;
    gap: 20px;
}
.sharetext__wrapper {
    width: 80%;
    margin-bottom: 50px;
}

.share_group-head2:before, .share_group-head2:after {
    content: "";
    height: 20px;
    display: block;
    width: 2px;
    background: #000;
    border-radius: 2px;
}

.share_group-head2:before {
    transform: skew(27deg, 0deg);
}
.share_group-head2:after {
    transform: skew(-27deg, 0deg);
}
.redirext_share_item {
    text-decoration: none;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    overflow: hidden;
    padding: 10px;
}
.redirext_share_x {
    background-color: #000;
}
.redirect_share_line {
    background-color: #26ad36;
}
.redirect_share_facebook {
    background-color: #0766ff;
}
.redirect_share_group .redirext_share_item img {
    width: 30px;
    height: auto;
}

.share_textarea {
    width: 100%;
    height: 130px;
    border: 1px solid;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 16px;
}
.share_copyBtn {
    background: #fff;
    border-radius: 3px;
    border: 2px solid #000;
    padding: 5px 20px;
    transition: .2s;
    cursor: pointer;
    box-shadow: 0px 7px 0 -5px #000;
}
.share_tips {
    padding: 5px;
    display: inline-block;
    background: #3b3b3b;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    width: 150px;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    opacity: 0;
}


/**************
フォロー
**************/
.follow_buttonbox {
    background: #f1f1f1;
    width: 60%;
    margin: 32px auto;
    padding: 10px 0;
    border-radius: 2px;
    border: 1px solid #000000;
}
.follow_title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
    font-size: 12px;
}
.follow_buttonlist {
    display: flex;
    justify-content: center;
}
.follow_button {
    width: 24px;
    margin: 0 8px;
}
.follow_button {
    width: 24px;
    margin: 0 8px;
}
.resultmain img {
    width: auto;
}


section.fcontent_header {
    text-align: center;
}

h2.fcontent_code {
    font-size: 30px;
}

.fcontent_core_listitem {
    display: flex;
    margin-bottom: 5px;
    justify-content: unset;
    border-bottom: 1px dotted;
    padding-bottom: 5px;
}

.fcontent_core_list {
    padding-left: 10px;
}

.fcontent_core_itemLabel {
    width: 130px;
}


button.answer__item--href {
text-align:left;
    border-radius: 10px;
}
