.groupMedia {
    margin: 0 -15px 85px;
}
.groupMedia .itemMedia {
    display: flex;
    display: -webkit-box;
    float: left;
    width: 48%;
    margin: 1%;
    text-decoration: none;
}
.itemMedia .imgMedia {
    width: 50%;
    background: #ee7800;
}
.itemMedia .imgMedia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.itemMedia .contentMedia {
    background: #ee7800;
    color: #fff;
    text-align: center;
    width: 50%;
    padding: 0 10px;
    min-height: 200px;
}
.itemMedia:hover .contentMedia {
    background-color: #1B1B1B;
}
.contentMedia h3 {
    font-size: 26px;
    color: #FFF;
    font-weight: bold;
    margin: 22px 10px 15px;
}
.contentMedia .textMedia {
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 16px;
    text-decoration: none;
}
.itemMedia .imgArrow img {
    transition: .3s;
    -webkit-transition: .3s;
}
.itemMedia:hover .imgArrow img {
    margin-left: 10px;
}
/*traffic*/
.blockAbout {
    float: left;
    width: 48%;
    margin-bottom: 58px;
}
p.imgAbout {
    float: right;
    width: 50%;
    text-align: right;
    margin-bottom: -60px;
}
.blockAbout h2 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    line-height: 1.3;
    margin-bottom: 25px;
    position: relative;
}
p.textAbout {
    font-size: 16px;
    line-height: 1.8;
}
.element02 {
    background: #fff;
    padding: 50px 0 85px;
}
.blockCheck {
    margin: 50px -15px 0;
}
.blockCheck .boxCheck {
    width: 33.333%;
    float: left;
    padding: 15px;
}
.boxCheck h3 {
    margin-bottom: 32px;
    font-size: 28px;
    color: #000;
    font-weight: bold;
}
.boxCheck h3 img {
    padding-right: 15px;
    padding-top: 8px;
    vertical-align: bottom;
}
.boxCheck .textCheck {
    font-size: 16px;
    line-height: 1.9;
    margin-top: 15px;
}
.blockLineup {
    margin-top: 30px;
	display: inline-block;
}
@media screen and (max-width:812px) {
    .boxCheck h3 {
        font-size: 23px;
    }
}
@media screen and (min-width:736px) {
    .boxCheck h3 img {
        display: inline-block;
        vertical-align: top;
    }
    .boxCheck h3 span {
        display: inline-block;
        width: calc(100% - 75px);
        vertical-align: bottom;
    }
    .blockCheck {
        margin: 40px -15px 0;
    }
}
.boxCheck .imgCheck img {
    vertical-align: middle;
}
.groupLineup h2 {
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 37px;
}
.groupLineup h2 img {
    margin-bottom: 10px;
}
.groupLineup h2 span {
    font-size: 46px;
    font-family: serif;
    font-family: inherit;
}
.element03 {
    padding: 125px 0 105px;
    /*border-top:1px solid #DDD;*/
}
.boxLineup {
    position: relative;
    margin-bottom: 60px;
}
.boxLineup:last-child {
    margin-bottom: 0;
}
.boxLineup ul {
    margin: 0 -17px;
}
.boxLineup ul:after {
    display: block;
    clear: both;
    content: "";
}
.boxLineup ul.contentLineup li {
    float: left;
    padding: 0 17px;
    font-size: 16px;
}
.boxLineup ul li img {
    width: 100%;
    vertical-align: middle;
}
.boxLineup ul li audio, .boxLineup ul li video {
    display: block;
    max-width: 100%;
    width: 100%;
    text-align: right;
    min-height: 32px;
}
li.textLineup {
    width: 33.33%;
}
li.imgLineup {
    width: 66.66%;
}
.half li.textLineup {
    width: 50%;
}
.half li.imgLineup {
    width: 50%;
}


