.inner{
	max-width: 1200px;
	margin: 0 auto;
}
#main{
	/*padding-bottom: 120px;*/
	max-width: 1200px;
	width: auto;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.head_wrap>ul{
	display: flex;
}
.logo {
	margin-bottom: 0;
	margin-right: 40px;
}
.logo a{
	display: block;
	padding: 30px 0;
}
.logo img{
	display: block;
	height: 40px;
}
.head_wrap .nuv_li02{
	min-height: 100%;
	display: flex;
	align-items: center;
	margin-left: 40px;
}
.head_wrap ul > li > a {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  line-height: 21px;
}
.head_wrap .nuv_li02>a{
	height: 100px;
	display: flex;
	align-items: center;
}
.nav__item>a {
	position: relative;
}
.nav__item>a:after{
	content: '';
	width: 0;
	height: 2px;
	background: #d70029;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.nav__item:hover, .nav__item .on {
  border-bottom: none;
}
.nav__item:hover>a:after{
	width: 100%;
}
.nuv_li {
    height: 100px;
    display: flex;
    align-items: center;
}
.nuv_li .nuv_icon{
	font-size: 21px;
	line-height: 21px;
	margin-bottom: 4px;
}
.nuv_li+.nuv_li{
	margin-left: 40px;
}

.menu-img {
	width: 345px;
	height: 216px;
	margin-right: 40px;
}
.menu-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.menu_wrap{
	width: calc(100% - 395px);
}
.menu_wrap ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.menu_wrap li{
	width: 25%;
	margin-top: 10px;
}
.menu_wrap li a{
	font-weight: normal;
}
.font-weight-bold{
	font-weight: 600;
}
.menu_wrap .font-weight-bold a{
	font-weight: 600;
}
.menu_wrap_title{
	margin: 0;
	margin-bottom: 10px;
}
.menu{
	padding: 40px 0;
	border-top: 1px solid #CFCFCF;
	display: none;
}
.menu_wrap-item_title{
	margin-bottom: 10px;
}
.menu_wrap-item_title a{
	color: #333;
	text-decoration: none;
}
#bottom .footwrap .wrap_li {
    width: 100%;
    justify-content: space-between;
}
#bottom .footwrap .wrap_in ul{
	width: 180px;
}
.text-center {
	text-align: center;
}
#contents #main .home-top .text-area{
	padding-top: 100px;
}
#contents #main .home-top .text-area p {
  font-size: 15px;
  line-height: 30px;
  margin: 0;
}
.application{
	padding-top: 100px;
}

.product_list{
	margin: -40px -20px 0;
}
.card{
	width: calc(100%/4 - 40px);
	margin: 40px 20px 0;
}
.card-img-top{
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 5px;
}
.card .reserve_img {
	width: 55px;
	height: auto;
}
.card .good_img{
	width: 23px;
	height: auto;
}
.home-more{
	margin-top: 50px;
	text-align: center;
}
.home-more .btn01{
	display: inline-block;
	text-decoration: none;
	font-size: 20px;
	line-height: 30px;
	padding: 20px 0;
	width: 450px;
	max-width: 100%;
}
.howto{
	padding: 35px 50px;
	margin: 70px auto ;
}
.home-top{
	padding-bottom: 100px;
}
.sidebar{
	padding: 0;
}
.sidebar_en{
	margin: 30px 0 30px 30px;
}
.sidebar_en:before{
	left: calc(-30px - 7.5px);
	top: 50%;
	margin-top: -7.5px;
}

.single_list {
	display: flex;
	flex-wrap: wrap;
	margin: -40px -20px 0;
}
.single_list li {
	width: calc(25% - 40px);
	margin: 40px 20px 0;
}

