@charset "utf-8";

/*----------------------------------------
 追加用のスタイルを下記へ記載
----------------------------------------*/
/* padding */
.pb0   { padding-bottom: 0 !important;}

/* margin */
.m0    { margin: 0 !important;}
.mb0   { margin-bottom : 0 !important;}
.mb5   { margin-bottom : 5px !important;}
.mb10  { margin-bottom : 10px !important;}
.mb15  { margin-bottom : 15px !important;}
.mb20  { margin-bottom : 20px !important;}
.mb25  { margin-bottom : 25px !important;}
.mb30  { margin-bottom : 30px !important;}
.mb35  { margin-bottom : 35px !important;}
.mb40  { margin-bottom : 40px !important;}
.mb45  { margin-bottom : 45px !important;}
.mb50  { margin-bottom : 50px !important;}
.mt10  { margin-top : 10px !important;}

/* border */
.img_border { border: 1px #cccccc solid;}

/*===========================
#page_top
=============================*/
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: -50px;
    z-index: 999;
}
#page_top a{
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
}
#page_top.footer-bottom {
    bottom: 120px !important;
}
@media print {
    #page_top{
        display: none;
    }
}

/*===========================
.searchList01
=============================*/
.searchList01__list {
	margin-top: 30px;
}
.searchList01__list table {
	width: 100%;
}
.searchList01__list ul {
	margin: 0 auto;
	padding: 0;
    width: fit-content;
}
.searchList01__list ul:after {
	content: "";
	clear: both;
	display: block;
}
.searchList01__list li {
	margin: 0;
	float: left;
    margin-left: 10px;
	list-style: none;
	box-sizing: border-box;
}
.searchList01__list li a {
    text-align: center;
}
.searchList01__list table {
    border: 1px solid #ccc;
}

.searchList01__list table tr:nth-child(odd) {
    background: #f3f4f7;
    border-right: 1px solid #cccccc;
}

.searchList01__list table th {
    width: 19%;
    padding: 10px 20px;
    text-align: center;
    background: #f3f4f7;
}

.searchList01__list table th.odd {
    background: #e9ecf2;
}

.searchList01__list table td{
    padding: 15px;
}

@media only screen and (max-width: 1024px) {
    .searchList01__list li {
        margin-bottom: 10px;
    }
    .searchList01__list table{
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }
    .searchList01__list table th,
    .searchList01__list table td{
        text-align: center;
        display: block;
        border-bottom: none;
    }
    .searchList01__list table tr:nth-child(odd){
        background: none;
    }
    .searchList01__list table td{
        padding: 10px;
        background: none;
    }
    .searchList01__list table th{
        width: auto;
        border-right: none;
    }
    .searchList01__list table th,
    .searchList01__list table th.odd{
        background: #dddddd;
    }

}
@media only screen and (max-width: 768px) {
    .searchList01__list ul {
        margin: 7px auto 0;
        width: 280px;
    }
}

/*===========================
.searchList02
=============================*/
.searchList02__list {
	margin-top: 30px;
}
.searchList02__list .heading01--lv03 {
	margin-bottom: 10px;
}