li.imgLineup ul li {
    width: 50%;
    overflow: hidden;
    position: relative;
}
li.imgLineup ul li.fullWidth {
    width: 100%;
}
li.imgLineup ul {
    margin-bottom: 30px;
}
.boxLineup .linkMore {
    text-align: right;
}
.boxLineup ul.contentLineup > li:first-child {
    line-height: 1.8;
    margin-top: -5px;
}
.boxLineup .linkMore a {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: .3s;
    -webkit-transition: .3s;
}
.boxLineup .linkMore a:before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(/img/media/icon_arrow_red.png) no-repeat 0 center;
    position: absolute;
    top: -2px;
    left: -25px;
}
.boxLineup .linkMore a span {
    display: inline-block;
    position: relative;
}
.boxLineup .linkMore a span::after {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #333;
    content: '';
    transition: .3s;
    -webkit-transition: .3s;
}
.boxLineup .linkMore a span:hover::after {
    width: 100%;
}
.element04 {
    background: #F09030;
    padding: 40px 0 50px;
}
.boxMedia h2 {
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin-bottom: 45px;
}
.boxMedia h2 span {
    color: #DDD;
    position: relative;
    font-size: 18px;
    font-weight: normal;
}
.boxMedia h2 a {
    position: relative;
    display: inline-block;
    padding-top: 1px\0;
    padding-right: 20px;
    background: url(/img/media/icon_list.png);
    background-repeat: no-repeat;
    background-position: 100% center;
    background-position: 100% 0\0;
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
}
.boxMedia h2 a::after {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 0;
    height: 2px;
    background-color: #FFF;
    content: '';
    transition: .3s;
    -webkit-transition: .3s;
}
.boxMedia h2 a:hover {
    color: #FFF;
}
.boxMedia h2 a:hover::after {
    width: 100%;
}
ul.listMedia li {
    text-align: center;
    padding: 15px 0;
    border: solid #ddd;
    border-width: 1px 0 0 1px;
    background-color: #FFF;
    float: left;
    width: 14.28%;
}
ul.listMedia li.active {
    opacity: 0.9 !important;
    filter: alpha(opacity=9) !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=9);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=9)' !important;
}
ul.listMedia li a {
    text-decoration: none;
}
ul.listMedia {
    background: #FFF;
    display: table;
    width: 100%;
}
ul.listMedia li p:last-child {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}
ul.listMedia li p {}
ul.listMedia li p img {
    vertical-align: middle;
    width: 150px;
}
.blockLineup01 {
    margin-left: -3.5%;
}
.blockLineup01 .boxLineup {
    float: left;
    padding-left: 3.5%;
    width: 50%;
}
.blockLineup01 .boxLineup > ul {
    margin: 0;
}
.blockLineup01 .boxLineup > ul.contentLineup > li {
    padding: 0;
}
.blockLineup01 .boxLineup ul li ul {
    margin: 0 -10px 35px;
}
.blockLineup01 .boxLineup ul.contentLineup li ul li {
    padding: 0 10px;
}
.blockLineup01 li.textLineup {
    margin-bottom: 35px;
    width: 100%;
}
.blockLineup01 li.imgLineup {
    width: 100%;
}
.blockLineup01 .boxLineup ul li audio, .blockLineup01 .boxLineup ul li video {
    background-color: #000;
    max-width: 100%;
    width: 100%;
}
video::-internal-media-controls-download-button, audio::-internal-media-controls-download-button {
    display: none;
}
video::-webkit-media-controls, audio::-webkit-media-controls {
    overflow: hidden !important;
}
video::-webkit-media-controls-enclosure, audio::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
    overflow: hidden;
}
.blockLineup01 .boxLineup .linkMore {
    margin-left: 25px;
    text-align: left;
}
.blockLineup01 .boxLineup .linkMore a::before {
    top: 0;
}
.blockCase {
    padding: 37px 0 32px;
}
.blockCase .image {
    float: left;
    width: 350px;
    margin-right: 28px;
}
.blockCase .tableStyle {
    float: left;
    width: calc(100% - 378px);
    font-size: 16px;
}
.blockCase .tableStyle th, .blockCase .tableStyle td {
    padding: 10px 6px;
    border-top: 1px solid #EEE;
    line-height: 1.8;
    vertical-align: top;
}
.blockCase .tableStyle th {
    max-width: 178px;
    width: 24%;
    color: #000;
}
.boxLineup .styleText {
    padding: 5px 0 34px;
    font-size: 16px;
    line-height: 1.8;
}
.boxLineup .tableStyle01 {
    width: 100%;
    border-top: 5px solid #000;
    font-size: 16px;
    background-color: #fff;
}
.boxLineup .tableStyle01 th, .boxLineup .tableStyle01 td {
    padding: 15px 20px;
    border: 1px solid #CCC;
}
.boxLineup .tableStyle01 th {
    padding: 20px 15px 19px 18px;
    background: #EEE;
    color: #000;
    font-weight: bold;
}
.boxLineup .tableStyle01 .navy {
    background: #26395F;
    color: #FFF;
}
.boxLineup .tableStyle01 .col01 {
    max-width: 223px;
    width: 20.1%;
}
.boxLineup .tableStyle01 .col02 {
    max-width: 213px;
    width: 19.1%;
}
.boxLineup .tableStyle01 .col03 {
    max-width: 199px;
    width: 17.9%;
}
.boxLineup .tableStyle01 .col04 {
    max-width: 122px;
    width: 11%;
}
.boxLineup .tableStyle01 .col05 {
    max-width: 109px;
    width: 9.8%;
}
.boxLineup .tableStyle01 .col06 {
    max-width: 113px;
    width: 10.1%;
}
.boxLineup .tableStyle01 .col07 {
    max-width: 170px;
    width: 15.2%;
}
.boxLineup .tableStyle01 .col08 {
    max-width: 320px;
    width: 31%;
}
.boxLineup .tableStyle01 .col09 {
    max-width: 223px;
    width: 25%;
}
.boxLineup .noteList01 {
    margin: 29px 0 0 0;
}
.noteList01 li {
    padding-bottom: 3px;
    font-size: 12px;
    line-height: 1.5;
}
.itemBlock {
    padding-bottom: 89px;
}
.itemBlock .itemList {
    margin: 0 -1.2%;
}
.itemBlock .itemList li {
    float: left;
    max-width: 350px;
    width: 30.93%;
    margin: 0 1.2%;
}
.itemBlock .itemList li .image {
    float: left;
    width: 30px;
    margin-right: 35px;
}
.itemBlock .itemList li .text {
    float: left;
    width: calc(100% - 65px);
    margin-top: -10px;
    font-size: 16px;
    line-height: 1.8;
}
.boxCheck .titleBox {
    border-bottom: 1px solid #DDBF5D;
    padding-bottom: 13px;
    margin-bottom: 20px;
    position: relative;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
}
.boxCheck .titleBox:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    background: #263A5F;
    bottom: -1px;
    left: 0;
}
@media screen and (max-width:1024px) {
    .contentMedia .textMedia {
        margin-bottom: 10px;
        font-size: 13px;
    }
    .contentMedia h3 {
        font-size: 20px;
        margin: 15px 5px 10px;
    }
    .groupMedia {
        margin: 0 -10px;
    }
    .groupMedia .itemMedia {
        margin: 1%;
    }
}
@media screen and (min-width:737px) {
    .groupMedia .itemMedia.full {
        width: 98%;
    }
    .groupMedia .itemMedia.full .imgMedia {
        width: 24.5%;
    }
    .groupMedia .itemMedia.full .contentMedia {
        width: 75.5%;
    }
}
@media screen and (max-width:800px) {
    .blockCase {
        padding: 37px 0 32px;
    }
    .blockCase .image {
        float: left;
        width: 300px;
        margin-right: 28px;
    }
    .blockCase .tableStyle {
        float: left;
        width: calc(100% - 328px);
        font-size: 16px;
    }
}
@media screen and (max-width:736px) {
    .blockLineup01 .boxLineup .linkMore {
        text-align: right;
    }
    .boxMedia h2 a::after {
        bottom: -7px;
    }
    .groupMedia {
        padding-bottom: 50px;
    }
    .groupMedia .itemMedia {
        width: 98%;
        margin: 1% 1%;
    }
    .itemMedia .contentMedia {
        min-height: 175px;
        padding: 0 6px;
    }
    .contentMedia .textMedia {
        margin-bottom: 12px;
        font-size: 13px;
        line-height: 1.8;
    }
    .contentMedia h3 {
        font-size: 18px;
        margin: 15px 5px 10px;
    }
    .imgArrow img {
        max-width: 44px;
    }
    .blockAbout {
        width: 100%;
        margin-bottom: 0;
    }
    .blockAbout h2 {
        font-size: 19px;
        margin-bottom: 12px;
    }
    p.textAbout {
        font-size: 14px;
    }
    p.imgAbout {
        width: 100%;
        text-align: center;
        margin-top: 30px;
        margin-bottom: -30px;
    }
    .blockCheck {
        margin: 25px -10px 0;
    }
    .blockCheck .boxCheck {
        width: 100%;
        float: none;
        padding: 5px 15px;
    }
    p.imgCheck {
        float: left;
        width: 46%;
    }
    .boxCheck .textCheck {
        float: left;
        width: 54%;
        padding-left: 10px;
        margin-top: 0;
        font-size: 14px;
    }
    .boxCheck h3 img {
        width: 48px;
        padding-right: 10px;
    }
    .boxCheck h3 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .groupLineup h2 span {
        font-size: 24px;
    }
    .groupLineup h2 img {
        height: 22px;
        margin-bottom: 5px;
    }
    .groupLineup h2 {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 27px;
    }
    .boxLineup ul {
        margin: 0 -5px;
    }
    li.textLineup {
        width: 100%;
        margin-bottom: 20px;
    }
    .boxLineup ul.contentLineup li {
        padding: 0 5px;
        font-size: 16px;
    }
    li.imgLineup {
        width: 100%;
    }
    li.imgLineup ul {
        margin-bottom: 20px;
    }
    .boxLineup {
        margin-bottom: 35px;
    }
    .element01 {
        margin-top: 20px;
    }
    .element02 {
        padding: 45px 0 30px;
    }
    .element03 {
        padding: 60px 0 30px;
    }
    ul.listMedia li {
        padding: 5px;
        width: 50%;
        display: -webkit-box;
    }
    .element04 {
        padding: 20px 0 25px;
    }
    .boxMedia h2 {
        font-size: 15px;
        margin-bottom: 22px;
    }
    .boxMedia h2 span {
        font-size: 12px;
        padding-right: 5px;
    }
    .boxMedia h2 a {
        font-size: 12px;
        background-size: 12px;
        background-position: top 1px right 0px;
    }
    ul.listMedia li p:last-child {
        font-size: 12px;
        margin-top: 0;
    }
    ul.listMedia li p {
        width: 50%;
        display: -webkit-box;
        -webkit-box-align: center;
        -webkit-box-pack: center;
    }
    .groupCheck h2 img {
        height: 11px;
    }
    .boxLineup .linkMore a {
        font-size: 12px;
        margin-right: 28px;
    }
    .boxLineup .linkMore a span {
        margin-right: -18px;
    }
    .boxLineup .linkMore a:before {
        top: -1px;
        left: -21px;
        content: '';
        width: 14px;
        height: 14px;
        background: url(/img/media/icon_arrow_red_sp.png) 0 no-repeat;
        background-size: 14px;
    }
    .blockLineup01 {
        margin: 0;
    }
    .blockLineup01 .boxLineup {
        float: none;
        padding: 0;
        width: 100%;
    }
    .blockLineup01 .boxLineup ul li ul {
        margin: 0 -10px 15px;
    }
    .blockCase {
        padding: 0 0 20px;
    }
    .blockCase .image {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }
    .blockCase .image img {
        width: 100%;
        height: auto;
    }
    .blockCase .tableStyle {
        float: none;
        width: 100%;
        font-size: 12px;
    }
    .blockCase .tableStyle th, .blockCase .tableStyle td {
        padding: 10px 6px;
        border-top: 1px solid #EEE;
        line-height: 1.8;
        vertical-align: top;
    }
    .blockCase .tableStyle th {
        max-width: 178px;
        width: 24%;
        color: #000;
    }
    .boxLineup .styleText {
        padding: 5px 0 15px;
        font-size: 12px;
        line-height: 1.5;
    }
    .blockScroll {
        width: 100%;
        overflow: scroll;
        overflow-y: hidden;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
    }
    .blockScroll::-webkit-scrollbar {
        display: none;
    }
    .blockScroll .tableStyle01 {
        width: max-content;
        width: -webkit-max-content;
        width: -moz-max-content;
        min-width: 100%;
        border-top: 3px solid #000;
        font-size: 12px;
    }
    .boxLineup .tableStyle01 th, .boxLineup .tableStyle01 td {
        padding: 10px 10px;
        border: 1px solid #CCC;
    }
    .boxLineup .tableStyle01 th {
        padding: 15px 10px;
        background: #EEE;
        color: #000;
    }
    .boxLineup .noteList01 {
        margin: 15px 0 0 0;
    }
    .noteList01 li {
        padding-bottom: 3px;
        font-size: 12px;
        line-height: 1.5;
    }
    .itemBlock {
        padding-bottom: 30px;
    }
    .itemBlock .itemList {
        margin: 0;
    }
    .itemBlock .itemList li {
        float: left;
        max-width: inherit;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .itemBlock .itemList li .image {
        float: left;
        width: 20px;
        margin-right: 10px;
    }
    .itemBlock .itemList li .image img {
        width: 20px;
        height: auto;
    }
    .itemBlock .itemList li .text {
        float: left;
        width: calc(100% - 40px);
        margin-top: -3px;
        font-size: 12px;
        line-height: 1.5;
    }
    .boxCheck .titleBox {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .boxCheck .titleBox img {
        width: 46px;
    }
    .boxCheck .titleBox + .textCheck {
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width:414px) {
    #tvcm .boxLineup ul.contentLineup li {
        width: 100%;
        margin-bottom: 10px
    }
    #tvcm .boxLineup ul.contentLineup li:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width:412px) {
    .contentMedia .textMedia {
        margin-bottom: 3px;
        font-size: 12px;
        line-height: 1.8;
        letter-spacing: -0.3px;
    }
    .contentMedia h3 {
        font-size: 16px;
        margin: 10px 5px 8px;
    }
}
/*----------------------------------------------------------------*/
.groupProposal h2 {
    text-align: center;
    font-size: 20px;
    color: #263a5f;
    font-weight: bold;
    margin-bottom: 37px;
}
.groupProposal h2 img {
    margin-bottom: 10px;
    margin-top: 40px;
}
.boxProposal {
    position: relative;
    margin-bottom: 60px;
}
.boxProposal:last-child {
    margin-bottom: 0;
}
.boxProposal .textProposal {
    font-size: 16px;
    line-height: 1.9;
}
#inquiryProposal .inquiryInner {
    background: #263a5f;
}
#inquiryProposal .title {
    color: #ddbf5d;
}
#inquiryProposal p {
    color: #FFF;
}
#inquiryProposal .inquiryButton {
    display: inline-flex;
    width: 100%;
    padding: 20px 30px 0;
}
#trafficCase {
    padding: 100px 0 0;
}
@media screen and (max-width: 736px) {
    #trafficCase {
        padding: 45px 0 30px;
    }
    .boxProposal {
        margin-bottom: 30px;
    }
    .boxProposal .textProposal {
        padding: 0 5px;
        font-size: 12px;
    }
    .groupProposal h2 img {
        height: 20px;
        margin-bottom: 5px;
    }
    .groupProposal h2 {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 27px;
    }
    #inquiryProposal .inquiryButton {
        display: inline-block;
        padding: 20px 0;
        width: auto;
    }
    .boxLineup .tableStyle01 .col01 {
        width: auto;
    }
}
ul.point {
    margin-left: 33.333%;
    padding: 0 17px;
}
.point li {
    width: 100%;
    margin-bottom: 30px;
}
.point li dl {
    display: flex;
}
.point li dt {
    display: flex;
    width: 30%;
}
.point li dt img {
    width: 50px !important;
    object-fit: contain;
}
.point li dt span {
    margin-left: 10px;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: bold;
    align-content: center;
    text-align: center;
    padding: 10px;
    width: 100%;
}
.point li dd {
    font-size: 15px;
    line-height: 1.6;
    width: 70%;
    padding-left: 20px;
    align-content: center;
}
@media screen and (max-width: 736px) {
    ul.point {
        margin-left: 0;
        padding: 0 17px;
    }
    .point li dt img {
        width: 32px !important;
    }
    .point li dt span {
        font-size: 16px;
        padding: 6px;
    }
    .point li dd {
        font-size: 14px;
    }
}
@media screen and (max-width:412px) {
    .point li dl {
        display: block;
    }
    .point li dt {
        display: flex;
        width: 100%;
    }
    .point li dt span {
        font-size: 12px;
        padding: 6px;
    }
    .point li dd {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
}

ul.check {
	font-size: 16px;
    line-height: 1.8;
    font-weight:bold;
	margin: 10px 0;
}
ul.check li {
	padding-left:30px;
	padding-bottom: 5px;
}
ul.check li::before {
  content:"";
  width: 20px;
  height: 20px;
  position:absolute;
  margin-top: 2px;
  margin-left:-30px;
  display: inline-block;
  background-image: url(/img/media/check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (max-width: 736px) {
ul.check {
	font-size: 14px;
}
ul.check li {
	padding-left:20px;
}
ul.check li::before {
  content:"";
  width: 14px;
  height: 14px;
  margin-top: 4px;
  margin-left:-20px;
}
}

ul.pointCTV {
    padding: 0 17px;
}
.pointCTV li {
    width: 100%;
    margin-bottom: 30px;
}
.pointCTV li dl {
    display: flex;
}
.pointCTV li dt {
    display: flex;
    width: 20%;
}
.pointCTV li dt img {
    object-fit: contain;
}
.pointCTV li dt span {
    margin-left: 10px;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: bold;
    align-content: center;
    text-align: center;
    padding: 10px;
    width: 100%;
}
.pointCTV li dd {
    font-size: 15px;
    line-height: 1.6;
    width: 70%;
    padding-left: 20px;
    align-content: center;
}
#ctv_graph h2{
    font-size: 36px;
    font-weight: bold;
    color: #000;
    line-height: 1.3;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
	text-align: center;
}
#ctv_graph h2 span{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
#ctv_graph p.textAbout{
    margin-bottom: 35px;
}
.ctv.blockCheck .boxCheck{
	width:50%;
}
@media screen and (max-width: 736px) {
#ctv_graph h2{
    font-size: 17px;
}
#ctv_graph h2 span{
    font-size: 14px;
}
.ctv.blockCheck .boxCheck{
	width:100%;
}
}