@charset "utf-8";
/* CSS Document */

@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;
}
#ar ul.disc li{
	list-style: disc;
	padding-left: 10px;
	margin-left: 10px;
}
#ar {
	width: 800px;
	max-width: 100%;
	margin: 3rem auto;
	font-size: 1.2rem;
}
#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: 4rem;
}
#ar .links li {
	min-width: 20rem;
	margin-left: 1rem;
	margin-bottom: 1rem;
}
#ar .links li:only-child {
	width: 36rem;
	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: 5rem;
	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 0.4rem;
}
#ar .links li a p span {
	font-size: 1.2rem;
	display: block;
}
#ar .links li a.btnPink {
	background: #ffaab0;
	border: 1px solid #ffaab0;
	border-radius: 3px;
	width: 100%;
	height: 5rem;
	position: relative;
	align-items: center;
	justify-content: space-between;
	font-weight:bold;
	color: #fff;
}
#ar .links li a.btnPink p span {
	font-size: 1.4rem;
	color: #fff;
	display: block;
}
#ar .links li a.btnPink::after {
	content: "";
	display: inline-block;
	margin-right: 0.5rem;
	height: 0.4rem;
	width: 0.4rem;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	margin-right: 0.8rem;
	vertical-align: middle;
	margin-top: -0.2rem;
}
#ar .links li a.pdf::before {
	content: "";
	display: inline-block;
	background: url(../images/ico_pdf01.png) no-repeat center center / contain;
	width: 2.4rem;
	height: 2.8rem;
	margin-left: 1rem;
}
#ar .links li a.mov::before {
	content: "";
	display: inline-block;
	background: url(../images/ico_mov01.png) no-repeat center center / contain;
	width: 3.4rem;
	height: 2.4rem;
	margin-left: 1rem;
}
#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: 2.4rem;
	height: 2.6rem;
	margin-left: 1rem;
}
#ar .links li a::after {
	content: "";
	display: inline-block;
	margin-right: 0.5rem;
	height: 0.4rem;
	width: 0.4rem;
	border-top: 3px solid #ffaab0;
	border-right: 3px solid #ffaab0;
	transform: rotate(45deg);
	margin-right: 0.8rem;
	vertical-align: middle;
	margin-top: -0.2rem;
}

@media screen and (max-width: 768px) {
#ar .links {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	margin: 0 1.5rem 1.5rem;
}
#ar .links li {
	min-width: 0;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-bottom: 1rem;
}
#ar .links li a {
	width: 100%;
	display: flex;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: 4.4rem;
	line-height: 4.4rem;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
#ar .links li a::after {
	content: "";
	display: inline-block;
	margin-right: 0.5rem;
	height: 0.8rem;
	width: 0.8rem;
	border-top: 2px solid #ffaab0;
	border-right: 2px solid #ffaab0;
	transform: rotate(45deg);
	margin-right: 0.8rem;
	vertical-align: middle;
}
#ar .links li a p {
	flex: 1;
	text-align: center;
	line-height: 1.2;
	padding: 0.4rem;
	font-size: 1.5rem;
}
}
/* -------------------------------
CONTENTS
------------------------------- */
#contents {
	width: 100%;
	padding: 0;
	position: relative;
}
#contents.col2 {
	padding-top: 20rem;
}
#contents .colorBoxPink {
	background: #ffeef1;
	padding: 0 1.5rem;
}
#contents .colorBoxGray {
	background: #efefef;
	padding: 0 1.5rem;
}
#contents .colorBoxGreen {
	background: #d0eae7;
	padding: 0 1.5rem;
}
@media screen and (max-width: 920px){
	#contents.col2 {
		padding-top: 0;
		padding-left: 0;
	}
}

@media screen and (max-width: 810px){
}
/* -------------------------------
CONT WRAP
------------------------------- */
#contents #contWrap {
	max-width: 120rem;
	margin: 0 auto;
	padding: 0 1rem;
}

#contents.col2 #contWrap {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 920px){
	#contents #contWrap {
		padding: 0;
	}
}