.searchList02__list .heading01--lv04 {
	font-weight: normal;
	padding: 5px 10px;
	border-bottom: 1px solid #CBCBCB;
}
.searchList02__list ul {
	width:100%;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.searchList02__list li {
	margin: 10px 0 0;
	padding: 0 5px;
    width: 30%;
    list-style: none;
    position: relative;
}
.searchList02__list ul li a,
.searchList02__list ul li a:visited{
    font-weight: bold;
    color: #fff;
    height: 100%;
    padding: 0;
}
.searchList02__list ul li a:hover{
    background: #3B5998;
    text-decoration: none;
}
.searchList02__list ul li a span{
    display: block;
    padding: 6px 15px 0 15px;
}
.searchList02__list ul li i ,
.searchList02__list ul li.tit {
    display: none;
}
.searchList02__list select {
	width: 100%;
	height: 40px;
}

@media only screen and (max-width: 767px) {
	.searchList02__list--maker h3 ,
	.searchList02__list--maker h4 ,
	.searchList02__list--maker ul {
	    display: none;
	}
	.searchList02__list {
	    margin-top: 5px;
	}
	.searchList02__list--type .heading01--lv04 {
		background: #E6E3E3;
		border-bottom: 0;
		margin-bottom: 1px;
		padding-left: 5px;
	}
	.searchList02__list--type li {
		float: none;
		background: #F6F6F6;
		width: 100%;
		margin: 0 0 1px;
		padding: 0;
	}
	.searchList02__list--type li a {
		position: relative;
		display: block;
	}
    .searchList02__list ul li a,
    .searchList02__list ul li a:visited {
        height: auto;
        font-weight: bold;
        color: #333;
    }
	.searchList02__list--type li a i {
        display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 14px;
		height: 14px;
        font-size: 16px;
		color: #CCC;
		font: normal normal normal 14px/1 FontAwesome;
	}
    .searchList02__list--type a.search_btn01 {
        border-radius: 0;
        padding: 1em 1em;
        color: #333;
        border: none;
        background-color: #f3f4f7;
    }
    .searchList02__list--type a.search_btn01.on:active {
        -ms-transform: none;
        -webkit-transform: none;
        transform:none;
        margin-bottom: 0;
    }
    .searchList02__list ul li a:hover {
        color: #fff;
    }
    .searchList02__list ul li a span{
        display: block;
        padding: 0;
    }
    .searchList02__list ul li.tit {
        display: block;
    }
	.searchList02__list ul li.tit a {
        color: #fff;
        background-color: #3B5998;
	}
}

/*===========================
.searchList03
=============================*/
.searchList03__list {
	margin-top: 30px;
}
.searchList03__list table {
	width: 100%;
}
.searchList03__list ul {
	margin: 0;
	padding: 0;
	width: auto;
    display: flex;
}
.searchList03__list ul:after {
	content: "";
	clear: both;
	display: block;
}
.searchList03__list ul li {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 10px;
    list-style: none;
    text-align: center;
    background-color: #e9ecf2;
    border-radius: 4px;
}
.searchList03__list ul li:last-child {
    margin-right: 0;
}
.searchList03__list ul li a {
    display: block;
    height: 100%;
    font-weight: bold;
    color: #333;
}
.searchList03__list ul li a:hover {
    text-decoration: none;
}
.searchList03__list ul li a:visited {
    color: #333;
}
.searchList03__list ul li .pic {
    margin: 0 auto 0;
    width: 120px;
    background: #fff;
    border-radius: 100px;
    padding: 25px 0;
}
.searchList03__list ul li .date {
    margin-bottom: 6px;
}
.searchList03__list ul li .pic img {
    width: 80px;
}
.searchList03__list ul li .txt {
    font-weight: normal;
    font-size: 13px;
    padding: 10px 20px;
}


/*===========================
.search btn
=============================*/

/* search btn01 */
a.search_btn01 {
    text-decoration: none;
    display: block;
    border-radius: 10px;
    padding: 0.5em 1em;
    font-weight: bold;
    color: #fff;
    background-color: #3B5998;
    border-top: 2px solid rgba(255,255,255,0.2);
    border-bottom: 3px solid rgba(0,0,0,0.2);
}
a.search_btn01.on:active {
    -ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    border-bottom: none;
    margin-bottom: 3px;
}
a.search_btn01.off {
    cursor: default;
	background-color:#e9ecf2;
    border-bottom: 2px solid #ebebeb;
    border-top: 3px solid #ebebeb;
	color:#fff;
}
a.search_btn01.wide {
    width: 56px;
}
/* search btn02 */
.search_btn02 {
    display: inline-block;
    text-align: center;
    width: 80%;
    background-color: #e9ecf2;
    color: #333;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 24px;
    position: relative;
}
/* search btn03 */
.search_btn03 {
    display: inline-block;
    text-align: center;
    background-color: #e9ecf2;
    color: #333;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 24px;
    position: relative;
}

/*===========================
table .typeTable01
=============================*/
.typeTable01 a {
    font-size: 12px;
    font-weight: normal;
}
.typeTable01 th {
    width: 30%;
    padding: 10px 0 10px 10px;
}
.typeTable01 td {
    width: 35%;
    padding: 10px 0 10px 10px;
}
.typeTable01 td img {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    
    .dataTable01__table {
        min-width: 100%;
    }
    .typeTable01 tbody th {
        display: none;
    }
    .typeTable01 thead th:first-child {
        display: none;
    }
    .typeTable01 td:before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
    }
}