.cat_list {
	display: flex;
	flex-wrap: wrap;
	margin: -30px 0 0;
	justify-content: center;
	text-align: center;
}
.cat_list > li {
	width: 25%;
	margin: 30px 0 0;
}
.cat_list > li > a > img{
	width: 70px;
	height: 70px;
	object-fit: contain;
	padding: 5px;
	margin-right: 20px;
}
#contents #main .single_list > li p.img {
	height: 180px;
	border-radius: 5px;
	overflow: hidden;
}
#contents #main .single_list > li p.img img{
	height: 100%;
	object-fit: cover;
}
.adress {
	justify-content: space-between;
}
.adress li{
	padding-left: 35px;
}
.tips{
	position: relative;
	padding-left: 1.2em;
}
.tips1-1{
	position: relative;
	padding-left: 2.2em;
}
.tips2{
	position: relative;
	padding-left: 2em;
}
.tips3{
	position: relative;
	padding-left: 3em;
}
.tips5{
	position: relative;
	padding-left: 5em;
}
.tips-span{
	position: absolute;
	left: 0;
	top: 0;
}
.tips1-1 .tips-span{
	left: 1.2em;
}
.color-D2241B{
	color: #D2241B;
}
.application-box{
	margin-top: 40px;
	border: 1px solid #9BC181;
	border-radius: 5px;
	padding: 30px;
	background: #fff;
}
.application-box p{
	font-size: 15px;
	line-height: 30px;
	margin: 0;
}
.pb-100{
	padding-bottom: 100px;
}
.pt-100{
	padding-top: 100px;
}
.p-tb-100{
	padding: 100px 0;
}

#mainLogin.contentBox .subBox{
	width: calc(50% - 20px);
	margin: 0;
}
#mainLogin.contentBox .subBox:nth-child(2n){
	margin-left: 40px;
}
#mainLogin.contentBox dl.commonDl dt {
	padding: 10px 0;
}
#mainLogin.contentBox dl.commonDl dd{
	padding: 10px 0;
}
#mainLogin.contentBox dl.commonDl dt+dd{
	padding-top: 0;
}
.contentBox.contentWrap dl.commonDl dt{
	padding-left: 0;
	padding-top: 10px;
	font-size: 15px;
	line-height: 21px;
}
.contentBox.contentWrap dl.commonDl dd{
	flex-wrap: wrap;
	font-size: 15px;
	line-height: 21px;
}
.contentBox.contentWrap dl.commonDl dd>a{
	color: #D2241B;
	text-decoration: none;
    margin-left: 20px;
}
.contentBox dl.commonDl dd input[type=text],.contentBox dl.commonDl dd input[type=password],.contentBox dl.commonDl dd input[type=date] {
    height: 50px;
    border: 1px #BFBFBF solid;
	padding: 15px 10px;
}
#contents form input[type=text]#phone2, #contents form input[type=text]#phone3 {
	/*margin-left: 20px;*/
}

.contentBox dl.commonDl {
	display: table;
	width: 100%;
}
.contentBox dl.commonDl .gray_tbl{
	padding: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.contentBox.contentWrap dl.commonDl .gray_tbl{
	padding: 10px;
	height: auto;
	min-height: 52px;
	float: none;
	display: table-cell;
}
.contentBox.contentWrap .inside {
    padding: 0;
}

.contentBox h4.subTtl{
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	border: none;
	padding: 20px 0;
}
#mainCart div.orderBox{
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
#mainCart div.orderBox .thumb {
    width: 29.5%;
}
#mainCart div.orderBox .outline {
    float: right;
    width: 66.5%;
}

.cart-table-tips{
	border-top: #878787 solid 1px;
	margin: 10px -10px 0;
	padding: 0 10px;
}
.reserve-time-box p{
	margin: 0;
}
.contentBox dl.commonDl dd .cart_btn_01{
	color: #fff;
	padding: 10px;
	font-size: 15px;
	line-height: 20px;
	border-radius: 5px;
}
.contentBox dl.commonDl dd .edit_btn{
	background: #9BC181;
	border-color: #9BC181;
}
.contentBox dl.commonDl dd .del_btn{
	background: #C7120F;
	border-color: #C7120F;
}

#side_menu.side_menu{
	float: none;
	width: 100%;
}

.privacy-item p{
	margin: 0;
	line-height: 28px;
}
.privacy-box01{
	border: 1px solid #878787;
	padding: 40px;
	margin-top: 30px;
	display: inline-block;
}
.privacy-box01 p+p{
	margin-top: 6px;
}

