/*----------------------------------------------------------
Index-/resources/style.css
1.main_box
2.link
3.videoArea
4.caseMenu
5.image-list
6.flexBox
7.Content3Unit
8.ChoiceBox
9.mktoForm
10.cvDownload
11.資料ダウンロード
----------------------------------------------------------*/

/*----------------------------------------------------------
1.main_box
----------------------------------------------------------*/

.main_box h2 {
    color: #000;
}

.main_box h2 img {
    margin: 0;
    display: inline;
    height: auto;
}

.box .contents strong {
    display: block;
    line-height: 1.4;
}

@media screen and (min-width: 769px) {

    .main_box {
        height: 320px;
        background-image: url("/ja-jp/service/rfid-solution/asset/resources/img/main.jpg");
        background-size: 1440px 320px;
    }

    .main_box h2 {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .main_box h2 img {
        margin-right: 14px;
        width: 70px;
    }

    .box .contents strong {
        margin-top: 0;
        margin-bottom: 0;
    }

/*
    #footer_RtpZone1 {
        margin-top: 120px;
    }
*/

}

@media screen and (max-width: 768.9px) {

    .main_box {
        background-image: url("/ja-jp/service/rfid-solution/asset/resources/img/main.jpg");
    }

    .main_box h2 {
        width: 100%;
        font-size: 2.4rem;
        line-height: 1.8;
    }

    .main_box h2 img {
        margin-right: 8px;
        width: 32px;
        vertical-align: -4px;
    }

    .box .contents strong {
        margin-top: -6px;
        margin-bottom: 0;
    }

}

/*----------------------------------------------------------
2.link
----------------------------------------------------------*/
/* .link {
    font-size: inherit;
} */

.link.line {
    color: #ea002a;
    text-decoration: underline;
}

.link.line:hover {
    text-decoration: none;
}

@media screen and (min-width: 769px) {

    .link {
        vertical-align: -6px;
        margin-right: 6px;
    }

    .link:hover {
        text-decoration: underline;
    }

    .link::before {
        margin-left: 8px;
        margin-right: 8px;
    }

}

@media screen and (max-width: 768.9px) {

    .link {
        vertical-align: -6px;
        margin-right: 6px;
    }

    .link::before {
        margin-left: 8px;
        margin-right: 8px;
    }

}


/*----------------------------------------------------------
3.videoArea
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .videoArea {
        display: block;
        margin: 0 auto;
    }

    .videoArea iframe {
        display: block;
        margin: 0 auto;
    }

}

@media screen and (max-width: 768.9px) {

    .videoArea {
        display: block;
        margin: 0 auto;
    }

    .videoArea iframe {
        display: block;
        margin: 0 auto;
        max-width: 640px;
        max-height: 360px;
        width: 100%;
    }

}

/*----------------------------------------------------------
4.caseMenu
----------------------------------------------------------*/

.caseMenu li {
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.caseMenu li:hover {
    transform: translate3d(-2px, 2px, 0);
    outline: 4px solid #ea002a;
}

.caseMenu li.current {
    outline: 3px solid #ea002a;
}

@media screen and (min-width: 769px) {

    .caseMenu {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .caseMenu li {
        width: calc(100% / 3 - 10px);
        margin: 5px;
        border: 1px solid #ccc;
    }

    .caseMenu a {
        display: flex;
    }

    .caseMenu a img {
        width: calc(786px / 8);
        height: calc(626px / 8);
    }

    .caseMenu a p {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.3rem;
        padding: 10px;
        line-height: 1.3;
    }

}

@media screen and (max-width: 768.9px) {

    .caseMenu {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .caseMenu li {
        margin: 5px;
        border: 1px solid #ccc;
        width: calc(100% / 2 - 10px);
    }

    .caseMenu a {
        display: flex;
    }

    .caseMenu a img {
        width: calc(786px / 7);
        height: calc(626px / 7);
    }

    .caseMenu a p {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.3rem;
        padding: 10px;
        line-height: 1.3;
    }

}

@media screen and (max-width: 480px) {

    .caseMenu {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .caseMenu li {
        width: 100%;
        margin: 5px;
        border: 1px solid #ccc;
    }

    .caseMenu a {

        display: flex;
    }

    .caseMenu a img {
        width: calc(786px / 7);
        height: calc(626px / 7);
    }

    .caseMenu a p {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.3rem;
        line-height: 1.4;
        padding: 10px;
    }
}

/*----------------------------------------------------------
5.image-list
----------------------------------------------------------*/

/* @media screen and (min-width: 769px) {

    .image-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        margin-bottom: 40px;
        width: 100%;
        max-width: 920px;
    }

    .image-list li {
        width: calc(100% / 2 - 60px);
        height: auto;
        list-style: none;
    }

    .image-list li img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 768.9px) {

    .image-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        margin-bottom: 40px;
        width: 100%;
    }

    .image-list li {
        width: calc(100% / 2 - 20px);
        height: auto;
        list-style: none;
    }

    .image-list li img {
        width: 100%;
        height: auto;
    }

}

@media screen and (max-width: 480px) {

    .image-list {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0;
        margin-bottom: 30px;
        width: 100%;
    }

    .image-list li {
        width: 100%;
        height: auto;
        list-style: none;
        margin-bottom: 20px;
    }

    .image-list li:last-child {
        margin-bottom: 0;
    }

    .image-list li img {
        width: 100%;
        height: auto;
    }

} */

/*----------------------------------------------------------
6.flexBox
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .flexBox {
        display: -ms-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 48px;
    }

    .flexBox>* {
        width: 50%;
        padding-right: 24px;
    }

    .flexBox>*:last-child {
        padding-right: 0;
        padding-left: 24px;
        border-left: 1px solid #ccc;
    }

}

@media screen and (max-width: 768.9px) {

    .flexBox>* {
        margin-bottom: 32px;
    }

    .flexBox>*+* {
        border-top: 1px solid #ccc;
        padding-top: 32px;
    }

}

/*----------------------------------------------------------
7.Content3Unit
----------------------------------------------------------*/
.Content3Unit li a .box-btn{
    display: block;
    margin: auto auto 20px;
    padding: 15px;
    width: 65%;
    font-size: 1.4rem;
    text-align: center;
    color: #FFFFFF;
    background:#ea002a;
     border: 1px solid transparent;
    transition: 0.5s;    
    position: relative;
}
.Content3Unit li a .box-btn::after{
    display: block;
    content: "";
    width:0.75em;
    height:0.75em;
    background-image: url(/micro/asset/cmn/img/icon_chev_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);    
}
.Content3Unit li a:hover .box-btn{
    color: #ea002a;
    background:#FFFFFF;
    border: 1px solid #ea002a;
}
.Content3Unit li a:hover .box-btn::after{
    background-image: url(/micro/asset/cmn/img/icon_chev_red.svg);
}
@media screen and (min-width: 769px) {
    .Content3Unit.-pic {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .Content3Unit.-pic li {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: calc(100% / 3 - 15px);
        background: #dcdede;
        padding: 10px 5px;
        font-size: 14px;
        line-height: 1.6;
        margin-right: 0;
        margin-bottom: 0;
    }
    .Content3Unit.-pic li img {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .Content3Unit {
        display: flex;
        flex-wrap: wrap;
    }
    .Content3Unit.Col2 {
        justify-content: center;
    }
    .Content3Unit li {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        width: calc(100% / 3 - 10px);
        margin-right: 15px;
        margin-bottom: 20px;
        padding: 0px;
    }
    .Content3Unit li:nth-of-type(1) .Content3UnitTtl {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .Content3Unit li:nth-of-type(1) .Content3UnitTtl .tm {
        font-weight: bold;
    }
    .Content3Unit li a {
        border: 1px solid #ccc;   
        display: flex;
        flex-direction: column;
    }
    .Content3Unit li a img {
        opacity: 1.0;
        transition: 0.5s;
    }
    .Content3Unit li a:hover {
        border: 1px solid #ea002a;
        transition: 0.5s;
    }
    .Content3Unit li a:hover img {
        opacity: 0.7;
        transition: 0.5s;
    }
    .Content3Unit li a:hover .Content3UnitTtl,
    .Content3Unit li a:hover .Content3UnitTtl .tm {
        color: #ea002a;
        transition: 0.5s;
    }
    .Content3Unit li iframe {
        width: 100%;
        max-width: 100%;
    }
    .Content3Unit li a .Content3UnitTtl {
        display: flex;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.4;
        justify-content: center;
        align-items: center;
        text-align: center;
        min-height: 60px;
        padding: 10px;
        transition: 0.5s;
        margin-bottom: 10px;
    }
    .Content3Unit li a .Content3UnitTtl.-left {
        justify-content: flex-start;
        text-align: left;
    }
    .Content3UnitTxt {
        display: flex;
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 1.6;
        align-items: flex-start;
        text-align: left;
        min-height: 60px;
        padding: 0 10px 15px 10px;
    }
    .Content3Unit li:nth-child(3n) {
        margin-right: 0;
    }
    .Content2Unit {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .Content2Unit li {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        width: calc(100% / 2 - 30px);
        border: 1px solid #ccc;
        padding: 5px;
    }
    .Content2Unit li iframe {
        width: 100%;
        max-width: 100%;
        min-height: 240px;
    }
    .Content2UnitTtl {
        display: flex;
        font-size: 14px;
        line-height: 1.4;
        align-items: center;
        text-align: center;
        min-height: 60px;
        padding: 10px 0;
    }
    .Content1Unit {
        display: block;
    }
    .Content1Unit li {
        position: relative;
        width: 100%;
    }
    .Content1Unit li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border: 1px solid #ccc;
        width: 100%;
        padding: 0;
    }
    .Content1Unit li a img {
        width: 25%;
        height: auto;
    }
    .Content1UnitBox {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 75%;
        padding: 20px;
    }
    .Content1UnitTtl {
        display: block;
        width: 100%;
        font-size: 2.0rem;
        font-weight: bold;
        line-height: 1.6;
        align-items: center;
        text-align: left;
        padding: 20px 0 10px;
    }
    .Content1UnitTxt {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        line-height: 1.6;
    }
    .Content1UnitLabel {
        width: 100%;
    }
    .Content1UnitLabel span {
        font-size: 1.3rem;
        padding: 3px 6px;
        border: 1px solid #222;
    }
    .Content1UnitDate {
        text-align: left;
        font-size: 1.3rem;
        margin-top: 15px;
    }
}
@media screen and (max-width: 768.9px) {
    .Content3Unit {
        display: flex;
        flex-wrap: wrap;
    }
    .Content3Unit li {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        width: calc(100% / 3 - 10px);
        margin-right: 15px;
        margin-bottom: 20px;
        padding: 0px;
    }
    .Content3Unit li:nth-of-type(1) .Content3UnitTtl {
        display: block;
        margin-bottom: 10px;
    }
    .Content3Unit li:nth-of-type(1) .Content3UnitTtl .tm {
        font-weight: bold;
    }
    .Content3Unit li a {
        border: 1px solid #ccc;
    }
    .Content3Unit li a img {
        opacity: 1.0;
        transition: 0.5s;
    }
    .Content3Unit li a:hover {
        border: 1px solid #ea002a;
        transition: 0.5s;
    }
    .Content3Unit li a:hover img {
        opacity: 0.7;
        transition: 0.5s;
    }
    .Content3Unit li a:hover .Content3UnitTtl {
        color: #ea002a;
        transition: 0.5s;
    }
    .Content3Unit li iframe {
        width: 100%;
        max-width: 100%;
    }
    .Content3Unit li a .Content3UnitTtl {
        display: flex;
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 1.4;
        justify-content: center;
        align-items: center;
        text-align: center;
        min-height: 60px;
        padding: 10px;
        transition: 0.5s;
    }
    .Content3Unit li a .Content3UnitTtl.-left {
        justify-content: flex-start;
        text-align: left;
    }
    .Content3UnitTxt {
        display: flex;
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 1.4;
        align-items: flex-start;
        text-align: left;
        min-height: 60px;
        padding: 0 10px 15px 10px;
    }
    .Content3Unit li:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 480px) {
    .Content3Unit {
        display: block;
    }
    .Content3Unit li {
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }
    .Content3Unit li a {
        display: block;
    }
    .Content3Unit li a img {
        opacity: 1.0;
        transition: 0.5s;
    }
    .Content3Unit li iframe {
        width: 100%;
        max-width: 100%;
    }
    .Content3Unit li a .Content3UnitTtl {
        display: flex;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.4;
        justify-content: center;
        align-items: center;
        text-align: center;
        min-height: 60px;
        padding: 10px;
        transition: 0.5s;
    }
    .Content3Unit li a .Content3UnitTtl.-left {
        justify-content: flex-start;
        text-align: left;
    }
    .Content3UnitTxt {
        font-size: 1.2rem;
        line-height: 1.4;
        padding: 0 10px 15px 10px;
    }
}

/*----------------------------------------------------------
8.ChoiceBox
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .ChoiceBox {
        background: #efefef;
        padding: 3.5rem;
    }

    .ChoiceBox .ChoiceContent {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: white;
        padding: 4.0rem 3.0rem;
        margin-bottom: 3.0rem;
    }

    .ChoiceBox .ChoiceContent:last-child {
        margin-bottom: 0;
    }

    .ChoiceBox .ChoiceContent .ChoiceTitle {
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 2.0rem;
    }

    .ChoiceBox .ChoiceContent .lead {
        font-size: 1.4rem;
    }

    .ChoiceContent img {
        width: 30%;
        max-width: 30%;
    }

    .ChoiceContent div {
        width: 65%;
    }

    .ChoiceBox .ChoiceContent .btn.reverse {
        max-width: 300px;
    }

}

@media screen and (max-width: 768.9px) {

    .ChoiceBox {
        background: #efefef;
        padding: 3.5rem;
    }

    .ChoiceBox .ChoiceContent {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: white;
        padding: 4.0rem 3.0rem;
        margin-bottom: 3.0rem;
    }

    .ChoiceBox .ChoiceContent:last-child {
        margin-bottom: 0;
    }

    .ChoiceBox .ChoiceContent .ChoiceTitle {
        font-size: 2.0rem;
        font-weight: bold;
        margin-bottom: 2.0rem;
    }

    .ChoiceBox .ChoiceContent .lead {
        font-size: 1.4rem;
    }

    .ChoiceContent img {
        width: 25%;
        max-width: 25%;
    }

    .ChoiceContent div {
        width: 70%;
    }

    .ChoiceBox .ChoiceContent .btn.reverse {
        max-width: 300px;
    }

}

@media screen and (max-width: 480px) {

    .ChoiceBox {
        background: #efefef;
        padding: 2.0rem;
    }

    .ChoiceBox .ChoiceContent {
        display: block;
        background: white;
        padding: 2.0rem;
        margin-bottom: 3.0rem;
    }

    .ChoiceBox .ChoiceContent:last-child {
        margin-bottom: 0;
    }

    .ChoiceBox .ChoiceContent .ChoiceTitle {
        font-size: 2.0rem;
        font-weight: bold;
        margin-bottom: 2.0rem;
        line-height: 1.6;
    }

    .ChoiceBox .ChoiceContent .lead {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .ChoiceContent img {
        display: block;
        margin: 0 auto 2.0rem;
        width: 80%;
        max-width: 80%;
    }

    .ChoiceContent div {
        width: 100%;
    }

    .ChoiceBox .ChoiceContent .btn.reverse {
        max-width: 100%;
    }

}

/*----------------------------------------------------------
9.mktoForm
----------------------------------------------------------*/

.mktoForm {
    line-height: 1.4;
    margin: auto;
}

.mktoForm label {
    font-weight: bold;
}

.mktoForm a {
    text-decoration: underline;
    color: #ea002a;
}

#contact .caution span {
    color: #bf0000;
}

.jsEnabled .mktoButton {
    text-align: center;
}

.numlist {
    margin-top: 1.5rem;
    padding-left: 25px;
}

.numlist li {
    list-style-type: decimal;
    margin-bottom: 1.5rem;
}

.list {
    margin: 1.5rem 0;
    padding-left: 22px;
}

.list li {
    list-style-type: disc;
}

/*----------------------------------------------------------
10.cvDownload
----------------------------------------------------------*/
/* 追従左側ボタン非表示 */
.cvDownload .footer_link .footer_link_left{
    display: none;
}
.lead_box {
    margin: 100px 0 50px;
}

.fl_box {
    display: flex;
}

.txt_link {
    line-height: 1.6;
}

.txt_title {
    font-weight: bold;
    color: #ea002a;
}

.txt_list-l {
    list-style-type: disc;
}

.txt_list-l>li {
    font-weight: bold;
    color: #515151;
}

@media screen and (min-width: 769px) {

    .lead_box {
        margin: 30px 0 30px;
    }

    .lead+.txt_link {
        margin-top: 20px !important;
    }

    .txt_title {
        margin-bottom: 15px;
        font-size: 1.1em;
        margin-left: -20px;
    }

    .txt_list-l>li {
        margin-bottom: 30px;
        font-size: 1.0em;
    }

    .txt_list-m {
        margin-top: 15px;
    }

    .txt_list-m>li {
        margin-bottom: 10px;
        font-size: 0.95em;
    }

    .cvDownload .fl_box {
        align-items: flex-start;
    }

    .cvDownload .fl_box img {
        width: 450px;
        margin-right: 50px;
    }

}

@media screen and (max-width: 768.9px) {
    .cvDownload .footer_link .footer_link_right{
    width: 80%;
    max-width: 450px;
}

    .fl_box {
        display: block;
    }

    .lead_box {
        margin: 30px 0 30px;
    }

    .txt_title {
        margin-bottom: 20px;
        font-size: 1.2em;
        margin-left: 0px;
    }

    .txt_list-l {
        margin-left: 20px;
    }

    .txt_list-l>li {
        margin-bottom: 20px;
        font-size: 1.0em;
    }

    .txt_list-m {
        margin-top: 15px;
    }

    .txt_list-m>li {
        margin-bottom: 5px;
        font-size: 0.95em;
    }

    .cvDownload .txt_box {
        margin: 30px 0 50px;
    }

    .cvDownload .fl_box {
        align-items: flex-start;
    }

    .cvDownload .fl_box img {
        width: 100%;
        margin-right: 0;
    }


}

/*----------------------------------------------------------
11.資料ダウンロード
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    /* 5655:資料ダウンロード */
    #contact #mktoForm_5655 {
        width: 740px !important;
    }

    #contact #mktoForm_5655 .mktoLabel {
        width: 180px !important;
    }

    #contact #mktoForm_5655 .mktoField:not([type="checkbox"]):not([type="radio"]) {
        width: 550px !important;
    }

    #contact #mktoForm_5655 .mktoHtmlText.mktoHasWidth {
        width: auto !important;
    }

    #contact #mktoForm_5655 .mktoHtmlText.mktoHasWidth div {
        max-width: 510px !important;
        padding-left: 4px !important;
    }

    #contact #mktoForm_5655 .mktoFormCol {
        min-height: auto;
        margin-bottom: 0 !important;
    }

    #contact #mktoForm_5655 .mktoOffset {
        height: auto;
    }

    #contact #mktoForm_5655 .mktoFieldDescriptor {
        margin-bottom: 10px !important;
    }

    #contact #mktoForm_5655 .mktoCheckboxList {
        margin-top: 14px;
    }

    #contact #mktoForm_5655 .mktoHtmlText:not(:empty) {
        margin-top: 14px;
    }


    /* 5892:資料ダウンロード */
    #contact #mktoForm_5892 {
        width: 740px !important;
    }

    #contact #mktoForm_5892 .mktoLabel {
        width: 180px !important;
    }

    #contact #mktoForm_5892 .mktoField:not([type="checkbox"]):not([type="radio"]) {
        width: 550px !important;
    }

    #contact #mktoForm_5892 .mktoHtmlText.mktoHasWidth {
        width: auto !important;
    }

    #contact #mktoForm_5892 .mktoHtmlText.mktoHasWidth div {
        max-width: 510px !important;
        padding-left: 4px !important;
    }

    #contact #mktoForm_5892 .mktoFormCol {
        min-height: auto;
        margin-bottom: 0 !important;
    }

    #contact #mktoForm_5892 .mktoOffset {
        height: auto;
    }

    #contact #mktoForm_5892 .mktoFieldDescriptor {
        margin-bottom: 10px !important;
    }

    #contact #mktoForm_5892 .mktoCheckboxList {
        margin-top: 14px;
    }

    #contact #mktoForm_5892 .mktoHtmlText:not(:empty) {
        margin-top: 14px;
    }

    .upDown.brackets span {
        padding-left: 24px;
        padding-right: 24px;
        min-height: 110px;
        display: -ms-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 2.2rem;
    }

    .upDown.brackets span::before,
    .upDown.brackets span::after {
        background: none;
        width: 24px;
        height: 40px;
    }

    .upDown.brackets span::before {
        border-top: 2px solid #525b5c;
        border-left: 2px solid #ea002a;
    }

    .upDown.brackets span::after {
        border-bottom: 2px solid #525b5c;
        border-right: 2px solid #ea002a;
    }

    #contact .caution {
        margin: 0 auto -20px;
    }

}