/*===========================
table .typeTable02
=============================*/
.dataTable02__table {
    width: 100%;
    margin-top: 30px;
}
.dataTable02__table a {
    font-size: 12px;
    font-weight: normal;
}
.dataTable02__table th {
    width: auto;
    color: #fff;
    border: none;
    text-align: center;
    background: #3B5998;
}
.dataTable02__table td {
    width: auto;
    padding: 10px 20px;
    border: none;
    border: 5px solid #fff;
    vertical-align: middle;
    background: #f3f4f7;
}
.dataTable02__table td:nth-child(3) {
    width: 30%;
}
.dataTable02__table td:first-child {
    border-left: none;
}
.dataTable02__table td:last-child {
    border-right: none;
    width: 16%;
}
.dataTable02__table td .tit {
    display: none;
}

@media only screen and (max-width: 767px) {
    .dataTable02__table thead {
        display: none;
    }
    .dataTable02__table  tr {
        width: 100%;
    }
    .dataTable02__table  td {
        display: block;
        text-align: left;
        width: 100%;
        padding: 0;
        border: none;
        border-bottom: #fff 1px solid;
        background: #3B5998;
        border-radius: 0;
    }
    .dataTable02__table td:nth-child(3) {
        border-right: none;
        width: 100%;
    }
    .dataTable02__table td:last-child {
        width: 60%;
        margin: 0 auto;
    }
    .dataTable02__table td:nth-child(4n) {
        background: none;
        padding: 10px 0 40px 0;
        text-align: center;
    }
    .dataTable02__table td:after {
        clear: both;
        content: '';
        display: block;
    }
    .dataTable02__table  td span.tit {
        display: block;
        float: left;
        width: 20%;
        color: #fff;
        font-weight: bold;
        padding: 10px 0 10px 10px;
    }
    .dataTable02__table  td span.txt {
        display: block;
        float: right;
        font-size: 13px;
        width: 70%;
        padding: 10px 0 10px 10px;
        background: #f3f4f7;
    }
    .dataTable02__table  td a.search_btn01 {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        font-weight: bold;
        color: #3B5998;
        border: none;
        border: 1px solid #3B5998;
        border-radius: 50px;
        background: #fff;
        margin-bottom: 0;
        transform: none;
    }
    .dataTable02__table  td a.search_btn01.on:active {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        border-bottom: 1px solid #3B5998;;
        margin-bottom: auto;
    }
}


/*===========================
modal
=============================*/
.content{
    margin: 0 auto;
    padding: 40px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 924px;
}


/*===========================
tab
=============================*/
.panel{
    display:none;
}
.panel.is-show{
    display:block;
}

/*===========================
.btn-movie
=============================*/
.btn-movie {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #e08f00;
    color: #fff!important;
    border-bottom: solid 4px #bf6d00;
    border-radius: 50px;
}
.btn-movie:hover {
    text-decoration: none;
}
.btn-movie:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    border-bottom: none;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
    .btn-movie {
        bottom: 15px;
        right: 15px;
    }
}

/*===========================
top
=============================*/
.carousel01__indicators {
    position: static;
    margin-top: 15px;
}