/* -------------------------------
LAYOUT
------------------------------- */
* {
/*	word-break: break-all;*/
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	height: 100%;
}
html {
	-webkit-text-size-adjust: 1;
}
#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	margin: 0 auto;
	background: #fff;
	overflow-anchor: none;
	overflow: hidden;
	padding-top: 9rem;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

@media screen and (max-width: 810px){
	#container {
		overflow-x: hidden;
		padding-top: 6rem;
		padding-bottom: 3.5rem;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	#chatplusview { z-index: 1000003 !important;}
}

	
	/*---------------------------------------
	 * 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: 80px 0;
	}
	
	.introduction .inner{
		width: calc(100% - 40px);
		max-width: 760px;
		margin: 0 auto;
		text-align: center;
	}
	.introduction .inner .catch{
		font-size: 3.2rem;
		font-weight: 500;
		margin-bottom: 40px;
	}
	.introduction .inner .read{
		font-size: 1.8rem;
		line-height: 2.3;
	}
	
	/*---------------------------------------
	 * kita
	---------------------------------------*/ 
	
	.kita{
		width: 100%;
		background: #d0eae7;
		padding: 40px 0;
	}
	.kita .inner{
		width: calc(100% - 40px);
		max-width: 776px;
		margin: 0 auto;
	}
	
	/*---------------------------------------
	 * 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;
	}
	
	
	/*---------------------------------------
	 * HowToUse
	---------------------------------------*/ 
	
	.howtouse{
		width: 100%;
		background: #F9B4BA;
		padding: 50px 0 140px;
		box-shadow: 0px 0px 10px #CCCCCC;
		margin-top: 100px;
	}
	.howtouse .inner{
		width: calc(100% - 40px);
		max-width: 960px;
		margin: 0 auto;
		text-align: center;
	}
	.howtouse .inner .midashi{
		color: #FFFFFF;
		font-size: 1.7rem;
		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: 2.3rem;
		margin-bottom: 30px;
	}
	.items .item-box .note span{
		font-weight: 700;
	}
	.items .item-box .anchor-jump{
		color: #999999;
		text-align: center;
		font-size: 1.4rem;
		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: 2.4rem;
		margin-bottom: 15px;
		text-align: left;
	}
	.items .item-box .item-list li .spec{
		font-size: 1.4rem;
		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: #ffaab0;
		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: 2.1rem;
		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: 2.1rem;
		font-weight: 700;
		line-height: 1.5;
		padding: 30px 0;
	}
	.acc-box .content .inner dl{
		line-height: 2;
		text-align: center;
		font-size: 1.5rem;
	}
	.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: 1.4rem;
		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: 2.1rem;
		font-weight: 700;
		margin-bottom: 0;
	}
	.acc-box.terms-box .content .inner dl dd{
		line-height: 1.8;
		font-size: 1.5rem;
		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: calc(100% - 50px);
		max-width: 500px;
		margin: 0 auto;
		text-align: center;
	}
	.introduction .inner .catch{
		font-size: 2rem;
		line-height: 1.5;
		font-weight: 500;
		margin-bottom: 20px;
	}
	.introduction .inner .read{
		font-size: 1.4rem;
		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%;
		background: #F9B4BA;
		padding: 40px 0 70px;
		box-shadow: 0px 0px 10px #CCCCCC;
	}
	.howtouse .inner{
		width: calc(100% - 50px);
		max-width: 500px;
		margin: 0 auto;
		text-align: center;
	}
	.howtouse .inner .midashi{
		color: #FFFFFF;
		font-size: 1.6rem;
		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: 3.6rem;
		text-align: center;
		font-weight: 700;
		vertical-align: middle;
		
	}
	.items .item-box .note{
		text-align: center;
		font-size: 2rem;
		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: 1.4rem;
		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: 2.1rem;
		margin-bottom: 10px;
	}
	.items .item-box .item-list li .spec{
		font-size: 1.6rem;
	}	
	.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: 1.5rem;
		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: 1.4rem;
		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: 1.5rem;
	}
	.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: 1.3rem;
		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: 1.4rem;
		font-weight: 700;
		margin-bottom: 0;
	}
	.acc-box.terms-box .content .inner dl dd{
		line-height: 1.8;
		font-size: 1.2rem;
		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: 3.2rem;
	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: 11.5rem;
	background: #ffaab0;
}
#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 #ffaab0;
	opacity: 0.9;
}#mainCol {
	flex: 1;
	padding-top: 3rem;
}
.col2 #mainCol {
	overflow: hidden;
}
#mainCol .sub {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	display: block;
}
#mainCol article > p.summary,
#mainCol article .inn > p.summary {
	text-align:left !important;
}
#mainCol article h2 {
	font-size: 2.6rem;
	padding-bottom: 1.5rem;
	line-height: 1;
	position: relative;
	margin-bottom: 4rem;
	background-color:white;
	text-align:center;
}
#mainCol article h2::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: #d6d6d6;
}
#mainCol article h2::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 11.5rem;
	background: #ffaab0;
}
#mainCol .classify {
	font-size: 1.5rem;
	margin-bottom: 5rem;
	display: inline-block;
	border: 1px solid #717272;
	padding:  0.5rem;
	line-height: 1;
	margin-top: -2rem;
	vertical-align: middle;
}

