@charset "UTF-8";
/* CSS Document */
@media print {
  #btnLast{
    display: none !important;
  }
	.caution {
    display: none !important;
	}
}
.caution {
	margin: 50px auto;
	width: 800px;
	border: 1px solid #ccc;
	padding: 10px;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media screen and (max-width: 920px){
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}
#ar ul.disc li{
	list-style: disc;
	padding-left: 10px;
	margin-left: 10px;
}
#ar {
	width: 920px;
	max-width: 100%;
	margin: 30px auto;
	font-size: 18px;
}
#ar h2 img {
	width: 100%;
}
#ar img {
	max-width: 100%;
	margin: 0 auto;
}

#ar .promo a {
	transition: all 0.4s ease;
}
#ar .promo a:hover {
	opacity: 0.8
}
#ar .links {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
#ar .links li {
	min-width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#ar .links li:only-child {
	width: 360px;
	max-width: 100%;
	margin-left: 0;
}
#ar .links li a {
	width: 100%;
	display: flex;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: 50px;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
#ar .links li a p {
	flex: 1;
	text-align: center;
	line-height: 1.2;
	padding: 0 4px;
}
#ar .links li a p span {
	font-size: 12px;
	display: block;
}
#ar .links li a.btnPink {
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
	border-radius: 3px;
	width: 100%;
	height: 50px;
	position: relative;
	align-items: center;
	justify-content: space-between;
	font-weight:bold;
	color: #fff;
}
#ar .links li a.btnPink p span {
	font-size: 14px;
	color: #fff;
	display: block;
}
#ar .links li a.btnPink::after {
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 4px;
	width: 4px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -2px;
}
#ar .links li a.pdf::before {
	content: "";
	display: inline-block;
	background: url(../images/ico_pdf01.png) no-repeat center center / contain;
	width: 24px;
	height: 28px;
	margin-left: 10px;
}
#ar .links li a.mov::before {
	content: "";
	display: inline-block;
	background: url(../images/ico_mov01.png) no-repeat center center / contain;
	width: 34px;
	height: 24px;
	margin-left: 10px;
}
#ar .links li a.btnPink.lock::before {
	content: "";
	display: inline-block;
	background: url(/themes/seminar@medical/images/ico_lock02.png) no-repeat center center / contain;
	width: 24px;
	height: 26px;
	margin-left: 10px;
}
#ar .links li a::after {
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 4px;
	width: 4px;
	border-top: 3px solid var(--color-primary);
	border-right: 3px solid var(--color-primary);
	transform: rotate(45deg);
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -2px;
}

@media screen and (max-width: 768px) {
#ar .links {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	margin: 0 15px 15px;
}
#ar .links li {
	min-width: 0;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
}
#ar .links li a {
	width: 100%;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: 44px;
	line-height: 44px;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
#ar .links li a::after {
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 8px;
	width: 8px;
	border-top: 2px solid var(--color-primary);
	border-right: 2px solid var(--color-primary);
	transform: rotate(45deg);
	margin-right: 8px;
	vertical-align: middle;
}
#ar .links li a p {
	flex: 1;
	text-align: center;
	line-height: 1.2;
	padding: 4px;
	font-size: 15px;
}
}


	/*---------------------------------------
	 * Mainvisual
	---------------------------------------*/ 
	
	.mainvisual{
		width: 100%;
		background: #000000;
		box-shadow: 0px 6px 4px #CCCCCC;
		margin-bottom: 100px;
	}
	.mainvisual .inner{
		width: 100%;
		height: 549px;
		background: url(/themes/products@medical/ar/images/mainvisual.jpg) 50% no-repeat;
		background-size: 1440px;
		position: relative;
		margin-bottom: 78px;
	}
	.mainvisual .inner .ar{
		width: 313px;
		height: auto;
		display: block;
		position: absolute;
		top: 20px;
		left: 50%;
		margin-left: 90px;
	}
	.mainvisual .inner .sp-mainvisual{
		display: none;
	}
	
	
	/*---------------------------------------
	 * Introduction
	---------------------------------------*/ 
	
	.introduction{
		width: 100%;
		padding: 0 0 80px;
	}
	
	.introduction .inner{
		width: 100%;
		max-width: 1120px;
		margin: 0 auto;
		text-align: center;
	}
	.introduction .inner .catch{
		font-size: 32px;
		font-weight: 500;
		margin-bottom: 40px;
	}
	.introduction .inner .read{
		font-size: 18px;
		line-height: 2.3;
	}
	
	
	/*---------------------------------------
	 * Try
	---------------------------------------*/ 
	
	.try{
		width: 100%;
		background: #E8E8EA;
		padding: 40px 0;
	}
	.try .inner{
		width: calc(100% - 40px);
		max-width: 776px;
		margin: 0 auto;
	}
	
	
	/*---------------------------------------
	 * Feature
	---------------------------------------*/	
	
	.feature{
		width: 100%;
		padding: 80px 0 150px;
	}
	.feature .inner{
		width: calc(100% - 40px);
		max-width: 960px;
		margin: 0 auto;
	}
	.feature .inner .down{
		width: 106px;
		display: block;
		margin:0 auto 70px;
	}
	.feature .inner .content{
		display: block;
		width: 100%;
	}
	.feature .inner .content1{
		margin-bottom: 115px;
	}
	.feature .inner .content2 {
		font-size: 0;
	}
	.feature .inner .content2 a{
		width: 50%;
		display: inline-block;
	}
	.feature .inner .content2 p{
		width: 50%;
		display: inline-block;
	}
	