/*===========================
product
=============================*/
.product .mainvisual {
    position: relative;
}
.product .panel{
    padding-top: 60px;
}
.product .mainvisual .figureBlock01__img {
    border: 1px solid #cfcfcf;
}
.product .featureBlock01 {
    position: relative;
    width: 100%;
    margin: 0 auto 50px;
}
.product .featureBlock01 .heading01 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:60%;
    height: 40px;
    margin:-33px auto 0;
    padding: 10px 0 15px 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border: none;
    border-radius: 50px;
    background: #398d03;
}
.product .featureBlock01 .heading01 span {
    display: block;
    font-size: 16px;
}
.product .featureBlock01.premium .heading01 {
    background: #621319;
}
.product .featureBlock01 .featureBlock01__visuals {
    background: #7fc31c;
    border-radius: 6px;
    padding: 55px 20px 20px;
}
.product .featureBlock01.premium .featureBlock01__visuals {
    background: #8f2326;
}
.product .featureBlock01 .featureBlock01__visuals ul {
    padding: 0;
    margin: 0;
}
.product .featureBlock01 .featureBlock01__visuals ul:after,
.product .featureBlock01 .featureBlock01__visuals ul:before {
    content: " ";
    display: table;
}
.product .featureBlock01 .featureBlock01__visuals ul:after {
    clear: both;
}
.product .featureBlock01 .featureBlock01__visuals ul li {
    float: left;
    width: 50%;
    list-style: none;
    box-sizing: border-box;
}
.product .featureBlock01__comic {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
}
.product .featureBlock01__comic li {
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
}
.product .featureBlock01__comic .more-check,
.product .featureBlock01__comic .more-label {
    display: none;
}
.product .featureBlock01__person {
    width: 90%;
    margin: 20px auto 0!important;
}
.product .featureBlock01__person li p {
    display: inline-block;
    margin: 0 8px 0 0;
}
.product .featureBlock01__person li p {
    color: #fff;
}
.product .featureBlock01__person li p span {
    display: block;
    font-weight: bold;
}
.product .featureBlock01__person li .featureBlock01__img {
    vertical-align: bottom;
}
.product .figureBlock01 {
    position: relative;
}
.product .figureBlock01 .decoration__img {
    position: absolute;
    max-width: 100%;
    height: auto;
}
.product #antibacterial .figureBlock01 .children01__img {
    bottom: 80px;
    right: -5px;
}
.product #antibacterial .figureBlock01 .children02__img {
    bottom: 80px;
    left: 42%;
}
.product #allergens .figureBlock01 .children01__img {
    bottom: -20px;
    right: 30px;
}
.product #allergens .figureBlock01 .children02__img {
    bottom: -20px;
    left: 0px;
}

@media only screen and (max-width: 767px) { 
    
    .product .panel{
        padding-top: 45px;
    }
    .product .featureBlock01 {
        width:100%;
        margin: 0 auto 30px;
    }
    .product .featureBlock01 .heading01 {
        width:80%;
        height: 25px;
        font-size: 15px;
        margin:-25px auto 0;
    }
    .product .featureBlock01 .heading01 span {
        font-size: 12px;
    }
    .product .featureBlock01 .featureBlock01__visuals {
        text-align: center;
        border-radius: 4px;
        padding: 35px 20px 20px;
    } 
    .product .featureBlock01 .featureBlock01__visuals ul li {
        float: none;
        width: 100%;
        text-align: center;
    }
    .product .featureBlock01__comic {
        position: relative;
        border-right: none;
        border-top: none;
    }
    .product .featureBlock01__comic li {
        margin-bottom: 10px;
        border: 2px solid #333;
    }
    .product .featureBlock01__comic .comic__item{
        padding-bottom: 40px;
    }
    .product .featureBlock01__comic .comic__item li:nth-child(n+2) {
        height: 0;
        opacity: 0;
        margin-bottom: 0!important;
        border: none!important;
        visibility: hidden;
    }
    .product .featureBlock01__comic .more-label {
        position: absolute;
        right: 0;
        left: 0;
        bottom: -20px;
        width: 130px;
        margin: auto;
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
    }
    .product .featureBlock01__comic .more-check:checked + .more-label + ul.comic__item li:nth-child(n+2) {
        height: auto;
        opacity: 1;
        margin-bottom: 10px!important;
        border: 2px solid #333!important;
        visibility: visible;
    }
    .product .featureBlock01__comic .more-check:checked + .more-label + ul.comic__item {
        padding-bottom: 0!important;
    }
    .product .featureBlock01__comic .more-check:checked + .more-label {
        display: none;
    }
    .product .featureBlock01__person {
        display: flex;
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }
    .product .featureBlock01__person li {
        width: 50%;
    }
    .product .featureBlock01__person li .txt {
        text-align: left;
        width: 80%;
    }
    .product .featureBlock01__person li br {
        display: none;
    }
    .product #antibacterial .figureBlock01 .children01__img {
        width: 16vw;
        bottom: 15vw;
        right: 20px;
    }
    .product #antibacterial .figureBlock01 .children02__img {
        width: 20vw;
        bottom: 15vw;
        left: 5px;
    }
    .product #allergens .figureBlock01 .children01__img {
        width: 16vw;
        bottom: -30px;
        right: 0;
    }
    .product #allergens .figureBlock01 .children02__img {
        width: 20vw;
        bottom: -30px;
        left: 0px;
    }
    
}

