html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
	color: #333333;
}

.fa-red {
	color: #cf2e2e;
}

.fa-blue {
	color: #0693e3;
}

.text-underline {
	text-decoration: underline;
}

img {
	margin: auto;
}

.wrapper { 
    --tw-bg-opacity: 1;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	justify-content: space-between;
}

.main {
	width: 100%;
	/* max-width: 375px; */
	flex: 1;
	margin-bottom: 5rem !important;
}

.layout-header {
	height: 79px;
	margin-bottom: 20px;
}

.sp-header {
    display: none;
}

.header-kuu {
	margin-left: 17vw;
}

.header-center {
	position: relative;
	right: 10%;
}

.footer {
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
	padding: 10px 0;
}

.heading { 
    --tw-text-opacity: 1;
	color: rgba(51, 51, 51, var(--tw-text-opacity));
	padding: 24px 0px;
	font-weight: 900;
	text-align: center;
	font-size: 20px;
}

.bg-gray-50 {
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.text-gray-950 {
	--tw-text-opacity: 1 !important;
	color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.text-base {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border-0 {
	border-width: 0px !important;
}

.el-card {
	border-radius: 4px;
	border: 1px solid #ebeef5;
	background-color: #fff;
	overflow: hidden;
	color: #000;
	transition: 0.3s;
}

.ec-line026__item-information {
	border-top-width: 1px;
	border-style: solid;
	border-color: #13155d1a; 
    --tw-border-opacity: 0.1;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.ec-line026__item-information__col {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	line-height: 1.5;
}

.ec-line026__item-information__col.col-1 {
	border-right-width: 1px;
	border-style: solid;
	border-color: #13155d1a; 
    --tw-border-opacity: 0.1;
	font-weight: 900;
}

.ec-line026__item-information__col.col-2 {
	white-space: pre-wrap;
}

.ec-line026__item-information:last-child {
	border-bottom-width: 1px;
}

.bg-gray-50 {
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

h3 {
	color: #333333;
	font-weight: 900;
}

table {
	width: 100%;
	margin-bottom: 0.5rem;
}

table tr th, table tr td {
	border: 1px solid #c4c4c4;
	text-align: left;
	color: #333333;
	font-weight: 400;
	padding: 12px 10px;
}

table tr th {
	background-color: #f1f1f1;
}

.order_notice .top_title {
    padding-top: 6vh;
    font-size: 1.5rem;
	line-height: 1.2;
	color: #f70500;
	font-weight: 700;
}

.order_notice .item {
	padding-top: 20px;
}

.order_notice .title {
	padding: 16px 22px 14px 22px;
	background-color: #efefef;
	font-size: 16px;
	line-height: 1.2;
	color: #111;
	font-weight: 700;
}

.order_notice .text {
	padding: 20px 10px 0 10px;
	font-size: 16px;
	line-height: 1.5;
	color: #111;
	font-weight: normal;
}

.deferred_payment img {
	margin-left: 0;
}

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

    html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li {
        font-size: 93%;
    }

    .layout-header {
        height: 59px;
        margin-bottom: 10px;
    }

    .pc-header {
        display: none;
    }

    .sp-header {
        display: block;
    }

    .header-kuu {
        margin-left: 7vw;
        position: absolute;
        top: -15px;
    }

    .header-center {
        top: -15px;
        right: 0;
    }

    .heading {
        font-size: 16px;
    }

    .atodene {
        margin-bottom: 10px;
    }

    .order_notice .title {
        font-size: 13px;
        padding: 10px 7px;
    }

    .order_notice .text {
        font-size: 12px;
    }

}
