
.contentscontainer{
    background-color: #fff;
    margin-top: 20px;
}

.container2{
    margin:0 20px;
}
/*見出し-----------------------------------------------------------*/

div.contentscontainer p{
    padding: 20px 0;
    font-size: 17px;
}

/*タブ------------------------------------------------------------*/
/*タブ切り替え全体のスタイル*/
.tabs {
    padding-bottom: 40px;
    /*background-color: #fff;*/
}

/*タブのスタイル*/
.tab_item {
    width: calc(100% / 6 - 2px);
    height: 40px;
    border: 1px solid #ad2f37;
    border-bottom: 5px solid #ad2f37;
    background:linear-gradient(#ebebeb 85%, #d2d2d2 15%);
    line-height: 2em;
    font-size: 18px;
    text-align: center;
    color: #000;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    padding-top: 5px;
    border-radius: 15px 15px 0 0;
    
}
.tab_item:hover {
    opacity: 0.7;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    clear: both;
    overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#datasolution:checked ~ #datasolution_content,
#retailer:checked ~ #retailer_content,
#specialty:checked ~ #specialty_content,
#restaurant:checked ~ #restaurant_content,
#payment:checked ~ #payment_content,
#others:checked ~ #others_content
{
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background:linear-gradient(#ea3944 85%, #ad2f37 15%);
    background-color: #ea3944;
    color: #fff;
}

.tabs input:checked + .tab_item:hover {
	  opacity: 1;}

/*やりたいことから探す---------------------------------------------------------------------*/

#Ymenu li{
    list-style: none;
    display: inline-block;
    margin-top: 18px;
}

#Ymenu li.speace{
    margin: 0 8px;
}

#Ymenu li a:hover{
    opacity: 0.7;
}

.contentlist{
    background-image: url(../img/section-title_bg01.png);
    background-repeat: repeat-x;
    margin: 0 0 40px;
    padding-top:30px;
    background: linear-gradient(#ebebeb 85%, #d2d2d2 15%);
}

.contentlist a{
    position: relative;
    background: #ebebeb;
    padding:10px 0 ;
    border-left: solid 30px;
    font-size: 16px;
    display: inline-block;
    width: 940px;
    text-indent: 1em;
    pointer-events: none; /* リンクを設定したら削除 */
}

.contentlist a:hover{
        opacity: 0.7;
}

.contentlist a:link,
.contentlist a:visited{
    color: #000;
    text-decoration: none;
}


.contentlist a:before {
    content:url(../img/top_triangle.png);
    display: inline-block;
    vertical-align: middle;
    margin-left: -3em;
        top:40%;
        position: absolute;
}

.contentlist a.twin{
    line-height: 1.5;
}

.contentlist ul{
    margin-top: 10px;
    padding-top: 18px;
    border-top:2px dotted #888;
}

.contentlist li{
    list-style: none;
    margin-top: 1px;
    border-bottom: 1px solid #fff;
}

.contentlist li a{
    box-sizing: border-box;
}

#hanbai h2.subheadline,
#gyoumu h2.subheadline,
#kanri h2.subheadline,
#gyoumu2 h2.subheadline,
#kanri2 h2.subheadline,
#kanri3 h2.subheadline {
    font-size: 18px;
    padding-left: 11px;
}

#scan h2.subheadline,
#print h2.subheadline,
#scanprint h2.subheadline {
    font-size: 18px;
    padding-left: 11px;
}

#hanbai h2.subheadline::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 94%;
    background: url(../../../common/img/module/common-title_bg01.png) repeat;
    content: "";
}

#gyoumu h2.subheadline::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 94%;
    background: url(../../../common/img/module/common-title_bg01.png) repeat;
    content: "";
}

#kanri h2.subheadline::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 94%;
    background: url(../../../common/img/module/common-title_bg01.png) repeat;
    content: "";
}

#gyoumu2 h2.subheadline::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 94%;
    background: url(../../../common/img/module/common-title_bg01.png) repeat;
    content: "";
}

#kanri2 h2.subheadline::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 94%;
    background: url(../../../common/img/module/common-title_bg01.png) repeat;
    content: "";
}

#kanri3 h2.subheadline::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 94%;
    background: url(../../../common/img/module/common-title_bg01.png) repeat;
    content: "";
}
#scan h2.subheadline::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 94%;
    background: url(../../../common/img/module/common-title_bg01.png) repeat;
    content: "";
}

#print h2.subheadline::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 94%;
    background: url(../../../common/img/module/common-title_bg01.png) repeat;
    content: "";
}

#scanprint h2.subheadline::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 94%;
    background: url(../../../common/img/module/common-title_bg01.png) repeat;
    content: "";
}


.redline{
    height: 19px;
    padding-top: 12px;
    padding-bottom: 11px;
}

#hanbai.contentlist a{
    border-color: #c666a4;
}
#gyoumu.contentlist a{
    border-color: #5877ba;
}
#kanri.contentlist a{
    border-color: #8b6fbc;
}
#kanri2.contentlist a{
    border-color: #45a86e;
}
#gyoumu2.contentlist a{
    border-color: #cd7e8c;
}
#kanri3.contentlist a{
    border-color: #65aadd;
}
#scan.contentlist a{
    border-color: #c0ad5f;
}
#print.contentlist a{
    border-color: #74ad21;
}
#scanprint.contentlist a{
    border-color: #16adaa;
}

/*カテゴリ・商品名から探す----------------------------------------------------------------*/

#Cmenu li{
    list-style: none;
    display: inline-block;
    margin-top: 18px;
}

#Cmenu li.speaceright{
    margin-right: 8px;
}

#Cmenu li a:hover{
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
	.contentlist a{
		width: 100%;
		padding: 10px;
		text-indent: 0;
	}
	
	/*タブのスタイル*/
	.tab_item {
	    width: calc(100% / 3 - 2px);
	    margin-bottom: 10px;
	    font-size: 14px;
    }
}