/*===========================
.search.data
=============================*/
/* data */
.search.data .figureBlock01__figure {
    text-align: center;
}
.search.data .menuBlock01--xSmall {
    margin-top: 7px;
}
.search.data .menuBlock01__content {
    margin: 0;
}
.search.data .group--btn {
    margin: 30px 0 30px 0;
    text-align: center;
}
/* replace */
.search.data .panel .cols__col--3 {
    width: 22.69939%;
    margin-left: 3.06748%;
    margin-bottom: 20px;
}
.search.data .panel .cols__col--3:nth-child(4n + 1) {
    clear: left;
    margin-left: 0;
}
.search.data .panel .cols__col--3 .attention {
    font-weight: bold;
    color: #e1002a;
}
.search.data .panel .cols__col--3 .advice {
    font-weight: bold;
    color: #0033cc;
}
.search.data .panel .cols__col--3 .reference {
    font-weight: bold;
}
.search.data .replaceNotice {
    margin-bottom: 10px;
}
.search.data .replaceNotice .uniqueList01 {
    margin: 10px 0 10px 1.5em;
}
.search.data .replaceNotice .uniqueList01__item {
    display: inline-block;
    margin-right: 45px;
}
.search.data .replaceNotice .uniqueList01__marker img {
    vertical-align: middle;
}
.search.data .replaceNotice .text01 {
    margin: 5px 0 0 0;
    font-size: 13px;
    font-weight: bold;
}
.search.data .replaceNotice .text01.red {
    color:#e1002a; 
}
.search.data .replaceNotice .text01.blue {
    color:#0033cc;
}
.search.data .unorderedList01__item .menuBlock01__content {
    min-height: 102px;
}

@media only screen and (max-width: 767px) {
    .search.data .panel .cols__col--3 {
        display: inline-block;
        vertical-align: top;
        width: 45%;
        margin: 10px 0 0 3.06748%;
    }
    .search.data .panel .cols__col--3:nth-child(4n + 1) {
        clear: left; 
        margin: 10px 0 0 3.06748%;
    }
}

/*===========================
store
=============================*/
.storeNav {
    display: none;
}
.storeTable01 {
    width: 100%;
}
.storeTable01 th {
    position: relative;
    text-align: center;
    padding: 8px 8px 30px 8px;
    background: #F6F6F6;
    border: 1px solid #ddd;
    background-clip: padding-box;
}
.storeTable01 th:nth-child(-n+3) {
    padding: 8px 10px;
}
.storeTable01 td {
    text-align: center;
    padding: 8px 10px;
    border: 1px solid #ddd;
}
.storeTable01 td:nth-child(n+4) {
    font-size: 18px;
}
.storeTable01 th .store_btn01 {
    display: block;
    font-size: 12px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 8px;
}
.storeTable01 td .store_btn01 {
    display: none;
}

