@charset "UTF-8" ;

/* contact-shopping */

li {
	list-style: none ;
}

ul{
	padding-left:-100px:
}

img {max-width:1198px;}


.toggle_contents {
	border: 2px solid #d9d9d9;
	font-size: 1.6rem ;
}
.toggle_title {
	position: relative ;
	cursor: pointer ;
	font-size: 26px ;
	text-align: left ;
	font-size: 3rem ;
}

.toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: #0052a4;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}

.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.toggle_btn:before {
	width: 2px;
	height: 10px;
}

.toggle_title.selected .toggle_btn:before {
	content: normal;
}

.toggle_contents dd {
	display: none;
	margin-left:-40px;
}




/*ƒx[ƒX*/
.toggle {
	display: none;
}
.Label {		/*ƒ^ƒCƒgƒ‹*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#019ac6;
}
.Label::before{		/*ƒ^ƒCƒgƒ‹‰¡‚Ì–îˆó*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*–{•¶*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*ŠJ•ÂŽž*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}


#pagetop {
	display:inline-block;
	position:fixed;
	bottom:0;
	right:0;
}

#pagetop a {
	padding:20px 10px;
	display:block;
	background:#008b8b;
	color:#fff;
	text-align:center;
}



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


img {max-width:99%;}

}/*ªmax-width1200ª*/

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


.toggle_contents {
	border: 2px solid #d9d9d9;
	font-size: 1rem ;
	padding: 0px 0px ;
}

.toggle_title {
	position: relative ;
	padding: 15px ;
	cursor: pointer ;
	font-size: 26px ;
	text-align: left ;
	line-height: 1.4 ;
	font-size: 2rem ;
}

}