@charset "utf-8";

.dsp{
	display:none;
}

.clr-green{
	color: #338a04;
}
.clr-orange{
	color: #ffa200;
}

.spec_wrappre a:link, 
.spec_wrappre a:visited, 
.spec_wrappre a:active { color: #535353; text-decoration: none; }
.spec_wrappre a:hover { color: #608aff; text-decoration: underline; opacity: 1; }


.spec_wrappre a:not([href]):active { color: #535353; text-decoration: none; opacity: 1; }
.spec_wrappre a:not([href]):hover { color: #535353; text-decoration: none; opacity: 1; }

.annotation {
	clear: both;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","NotoSansCJKjp","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	letter-spacing: 0.05em;
	font-size: 1.2rem;
	color: #898989;
	margin-top:5px;
}
.annotation a:link,
.annotation a:active,
.annotation a:visited { text-decoration: none; color: #608aff; }
.annotation a:hover { text-decoration: underline; color: #608aff; }

.italic {
	font-style: italic;
	padding-right: .5rem;
}

.spec_wrappre {
	margin: 0 auto;
	padding: 0;
	line-height: 1;
	min-width: inherit;
	max-width: 1100px;
}

.header {
	font-size: 1.4rem;
}

.spec_nav {
	padding: 10px 0;
	letter-spacing: -.40em;
	border: 1px solid #c9c9c9;
}
.spec_nav li {
	padding: 14px 24px;
	display: inline-block;
	border-left: 1px solid #c9c9c9;
	letter-spacing: normal;
}

.spec_nav li.active {
	position:relative;
}
.spec_nav li.active:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 11px 7px 0 7px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #fff;
}
.spec_nav li.active:before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 7px 4px 0 4px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #c9c9c9;
}

.spec_nav li:first-child {
	border-left: 0;
}
.spec_siries {
	padding: 23px 33px;
	overflow: hidden;
	letter-spacing: -.40em;
	background-color: #f4f4f4;
}

.spec_siries a:link,
.spec_siries a:visited,
.spec_siries a:active {
	color:#0073c3;
}
.spec_siries li {
	margin-left: 35px;
	display: inline-block;
	letter-spacing: normal;
}
.spec_siries li:first-child {
	margin-left: 0;
}

.spec_ification {
	margin-top: 45px;
	overflow: hidden;
}
.spec_ification .ttl{
	float: left;
	width: 200px;
}
.spec_ification .ttl h2 {
	margin: 30px 0 0 18px;
	font-size: 1.8rem;
	font-weight: 300;
}
.spec_ification .spec_contents {
	float: left;
	max-width: 900px;
}
.spec_ification .siries_ttl {
	overflow: hidden;
}
.spec_ification .spec_contents li {
	float: left;
	margin-left: 25px;
}
.spec_ification .spec_contents li .item-logo {
	margin-left:25px;
}

.spec_mainfunction {
	margin-top: 55px;
	overflow: hidden;
}
.spec_mainfunction .siries_function {
	overflow: hidden;
	display: table;
	table-layout:fixed;
	width:100%;
}
.spec_mainfunction .siries_function li {
	box-sizing: border-box;
	display: table-cell;
}
.spec_mainfunction .siries_function li {
	padding-left:30px;
}
.spec_mainfunction .siries_function li:first-child {
	padding: 30px 0 0 18px;
	font-size: 1.8rem;
	font-weight: 300;
	width: 200px;
}
.spec_mainfunction .siries_function li:nth-child(n+2) {
	width: 300px;
	border-left: 1px solid #c9c9c9;
}
.spec_mainfunction .siries_function li:nth-child(n+3) {
	border-left: 1px dashed #c9c9c9;
}
.spec_mainfunction .siries_function > li:first-child {
	width: 18.18%;
}
.spec_mainfunction .siries_function > li:nth-child(n+2) {
	width: 27.27%;
}
.spec_mainfunction .siries_function .function_ttl {
	font-size: 1.5rem;
	font-weight: 300;
}
.spec_mainfunction .siries_function li img {
	margin-top: 10px;
}
.spec_mainfunction .siries_function .function_txt {
	margin-top: 10px;
	font-size: 1.1rem;
	font-weight: 300;
	line-height:1.5;
}
.spec_mainfunction .siries_function .function_txt span {
	font-style: italic;
}
.spec_mainfunction .siries_function .col1,
.spec_mainfunction .siries_function .col2,
.spec_mainfunction .siries_function .col3 {
	clear: both;
	width: 100%;
	padding-top: 30px;
	overflow: hidden;
	display: table;
	box-sizing:border-box;
}
.spec_mainfunction .siries_function .col1:first-child,
.spec_mainfunction .siries_function .col2:first-child,
.spec_mainfunction .siries_function .col3:first-child {
	margin-top: 0;
}
.spec_mainfunction .siries_function .col1 ul,
.spec_mainfunction .siries_function .col2 ul,
.spec_mainfunction .siries_function .col3 ul {
	justify-content: flex-start;
	display: flex;
	flex-flow: row wrap;
}
.spec_mainfunction .siries_function .col1 li,
.spec_mainfunction .siries_function .col2 li,
.spec_mainfunction .siries_function .col3 li {
	padding:0;
}
.spec_mainfunction .siries_function .col2 li {
	border: 0;
	float: left;
	width: 50%;
	max-width: 50%;
	flex-basis: 50%;
}
.spec_mainfunction .siries_function .col2 li:nth-child(odd) {
	clear: both;
	padding: 0 20px 0 0;
}
.spec_mainfunction .siries_function .col2 .icon {
	display: table-cell;
	vertical-align: middle;
}

.spec_mainfunction .siries_function .col3 li {
	border: 0;
	float: left;
	width: 32%;
	max-width: 32%;
	flex-basis: 32%;
	padding: 0 0 0 0;
}
.spec_mainfunction .siries_function .col3 .icon {
	display: table-cell;
	vertical-align: middle;
}

.spec_table .image-item .item-size {
	text-align:right;
	margin-top:10px;
}
.spec_table .image-item .item-detail {
	text-align:right;
	margin-top:15px;
}

.spec_main {
	margin-top: 42px;
}
.spec_table {
	margin-top: 20px;
}
.spec_table table {
	border: 0;
	border-collapse: separate;
	width: 100%;
}
.spec_table .oled {
	background-color: #b18518;
}
.type02 .spec_table .oled {
	background-color: #000;
}
.type03 .spec_table .oled {
	background-color: #707070;
}
.spec_table table th {
	padding: 13px 0;
	box-sizing: border-box;
	border: 1px solid #a0a0a0;
	vertical-align: middle;
	font-size: 1.4rem;
	color: #ffffff;
}
.type02 .spec_table table th {
	color:#d1b562;
}
.spec_table table th.col1 {
	padding: 13px 30px;
	width: 49.4%;
}
.spec_table table th.col2 {
	width: 50.6%;
	text-align: center;
}
.spec_table table td {
	padding: 13px 0;
	box-sizing: border-box;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
	vertical-align: middle;
	font-size: 1.4rem;
}
.spec_table table td.col1 {
	padding-left: 30px;
	padding-right: 30px;
	width: 49.4%;
}
.spec_table table td.col2 {
	padding-left: 10px;
	padding-right: 10px;
	width: 50.6%;
	text-align: center;
}
.spec_table table td a:link, 
.spec_table table td a:visited, 
.spec_table table td a:active { color: #608aff; text-decoration: none; }
.spec_table table td a:hover { color: #608aff; text-decoration: underline; opacity: 0.85; }

.notation {
	margin-top: 30px;
	line-height: 1.4;
}
.notation .note {
	text-indent: -1.9em;
	padding-left: 1.9em;
}

.toxic {
	margin-top: 30px;
	width: 600px;
}
.toxic h3 {
	font-size: 1.4rem;
	font-weight: 300;
}
.toxic .ttl{
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.2;
}
.toxic .txt{
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.2;
	display: block;
}
.toxic table {
	margin-top: 15px;
	border: 0;
	border-collapse: separate;
	width: 100%;
}
.toxic .odd {
	background-color: #dddddd;
}
.toxic table th {
	padding: 7px 0;
	box-sizing: border-box;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	vertical-align: middle;
	font-size: 1.0rem;
	font-weight: 300;
	color: #535353;
}
.toxic table th.col1 {
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
	text-align: center;
	width: 168px;
}
.toxic table th.col2 {
	border-top: 1px solid #a0a0a0;
	text-align: center;
}
.toxic table th.col3 {
	text-align: center;
	width: 72px;
}
.toxic table td {
	padding: 7px 0;
	box-sizing: border-box;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	vertical-align: middle;
	font-size: 1.0rem;
	font-weight: 300;
	color: #535353;
	text-align: center;
}
.toxic table td.col1 {
	border-left: 1px solid #a0a0a0;
}
.toxic .jis {
	margin-top: 2px;
	text-align: right;
	font-size: 1.0rem;
}

.recycle-bl {
	margin-top: 30px;
}
h3.recycle-ttl {
	font-size:1.4rem;
	font-weight: 900;
	color:#777777;
}
.recycle-txt {
	margin-top: 10px;
	line-height: 1.4;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","NotoSansCJKjp","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	letter-spacing: 0.05em;
	font-size: 1.2rem;
	color: #898989;
}

.produce-annotation-list{
	clear: both;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","NotoSansCJKjp","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	letter-spacing: 0.05em;
	font-size: 1.2rem;
	color: #898989;
	margin-top: 45px;
}
.produce-annotation-list li{
	margin-top: 5px;
}
.produce-annotation-list + .produce-annotation-list{
	margin-top:20px;
}

sup {
	font-size: 80%;
	vertical-align: baseline;
	position: relative;
	top: -0.8ex;
	left: 0.4ex;
	padding-right: 0.8ex;
}

.sp-Nav {
	display:none;
}

.spec_mainfunction .siries_function .tuner-row li:nth-child(n+2) {
	border:0;
}


.spec_mainfunction .siries_function .col1.tuner-row {
	display:block;
	clear:both;
}
.spec_mainfunction .siries_function .col1.tuner-row li {
	display:block;
	clear:both;
}


/*地色つきボックス*/
.spec_asidebox{
	border-radius: 4px;
	background-color: #eee;
	padding: 20px 30px;
	margin-top: 25px;
	clear: both;
}
.spec_asidebox_inner{
	color: #777;
	font-size: 1.2rem;
	font-weight: 300;
}
.spec_asidebox_ttl{
	color: #535353;
	font-size: 1.3rem;
	margin-bottom: 5px;
}
.spec_asidebox_body{
	margin-top: 5px;
	line-height: 1.6;
}
.spec_asidebox_txt{
	text-indent: -1.3em;
	padding-left: 1.3em;
}





/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	
	.dsp {
		display:block;
	}
	.dpc {
		display:none;
	}
	tr.dsp {
		display: table-row;
	}
	
	a:link, 
	a:visited, 
	a:active,
	a:hover { text-decoration: none !important; opacity: 1 !important; }

	.spec_nav {
		display:none;
	}
	
	/* spNav */
	.sp-Nav {
		display:block;
		margin:5% 0 1% 0;
		text-align:center;
	}
	.slide-menu { 
		border:4px #b3b3b3 solid;
		box-sizing:border-box;
		margin:0 5px;
		font-size:15px;
		font-size:1.5rem;
		color:#b5b5b5;
		font-weight: 900;
	 }
	.slide-menu span {
		font-size:13px;
		font-size:1.3rem;
		color:#333333;
		font-weight: 900;
	}
	.slide-menu a {
		display:block;
		padding: 10px 0;
		color:#b5b5b5;
	}
	
	.spec_siries {
		justify-content: flex-start;
    display: flex;
    flex-flow: row wrap;
		background-color:#FFF;
		padding:0 9px;
	}
	.spec_siries li {
		display:block;
		display: -webkit-flex;
		display: flex;
		margin-left:0;
		text-align:center;
		padding:0 6px;
		box-sizing:border-box;
		font-size:1rem;
		font-weight: 300;
	}
	.spec_siries li a {
		min-height:4.3rem;
		border:1px solid #b5b5b5;
		display:block;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		width:100%;
	}
	.spec_siries li a:not([href]):link, 
	.spec_siries li a:not([href]):visited, 
	.spec_siries li a:not([href]):active,
	.spec_siries li a:not([href]):hover {
		color:#333333;
	}
	.spec_siries.row2 li {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
	}
	.spec_siries.row3 li {
    width: 33.3%;
    max-width: 33.3%;
    flex-basis: 33.3%;
	}
	.spec_siries.row4 li {
    width: 25%;
    max-width: 25%;
    flex-basis: 25%;
	}

	.spec_siries.row5 li {
    width: 20%;
    max-width: 20%;
    flex-basis: 20%;
	}
	
	.spec_ification {
		margin-top:25px;
	}
	.spec_ification .ttl{
		width:100%;
	}
	.spec_ification .ttl h2 {
		font-size:1.6rem;
		margin:0 0 32px;
		text-align:center;
	}
	.spec_ification .siries_ttl {
		justify-content: flex-start;
    display: flex;
    flex-flow: row wrap;
	}
	.spec_ification .spec_contents li {
		margin-left:0;
		width: 40%;
    max-width: 40%;
    flex-basis: 40%;
		box-sizing:border-box;
		text-align:center;
	}
	.spec_ification .spec_contents li:last-child {
		width: 60%;
    max-width: 60%;
    flex-basis: 60%;
		text-align: left;
		padding:0 0 0 20px;
	}
	.spec_ification .spec_contents li .item-img,
	.spec_ification .spec_contents li .item-logo {
		display:block;
	}
	.spec_ification .spec_contents li .item-logo {
		margin-left:0;
		margin-top:12px;
	}
	.spec_ification .spec_contents {
		width:100%;
		padding:0 15px;
		box-sizing:border-box;
	}
	
	.spec_mainfunction .siries_function {
		display:block;
		width:100%;
	}
	.spec_mainfunction .siries_function li {
		display:block;
		padding:0;
	}
	.spec_mainfunction .siries_function li:nth-child(n+2) {
		width:auto;
		border-left:0;
	}
	.spec_mainfunction .siries_function li:first-child {
		width:auto;
		font-size: 1.6rem;
		text-align:center;
	}
	.spec_mainfunction .siries_function li li:first-child {
		width:auto;
		font-size: 1.6rem;
	}
	.spec_mainfunction .siries_function .function_ttl {
    border-bottom: 1px dashed #c9c9c9;
    padding-bottom: 5px;
	}
	.spec_mainfunction .siries_function img {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(.8);
    transform: scale(.8);
	}
	.spec_mainfunction .siries_function .col3 li{
		width:50%;
		max-width:50%;
		flex: 1 1 50%;
	}
	.spec_mainfunction .siries_function .col1 a,
	.spec_mainfunction .siries_function .col2 a,
	.spec_mainfunction .siries_function .col3 a{
		display:table;
		margin:0 -5px;
		margin-top: 20px;
		width:100%;
		text-align:left;
	}
	.spec_mainfunction .siries_function .col1 a div,
	.spec_mainfunction .siries_function .col2 a div,
	.spec_mainfunction .siries_function .col3 a div,
	.spec_mainfunction .siries_function .function_txt {
		display:table-cell;
		width:40%;
		vertical-align:middle;
	}
	.spec_mainfunction .siries_function .function_txt {
		width:60%;
		box-sizing:border-box;
	}
	.spec_mainfunction .siries_function .col1 a div{
		width:30%;
	}
	.spec_mainfunction .siries_function .col1 .function_txt {
		width:70%;
	}
	.spec_mainfunction .siries_function li img {
		margin-top:0;
	}
	
	.mt0 {
		padding-top:0 !important;
	}
	
	.spec_mainfunction .siries_function .col1.tuner-row a div{
		width:40%;
	}
	.spec_mainfunction .siries_function .col1.tuner-row .function_txt{
		width:60%;
	}
	.spec_mainfunction .siries_function .col1.tuner-row li {
		width: 50%;
    max-width: 50%;
    flex-basis: 50%;
	}
	
	.spec_mainfunction {
		margin-top:50px;
		padding:0 15px;
	}
	
	.spec_main {
		margin-top: 60px;
		padding:0 15px;
	}
	.spec_table {
		margin-top:0;
	}
	
	.spec_table table td.size-ttl p {
		border-top: 1px solid #a0a0a0;
		text-align:center;
		margin:0 -10px;
		padding-top:5px;
	}
	.spec_table table td.size-ttl {
		padding-top:15px;
		padding-bottom:5px;
	}
	.spec_table table th {
		border:0;
		font-size: 1.1rem;
		font-weight: 300;
		text-align:center;
	}
	.spec_table table td {
    padding: 13px 0;
    border-right: 0;
    border-bottom: 1px solid #a0a0a0;
    vertical-align: middle;
    font-size: 1.1rem;
		font-weight: 300;
		color:#777777;
	}
	.spec_table table td.col1 {
		border-left: 0;
	}
	.spec_table + .spec_table {
		margin-top:30px;
	}
	.spec_table table td.col1 {
    padding-left: 10px;
    padding-right: 10px;
	}
	
	.spec_table .image-item .item-size {
		margin-top:25px;
		font-size:1rem;
	}
	.spec_table .image-item .item-detail {
		margin-top:5px;
		font-size:1rem;
	}
	
	.notation {
		padding:0 15px;
		font-size: 1rem;
	}
	
	.recycle-bl {
		margin-top: 30px;
		padding:0 15px;
	}
	h3.recycle-ttl {
		font-weight: bold;
		text-align:center;
		border-top: 1px solid #ccc;
    padding-top: 30px;
	}
	.recycle-txt {
		font-size: 1rem;
	}
	
	
	.toxic {
		width:auto;
		padding:0 15px;
	}
	
	.toxic h3 {
		text-align:center;
    font-weight: bold;
		color:#777777;
	}
	
	.toxic table {
    font-size: 1rem;
	}
	.toxic table th.col1 {
		width:auto;
	}
	.toxic table th.col3 {
		width:12%;
	}
	
	.annotation {
		font-size: 1rem;
	}
	
	.produce-annotation-list {
		padding:0 15px;
		font-size: 1rem;
	}
	.spec_table table td.image-item {
		text-align:center;
	}
	.spec_table .oled {
		background: #b18518 url(../../images/16b/icon_toggle_close.png) right 10px center no-repeat;
		background-size:13px auto;
	}
	.spec_table .active .oled {
		background-image: url(../../images/16b/icon_toggle_open.png);
	}
	
	
	.ac-cont {
		transition: 2s;
		height: 0;
		overflow: hidden;
	}
	.active .ac-cont {
		height: auto;
	}
	
	

	/*地色つきボックス*/
	.spec_asidebox{
		margin: 10px 15px 0;
		border-radius: 2px;
		padding: 10px 10px;
	}
	.spec_asidebox_inner{
		font-size: 1rem;
	}
	.spec_asidebox_ttl{
		font-size: 1.1rem;
	}
	.spec_asidebox_body{
	}
	.spec_asidebox_txt{
	}
	
	
	tbody.tspb{
	}
	tbody.tspb tr{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
	tbody.tspb tr > td{
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		display: block;
	}
	tbody.tspb .tspb_tr{
		display: block;
	}
	tbody.tspb .tspb_tr td{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding-left: 0;
		padding-right: 0;
	}
	tbody.tspb .tspb_tr td.col1{
		text-align: center;
		border-top: 1px solid #a0a0a0;
		padding: 5px 0;
		margin-top: 15px;
	}
	tbody.tspb .tspb_tr td.col2{
		text-align: center;
		border-width: 1px 0;
	}
	
}
/* slick */
.slick-slider
{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: url("../../images/16b/pager_off.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}

.slick-dots {
	margin-bottom:5%;
	margin-top: 2%;
}


.slick-dots li.slick-active button {
	background: url("../../images/16b/pager_on.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}


.container a:not([href]):hover {opacity: 1; }
.googleFont{
	font-style: normal !important;
	font-family: "メイリオ", Meiryo, Arial, Helvetica, "sans-serif";
}


.red-break {
	color: red;
	text-decoration: line-through;
}


.red-line{
	position: relative;
}
.red-line--hidden {
	overflow: hidden;
}

.red-line::after{
	margin: auto;
	content: '';
	position: absolute;
	top: 0;
	left: -15%;
	right: -15%;
	bottom: 0;
	display: block;
	width: 130%;
	height: 2px;
	background: red;
	transform: rotate(-32deg);
	transform-origin: center;
}
