@media screen and (min-width: 768px), print {
	.lawBoxHeading {
		display: none;
	}
	.section.has-separator {
		padding-bottom: 50px;
	}
	.section.has-separator + .section.has-separator {
		padding-top: 50px;
		border-top: 1px solid #c29558;
	}
	.main-image {
		max-width: 180px;
	}
}
@media screen and (max-width: 767px) {
	.section.has-separator {
		padding-bottom: 30px;
	}
	.section.has-separator + .section.has-separator {
		padding-top: 30px;
		border-top: 1px solid #c29558;
	}
	.main-image {
		width: 180px;
		max-width: 38%;
	}
}
.boxHeading {
	background: #fff24f;
	border-radius: 7px;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 25px;
	padding: 3px;
	text-align: center;
}
.appliIconBox {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.appliIcon {
	margin-right: 40px;
	width: 130px;
	flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
	.appliIcon {
		margin-right: 15px;
		width: 102px;
	}
}
@media screen and (min-width: 768px), print {
	/* .appliText:before {
		background: url(/common/2026/images/smh/app_img01.png) no-repeat;
		background-size: contain;
		content: '';
		display: block;
		float: right;
		height: 320px;
		margin: 0 15px 0 40px;
		width: 164px;
	}
	.appliText2:before {
		background: url(/common/2026/images/smh/app_img02.png) no-repeat;
		background-size: contain;
		content: '';
		display: block;
		float: right;
		height: 320px;
		margin: 0 15px 0 40px;
		width: 164px;
	}
	.appliText3:before {
		background: url(/common/2026/images/smh/app_img03.png) no-repeat;
		background-size: contain;
		content: '';
		display: block;
		float: right;
		height: 320px;
		margin: 0 15px 0 40px;
		width: 164px;
	} */
}
.appliText h3 ,.appliText2 h3 ,.appliText3 h3 {
	font-size: 2.6rem;
	font-weight: bold;
}
.appliText h3 span,.appliText2 h3 span,.appliText3 h3 span {
	font-size: 1.4rem;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.appliText h3 ,.appliText2 h3 ,.appliText3 h3 {
		font-size: 1.5rem;
	}
	.appliText h3 span,.appliText2 h3 span,.appliText3 h3 span {
		font-size: 1.25rem;
		display: block;
	}
}
.appIconBox {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.appIconBox a {
	font-size: 1.2rem;
	height: 54px;
	margin-bottom: 15px;
	min-width: 200px;
	max-width: 191px;
	text-decoration: none;
	width: 100%;
}
.appIconBox img {
	width: auto;
}
.appIconBox .btnWrapper {
	margin-top: 5px;
}
@media screen and (min-width: 768px), print {
	.appIconBox li {
		margin: 0 20px;
	}
	.appIconBox img {
		height: 70px;
	}
}
@media screen and (max-width: 767px) {
	.appIconBox {
		margin: 0 -5px;
	}
	.appIconBox li {
		margin: 0 5px;
		max-width: calc(50% - 10px);
	}
	.appIconBox img {
		height: 55px;
	}
}
@media screen and (max-width: 767px) {
	.appIconBox img {
		height: 50px;
	}
}
.specBox {
	border: none;
}
.specBox .cols {
}
.specBox .cols-inner {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.specBox .cols .imageWrapper {
	flex: 0 0 auto;
}
@media screen and (min-width: 768px), print {
	.specBox .cols .imageWrapper {
		margin-left: 20px;
		width: 150px;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.specBox .cols .imageWrapper {
		margin-left: 10px;
		width: 110px;
		max-width: 30%;
	}
}
@media screen and (min-width: 768px), print {
	.lawBox {
		background: #fff;
		border: 1px solid var(--grey);
		font-size: .9em;
		margin-bottom: 20px;
		padding: 20px;
	}
	.lawBox > div {
		height: 250px;
		overflow-y: scroll;
		padding-right: 10px;
	}
}
@media screen and (max-width: 767px) {
	.lawBoxWrapper {
		background-color: #fff;
		border: 1px solid #333;
		display: block;
		margin-bottom: 20px;
		padding: 0 15px;
	}
	.lawBox {
		display: none;
	}
	.lawBoxHeading {
		color: #333;
		cursor: pointer;
		display: block;
		font-weight: bold;
		padding: 15px 0;
		position: relative;
	}
	.lawBoxHeading:after {
		background: var(--green);
		content: '';
		display: block;
		height: 2px;
		position: absolute;
		right: 0;
		top: 50%;
		width: 18px;
	}
	.lawBoxHeading:before {
		background: var(--green);
		content: '';
		display: block;
		height: 18px;
		margin-top: -8px;
		position: absolute;
		right: 8px;
		top: 50%;
		width: 2px;
	}
	.lawBoxHeading.open:before {
		display: none;
	}
}
#contents .lawBox p,#contents .lawBox ul,#contents .lawBox ol {
	line-height: 1.7;
}
@media screen and (min-width: 768px), print {
	.orderBox {
		-webkit-align-items: flex-start;
		align-items: flex-start;
		display: flex;
		display: -webkit-flex;
	}
	.orderBox .illust {
		margin-right: 40px;
		max-width: 200px;
		min-width: 200px;
	}
	.qrBox {
		background: #fff;
		border: 2px solid #293a05;
		font-weight: bold;
		margin-left: 20px;
		min-width: 354px;
		padding: 10px 20px;
	}
	.qrBox p {
		padding: 23px 20px 0 0;
	}
	.qrBox img {
		float: right;
		margin-left: 20px;
	}
	.orderBox .button {
		max-width: 300px;
	}
}
@media screen and (max-width: 1024px) {
	.orderBox {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.orderBox .textBlock {
		width: calc(100% - 240px);
	}
	.qrBox {
		margin: 0 0 0 auto;
	}
}

/* 201201  */

.section .container {
	display: flex;
  flex-wrap: wrap;
}

.section .container .item {
	width: 44%;
	margin: 20px 3% 30px;
}

.section .container .item .heading3 {
	margin: 10px 0;
}

@media screen and (max-width: 768px) {
	.section .container {
		display: block;
	}
	.section .container .item {
		width: 95%;
		margin: 30px auto 20px;
	}
	.section .container .item_last {
		margin: 30px auto 0;
	}
}

.section .section_app {
	background-color: var(--grey-lite);
}
.section .section_app .section_app_label {
	background-color: var(--green);
	color: #FFF;
	padding: 10px;
}

.section .section_app .section_app_inner {
	padding: 30px;
}

.section p.app_hyoka img {
	width: 100px;
	vertical-align: text-bottom;
}

@media screen and (max-width: 768px) {
	.section p.app_hyoka img {
		width: 100px;
		vertical-align: bottom;
	}
}


.section_hikaku ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 15px auto 30px;
}
.section_hikaku ul li {
	width: 30%;
	text-align: center;
}
.section_hikaku ul.app_icon li img {
	max-width: 180px;
	width: 100%;
}
.section_hikaku_label {
	background-color: #F6F5F0;
	padding: 10px 20px;
}

.section_hikaku ul.app_anc {
	margin: -15px auto 30px;
}
.section_hikaku ul.app_anc .button {
	padding: 10px 0px;
}
.section_hikaku ul.app_anc .button:after {
	display: none;
}

.section_hikaku ul.app_anc .button a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