.contact-tel{
	background: #d2241b;
	text-align: center;
	padding: 40px;
	border-radius: 5px;
}
.contact-tel h4 {
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: normal;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.contact-tel h4 i {
	font-size: 25px;
	margin-right: 10px;
}
.contact-tel p{
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	margin: 0;
	margin-top: 12px;
}

.contentBox dl.commonDl dd input{
	box-sizing: border-box;
}
.contentBox dl.commonDl dd .w50{
	width: 50%;
}
.contentBox dl.commonDl dd .w100{
	width: 100%;
}
.contentBox dl.commonDl dd select{
	height: 50px;
	border: 1px #BFBFBF solid;
	padding: 15px 10px;
	max-width: 100%;
}
.contentBox dl.commonDl dd .w50-ipt{
	width: calc(100% - 1em - 0.5rem);
}

input#header-menu {
    display: none;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    overflow: hidden;
    padding: 0;
    clip: rect(0, 0, 0, 0);
}
.menu-btn {
    display: none;
}
.header-menu {
    background: var(--main);
	visibility: hidden;
	display: none;
}
.header-menu ul {
    display: flex;
    justify-content: center;
    gap: 0 15px;
    list-style: none;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.header-menu ul li a {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 18px 25px;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
	font-size: 15px;
}

:root {
    --main: #D2241B;
    --acsent: #ED6D00;
    --attention: #FFF100;
}
.donation-img{
	border-radius: 5px;
	overflow: hidden;
}
.donation-img img {
	width: 100%;
	display: block;
}
.donation-desc{
	margin-top: 70px;
}
.donation-desc p{
	line-height: 28px;
}
.bg-F4F8F1{
	background: #F4F8F1;
}
.donation-box{
	margin-top: 35px;
	padding: 40px;
}
.donation-box h4,.donation-box p{
	font-size: 15px;
	line-height: 28px;
	margin: 0;
}
.donation-box h4{
	margin-bottom: 8px;
}
.contentBox dl.commonDl dd input[type="checkbox"]{
	height: 24px;
	width: 24px;
	margin-right: 10px;
}
.contentBox dl.commonDl dd input[name="lnm"],.contentBox dl.commonDl dd input[name="fnm"],.contentBox dl.commonDl dd input[name="lnm_cap"],.contentBox dl.commonDl dd input[name="fnm_cap"]{
	width: calc((100% - 4em - 22px)/2);
}
.pad{
	display: none;
}
.contentBox dl.commonDl dd input{
	max-width: 100%;
}
.btn_center{
	flex-wrap: wrap;
}
.contentBox dl.commonDl dd select[name="addr_list"]{
	max-width: calc(100% - 45px);
}
.btn_center a {
	cursor: default;
}
@media screen and (max-width: 1300px) {
	.inner{
		padding: 0 50px;
	}
	#pkz{
		padding-left: 50px;
		padding-right: 50px;
	}
	#bottom .footwrap .wrap_in ul {
	    width: calc((100vw - 104px)/7);
	}
	.head_wrap .nuv_li02 {
	    margin-left: 20px;
	}
	.nuv_li+.nuv_li {
	    margin-left: 20px;
	}
	.logo {
	    margin-right: 20px;
	}
	.adress li{
		padding-left: 15px;
		font-size: 12px;
	}
	
	.low.btn_center{
		gap: 20px;
		margin-top: 3rem;
	}
	.low.btn_center a{
		margin-left: 0;
	}
	.btn_center .btn02_re,.btn_center .btn02{
		margin-top: 0 !important;
	}
}
@media screen and (max-width: 1000px) {
	.inner{
		padding: 0 20px;
	}
	#ec_head {
	    display: block!important;
	}
	.logo a {
	    padding: 15px 0;
	}
	.head_wrap>ul .nuv_li02,.head_wrap>ul .nuv_li{
		display: none;
	}
	input#header-menu {
	    display: none;
	}
	.menu-btn {
	    display: block;
	    width: 30px;
	    height: 30px;
	    position: fixed;
	    top: 20px;
	    right: 15px;
	    cursor: pointer;
	    z-index: 999;
	}
	
	.menu-btn span {
	    display: block;
	    width: calc(100% - 10px);
	    height: 2px;
	    background: var(--main);
	    border-radius: 50px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    transition: 0.5s ease-out;
	    box-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
	}
	.menu-btn span:nth-child(1) {
	    transform: translate(-50%, calc(-50% - 7px) );
	}
	.menu-btn span:nth-child(3) {
	    transform: translate(-50%, calc(-50% + 7px) );
	}
	
	#header-menu:focus ~ .menu-btn {
	    outline: 1px solid blue;
	}
	
	#header-menu:checked ~ .menu-btn span:nth-child(1) {
	    transform: translate(-50%, calc(-50%)) rotate(405deg);
	}
	#header-menu:checked ~ .menu-btn span:nth-child(2) {
	    opacity: 0;
	}
	#header-menu:checked ~ .menu-btn span:nth-child(3) {
	    transform: translate(-50%, calc(-50%)) rotate(-405deg);
	}
	
	.header-menu {
	    width: 100%;
	    position: fixed;
	    top: 70px;
	    left: 0;
	    background-color: #fff;
	    opacity: 0;
	    transition: 0.5s;
	    visibility: hidden;
	    z-index: 999;
		height: calc(100vh - 70px);
		overflow-y: auto;
	}
	
	#header-menu:checked ~ .header-menu {
	    opacity: 1;
	    visibility: visible;
		display: block;
	}
	.header-menu ul {
	    display: block;
		padding: 0;
	}
	.header-menu ul li{
		border-bottom: 1px solid #878787;
		height: auto;
	}
	.header-menu ul li a {
	    font-size: 1rem;
	    text-align: left;
	}
	.header-menu .nuv_li>a,.header-menu .nuv_li02>a,.header-menu .nuv_li02>p{
		color: #333;
		padding: 20px;
		height: auto;
		display: flex;
		width: 100%;
		margin: 0;
		font-weight: 600;
		font-size: 15px;
		line-height: 20px;
	}
	.header-menu .nuv_li,.header-menu .nuv_li02 {
	    margin-left: 0;
		display: block;
	}
	.nuv_li .nuv_icon {
	    font-size: 16px;
	    margin-bottom: 0;
	    margin-right: 10px;
	}
	.has-meun-sp p{
		position: relative;
	}
	.has-meun-sp p i{
		position: absolute;
		width: 20px;
		height: 20px;
		right: 20px;
		top: 20px;
	}
	.has-meun-sp p i:before ,.has-meun-sp p i:after {
		content: '';
		width: 10px;
		height: 2px;
		background: #878787;
		position: absolute;
		left: 6px;
		top: 10px;
	}
	.has-meun-sp p i:after {
		transform: rotate(90deg);
	}
	.header-menu .nuv_li,.header-menu .nuv_li02{
		position: relative;
	}
	.header-menu .nuv_li:after,.header-menu .nuv_li02:after{
		content: '';
		width: 0;
		height: 0;
		border-left: 10px solid #878787;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		position: absolute;
		right: 25px;
		top: 25px;
		left: auto;
		background: transparent;
	}
	.header-menu .nuv_li02.has-meun-sp:after{
		display: none;
	}
	.has-meun-sp .menu{
		padding: 0;
		border-top: none;
		position: relative;
	}
	.header-menu .has-meun-sp li {
	    border-bottom: none;
	}
	.header-menu .has-meun-sp a{
		color: #333;
		padding: 10px 20px;
		height: auto;
		font-weight: normal;
		font-size: 15px;
		line-height: 20px;
	}
	.has-meun-sp:hover {
	    border-bottom: 1px solid #878787;
	}
	.has-meun-sp.active p i:before ,.has-meun-sp.active p i:after{
		display: none;
	}
	.header-menu .has-meun-sp.active:after{
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-left: 10px solid #878787;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		position: absolute;
		right: 25px;
		top: 25px;
		left: auto;
		background: transparent;
	}
	#contents {
		padding-top: 70px;
	}
	
	#bottom .footwrap .wrap_li {
		flex-wrap: wrap;
	}
	#bottom .footwrap .wrap_li>div{
		width: 100%;
		border-bottom: 1px solid #C7120F;
	}
	.adress {
	    flex-wrap: wrap-reverse;
		margin-top: 30px !important;
		padding-top: 0 !important;
	}
	.adress li {
	    width: 100%;
		padding: 6px 0;
	}
	#bottom li a{
		display: block;
		font-size: 15px;
		line-height: 25px;
	}
	.adress li:first-child {
	    margin-top: 30px;
		padding: 0;
	}
	#bottom .footwrap {
	    margin: 0 -10px;
	}
	.foot_tit {
	    font-size: 15px;
	    line-height: 25px;
	    margin: 0 !important;
		padding: 15px 20px;
		    position: relative;
	}
	.foot_tit i{
		position: absolute;
		width: 20px;
		height: 20px;
		right: 10px;
		top: 18px;
	}
	.foot_tit i:before ,.foot_tit i:after {
		content: '';
		width: 10px;
		height: 1px;
		background: #C7120F;
		position: absolute;
		left: 6px;
		top: 10px;
		transition: all .3s
	}
	.foot_tit i:after {
		transform: rotate(90deg);
	}
	.foot_tit.active i:after {
		transform: rotate(180deg);
	}
	#bottom .footwrap .wrap_in{
		flex-wrap: wrap;
		display: none;
		margin: 0 35px;
	}
	#bottom .footwrap .wrap_in ul {
	    width: 100%;
	}
	#bottom .footwrap .wrap_in li{
		margin-bottom: 10px;
	}
	footer#common {
	    padding: 30px 0 65px;
	}
	#pkz {
	    display: none;
	}
	
	#mainLogin.contentBox .subBox{
		width: 100%;
		min-height: auto;
	}
	#mainLogin.contentBox .subBox:first-child {
	    margin-top: 40px;
	}
	#mainLogin.contentBox .subBox:nth-child(2n) {
	    margin-left: 0;
		margin-top: 40px;
	}
	.contentBox dl.commonDl dt,.contentBox.contentWrap dl.commonDl dt{
		width: 13em;
		padding-right: 2em;
	}
	#contents form input[type=text]#phone1, #contents form input[type=text]#phone2, #contents form input[type=text]#phone3, #contents form input[type=text]#birth_y, #contents form select#birth_m, #contents form select#birth_d{
		max-width: 80px;
	}
	.pad{
		display: block;
	}
	.contentBox.contentWrap dl.commonDl dd>a{
		margin-left: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.inner{
		padding: 0 20px;
	}
	.pc{
		display: none;
	}
	#contents {
	    padding: 0 0 45px;
	}
	
	#title {
	    padding: 40px 0;
	    height: 50vw;
	}
	#title h1 {
	    font-size: 30px;
		line-height: 40px;
		margin: 0;
	}
	#title h1 > small{
		font-size: 15px;
		line-height: 25px;
		margin-top: 8px;
		display: block;
		height: auto;
	}
	
	#contents #main .home-top .text-area {
	    padding-top: 60px;
	}
	.application {
	    padding-top: 60px;
	}
	#contents #main h2 {
	    font-size: 20px;
	    line-height: 28px;
		padding: 0;
	}
	.tit_cap {
	    font-size: 15px;
	    line-height: 20px;
	}
	.product_list {
	    margin: -30px -5px 0;
	}
	.card {
	    width: calc(100%/2 - 10px);
	    margin: 30px 5px 0;
	}
	.card-img-top{
		height: calc((100vw - 50px)/2/162*115)
	}
	.card .card-title {
	    font-size: 18px;
	    margin: 0 0 8px;
	}
	.home-more .btn01 {
	    font-size: 15px;
	    line-height: 21px;
	    padding: 15px 0;
		font-weight: normal;
	}
	.btn01 span::before {
	    width: 25px;
	    height: 21px;
	}
	.howto_width{
		width: calc(100% - 40px);
	}
	.howto {
	    padding: 40px 20px 20px;
	    margin-top: 45px;
	}
	.howto h3 {
	    font-size: 18px !important;
	    line-height: 24px !important;
	}
	.sidebar_en {
	    font-size: 15px;
	    line-height: 25px;
		margin: 10px 0 10px 20px;
	}
	.sidebar_en:before {
	    left: calc(-20px - 7.5px);
		margin-top: 0;
		top: 5px;
	}
	.home-top {
	    padding-bottom: 65px;
	}
	.bg_wrap {
	    padding: 65px 0 30px;
	}
	.cat_list {
	    margin: 0;
		padding-bottom: 30px !important;
		justify-content: left;
		text-align: left;
	}
	#contents #main .cat_list > li {
	    width: 100%;
	    margin: 5px 0 0;
	}
	#contents #main .cat_list > li > a {
	    line-height: 28px;
	    font-size: 18px;
	    font-weight: 600;
		position: relative;
	}
	#contents #main .cat_list > li > a:after {
	    content: '';
	    width: 0;
	    height: 0;
	    border-left: 10px solid #9BC181;
	    border-top: 5px solid transparent;
	    border-bottom: 5px solid transparent;
	    position: absolute;
	    right: 10px;
	    top: 20px;
	    left: auto;
	    background: transparent;
	}
	.cat_list > li > a > img {
	    width: 50px;
	    height: 50px;
	    margin-right: 10px;
	}
	.single_list {
	    margin: -30px -5px 0;
	}
	#contents #main .single_list > li {
	    width: calc(50% - 10px);
	    margin: 30px 5px 0;
	}
	#contents #main .single_list > li p.img{
		height: calc((100vw - 50px)/2/162*115);
	}
	#contents #main .single_list > li p.tx{
		font-size: 18px !important;
		line-height: 28px;
		margin-bottom: 8px;
	}
	#main {
	    /*padding-bottom: 65px;*/
	}
	#contents {
	    padding: 0;
	}
	
	#mainWrap {
	    /* padding: 30px 0 0 !important; */
	    margin: 0 !important;
		padding: 0 !important;
	}
	#title+#mainWrap {
		padding: 30px 0 0 !important;
	}
	#title+.pkz_wrap{
		margin: 30px 0 0;
	}
	#contents #main .shop_tit {
	    margin: 0 0 30px;
		padding-bottom: 12px;
	}
	.shop_tit:before{
		width: 40px;
	}
	.shop_tit:after{
		width: 20px;
	}
	.application-box {
	    margin-top: 30px;
	    padding: 20px;
	}
	.pb-100 {
	    padding-bottom: 65px;
	}
	.p-tb-100 {
	    padding: 65px 0;
	}
	.pt-100 {
	    padding-top: 65px;
	}
	
	.detail{
		flex-wrap: wrap;
	}
	
	#mainLogin.contentBox .subBox {
	    width: 100%;
	    margin: 0 0 30px;
		padding: 30px 20px;
		min-height: auto;
	}
	.contentBox{
		padding-top: 40px;
	}
	#contents #main .contentBox .subTtl{
		font-size: 20px;
		line-height: 30px;
		text-align: center;
		padding: 0 !important;
		border-bottom: none;
	}
	#mainLogin.contentBox dl.commonDl,#mainLogin.contentBox dl.commonDl dd{
		background: transparent;
	}
	#mainLogin.contentBox dl.commonDl{
		margin: 0;
	}
	#mainLogin.contentBox dl.commonDl+dl.commonDl{
		margin-top: 20px;
	}
	#mainLogin.contentBox dl.commonDl dt{
		padding-top: 0;
	}
	#mainLogin.contentBox dl.commonDl dd{
		padding-bottom: 0;
	}
	
	.btn03_mini,.btn03_mini_re,button.btn02,.btn02,div.btn03,button.btn02_re{
	    line-height: 21px;
	    padding: 10px 0;
	    font-size: 15px;
	}
	.btn03{
		margin-top: 30px !important;
	}
	.btn02_mid {
	    padding: 10px 0 !important;
	}
	button.btn02 span::before,.btn02 span::before, .btn03 span::before,div.btn03 span::before,button.btn02_re span::before {
		width: 25px;
		height: 21px;
	}
	#contents #main .detail>.info p.btn {
	    margin: 0;
	}
	#mainLogin dl.commonDl dd input {
	    padding: 10px;
	}
	.low.btn_center{
		margin-top: 25px;
	}
	.btn02.mt-5,.btn02_re.mt-5{
		margin-bottom: 0 !important;
	}
	.formBtnArea .mb-2:first-child{
		margin-bottom: 0 !important;
	}
	#mainLogin.contentBox .subBox:nth-child(2n) {
	    margin-left: 0;
	}
	#mainLogin.contentBox .subBox:nth-child(2n) {
	    margin-bottom: 0;
	}
	.contentWrap {
		margin: 0 20px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-top: 0;
	}
	.subtit {
		font-size: 20px;
		line-height: 30px;
	}
	.subtit::before {
	    height: 20px;
	    top: 50%;
	    margin-top: -10px;
	}
	.btn_mid {
	    max-width: 100%;
	}
	.contentBox div.note {
	    margin: 0 0 20px 0;
	}
	.contentBox.contentWrap dl.commonDl{
		margin: 0 0 20px 0;
		display: flex;
		flex-wrap: wrap;
	}
	.contentBox.contentWrap dl.commonDl dt {
	    padding: 0;
		width: 100%;
	}
	.contentBox.contentWrap dl.commonDl dd{
		padding: 0;
		margin-top: 10px;
		width: 100%;
	}
    .contentBox.contentWrap dl.commonDl dd>a{
        margin-left: 0 !important;
    }
	
	
	.contentBox.contentWrap dl.commonDl .gray_tbl{
		display: flex;
		min-height: 40px;
		width: 100%;
		flex-wrap: wrap;
	}
	.commonDl.tbl_border{
		border: none;
	}
	.contentBox.contentWrap dl.commonDl dd.gray_tbl{
		border: #BFBFBF solid 1px;
		margin-top: 0;
	}
	
	.btn_center{
		flex-wrap: wrap;
	}
	div.btn_center a {
	    margin-left: 0;
	    width: 100%;
	}
	.contentWrap .inner{
		padding: 0;
	}
	#mainCart div.orderBox .thumb {
	    width: 100%;
	}
	#mainCart div.orderBox .outline {
	    float: none;
	    width: 100%;
	}
	#contents #main .contentBox .outline .subTtl{
		text-align: left;
	}
	#mainCart .subtit span,#mainRegist .subtit span, #mainSpcfid .subtit span  {
		display: block;
	}
	#mainCart .subtit::before,#mainRegist .subtit::before, #mainSpcfid .subtit::before {
		top: 0;
		margin-top: 5px;
	}
	#contents .contentBox #mainCart .subTtl, #contents #main .contentBox .subTtl p {
		text-align: left;
	}
	.contentBox.contentWrap dl.commonDl dd img{
		max-width: 100%;
	}
	
	dl.tbl_border:first-child {
	    border-top: none;
	}
	#mainCart div.orderBox{
		margin-top: 20px;
	}
	#mainOrderHistory .subBox{
		padding: 0;
	}
	
	#mainSpcfid.contentBox, .contentBox02 {
	    padding: 30px 20px;
	}
	#mainSpcfid.contentBox dl.commonDl dt{
		width: 100%;
	}
	#mainSpcfid.contentBox dl.commonDl:first-child {
	    border-top: none;
	}
	#mainSpcfid.contentBox dl.commonDl{
		border: none;
	}
	#mainSpcfid.contentBox dl.commonDl+dl.commonDl{
		margin-top: 20px;
	}
	#mainSpcfid.contentBox dl.commonDl dd{
		border: 1px solid #BFBFBF;
	}
	.privacy-item img{
		max-width: 100%;
	}
	.contact-tel {
	    padding: 20px;
	}
	.contact-tel h4 {
	    font-size: 25px;
	    line-height: 34px;
	    font-weight: 600;
	}
	.contact-tel h4 i {
	    font-size: 20px;
	}
	.contact-tel p {
	    margin-top: 7px;
	}
	#mainInquiry{
		margin-top: 30px;
	}
	#contents form input[type=text]#phone2, #contents form input[type=text]#phone3 {
	    margin-left: 10px;
	}
	#contents form input[type=text]#phone1, #contents form input[type=text]#phone2, #contents form input[type=text]#phone3 {
		width: calc((100% - 30px)/3);
		max-width: initial;
	}
	
	.contentBox dl.commonDl dd input[type=text], .contentBox dl.commonDl dd input[type=password]{
		width: 100%;
	}
	.contentBox.contentWrap dl.commonDl dd>.d-flex{
		flex-wrap: wrap;
	}
	.contentBox dl.commonDl dd .w50{
		width: 100%;
		padding-left: 0 !important;
		flex-wrap: wrap;
	}
	#contents form input[type="text"]{
		margin-left: 0 !important;
	}
}

.mg-66{
    padding: 0px 66px;
}
.mb-120 {
    margin-bottom: 120px;
}
.btn_donation {
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0.9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #c7120f;
    color: #fff;
    font-weight: 600;
    font-family: Shippori Mincho B1;
    width: 30%;
    font-size: 20px;
}
.btn_donation_2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0.9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #c7120f;
    color: #fff;
    font-weight: 600;
    font-family: Shippori Mincho B1;
    font-size: 20px;
}

.btn_donation:hover {
    background-color: #b70200;
}
.btn_donation a{
	color: #fff;
    text-decoration: none;
}
.btn_donation_2:hover {
    background-color: #b70200;
}
.btn_donation_2 a{
    color: #fff;
    text-decoration: none;
}
span.ml-3.postage-text{
	display: flex;
}
span.ml-3.postage-text p{
	margin-left: 30px;
    font-weight: bold;
	color: #D2241B;
}

@media screen and (max-width: 1000px){
    .mg-66{
        padding: 0;
    }
    .mb-120 {
        margin-bottom: 0;
    }
	.btn_donation {
		width: 100%;
	}
	span.ml-3.postage-text p{
		margin-left: auto;
	}
}