.modal__popup {
	display: none;
}

.modaal-close {
	position: absolute;
}

.modaal-wrapper .modaal-close {
	background: #fff;
}

.modaal-close::before, .modaal-close::after {
	display: none;
}

.modaal-close span {
	display: block;
	position: relative !important;
	top: 0;
	left: 0;
	z-index: 1;
}

.modaal-close span::before, .modaal-close span::after {
	content: '';
	display: block;
	position: absolute;
	background: #7d7ebf;
	border-radius: 0;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

.modaal-close span::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-close span::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media (min-width: 768px) {
	.modaal-container {
		width: auto;
	}
	.modaal-close {
		top: 0;
		right: -85px;
		width: 75px;
		height: 75px;
	}
	.modaal-close span {
		width: 75px !important;
		height: 75px !important;
	}
	.modaal-close span::before, .modaal-close span::after {
		top: 12px;
		left: 30px;
		width: 4px;
		height: 44px;
	}
	.modaal-content-container {
		padding: 50px 70px 60px;
         font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "���S�V�b�N" , "Yu Gothic" , "���S�V�b�N��" , "YuGothic" , "Meiryo UI" , "���C���I" , Meiryo , "�l�r �o�S�V�b�N" , "MS PGothic" , sans-serif;


	}
	.modaal-inner-wrapper {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.modaal-close {
		top: -55px;
		right: 0;
		width: 50px;
		height: 50px;
	}
	.modaal-close span {
		width: 50px !important;
		height: 50px !important;
	}
	.modaal-close span::before, .modaal-close span::after {
		top: 5px;
	    left: 15px;
	    width: 3px;
	    height: 24px;
	}
	.modaal-content-container {
		padding: 20px;
    	 font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "���S�V�b�N" , "Yu Gothic" , "���S�V�b�N��" , "YuGothic" , "Meiryo UI" , "���C���I" , Meiryo , "�l�r �o�S�V�b�N" , "MS PGothic" , sans-serif;


	}
	.modaal-inner-wrapper {
		padding: 55px 20px 20px;
	}
}

.list__group {
	display: block;
}

.list__group > .row:first-child {
	border-top: 2px solid #ffd200;
}

.list__group > .row:last-child .col-th {
	border-bottom: 2px solid #ffd200;
}

.list__update, .list__remarks, .list__common_remarks {
	line-height: 1.5;
}

.list__update {
	text-align: right;
}

.list__error {
	line-height: 1.0;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.list__group-01 {
		margin-bottom: 28px;
	}
	.list__update, .list__remarks, .list__common_remarks {
		font-size: 12px;
	}
	.list__update + .list__common_remarks,
	.list__update + .list__remarks {
		margin-top: 12px;
	}
	.list__close {
		display: none;
	}
	.list__error {
		padding-top: 10px;
	}
}

@media (max-width: 767px) {
	.list__update, .list__remarks, .list__common_remarks {
		font-size: 15px;
	}
	.list__update + .list__common_remarks,
	.list__update + .list__remarks {
		margin-top: 15px;
	}
	.modaal-wrapper .list__close {
		font-size: 16px;
		display: block;
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		width: 100%;
		height: auto;
		font-weight: bold;
		text-align: center;
		color: #7d7ebf;
		line-height: 1.0;
		border: 2px solid #7d7ebf;
		border-radius: 20px;
		margin-top: 40px;
		padding: 20px 0;
		box-sizing: border-box;
		transition: .2s ease-in-out;
		cursor: pointer;
	}
	.modaal-wrapper .list__close span {
		display: inline-block;
		position: relative;
		width: auto !important;
		height: auto !important;
		padding: 1px 0 1px 26px !important;
		box-sizing: border-box;
	}
	.modaal-wrapper .list__close span::before, .modaal-wrapper .list__close span::after {
		content: '';
		display: block;
		position: absolute;
		top: -2px;
		left: 7px;
		width: 3px;
		height: 22px;
		background: #7d7ebf;
		box-sizing: border-box;
	}
	.modaal-wrapper .list__close span::before {
		transform: rotate(45deg);
	}
	.modaal-wrapper .list__close span::after {
		transform: rotate(-45deg);
	}
	.modaal-wrapper .list__close:hover {
		opacity: 0.8;
	}
}

.list .row {
	display: table;
	table-layout: fixed;
	width: 100%;
	word-wrap: break-word;
}

.list .col-th, .list .col-td {
	display: table-cell;
	line-height: 1.3;
	box-sizing: border-box;
}

.list .col-th {
	font-weight: bold !important;
	background: #ffd200;
	border-bottom: 2px solid #fff;
}

.list .col-td {
	border: 2px solid #ffd200;
	border-top: none;
	border-left: none;
}

@media (min-width: 768px) {
	.list .col-th, .list .col-td {
		font-size: 14px;
		vertical-align: middle;
		padding: 18px 10px;
	}
}

@media (max-width: 767px) {
	.list .col-th, .list .col-td {
		font-size: 16px;
		padding: 8px 5px;
	}
	.list .col-th > span {
		display: block;
	}
}

.composition_list__ttl {
	line-height: 1.0;
	border-left: 5px solid #ffd200;
	box-sizing: border-box;
}

.composition_list__ttl span {
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 768px) {
	.composition_list {
		display: flex;
	}
	.composition_list__ttl {
		font-size: 18px;
		margin-bottom: 10px;
		padding-left: 5px;
	}
	.composition_list__ttl span {
		font-size: 14px;
	}
	.composition_list__caption {
		font-size: 12px;
		margin-top: 10px;
	}
	.composition_list__box {
		box-sizing: border-box;
	}
	.composition_list__box-01 {
		width: 100%;
		max-width: 585px;
	}
	.composition_list__box-01 .col-th {
		width: 160px;
	}
	.composition_list__box-02 {
		width: 100%;
		max-width: 275px;
		margin-left: 29px;
	}
	.composition_list__box-02 .col-th {
		width: 108px;
	}
}

@media (max-width: 767px) {
	.composition_list__ttl {
		font-size: 16px;
		margin-bottom: 10px;
		padding-left: 5px;
	}
	.composition_list__ttl span {
		font-size: 11px;
	}
	.composition_list__caption {
		font-size: 16px;
		margin-top: 5px;
	}
	.composition_list__box {
		margin-bottom: 20px;
	}
	.composition_list__box .col-th {
		width: 120px;
	}
}
.inf-mod-wrap{display: flex; width: 100%; justify-content: space-around; flex-wrap: wrap;padding-bottom: 50px;}
.ing-mod-btn{width:300px; padding: 20px; text-align: center; border: 2px solid #CCC;display: flex; justify-content: center;align-items: center; }

@media (max-width: 767px) {
.inf-mod-wrap{justify-content: center;}
.ing-mod-btn{width:80%;margin-bottom: 30px; }

}


/*-------------------------------------------- */
/* Customize
---------------------------------------------- */

html.is-modaal {
	overflow: hidden;
}
.modaal-noscroll {
	height: auto !important;
}
.modaal-container {
	color: #666;
}
/*
.modaal-content-container {
	font-family: 'SawarabiMin' !important;
}
*/
@media screen and (min-width: 751px) {

	.modaal-content-container {
		font-family: 'NotoSansJP-Regular';
	}
}
@media screen and (max-width: 750px) {

	.modaal-content-container {
		font-family: '�q���M�m�p�S ProN W3', 'Hiragino Kaku Gothic ProN', '���C���I', Meiryo, '�l�r �o�S�V�b�N', sans-serif;
	}
}
.modaal-close span::before, .modaal-close span::after {
	background: #f18481;
}
.composition_list__ttl {
	font-weight: bold;
}
.col-th {
	position: relative;
	font-weight: normal !important;
}
.list__group > .row:first-child .col-th:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-top: 2px solid #ffd200;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 2;
}
.modaal-wrapper .list__close {
	border: none !important;
	background-color: #ffd200;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.modaal-wrapper .list__close span {
	height: 28px !important;
	background: url(../images/btn_close.svg) left center no-repeat;
	background-size: 28px;
	padding: 6px 0 1px 36px !important;
}
.os_win .modaal-wrapper .list__close span {
	padding: 8px 0 1px 36px !important;
}
.modaal-wrapper .list__close span:before,
.modaal-wrapper .list__close span:after {
	display: none;
}
button.modaal-close span {
	text-indent: -9999px;
}

/*-------------------------------------------- */
/* .media_sp
---------------------------------------------- */

@media screen and (max-width: 750px) {

.media_sp .modaal-inner-wrapper {
	padding: 128px 30px 60px !important;
}
.media_sp .modaal-content-container {
	position: relative;
/* 	margin: 190px auto 30px auto; */
	margin-left: auto;
	margin-right: auto;
	width: 92% !important;
	padding: 34px 0 50px 0 !important;
}
.media_sp .composition_list__ttl {
	padding: 0 0 0 14px !important;
	margin: 0 0 20px 0 !important;
	border-left: 10px solid #ffd200 !important;
	font-size: 30px !important;
}
.media_sp .composition_list__ttl span {
	font-size: 30px !important;
}
.media_sp .composition_list__box {
	margin-bottom: 46px !important;
}
.media_sp .col-th {
	padding: 20px !important;
	box-sizing: border-box !important;
	text-align: left !important;
	line-height: 1.4 !important;
	width: 45% !important;
	vertical-align: top !important;
	font-size: 30px !important;
}
.media_sp .col-td {
	padding: 20px !important;
	text-align: left !important;
	vertical-align: top !important;
	font-size: 30px !important;
	line-height: 1.4 !important;
}
.media_sp .composition_list__caption {
	margin: 20px 0 0 0 !important;
	font-size: 30px !important;
}
.media_sp .list__update,
.media_sp .list__remarks,
.media_sp .list__common_remarks {
	font-size: 30px !important;
	line-height: 1.5;
}
.media_sp .modaal-wrapper .list__close {
	margin: 30px auto 0 auto;
	padding: 16px 0 14px 0;
	text-align: center;
	text-decoration: none;
	font-size: 34px;
	line-height: 52px;
	color: #ffffff;
	background-color: #ffd200;
}
.media_sp.os_android .modaal-wrapper .list__close {
	padding: 22px 0 14px 0;
}
.media_sp .modaal-wrapper .list__close span {
	display: inline-block;
	height: 48px !important;
	background: url(../images/btn_close.svg) left 2px no-repeat;
	background-size: 46px;
	padding: 0 0 1px 60px !important;
}
.media_sp.os_android .modaal-wrapper .list__close span {
	background: url(../images/btn_close.svg) left 0 no-repeat;
	background-size: 46px;
}
.media_sp button.modaal-close {
	top: -112px;
	right: 0;
	width: 98px;
	height: 98px;
	background: url(../images/btn_close.svg) 0 0 no-repeat;
	background-size: contain;
}
.media_sp button.modaal-close span:before,
.media_sp button.modaal-close span:after {
	display: none;
}

}

.modaal-overlay {
	background-color: rgb(255, 198, 0) !important;
}
#specialMaterial span {
    display: inline-block;
    background: #FB9117;
    color: #fff;
    padding: 3px 10px;
    border-radius: 50px;
    margin-top: 3px;
}