#mainCol article h3 {
	font-size: 1.8rem;
	text-align: center;
	position: relative;
	padding-bottom: 0.5rem;
	margin-bottom: 2rem;
}
#mainCol article h3::after {
	content: "";
	display: block;
	position: absolute;
	width: 10rem;
	height: 0.3rem;
	background: #b2b2b2;
	left: 50%;
	bottom: 0;
	margin-left: -5rem;
}
#mainCol article h3 span {
	display: block;
	font-size: 0.8em;
}
@media screen and (max-width: 920px){
	#mainCol {
		flex: auto;
	}
	#mainCol .sub {
		margin-left: 3.5rem;
		margin-right: 3.5rem;
	}
	#mainCol article h2 {
		margin-left: 3.5rem;
		margin-right: 3.5rem;
	}
	#mainCol article h3 {
		margin-left: 3.5rem;
		margin-right: 3.5rem;
	}
	#mainCol .classify {
		margin-left: 3.5rem;
	}
}
@media screen and (max-width: 810px){
	#mainCol {
		width: 100%;
		padding-top: 2rem;
	}
	#mainCol article .sub {
		font-size: 1rem;		
		margin-bottom: 1rem;
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
	#mainCol article h2 {
		font-size: 2.2rem;
		padding-bottom: 1.5rem;
		line-height: 1;
		position: relative;
		margin-bottom: 1.5rem;
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
	#mainCol article h2::before {
		height: 0.2rem;
	}
	#mainCol article h2::after {
		height: 0.2rem;
		width: 5.5rem;
	}
	#mainCol article .classify {
		font-size: 1.4rem;
		margin: -0.5em 1.5rem 2rem;
	}
	#mainCol article h3 {
		font-size: 1.7rem;
		padding-bottom: 0.5rem;
		margin-bottom: 2rem;
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
	#mainCol article h3::after {
		width: 7rem;
		height: 0.2rem;
		margin-left: -3.5rem;
	}
}
/* -------------------------------
FOOTER
------------------------------- */
footer {
	width: 100%;
	margin-top: 8rem !important;
	border-top: none !important;
}
footer #contact {
	background: #ffaab0;
	padding: 5rem 0 7rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	display: none !important;
}
footer #contact::before {
	content: "";
	display: inline-block;
	width: 5.5rem;
	height: 4rem;
	background: url(../images/ico_inquiry02.png) no-repeat center center / contain;
}
footer #contact p {
	margin-top: 4rem;
	font-size: 2.7rem;
	color: #fff;
}
footer #contact a {
	border: 2px solid #fff;
	margin-top: 4rem;
	font-size: 2.7rem;
	width: 100%;
	text-align: center;
	text-decoration: none;
	max-width: 42rem;
	height: 7rem;
	line-height: 7rem;
	color: #fff;
	background: #ffaab0;
	position: relative;
	transition: all 0.4s ease;
}
footer #contact a:hover {
	color: #ffaab0;
	background: #fff;
}
footer #contact a::after {
	content: "";
	display: block;
	width: 2.9rem;
	height: 2.9rem;
	background: url(../images/ico_arrow03.png) no-repeat center center / contain;
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -1.45rem;
}
footer #fnav {
	background: #ededed;
	position: relative;
	padding: 7rem 0 4rem;
}
footer #fnav #btnReturn {
	position: absolute;
	top: -3.5rem;
	left: 50%;
	margin-left: -3.5rem;
}
footer #fnav #btnReturn a {
	display: block;
	width: 7rem;
	height: 7rem;
	background: url(../images/btn_return01.png) no-repeat center center / contain;
	transition: all 0.4s ease;
}
footer #fnav #btnReturn a:hover {
	background: url(../images/btn_return01_h.png) no-repeat center center / contain;
}
footer #fnav nav {
	max-width: 120rem;
	margin: 0 auto;
}
footer #fnav nav::after {
	content: "";
	display: block;
	clear: both;	
}
footer #fnav nav > ul {
	padding: 0 5rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	max-height: 38rem;
	height: 38rem;
}
footer #fnav nav > ul::after {
	content: "";
	display: block;
	clear: both;	
}

