.label_news {
	position: absolute;
    width: 60px;
    height: 30px;
    background: red;
    border-radius: 60px / 30px;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translate(-50%, 0);
    top: -20px;
}

.top_banner {
	background: linear-gradient(113deg, rgb(255 89 77) 0%, rgb(251 36 36) 51%, rgb(209 0 0) 100%) 0% 0% / 200%;
	padding: 2rem;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 3rem;
	display: block;
}

.op{
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
.op:hover{
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

.oneImg {
	text-align: center;
	margin-bottom: 3rem;
}

.oneImg img {
	max-width: 100%;
}

.comTxt {
	font-size: 1.4rem;
    line-height: 1.4;
    margin: 25px 0;
}

.cp_clist {
  padding: 0;
  counter-reset:cp_clist; /*数字をリセット*/
  list-style-type: none;
  margin-bottom: 3rem;
}
.cp_clist li {
  position: relative;
  margin: 5px 0 5px 40px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.cp_clist li::before {
  	position: absolute;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	/* カウントさせる */
  	counter-increment: cp_clist;
  	content: counter(cp_clist);
  	/*装飾*/
  	background: linear-gradient(113deg, rgb(255 89 77) 0%, rgb(251 36 36) 51%, rgb(209 0 0) 100%) 0% 0% / 200%;
  	color: #fff;
  	width: 25px;
  	height: 25px;
  	border-radius: 50%;
  	/*位置の調整*/
  	margin-left: -40px;
}

.tableBasic01 {
    font-size: 1.4rem;
    overflow-x: auto;
    margin-bottom: 3rem;
    background-color: #FFFFFF;
}

.tableBasic01 table {
	font-size: 1.4rem;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #dddddd;
    width: 100%;
}


/*iconTap*/

.iconTap {
    display: none;
}

@media screen and (max-width: 767px) {
    .iconTap {
        display: block;
        overflow: hidden;
        width: 100%;
    }
    .iconTap img {
        width: 80px;
        text-align: right;
        float: right;
    }
}

.tableBasic01 table th {
    font-weight: normal;
    background: #f6f6f6;
    padding: 15px;
}

.tableBasic01 table td {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    padding: 15px;
    vertical-align: middle;
    text-align: center;
}

.tableBasic01 table tr:nth-child(1) th {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

@media screen and (max-width: 767px) {
	.label_news {
		position: static;
		top: auto;
		left: auto;
		transform: none;
		margin-left: 1.5rem;
		width: 50px;
		height: 30px;
		font-size: 1.3rem;
		border-radius: 50px / 30px;
	}
	.tableBasic01::-webkit-scrollbar {
	    width: 5px;
	    background: #dddddd;
	}

	.tableBasic01::-webkit-scrollbar:horizontal {
	    height: 5px;
	    background: #dddddd;
	}

	.tableBasic01::-webkit-scrollbar-thumb {
	    background: #222;
	    border-radius: 2px;
	}

	.tableBasic01::-webkit-scrollbar-thumb:horizontal {
	    background: #222;
	    border-radius: 2px;
	}

    .tableBasic01 {
        font-size: 1.1rem;
    }

    .tableBasic01 table {
    	min-width: 960px;
    }
}

.catalog_btn span {
	background: url('../images/ico_book_wh.png') no-repeat right center;
	padding-right: 4rem;
	background-size: 3.5rem auto;
	display: inline-block;
}

.hdM {
	font-size: 2rem;
    background: #f6f6f6;
    padding: 20px;
    margin-bottom: 3rem;
}

.dot_lists {
	margin: 3rem 0;
}

.dot_lists li {
	list-style-type: disc;
	font-size: 1.4rem;
	margin: 5px 0 5px 2rem;
}

.prices_tbl {
	margin-bottom: 3rem;
}

.prices_tbl.corporate_contents_01 dt {
	width: 220px;
}

.red_btn {
	background: linear-gradient(113deg, rgb(255 89 77) 0%, rgb(251 36 36) 51%, rgb(209 0 0) 100%) 0% 0% / 200%;
}

.red_btn span {
	background: url('../images/ico_mail.png') no-repeat left center;
	background-size: 4rem auto;
	padding-left: 5rem;
	display: inline-block;
	text-align: center;
}

.twoCol {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 5rem;
}

.twoCol .colItem {
	width: 48%;
}

.twoCol .hdL {
	font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

.twoCol .info_contents_03  {
	padding: 5px 0;
}

.mt0 {
	margin-top: 0 !important;
}

.info_contents_03 .link_btn.mail_btn::before {
	background: url(../images/ico_mail.png) no-repeat center;
    background-size: contain;
}
@media (max-width: 600px) {
	.hdM {
		font-size: 1.6rem;
        padding: 10px
	}

	.catalog_btn span {
		background-size: auto 2.5rem;
		padding-right: 3rem;
	}

	.corporate_contents_01.prices_tbl {
		font-size: 1.4rem;
	}

	.prices_tbl.corporate_contents_01 dt {
		width: 180px;
	}
	.prices_tbl.corporate_contents_01 dl dd {
        width: calc(100% - 180px);
    }

    .red_btn span {
    	background-size: 3rem auto;
    	padding-left: 4rem;
    }

    .twoCol {
    	display: block;
    	margin-bottom: 3rem;
    }

    .twoCol .hdL {
    	font-size: 2rem;
    }

    .twoCol .colItem {
	    width: auto;
	}

	.twoCol .colItem+.colItem {
		margin-top: 3rem;
	}
}

.teaser_digital {
    background-image: url(../images/digital/back.png);
    background-size: 1920px;
    background-position: center bottom 50px;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    height: 767px;
    text-align: center;
}

.teaser_digital .img_txt img {
    margin: 100px auto 0;
    max-width: 100%;
}

.teaser_digital .teaser_img img {
    width: 70%;
    max-width: 100%;
}

@media (max-width: 600px) {
	.teaser_digital {
        height: 450px;
        height: 75vw;
        background-size: 1200px;
        background-size: 200vw;
    }

    .teaser_digital .img_txt img {
	    margin: 80px auto 0;
	}

	.teaser_digital .teaser_img img {
	    width: 90%;
	}
}

.faq2 {
    padding: 1em 2em 1em 1em;
	border-top: 1px solid #ccc;
}

.faq2 .date, .faq2 p {
    padding: 0;
}

