@charset "utf-8";
/* CSS Document */

.comInner2{
    padding: 0 0 30px;
}

.comInner2 img{
    width: 100%;
}

.green_btn-box{
    display: flex;
    justify-content: space-around;
}
.green_btn-box li a{
    color: #fff;
    display: block;
    width: 347px;
    height: 72px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    border-radius: 10px;
    background-color: #22a99b;
    padding-top: 8px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#fullcolordetail .comSTtl2{
    color: #ff7f29;
}
.comtext{
    font-size: 20px;
}
.sub-ttl{
    display: flex;
    justify-content: space-between;
}
.sub-ttl.blue-ttl{
    background-color: #a7cfea;
}
.sub-ttl.green-ttl{
    background-color: #abcbac;
}
.sub-ttl.blue-ttl .leftbox , .sub-ttl.green-ttl .leftbox{
    font-size: 24px;
    font-weight: bold;
    line-height: 44px;
    border-left: 25px solid #3e7fa8;
}
.sub-ttl.blue-ttl .rightbox , .sub-ttl.green-ttl .rightbox{
    font-size: 20px;
    font-weight: bold;
    line-height: 44px;
    border-right: 25px solid #3e7fa8;
}
.sub-ttl.blue-ttl .leftbox{
    border-left: 25px solid #3e7fa8;
}
.sub-ttl.blue-ttl .rightbox{
    border-right: 25px solid #3e7fa8;
}
.sub-ttl.green-ttl .leftbox{
    border-left: 25px solid #71813c;
}
.sub-ttl.green-ttl .rightbox{
    border-right: 25px solid #71813c;
}
table.hikaku-tbl{
    width: 100%;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
}
table.hikaku-tbl th{
    font-size: 18px;
    text-align: center;
    line-height: 1;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    padding: 5px 0;
}
table.hikaku-tbl td{
    height: 48px;
    color: #0068b7;
    font-size: 24px;
    text-align: center;
    line-height: 1;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    padding: 5px 0;
}
table.hikaku-tbl td span{
    color: #000;
    font-size: 15px;
}
table.hikaku-tbl .head{
    color: #000;
    font-size: 22px;
}
table.hikaku-tbl th.wing{
    background-color: #eae781;
}
table.hikaku-tbl td.wing{
    color: #e7141a;
    background-color: #eae781;
}
.tab-block{
    margin-top: 20px;
}
.tab-menu{
    display: flex;
}
.tab-menu li{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 250px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1;
    border-radius: 10px 10px 0 0;
    padding: 10px 0 5px;
}
.tab-menu li.menu01{
    background-color: #3e7fa8;
    cursor: pointer;
}
.tab-menu li.menu02{
    background-color: #d71518;
    cursor: pointer;
}
.tab-menu li.menu03{
    background-color: #6ab82c;
    cursor: pointer;
}
.com-inner{
    border: 3px solid #000;
    background-color: #fff;
    padding: 10px;
}
.com-inner .text{
    font-size: 20px;
}
.com-inner .text span{
    color: #d71518;
}
.com-inner .text a{
    color: #318bcb;
}
.com-inner .note-list li{
    font-size: 20px;
    text-indent: -20px;
    margin-left: 20px;
}
.com-inner .note-list li span{
    color: #d71518;
}
.com-inner .note{
    font-size: 18px;
}
.com-inner .note span{
    color: #d71518;
}
#fullcolordetail .tab-com .com-inner .comSTtl3{
    color: #000;
    font-size: 28px;
    line-height: 44px;
}
#fullcolordetail .tab-com .inner02{
    display: none;
}
#fullcolordetail .tab-com .inner03{
    display: none;
}
#fullcolordetail .tab-com .inner01 .comSTtl3{
    border-left: 16px solid #3e7fa8;
    background: #a7cfea;
}
#fullcolordetail .tab-com .inner02 .comSTtl3{
    border-left: 16px solid #d71518;
    background: #ebafc9;
}
#fullcolordetail .tab-com .inner03 .comSTtl3{
    border-left: 16px solid #71813c;
    background: #abcbac;
}