footer #fnav nav > ul > li {
	margin: 0 1rem;
	line-height: 1;
}
footer #fnav nav > ul > li:nth-child(1) {
	flex: 100%;
}
footer #fnav nav > ul > li > a {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 2rem;
}
footer #fnav nav > ul > li > ul > li {
	margin-bottom: 1.2rem;
	line-height: 1;
}
footer #fnav nav > ul > li > ul > li:last-child {
	margin-bottom: 2rem;
}
footer #fnav nav > ul > li > ul > li > a {
	font-size: 1.5rem;
	display: inherit;
}
@media screen and (max-width: 1200px){
	footer #fnav {
		padding: 5.83vw 0 3.33vw;
	}
	footer #fnav nav > ul {
		padding: 0 4.167vw;
		height: calc( 26000vw / 1100);
	}
	footer #fnav nav > ul > li {
		margin: 0 0.83vw;
	}
	footer #fnav nav > ul > li > a {
		font-size: 1.33vw;
		margin-bottom: 1.67vw;
	}
	footer #fnav nav > ul > li > ul > li {
		margin-bottom: 1vw;
	}
	footer #fnav nav > ul > li > ul > li:last-child {
		margin-bottom: 1.67vw;
	}
	footer #fnav nav > ul > li > ul > li > a {
		font-size: 1.25vw;	
	}
}
footer #relation {
	background: #d3d3d3;
}
footer #relation .inn {
	max-width: 120rem;
	padding: 5rem 5rem 4rem;
	margin: 0 auto;
}
footer #relation .inn h3 {
	font-size: 2.7rem;
	text-align: center;
}
footer #relation ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer #relation ul li {
	width: calc(30000% / 1100);
	margin-top: 5rem;
}
footer #relation ul li a {
	display: block;
}
footer #relation ul li a img {
	width: 100%;
	vertical-align: bottom;
}

footer aside {
	background: #ffaab0;
	height: 6rem;
	line-height: 6rem;
}
footer aside .inn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 120rem;
	margin: 0 auto;
}
footer aside nav {
}
footer aside nav ul {
	display: flex;
	padding: 0 5rem;
}
footer aside nav ul li {
	margin-right: 4rem;
}
footer aside nav ul li a {
	font-size: 1.6rem;
	color: #fff;
}
footer aside .sns {
	display: flex;
}
footer aside .sns ul {
	display: flex;
	padding: 0 5rem;
}
footer aside .sns ul li {
	margin-left: 2rem;
}
footer aside .sns ul li img {
	width: 36px;
	display: block;
}
footer #copyright {
	padding: 1rem 0 1.5rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