@media screen and (max-width: 768.9px) {

    /* 5655:資料ダウンロード */
    #contact #mktoForm_5655 .mktoField[type="radio"] {
        display: none;
    }

    #contact #mktoForm_5655 .mktoRadioList {
        position: relative;
    }

    #contact #mktoForm_5655 .mktoField[type="radio"]+label {
        margin-left: 0;
    }

    #contact #mktoForm_5655 .mktoField[type="radio"]+label::before {
        content: '';
        border-radius: 50%;
        width: 16px;
        height: 16px;
        border: 1px solid #ccc;
        display: inline-block;
        vertical-align: -2px;
        margin-right: 8px;
    }

    #contact #mktoForm_5655 .mktoField[type="radio"]:checked+label::before {
        border: 6px solid #3b88fd;
    }

    /* 5892:資料ダウンロード */
    #contact #mktoForm_5892 .mktoField[type="radio"] {
        display: none;
    }

    #contact #mktoForm_5892 .mktoRadioList {
        position: relative;
    }

    #contact #mktoForm_5892 .mktoField[type="radio"]+label {
        margin-left: 0;
    }

    #contact #mktoForm_5892 .mktoField[type="radio"]+label::before {
        content: '';
        border-radius: 50%;
        width: 16px;
        height: 16px;
        border: 1px solid #ccc;
        display: inline-block;
        vertical-align: -2px;
        margin-right: 8px;
    }

    #contact #mktoForm_5892 .mktoField[type="radio"]:checked+label::before {
        border: 6px solid #3b88fd;
    }


    #contact .caution {
        margin-bottom: -30px;
    }


}