#ar .colorBoxGreen {
	background: var(--color-gray-main);
}
#ar ul.disc {
	margin-left: 20px;
}
#ar ul.disc li {
	list-style: disc;
}
@media screen and (max-width: 920px){

#ar ul.disc li {
	font-size: 16px;
}
}
	/*---------------------------------------
	 * HowToUse
	---------------------------------------*/ 
	.howtouse{
		width: 100%;
		background: #7dc33c;
		padding: 50px 0;
		box-shadow: 0px 0px 10px #CCCCCC;
		margin-top: 100px;
		border-radius: 20px;
	}
	.howtouse .inner{
		width: calc(100% - 40px);
		max-width: 960px;
		margin: 0 auto;
		text-align: center;
	}
	.howtouse .inner .midashi{
		color: #FFFFFF;
		font-size: 28px;
		margin-bottom: 60px;
	}
	.howtouse .inner .wrap{
		width: 600px;
		margin: 0 auto 100px;
	}
	.howtouse .inner .youtube{
		width: 100%;
		padding-top: 56.25%;
		position: relative;
	}
	.howtouse .inner .youtube iframe{
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	.howtouse .inner .step{
		width: 100%;
	}
	
	
	/*---------------------------------------
	 * Available
	---------------------------------------*/ 
	
	.available{
		width: 100%;
		padding: 100px 0 60px;
	}
	.available .inner{
		width: calc(100% - 40px);
		max-width: 546px;
		margin: 0 auto;
	}
	
	
	/*---------------------------------------
	 * Device
	---------------------------------------*/ 
	
	.device{
		width: 100%;
		padding: 60px 0;
	}
	
	
	
	
	/*---------------------------------------
	 * Item
	---------------------------------------*/ 
	
	.items {
		margin-top: 100px;
	}
	.items .btns{
		text-align: center;
		margin-bottom: 100px;
	}
	.items .btns li{
		width: 200px;
		display: inline-block;
		margin: 0 3%;
		border-radius: 20px;
		box-shadow: 1px 1px 4px #CCCCCC;
	}
	.items .btns li img{
		display: block;
		border-radius: 20px;
		box-shadow: 1px 1px 4px #ABABAB;
	}
	.items .item-box{
		width: calc(100% - 40px);
		max-width: 960px;
		margin: 30px auto 30px;
	}
	.items .item-box .note{
		text-align: center;
		font-size: 23px;
		margin-bottom: 30px;
	}
	.items .item-box .note span{
		font-weight: 700;
	}
	.items .item-box .anchor-jump{
		color: #999999;
		text-align: center;
		font-size: 14px;
		margin-bottom: 60px;
	}
	.items .item-box .anchor-jump a{
		text-decoration: underline;
	}
	.items .item-box .item-list{
		font-size: 0;
		text-align: center;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.items .item-box .item-list li{
		display:inline-block; 
		vertical-align: top;
		width: 30%;
		margin: 0 0 20px 0;
	}
	.items .item-box .item-list::after {
		display: block;
		content: "";
		width: 30%;
}
	.items .item-box .item-list li:nth-child(5n){
		margin-right: 0;
	}
	.items .item-box .item-list li > img{
		display: block;
		margin-bottom:20px;
	}
	.items .item-box .item-list li .size{
		font-weight: 700;
		font-size: 24px;
		margin-bottom: 15px;
		text-align: left;
	}
	.items .item-box .item-list li .spec{
		font-size: 14px;
		text-align: left;
	}
	.items .item-box .item-list li .sp-link{
		display: none;
	}
	.ipad .items  .item-box .item-list li .sp-link{
		display: block;
	    width: 100%;
	    margin: 0 auto;
	    margin-top: 15px;
	    background: #CF1225;
	    border-radius: 5px;
	    text-align: center;
	    padding: 5% 4%;
		
	}
	.items .item-box .item-list li .box {
		border: 1px solid #b2b2b2;
	}
	.items .item-box .item-list li .box dl dt {
		background: #b2b2b2;
		padding: 5px;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
	}
	.items .item-box .item-list li .box dl dd {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding: 5px;
	}
	.items .item-box .item-list li .box dl dd .pic {
		width: 40%;
	}
	.items .item-box .item-list li .box dl dd .tit {
		font-size: 14px;
		text-align: center;
		flex: 1;
	}
	
	.items .item-box a { 
		font-size: 16px;
		color: #fff;
		background: var(--color-primary);
		margin: 10px 20px;
		display: block;
		border-radius: 10px;
		text-decoration: none !important;
		transition: all 0.4s ease;
	}
	.items .item-box a:hover {
		opacity: 0.8;
	}
	
	/*---------------------------------------
	 * AccordionPanel
	---------------------------------------*/ 
	
	.acc-box .midashi{
		position: relative;
		text-align: center;
	}
	.acc-box .midashi a{
		display: inline-block;
		font-size: 21px;
		min-width: 371px;
		text-align: center;
		letter-spacing: 2px;
		padding: 13px 40px;
		margin: 0 auto;
		border: 1px solid #000000;
		background: #FFFFFF;
		position: relative;
		z-index: 1;
	}
	.acc-box .midashi a::after{
		content:"";
		display: block;
		width: 8px;
		height: 10px;
		background: url(/themes/products@medical/ar/images/deco_arrow-right.png) 50% no-repeat;
		background-size: 100%;
		position: absolute;
		top:50%;
		margin-top: -4px;
		right:10px;
		transform: rotate(0deg);
		transition: transform .3s;
	}
	.acc-box .midashi.on a::after{
		transform: rotate(90deg);
	}
	.acc-box .midashi a:hover{
		opacity: 1;
	}
	.acc-box .midashi::before{
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		position: absolute;
		top:50%;
		left:0;
		background: #000000;
		z-index: 0;
	}
	.acc-box .content{
		display: block;
		width: 100%;
		border-bottom: 1px solid #000000;
/*		overflow:hidden;
		display: none;*/
	}
	.acc-box .content .inner{
		width: calc(100% - 40px);
		max-width: 960px;
		margin: 0 auto;
		padding: 30px 0;
	}
	.acc-box .content .inner .intro{
		font-size: 21px;
		font-weight: 700;
		line-height: 1.5;
		padding: 30px 0;
	}
	.acc-box .content .inner dl{
		line-height: 2;
		text-align: center;
		font-size: 15px;
	}
	.acc-box .content .inner dl dt{
		font-weight: 500;
		margin-bottom: 10px;
		
	}
	.acc-box .content .inner dl dd{
		margin-bottom: 10px;
	}
	.acc-box .content .inner dl dd > ul li{
		text-indent: -1.25em;
		margin-left: 1.25em;
	}
	.acc-box .content .inner .date{
		margin-top: 40px;
	}
	.acc-box .content .inner .close{
		display: block;
		width: 26px;
		height: 26px;
		margin: 40px auto 0;
	}
	.acc-box .content .inner .attention{
		margin: 20px 0 0 ;
		font-size: 14px;
		line-height: 1.5;
	}
	
	
	/* å€‹åˆ¥
	---------------------------------------*/ 
	
	.acc-box.yukotakasa{
		margin-bottom: 80px;
	}
	.acc-box.yukotakasa .content .inner{
		width: calc(100% - 40px);
		max-width: 745px;
		margin: 0 auto;
		padding: 30px 0;
	}
	.acc-box.yukotakasa .content .inner .attention{
		margin-left: 36px;
	}
	
	.acc-box.settentakasa{
		margin-bottom: 80px;
	}
	.acc-box.settentakasa .content .inner{
		width: calc(100% - 40px);
		max-width: 706px;
		margin: 0 auto;
		padding: 30px 0;
	}
	
	.acc-box.sankyaku-yukotakasa{
		margin-bottom: 80px;
	}
	.acc-box.sankyaku-yukotakasa .content .inner{
		width: calc(100% - 40px);
		max-width: 716px;
		margin: 0 auto;
		padding: 30px 0;
	}
	
	
	.acc-box.terms-box .content .inner dl{
		text-align: left;
		margin-bottom: 20px;
	}
	.acc-box.terms-box .content .inner dl dt{
		font-size: 21px;
		font-weight: 700;
		margin-bottom: 0;
	}
	.acc-box.terms-box .content .inner dl dd{
		line-height: 1.8;
		font-size: 15px;
		font-weight: 500;
	}
	
	
	/*---------------------------------------
	 * FootBtns
	---------------------------------------*/ 
	
	.foot-btns{
		width: 100%;
		padding: 90px 0;
	}
	.foot-btns .inner{
		width: calc(100% - 40px);
		max-width: 960px;
		margin: 0 auto;
	}
	.foot-btns .inner ul{
		font-size: 0;
	}
	.foot-btns .inner ul li{
		display: inline-block;
		width: 32%;
		margin-right: 2%;
	}
	.foot-btns .inner ul li:nth-child(3n){
		margin-right: 0;
	}
	


@media screen and (max-width: 959px) {
	
	/*---------------------------------------
	 * Mainvisual
	---------------------------------------*/ 
	
	.mainvisual{
		width: 100%;
		background: #000000;
		box-shadow: 0px 4px 4px #CCCCCC;
		margin-bottom: 60px;
	}
	.mainvisual .inner{
		width: 100%;
		height: 292px;
		background: url(/themes/products@medical/ar/images/mainvisual_sp.jpg) 50% no-repeat;
		background-size: 767px;
		position: relative;
		margin-bottom: 40px;
	}
	.mainvisual .inner .ar{
		height: 280px;
		width: auto;
		position: absolute;
		top:60px;
		left: 31.5%;
		
	}

	
	
	/*---------------------------------------
	 * Introduction
	---------------------------------------*/ 
	
	.introduction{
		width: 100%;
		padding: 25px 0;
	}
	
	.introduction .inner{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		text-align: center;
	}
	.introduction .inner .catch{
		font-size: 20px;
		line-height: 1.5;
		font-weight: 500;
		margin-bottom: 20px;
	}
	.introduction .inner .read{
		font-size: 16px;
		line-height: 1.7;
	}

	/*---------------------------------------
	 * Try
	---------------------------------------*/ 

	.try{
		width: 100%;
		background: #E8E8EA;
		padding: 30px 0;
	}
	.try .inner{
		width: calc(100% - 50px);
		max-width: 500px;
		margin: 0 auto;
	}
	.try .inner img{
		width: 65%;
		min-width: 216px;
		margin: 0 auto;
		display: block;
	}
	
	

	/*---------------------------------------
	 * Feature
	---------------------------------------*/	
	
	.feature{
		width: 100%;
		padding: 35px 0 75px;
	}
	.feature .inner{
		width: calc(100% - 50px);
		max-width: 500px;
		margin: 0 auto;
	}
	.feature .inner .down{
		width: 20%;
		display: block;
		margin:0 auto 70px;
	}
	.feature .inner .content{
		display: block;
		width: 100%;
	}
	.feature .inner .content1{
		margin-bottom: 60px;
	}
	/*---------------------------------------
	 * HowToUse
	---------------------------------------*/
	.howtouse{
		width: 100%;
		padding: 40px 0;
		box-shadow: 0px 0px 10px #CCCCCC;
		border-radius: 20px;
		margin-top: 30px;
	}
	.howtouse .inner{
		width: calc(100% - 50px);
		max-width: 500px;
		margin: 0 auto;
		text-align: center;
	}
	.howtouse .inner .midashi{
		color: #FFFFFF;
		font-size: 16px;
		margin-bottom: 30px;
	}
	.howtouse .inner .wrap{
		width: 100%;
		margin: 0 auto 50px;
	}
	.howtouse .inner .youtube{
		width: 100%;
		padding-top: 56.25%;
		position: relative;
	}
	.howtouse .inner .youtube iframe{
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	.howtouse .inner .step{
		width: 100%;
		text-align: center;
	}
	.howtouse .inner .step img {
		margin: 0 auto;
	}



	/*---------------------------------------
	 * Available
	---------------------------------------*/ 
	
	.available{
		width: 100%;
		padding: 50px 0 ;
	}
	.available .inner{
		width: calc(100% - 50px);
		max-width: 400px;
		margin: 0 auto;
	}
	
	
	
	/*---------------------------------------
	 * Device
	---------------------------------------*/ 
	
	.device{
		width: 100%;
		padding: 60px 0;
	}
	
	
	
	/*---------------------------------------
	 * Item
	---------------------------------------*/ 
	
	.items .btns{
		text-align: center;
		margin-bottom: 100px;
		font-size: 0;
		width: calc(100% - 50px);
		max-width: 400px;
		margin: 0 auto;
	}
	.items .btns li{
		width: 22%;
		display: inline-block;
		margin: 0 3.5% 0 0;
		border-radius: 10px;
		box-shadow: 1px 1px 4px #ABABAB;
	}
	.items .btns li:nth-child(4n){
		margin-right: 0;
	}
	.items .btns li img{
		display: block;
		border-radius: 10px;
	}
	.items .item-box{
		width: calc(100% - 50px);
		max-width: 500px;
		margin: 40px auto 40px;
	}
	.items .item-box .tit{
		text-align: center;
		margin-bottom: 10px;
		line-height: 1.5;
	}
	.items .item-box .tit span{
		display: block;
		padding: 70px 0 10px 0;
		font-size: 36px;
		text-align: center;
		font-weight: 700;
		vertical-align: middle;
		
	}
	.items .item-box .note{
		text-align: center;
		font-size: 20px;
		line-height: 1.7;
		margin-bottom: 30px;
	}
	.items .item-box .note span{
		font-weight: 700;
		display: block;
		text-align: center
	}
	.items .item-box .note i{
		display: inline;
	}
	.items .item-box .anchor-jump{
		color: #999999;
		text-align: center;
		font-size: 14px;
		margin-bottom: 60px;
	}
	.items .item-box .anchor-jump a{
		text-decoration: underline;
	}
	.items .item-box .item-list{
		font-size: 0;
	}
	.items .item-box .item-list li{
		width: 100%;
	}
	.items .item-box .item-list li:nth-child(2n){
		margin-right: 0;
	}
	.items .item-box .item-list li a{
		display: block;
		margin-bottom: 15px;
	}
	.items .item-box .item-list li > img{
		display: block;
		margin-bottom:10px;
	}
	.items .item-box .item-list li .size{
		font-weight: 700;
		font-size: 21px;
		margin-bottom: 10px;
	}
	.items .item-box .item-list li .spec{
		font-size: 16px;
	}	
	.items .item-box .item-list li .sp-link{
		display: block;
		width: 100%;
		margin: 0 auto;
		margin-top: 15px;
		background: #CF1225;
		border-radius: 5px;
		text-align: center;
		padding: 7% 0;
	}
	.items .item-box .item-list li .sp-link img{
		width: 80%;
	}
	
	
	/*---------------------------------------
	 * AccordionPanel
	---------------------------------------*/ 
	
	.acc-box .midashi{
		position: relative;
		text-align: center;
	}
	.acc-box .midashi a{
		display: inline-block;
		font-size: 15px;
		text-align: center;
		letter-spacing: 2px;
		padding: 13px 30px;
		margin: 0 auto;
		border: 1px solid #000000;
		background: #FFFFFF;
		position: relative;
		z-index: 1;
	}
	.acc-box .midashi a::after{
		content:"";
		display: block;
		width: 8px;
		height: 10px;
		background: url(/themes/products@medical/ar/images/deco_arrow-right.png) 50% no-repeat;
		background-size: 100%;
		position: absolute;
		top:50%;
		margin-top: -4px;
		right:10px;
		transform: rotate(0deg);
		transition: transform .3s;
	}
	.acc-box .midashi.on a::after{
		transform: rotate(90deg);
	}
	.acc-box .midashi a:hover{
		opacity: 1;
	}
	.acc-box .midashi::before{
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		position: absolute;
		top:50%;
		left:0;
		background: #000000;
		z-index: 0;
	}
	.acc-box .content{
		display: block;
		width: 100%;
		border-bottom: 1px solid #000000;
/*		overflow:hidden;
		display: none;*/
	}
	.acc-box .content .inner{
		width: calc(100% - 40px);
		max-width: 960px;
		margin: 0 auto;
		padding: 20px 0;
	}
	.acc-box .content .inner .intro{
		font-size: 14px;
		font-weight: 700;
		line-height: 1.5;
		padding: 0 0 20px;
	}
	.acc-box .content .inner dl{
		line-height: 1.7;
		text-align: center;
		font-size: 15px;
	}
	.acc-box .content .inner dl dt{
		font-weight: 700;
		margin-bottom: 5px;
		
	}
	.acc-box .content .inner dl dd{
		margin-bottom: 5px;
	}
	.acc-box .content .inner dl dd > ul li{
		text-indent: -1.25em;
		margin-left: 1.25em;
	}
	.acc-box .content .inner .date{
		margin-top: 40px;
	}
	.acc-box .content .inner .close{
		display: block;
		width: 13px;
		height: 13px;
		margin: 20px auto 0;
	}
	.acc-box .content .inner .attention{
		margin:10px 0 0 ;
		font-size: 13px;
		line-height: 1.5;
	}
	
	
	/* å€‹åˆ¥
	---------------------------------------*/ 
	
	.acc-box.yukotakasa{
		margin-bottom: 80px;
	}
	.acc-box.yukotakasa .content .inner{
		width: calc(100% - 50px);
		max-width: 450px;
		margin: 0 auto;
		padding: 20px 0;
	}
	.acc-box.yukotakasa .content .inner .chart{
		position: relative;
		left: -10px;
	}
	.acc-box.yukotakasa .content .inner .attention{
		margin: 10px 6px 0;
	}
	
	.acc-box.settentakasa{
		margin-bottom: 80px;
	}
	.acc-box.settentakasa .content .inner{
		width: calc(100% - 50px);
		max-width: 420px;
		margin: 0 auto;
		padding: 20px 0;
	}
	
	.acc-box.sankyaku-yukotakasa{
		margin-bottom: 80px;
	}
	.acc-box.sankyaku-yukotakasa .content .inner{
		width: calc(100% - 50px);
		max-width: 430px;
		margin: 0 auto;
		padding: 20px 0;
	}
	
	
	.acc-box.terms-box .content .inner dl{
		text-align: left;
		margin-bottom: 20px;
	}
	.acc-box.terms-box .content .inner dl dt{
		font-size: 14px;
		font-weight: 700;
		margin-bottom: 0;
	}
	.acc-box.terms-box .content .inner dl dd{
		line-height: 1.8;
		font-size: 12px;
		font-weight: 500;
	}
	
	
	
	/*---------------------------------------
	 * FootBtns
	---------------------------------------*/ 
	
	.foot-btns{
		width: 100%;
		padding: 60px 0 40px;
	}
	.foot-btns .inner{
		width: calc(100% - 50px);
		max-width: 500px;
		margin: 0 auto;
	}
	.foot-btns .inner ul{
		font-size: 0;
	}
	.foot-btns .inner ul li{
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
	}
			
	
}#ar #example {
	padding-bottom: 50px;
}
#ar #example h2 {
	font-size: 32px;
	padding-bottom: 15px;
	line-height: 1;
	position: relative;
	margin-bottom: 15px;
}
#ar #example h2::before {
	content: "";
	display: block !important;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: #d6d6d6;
}
#ar #example h2::after {
	content: "";
	display: block !important;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 115px;
	background: var(--color-primary);
}
#ar #example h3 {
	margin-top: 30px;
}
#ar #example .flex {
	display: flex;
}
#ar #example .flex .card {
	width: calc( 50% - 30px);
}
#ar #example .flex .card_w .flex {
	display: flex;
}
#ar #example .flex .card_w .flex img {
	width: calc( 50% - 30px);	
}

#ar .bnrs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#ar .bnrs li {
	width: calc( (100% - 30px) / 3 );
	text-align: center
}
#ar .bnrs li img {
	max-width: 100%;
}
#ar .bnrs li a {
	display: block;
	padding: 15px;
	transition: all 0.4s ease ;
	border: 2px solid #fff;
}
#ar .bnrs li a:hover {
	border: 2px solid var(--color-primary);
	opacity: 0.9;
}