footer #copyright address {
	font-size: 1.4rem;
	text-align: center;
}
footer #copyright small {
	font-size: 1.4rem;
	font-family: Arial;
	margin-top: 1rem;
	text-align: center;
}
@media screen and (max-width: 810px){
	footer {
		margin-top: 2rem;
	}
	footer #contact {
		padding: 1.5rem 0.5rem 3rem;
	}
	footer #contact::before {
		width: 2.5rem;
		height: 1.8rem;
	}
	footer #contact p {
		margin-top: 0.7rem;
		font-size: 1.4rem;
	}
	footer #contact a {
		border: 1px solid #fff;
		margin-top: 1rem;
		font-size: 1.7rem;
		width: 100%;
		text-align: center;
		text-decoration: none;
		max-width: 23rem;
		height: 4rem;
		line-height: 4rem;
		transition: none;
	}
	footer #contact a:hover {
		color: #ffaab0;
		background: #fff;
	}
	footer #contact a::after {
		content: "";
		display: block;
		width: 2rem;
		height: 2rem;
		right: 0.5rem;
		margin-top: -1rem;
	}

	footer #fnav {
		padding: 0;
		
	}
	footer #fnav #btnReturn {
		top: -1.75rem;
		left: 50%;
		margin-left: -1.75rem;
	}
	footer #fnav #btnReturn a {
		width: 3.5rem;
		height: 3.5rem;
		transition: none;
	}
	footer #fnav nav {
		display: none;
	}

	footer #relation .inn {
		padding: 3.5rem 0.5rem 1.3rem;
	}
	footer #relation .inn h3 {
		font-size: 1.5rem;
	}
	footer #relation ul {
		margin-top: 1.5rem;
	}
	footer #relation ul li {
		width: calc(50% - 0.5rem);
		margin-bottom: 1.2rem;
		margin-top: 0;
	}	
	footer aside {
		background: #ffaab0;
		height: auto;
	}
	footer aside .inn {
		display: block;
	}
	footer aside nav ul {
		flex-wrap: wrap;
		flex-direction: column;
		padding: 0;
	}
	footer aside nav ul li {
		margin-right: 0;
		margin-bottom: 0;
		height: 4rem;
		line-height: 4rem;
		padding: 0 1rem;
		border-bottom: 1px solid #fff;
	}
	footer aside nav ul li a {
		font-size: 1.3rem;
		color: #fff;
	}
	footer aside .sns {
		padding: 15px 0;
		width: 100%;
	}
	footer aside .sns ul {
		width:100%;
		justify-content: center;
	}
	footer aside .sns ul li {
		margin: 0 10px;
	}
	footer #copyright {
		padding: 0.5rem 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	footer #copyright address {
		font-size: 1.1rem;
	}
	footer #copyright small {
		font-size: 1rem;
		margin-top: 0.5rem;
	}

}

footer + .acms-container {
	margin-top: 80px;
}
footer + .acms-container #adminBox, .acms-admin-box {
	position: fixed;
	margin: 0;
	bottom:0;
	left:0;
	right:0;
	z-index: 999;
	margin-bottom: 0 !important;
}
.js-lazy-load {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: opacity .8s cubic-bezier(0.5, 0, 0, 1) .1s,-webkit-transform .9s cubic-bezier(0.5, 0, 0, 1) .1s;
    transition: opacity .8s cubic-bezier(0.5, 0, 0, 1) .1s,-webkit-transform .9s cubic-bezier(0.5, 0, 0, 1) .1s;
    transition: opacity .8s cubic-bezier(0.5, 0, 0, 1) .1s,transform .9s cubic-bezier(0.5, 0, 0, 1) .1s;
    transition: opacity .8s cubic-bezier(0.5, 0, 0, 1) .1s,transform .9s cubic-bezier(0.5, 0, 0, 1) .1s,-webkit-transform .9s cubic-bezier(0.5, 0, 0, 1) .1s
}

.js-lazy-load.loading {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