@media only screen and (max-width: 767px) {
    .storeNav {
        display: block;
        width: 100%;
        height: 35px;
        line-height: 35px;
        margin-bottom: 10px;
        border-radius: 3px;
    }
    .storeTable01 {
        width: 100%;
    }
    .storeTable01 .thead {
        display: none;
    }
    .storeTable01 th,
    .storeTable01 td {
        border: none;
    }
    .storeTable01 td {
        display: block;
        padding: 10px;
        margin-bottom: 1px;
        font-size: 13px;
        text-align: right;
        background-color: #f3f4f7;
    }
    .storeTable01 td:first-child {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        background: #3B5998;
    }
    .storeTable01 td:last-child {
        margin-bottom: 20px;
    }
    .storeTable01 td:before {
        content: attr(data-label);
        float: left;
        margin-right: 10px;
    }
    .storeTable01 td:nth-child(n+4) {
        font-size: 13px;
    }
    .storeTable01 th .store_btn01 {
        display: none;
    }    
    .storeTable01 td .store_btn01 {
        display: inline-block;
        padding: 2px 10px;
        margin-left: 10px;
        color: #3B5998;
        border: 1px solid #3B5998;
        border-radius: 50px;
        background: #fff;
    }
    .storeTable01 td .store_btn01:hover {
        text-decoration: none;
        color: #fff;
        background: #3B5998;
    }
}


/*===========================
faq
=============================*/
.faqBlock01__content {
	display: none;
}

.faqBlock01 .faqBlock01__heading {
	cursor: pointer;
}


/*===========================
newslist
=============================*/

.btn-list-wrap {
	overflow: hidden;
	}
.btn-list {
	float: right;
	}
a.btn-list {
	display: inline-block;
	border: 1px solid #CCC;
	color: #333;
	text-decoration: none;
	padding: 5px 10px;
	font-size:0.85rem;
	font-weight: normal;
	outline: none;
	}
a.btn-list:hover {
	background-color: #F9F9F9;
	}
.icon {
	font-style: normal;
	text-align: center;
	font-size: 12px;
	padding: 4px 7px 3px;
	line-height: 1.1;
	margin: 0 5px;
	}
.icon-new {
	display: inline-block;
	background-color:#C5200E;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	}


/*===========================
検索窓
=============================*/
.gHeader__search {
    top: -260px!important;
}
.gHeader__search--open {
    top: -10px!important;
}
@media only screen and (max-width: 767px){
    .gHeader__search {
        top: 0!important;
    }
}


/*===========================
table
=============================*/

.table_common{
	width:100%;
}

.table_common, .table_common th, .table_common td{
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.table_common th {
	padding: 4px;
	font-weight: bold;
	background: #3f3f3f;
	color: #ffffff;
}

.table_common td {
	padding: 4px;
}

.table_common img {
	display: block;
	width: 50%;
	margin: 0 auto;
}

.table_common th.img_cell {
    background-color: #E8E8E8 !important;
}


/*===========================
TOPページ ソフトリリース情報・トピックス
=============================*/


.info_container {
	width: 100%;
	overflow: hidden;
}


.info {
	width: 49%;
	float: left;
}


.info:first-child {
	margin-right: 2%;
}


.info_list {
	height: 250px;
	overflow-y: auto;
}


@media only screen and (max-width: 767px){
    .info {
        width: 100%;
    }
	
	.info_list {
		height: 150px;
		overflow-y: auto;
	}
}


/*===========================
TOPページ よくあるご質問ショートカット
=============================*/

.faq_sc_flex {
	display: flex;
	justify-content: center;
	list-style: none;
}

.faq_sc_title {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	padding: 80px 0 0 5px;
	background: url(../../../../../dst-i/images/mark05.gif) repeat-x left bottom;
}

.faq_sc_frame {
	height: 200px;
	width: 345px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: #bbbbbb solid 1px;
}

.faq_sc_pickup_main {
	font-size: 12px;
	margin-left: 0.7em;
	margin-right: 0.7em;
}

.faq_sc_pickup {
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 1.2;
	color: black;
}

.faq_sc_redstar {
	color:red;
	-webkit-animation: blink 1s ease infinite;
	animation: blink 1s ease infinite;
}

@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
