@charset "utf-8";
/* CSS Document */


#mv {
	width:100%;
	height:100vh;
	position:relative;
	overflow:hidden;
	min-height:667px;
	max-height:1000px;
}
#mv .mv_main {
	position:absolute;
	height:95%;
	width:auto;
	max-width:none;
	bottom:0px;
	left:50%;
	transform:translateX(-50%);	
}
#mv .mv_main_text {
	position:absolute;
	width:38%;
	max-width:650px;
	top:13%;
	left:50%;
	transform:translateX(-50%);	
}
#mv .mv_main_car {
	position:absolute;
	width:85%;
	max-width:1420px;
	bottom:0px;
	left:50%;
	transform:translateX(-50%);	
}
#mv ul {
	display: flex;
	justify-content: space-between;
	position:absolute;
	width:33%;
	top:52%;
	left:50%;
	transform:translate(-50%,-50%);
	list-style:none;
	max-width:420px;
}
#mv ul li {
	width:calc(100% / 3 - 0px);
	position:relative;
}
#mv ul li img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
#mv ul li:nth-child(1) img {
	animation: face1Move 5s infinite;
}
#mv ul li:nth-child(2) img {
	animation: face2Move 5s infinite;
}
#mv ul li:nth-child(3) img {
	animation: face3Move 5s infinite;
}
@keyframes face1Move{
	0% {transform:translate(-50%,-50%) rotate( 0deg );}
	33% {transform:translate(-50%,-50%) rotate( -25deg );}
	66% {transform:translate(-50%,-50%) rotate( 25deg );}
	100% {transform:translate(-50%,-50%) rotate( 0deg );}
}
@keyframes face2Move{
	0% {transform:translate(-50%,-50%) rotate( 0deg );}
	33% {transform:translate(-50%,-50%) rotate( -25deg );}
	66% {transform:translate(-50%,-50%) rotate( 25deg );}
	100% {transform:translate(-50%,-50%) rotate( 0deg );}
}
@keyframes face3Move{
	0% {transform:translate(-50%,-50%) rotate( 0deg );}
	33% {transform:translate(-50%,-50%) rotate( 25deg );}
	66% {transform:translate(-50%,-50%) rotate( -25deg );}
	100% {transform:translate(-50%,-50%) rotate( 0deg );}
}
#mv p {
	position:absolute;
	top:72%;
	left:50%;
	transform:translate(-50%,-50%);
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:1.8;
	width:95%;
}
.scrolldown{
	position:absolute;
	bottom:0px;
	left:3%;
}
.scrolldown span{
	position: absolute;
	left:0px;
	top:-130px;
	transform:translate(-40%,-0%);
	color: #333;
	font-size: 15px;
	font-weight:bold;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	
	font-family: 'Lilita One', cursive;
}
.scrolldown:before {
	content: "";
	position: absolute;
	bottom:0;
	left:-4px;
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#E95513;
	z-index:2;
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
	0%{bottom:81px;}
	100%{bottom:-5px;}
}
@keyframes cirlemovehide{
	0%{opacity:0}
	50%{opacity:1;}
	80%{opacity:0.9;}
	100%{opacity:0;}
}
.scrolldown:after{
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:2px;
	height: 86px;
	background:#333;
}

@media print, screen and (min-width: 769px){
	body.tatenaga #mv ul {
		width:50%;
	}
}
@media print, screen and (max-width: 768px){
	#mv {
		max-height:800px;
	}
	#mv .mv_main {
		height:86%;
	}
	#mv .mv_main_text {
		width:92%;
		top:18%;
	}
	#mv .mv_main_car {
		width:85%;
		bottom:0px;
	}
	#mv ul {
		width:70%;
		top:45%;
		max-width:350px;
	}
	.
	#mv ul li {
		width:calc(100% / 3 - 8px);
	}
	#mv p {
		font-size:16px;
		text-align:justify;
		top:70%;
	}
	.scrolldown {
		display:none;
	}
}


.mv_mini {
	width:100%;
	height:100vh;
	min-height:680px;
	max-height:1000px;
	position:relative;
}
.mv_mini .box_l {
	width:45%;
	position:absolute;
	left:0px;
	top:35%;
}
.mv_mini .h1_def {
	font-size:50px;
	font-weight:bold;
	line-height:1.1;
}
.mv_mini .h1_def span {
	display:block;
	font-size:30px;
	color:#E95513;
	font-family: 'Lilita One', cursive;
	margin-bottom:30px;
}
.mv_mini p {
	font-size:18px;
	font-weight:bold;
	margin-top:30px;
}
.mv_mini .img_mv_mini {
	width:49%;
	position:absolute;
	right:0px;
	top:46%;
	transform:translateY(-50%);
}
@media print, screen and (max-width: 768px){
	.mv_mini {
		width:90%;
		max-width:400px;
		margin:0 auto;
		min-height:650px;
		max-height:800px;
	}
	.mv_mini .box_l {
		width:100%;
		top:58%;
		transform:none;
	}
	.mv_mini .h1_def {		
		font-size:26px;
	}
	.mv_mini .h1_def span {
		font-size:15px;
		margin-bottom:10px;
	}
	.mv_mini p {
		font-size:16px;
		margin-top:20px;
	}
	.mv_mini .img_mv_mini {
		width:100%;
		top:34%;
	}
}
.mv_mini + section {
	position:relative;
	z-index:2;
}

.btn_orenge_yaji_right {
	display:inline-block;
	background-color:#E95513;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	padding:20px 145px 22px;
	text-decoration:none;
	border-radius:10px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
	text-align:center;
	position:relative;
	top:0px;
}
.btn_orenge_yaji_right:hover {
	box-shadow:none;
	background-color:#FFBB00;
	top:5px;
}
.btn_orenge_yaji_right span {
	display:inline-block;
	padding-right:25px;
	position:relative;
	
	background-image:url(../img/temp/arrow-right.png);
	background-position:right 5px top 8px;
	background-repeat:no-repeat;
	background-size:7px auto;
	line-height:1.3;
}
.btn_orenge_yaji_right:hover span {
	animation: yajiMove 1.0s infinite;
}
@keyframes yajiMove{
	0% {background-position:right 5px top 8px;}
	25% {background-position:right 0px top 8px;}
	50% {background-position:right 5px top 8px;}
	75% {background-position:right 0px top 8px;}
	100% {background-position:right 5px top 8px;}
}
.btn_orenge_yaji_right span:after {
	content:"";
	display:none;
	position:absolute;
	right:0px;
	top:calc(50% - 3px);
	
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: #ffffff #ffffff transparent transparent;
	transform: rotate(45deg);
}
@media print, screen and (max-width: 768px){
	.btn_orenge_yaji_right {
		font-size:16px;
		padding:10px 15px;
		display:block;
		border-radius:5px;
	}
	.btn_orenge_yaji_right span {
		display:block;
		text-align:justify;
		padding-right:20px;
		background-position:right 0px top 6px;
	}
	@keyframes yajiMove{
		0% {background-position:right 5px top 6px;}
		25% {background-position:right 0px top 6px;}
		50% {background-position:right 5px top 6px;}
		75% {background-position:right 0px top 6px;}
		100% {background-position:right 5px top 6px;}
	}
	.btn_orenge_yaji_right span:after {
		width: 6px;
		height: 6px;
		top: calc(50% - 3px);
	}
}

.btn_orenge_more_right {
	display:inline-block;
	background-color:#E95513;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	padding:20px 145px 22px;
	text-decoration:none;
	border-radius:10px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
	text-align:center;
	position:relative;
	top:0px;
}
.btn_orenge_more_right:hover {
	box-shadow:none;
	background-color:#FFBB00;
	top:5px;
}
.btn_orenge_more_right span {
	display:inline-block;
	padding-right:23px;
	position:relative;
	background-image:url(../img/home/more1_icon.png);
	background-repeat:no-repeat;
	background-position:right 0px top 9px;
	background-size:15px auto;
}
@media print, screen and (max-width: 999px){
	.btn_orenge_more_right.small {
		font-size:14px;
	}
}
@media print, screen and (max-width: 768px){
	.btn_orenge_more_right {
		font-size:16px;
		padding:10px 15px;
		display:block;
		border-radius:5px;
	}
	.btn_orenge_more_right span {
		display:block;
		text-align:justify;
		
		padding-right:20px;
		background-size: 12px auto;
		background-position: right 0px top 7px;
	}
}



body.home #mission {
	width:95%;
	max-width:1500px;
	margin:0 auto;
	background-color:#FAE99D;
	border-radius:50px;
	padding:80px 50px;
	text-align:center;
	position:relative;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
}
body.home #mission h2 .en {
	color:#E95513;
	font-size:30px;
	font-family: 'Lilita One', cursive;
}
body.home #mission .img_l {
	width:20.86%;
	position:absolute;
	top:32%;
	left:6%;
}
body.home #mission .img_r {
	width:20.86%;
	position:absolute;
	top:32%;
	right:6%;
}
body.home #mission p {
	text-align:center;
}
body.home #mission .p1 {
	display:block;
	font-size:35px;
	font-weight:bold;
	padding:10px 0 35px;
	position:relative;
}
body.home #mission .p1:after {
	content:"";
	display:block;
	width:33px;
	height:3px;
	background-color:#E95513;
	position:absolute;
	bottom:0px;
	left:50%;
	transform:translateX(-50%);
}
body.home #mission .p2 {
	font-size:20px;
	font-weight:bold;
	padding:35px 0 20px;
}
body.home #mission .p3 {
	font-size:20px;
	font-weight:bold;
	padding:20px 0 20px;
}
body.home #mission .p3 span {
	background: linear-gradient(transparent 55%, #F8D344 35%);
}
body.home #mission .p4 {
	font-size:20px;
	font-weight:bold;
	padding:20px 0 20px;
}
body.home #mission .btn_orenge_yaji_right {
	margin-top:10px;
}
@media print, screen and (min-width: 769px) and (max-width: 1579px){
	body.home #mission {
		width:100%;
		border-radius:0 0 0px 0px;
		max-width:none;
	}
}
@media print, screen and (max-width: 1199px){
	body.home #mission .img_l {
		width:18%;
		left:4%;
	}
	body.home #mission .img_r {
		width:18%;
		right:4%;
	}
	body.home #mission .p1 {
		font-size:30px;
	}
	body.home #mission .p2 {
		font-size:16px;
	}
	body.home #mission .p3 {
		font-size:16px;
	}
	body.home #mission .p4 {
		font-size:16px;
	}
}
@media print, screen and (max-width: 768px){
	body.home #mission {
		padding:30px 20px;
		border-radius:10px;
	}
	body.home #mission h2 {
		font-size:15px;
	}
	body.home #mission .p1:after {
		display:none;
	}
	body.home #mission .img_l {
		width:47%;
		max-width:200px;
		position:relative;
		top:auto;
		left:auto;
		margin-right:4%;
	}
	body.home #mission .img_r {
		width:47%;
		max-width:200px;
		position:relative;
		top:auto;
		right:auto;
	}
	body.home #mission p {
		text-align:justify;
	}
	body.home #mission .p1 {
		font-size:16px;
		padding-bottom:30px;
		display:inline-block;
	}
	body.home #mission .p2 {
		font-size:16px;
		font-weight:normal;
		padding:20px 0 10px;
	}
	body.home #mission .p3 {
		font-size:16px;
		font-weight:normal;
		padding:10px 0 10px;
		display:inline-block;
	}
	body.home #mission .p4 {
		font-size:16px;
		font-weight:normal;
		padding:10px 0 10px;
	}
	body.home #mission .btn_orenge_yaji_right {
		font-size:15px;
	}
	body.home #mission .btn_orenge_yaji_right span {
		display:inline-block;
	}
}



body.home #service {
	width:95%;
	max-width:1120px;
	margin:120px auto;
	position:relative;
}
body.home #service .img_cloud {
	width:70%;
	position:absolute;
	top:-80px;
	left:50%;
	transform:translateX(-50%);
	z-index:-1;
}
body.home #service h2 .en {
	display:block;
	color: #E95513;
    font-size: 30px;
	text-align:center;
	font-family: 'Lilita One', cursive;
}
body.home #service .p1 {
	display:block;
	font-size:35px;
	font-weight:bold;
	text-align:center;
	padding:20px 0 20px;
}
body.home #service .p2 {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:20px 0 20px;
}
body.home #service .box1 {
	
}
body.home #service .box1list {
	margin:120px 0;
	position:relative;
}
body.home #service .box1list:after {
	content:"";
	display:block;
	clear:both;
}
body.home #service .box1list h3 {
	margin-bottom:20px;
	vertical-align:top;
	position:relative;
	padding-left:60px;
	line-height:1;
	z-index:1;
}
body.home #service .box1list h3 span {
	font-size:40px;
	color:#E95513;
	display:inline-block;
	position:absolute;
	left:0px;
	top:9px;
	line-height:1;
	font-family: 'Lilita One', cursive;
}
body.home #service .box1list .box_w {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
body.home #service .box1list .box_l {
	width:50%;
}
body.home #service .box1list .img_l {
	position:relative;
	display:block;
	width:110%;
	top:0%;
	left:0px;
	z-index:0;
	max-width:none;
}
body.home #service .box1list .box_r {
	width:50%;
	position:relative;
	z-index:1;
	padding-top:20px;
}
body.home #service .box1list.r1 .box_r img {
	float:right;
}
body.home #service .box1list .box_r ul {
	margin-top:20px;
	list-style:none;
}
body.home #service .box1list .box_r ul li {
	margin:1px 0;
	background-color:#FFF;
	padding:20px 20px 20px 40px;
	background-image:url(../img/home/list_icon.png);
	background-repeat:no-repeat;
	background-position:15px 28px;
	background-size:15px auto;
	font-size:18px;
	font-weight:bold;
}
body.home #service .box1list .box_r p {
	text-align:center;
	font-size:14px;
	margin-top:10px;
}
body.home #service .box1list .box_r .btn_orenge_yaji_right {
	padding-left:15px;
	padding-right:15px;
	width:100%;
	margin-top:10px;
}
body.home #service .box1list .box_r .btn_orenge_more_right {
	padding-left:15px;
	padding-right:15px;
	width:100%;
	margin-top:10px;
}
@media print, screen and (max-width: 768px){
	body.home #service {
		margin:80px auto;
	}
	body.home #service .img_cloud {
		width:70%;
		top:-40px;
	}
	body.home #service h2 {
		font-size:15px;
	}
	body.home #service .p1 {
		font-size:20px;
		padding:10px 0 10px;
	}
	body.home #service .p2 {
		font-size:16px;
		padding:10px 0 0px;
	}
	body.home #service .box1list {
		margin:80px auto;
	}
	body.home #service .box1list h3 {
		padding-left:30px;
		margin-bottom:10px;
	}
	body.home #service .box1list h3 span {
		font-size:19px;
		top:5px;
	}
	body.home #service .box1list h3 img {
		height:33px;
		width:auto;
	}
	body.home #service .box1list .box_l {
		width:100%;
	}
	body.home #service .box1list .img_l {
		position:relative;
		display: block;
		width: 100%;
		top:auto;
		left: auto;
		max-width: 100%;
	}
	body.home #service .box1list .box_r {
		width:100%;
	}
	body.home #service .box1list .box_r ul li {
		font-size:16px;
		padding:15px 15px 10px 35px;
		background-position:14px 21px;
		background-size:15px auto;
	}
	body.home #service .box1list .box_r p {
		font-size:10px;
	}
	body.home #service .box1list .box_r .btn_orenge_yaji_right span {
		display:inline-block;
	}
	body.home #service .box1list .box_r .btn_orenge_more_right span {
		display:inline-block;
	}
	body.home #service .box1list .box_r .btn_orenge_more_right span.size_s {
		font-size:13px;
	}
}



body.home #way_to_purchase {
	width:95%;
	max-width:1120px;
	margin:120px auto;
	padding:80px 5%;
	background-color:#FFF;
	border-radius:50px;
	text-align:center;
	position:relative;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
}
body.home #way_to_purchase h2 .en {
	display:block;
	color: #E95513;
    font-size: 30px;
	text-align:center;
	font-family: 'Lilita One', cursive;
}
body.home #way_to_purchase .p1 {
	display:block;
	font-size:35px;
	font-weight:bold;
	text-align:center;
	padding:20px 0 20px;
}
body.home #way_to_purchase .p2 {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:20px 0 20px;
}
body.home #way_to_purchase .img0 {
	position:absolute;
	top:15%;
	right:7%;
	width:20%;
	max-width:211px;
}
body.home #way_to_purchase .img1 {
	padding:20px 0 20px;
}
body.home #way_to_purchase .p3 {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:20px 0 20px;
}
body.home #way_to_purchase .btn_orenge_yaji_right {
	margin-top:20px;
}
@media print, screen and (max-width: 999px){
	body.home #way_to_purchase .img0 {
		position:relative;
		top:auto;
		right:auto;
		width:30%;
		padding:10px 0 10px;
		margin:0 auto;
		display:block;
	}
}
@media print, screen and (max-width: 768px){
	body.home #way_to_purchase {
		margin:80px auto;
		border-radius:10px;
		padding-top:30px;
		padding-bottom:30px;
	}
	body.home #way_to_purchase h2 {
		font-size:15px;
	}
	body.home #way_to_purchase .p1 {
		font-size:20px;
		padding:10px 0 10px;
	}
	body.home #way_to_purchase .p2 {
		font-size:16px;
		padding:10px 0 10px;
	}
	body.home #way_to_purchase .img1 {
		padding:10px 0 10px;
	}
	body.home #way_to_purchase .p3 {
		font-size:16px;
		text-align:justify;
		font-weight:normal;
		padding:10px 0 10px;
	}
	body.home #way_to_purchase .btn_orenge_yaji_right {
		padding-top:10px;
		padding-bottom:10px;
	}
	body.home #way_to_purchase .btn_orenge_yaji_right span {
		display:inline-block;
		font-size:16px;
	}
}




body.home #sennyu_tyousa {
	width:95%;
	max-width:1300px;
	margin:120px auto;
	position:relative;
}
body.home #sennyu_tyousa .img_fukidasi {
	position:absolute;
	top:0px;
	left:0px;
	width:15.6%;
}
body.home #sennyu_tyousa .box_maru {
	background-color:#333333;
	border-radius:400px;
}
body.home #sennyu_tyousa .box_maru:after {
	content:"";
	display:block;
	clear:both;
}
body.home #sennyu_tyousa .box_maru .img_box_maru {
	float:left;
	width:53%;
}
body.home #sennyu_tyousa .box_maru .box_r {
	float:right;
	width:47%;
	position:relative;
}
body.home #sennyu_tyousa .box_maru .box_r .img1 {
	position:absolute;
	top:40px;
	left:-40px;
	width:20.6%;
}
body.home #sennyu_tyousa .box_maru .box_r .img2 {
	position:absolute;
	top:50px;
	left:20px;
	width:73.15%;
}
body.home #sennyu_tyousa .box_maru .box_r .p1 {
	margin-top:45%;
	font-size:16px;
	color:#FFF;
	padding:0 30% 0 10%;
}
body.home #sennyu_tyousa .box_maru .box_r .btn_orenge_yaji_right {
	padding-left:15px;
	padding-right:15px;
	display:block;
	margin-top:30px;
}
@media print, screen and (max-width: 1199px){
	body.home #sennyu_tyousa .box_maru .box_r .img1 {
		top:30px;
		width:18%;
	}
	body.home #sennyu_tyousa .box_maru .box_r .img2 {
		top:40px;
		width:65%;
	}
	body.home #sennyu_tyousa .box_maru .box_r .p1 {
		margin-top:42%;
		font-size:14px;
		padding:0 23% 0 6%;
	}
}
@media print, screen and (max-width: 999px){
	body.home #sennyu_tyousa .box_maru .img_box_maru {
		width:50%;
	}
	body.home #sennyu_tyousa .box_maru .box_r {
		width:50%;
	}
	body.home #sennyu_tyousa .box_maru .box_r .img1 {
		top:20px;
		width:16%;
	}
	body.home #sennyu_tyousa .box_maru .box_r .img2 {
		top:25px;
		width:60%;
	}
	body.home #sennyu_tyousa .box_maru .box_r .p1 {
		margin-top:35%;
		padding:0 15% 0 4%;
	}
	body.home #sennyu_tyousa .box_maru .box_r .btn_orenge_yaji_right {
		padding-top:10px;
		padding-bottom:10px;
		margin-top:15px;
	}
}
@media print, screen and (max-width: 768px){
	body.home #sennyu_tyousa {
		margin:80px auto;
	}
	body.home #sennyu_tyousa .img_fukidasi {
		top:-40px;
		width:42.31%;
	}
	body.home #sennyu_tyousa .box_maru {
		border-radius:400px 400px 10px 10px;
	}
	body.home #sennyu_tyousa .box_maru .img_box_maru {
		float:none;
		width:100%;
		
	}
	body.home #sennyu_tyousa .box_maru .box_r {
		float:none;
		width:100%;
	}
	body.home #sennyu_tyousa .box_maru .box_r .img1 {
		top:-18%;
		left:8%;
		width:16%;
	}
	body.home #sennyu_tyousa .box_maru .box_r .img2 {
		top:-14%;
		left:10%;
		width:78%;
	}
	body.home #sennyu_tyousa .box_maru .box_r .p1 {
		margin-top:0px;
		padding:25% 20px 20px 20px;
		font-size:16px;
	}
	body.home #sennyu_tyousa .box_maru .box_r .btn_orenge_yaji_right {
		padding-top:22px;
		padding-bottom:23px;
	}
	body.home #sennyu_tyousa .box_maru .box_r .btn_orenge_yaji_right span {
		display:inline-block;
		font-size:16px;
	}
}


body.home #company {
	width:95%;
	max-width:1370px;
	margin:120px auto;
}
body.home #company:after {
	content:"";
	display:block;
	clear:both;
}
body.home #company h2 .en {
	display:block;
	color: #E95513;
    font-size: 30px;
	text-align:center;
	font-family: 'Lilita One', cursive;
}
body.home #company .p1 {
	display:block;
	font-size: 30px;
	font-weight:bold;
	padding:20px 0;
	text-align:center;
}
body.home #company .ul_list_daen {
	display: flex;
	justify-content: space-between;
	list-style:none;
	width:95%;
	max-width:700px;
	margin:20px auto;
}
body.home #company .ul_list_daen li {
	display:inline-block;
	width:calc(100% / 3 - 30px);
}
body.home #company .ul_list_daen li a {
	display:block;
	padding-bottom:45.53%;
	text-align:center;
	background-color:#E95513;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	border-radius:50%;
	position:relative;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
	top:0px;
}
body.home #company .ul_list_daen li a:hover {
	box-shadow:none;
	background-color:#FFBB00;
	top:5px;
}
body.home #company .ul_list_daen li a span {
	position:absolute;
	width:100%;
	text-align:center;
	top:50%;
	left:0px;
	transform:translateY(-50%);
}
body.home #company .box_l {
	float:left;
	width:42%;
	margin-top:60px;
}
body.home #company .box_r {
	float:right;
	width:53.72%;
	margin-top:60px;
}
body.home #company .box_r table {
	border-collapse: collapse;
	border-top:solid 1px #707070;
	width:100%;
}
body.home #company .box_r table th {
	border-bottom:solid 1px #707070;
	padding:25px 0;
	font-size:18px;
	font-weight:bold;
	text-align:justify;
	vertical-align:top;
}
body.home #company .box_r table td {
	border-bottom:solid 1px #707070;
	padding:25px 0;
	font-size:18px;
	text-align:justify;
	vertical-align:top;
	position:relative;
}
body.home #company .box_r table td a {
	text-decoration:none;
	color:#333;
}
body.home #company .box_r table td .link_map {
	display:inline-block;
	margin-left:10px;
	background-color:#333333;
	color:#FFF;
	font-size:12px;
	padding:4px 12px 5px;
	border-radius:50%;
	font-family: 'Lilita One', cursive;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
	position:relative;
	top:0px;
}
body.home #company .box_r table td .link_map:hover {
	box-shadow:none;
	background-color:#6C6C6C;
	top:2px;
}
@media print, screen and (max-width: 999px){
	body.home #company .box_l {
		width:39%;
	}
	body.home #company .box_r {
		width:59%;
	}
	body.home #company .box_r table th {
		padding:20px 0;
		font-size:16px;
	}
	body.home #company .box_r table td {
		padding:20px 0;
		font-size:16px;
	}
}
@media print, screen and (max-width: 768px){
	body.home #company {
		margin:80px auto 20px;
	}
	body.home #company h2 {
		font-size:15px;
	}
	body.home #company .p1 {
		font-size:20px;
	}
	body.home #company .ul_list_daen li {
		width: calc(100% / 3 - 10px);
	}
	body.home #company .ul_list_daen li a {
		font-size:11px;
	}
	body.home #company .box_l {
		float:none;
		width:100%;
		margin-top:40px;
		text-align:center;
	}
	body.home #company .box_r {
		float:none;
		width:100%;
		margin-top:20px;
	}
	body.home #company .box_r table th {
		padding:15px 0;
		font-size:15px;
	}
	body.home #company .box_r table td {
		padding:15px 0;
		font-size:15px;
		padding-bottom:45px;
	}
	body.home #company .box_r table td .link_map {
		position:absolute;
		bottom:10px;
		left:0px;
		margin:0px;
		top:auto;
	}
	body.home #company .box_r table td .link_map:hover {
		top:auto;
	}
}




.ul_sitemap {
	list-style:none;
}
.ul_sitemap li {
	position:relative;
	padding-left:15px;
	padding:10px 5px 10px 20px;
}
.ul_sitemap li:before {
	content:"";
	display:block;
	width:8px;
	height:8px;
	background-color:#E95513;
	border-radius:4px;
	position:absolute;
	top:20px;
	left:0px;
}
.ul_sitemap li a {
	color:#333;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
}


.box_privacy .p_midasi {
	font-size:18px;
	font-weight:bold;
	margin:20px 0 5px;
}
.box_privacy p {
	font-size:16px;
	padding:5px 0;
}
.box_privacy ol {
	padding:5px 0 5px 22px;
}
.box_privacy p.p1 {
	margin-top:20px;
}
.box_privacy p.p1 span {
	font-size:18px;
	font-weight:bold;
}
@media print, screen and (max-width: 768px){
	.box_privacy h2 {
		font-size:16px;
	}
	.box_privacy p {
		font-size:14px;
	}
	.box_privacy p.p1 span {
		font-size:16px;
	}
}

.box_form .box_privacy h2 {
	font-size:13px;
	font-weight:bold;
	margin:10px 0 3px;
}
.box_form .box_privacy_out p.midasi {
	font-size:14px;
	font-weight:bold;
}
.box_form .box_privacy p {
	font-size:12px;
	padding:3px 0;
}
.box_form .box_privacy ol {
	padding:3px 0 3px 20px;
}
.box_form .box_privacy ol li {
	font-size:12px;
}
.box_form .box_privacy p.p1 {
	margin-top:10px;
}
.box_form .box_privacy p.p1 span {
	font-size:13px;
	font-weight:bold;
}
@media print, screen and (max-width: 768px){
	.box_form .box_privacy h2 {
		font-size:12px;
	}
	.box_form .box_privacy_out p.midasi {
		font-size:13px;
	}
	.box_form .box_privacy p {
		font-size:11px;
	}
	.box_form .box_privacy ol li {
		font-size:11px;
	}
	.box_form .box_privacy p.p1 span {
		font-size:12px;
	}
}






.page_inquiry .sec_def {
	margin-bottom:20px;
	padding: 80px 15%;
}
.page_inquiry .box_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:95%;
	max-width:1180px;
	margin:0 auto;
}
.page_inquiry .box_flex .col1 {
	width:100%;
}
.page_inquiry .box_flex .col2 {
	width:calc(100% / 2 - 20px);
}
.page_inquiry .box_flex .inquiry_list_box {
	background-color:#FAE99D;
	border-radius:50px;
	margin-bottom:40px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
}
.page_inquiry .box_flex .inquiry_list_box .midasi {
	text-align:center;
	font-size:36px;
	font-weight:bold;
	color:#FFF;
	background-color:#E95513;
	padding:20px 0;
	border-radius:50px;
	display:block;
}
.page_inquiry .box_flex .inquiry_list_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style:none;
	margin:40px 10% 20px;
}
.page_inquiry .box_flex .inquiry_list_box ul li p {
	text-align:center;
	padding:0 0 5px 0
}
.page_inquiry .box_flex .inquiry_list_box ul li a {
	display:block;
	text-align:center;
	border-radius:60px;
	background-color:#FFF;
	margin-bottom:20px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
	position:relative;
	top:0px;
}

.page_inquiry .box_flex .inquiry_list_box ul li a:hover {
	box-shadow:none;
	top:5px;
	opacity:0.7;
}
.page_inquiry .box_flex .inquiry_list_box ul li a:before {
	content:"";
	display:block;
	padding-bottom:27.0%;
}
.page_inquiry .box_flex .inquiry_list_box ul li a img {
	max-width:90%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.page_inquiry .box_flex .inquiry_list_box.col1 ul li {
	width:calc(100% / 2 - 10px);
}
.page_inquiry .box_flex .inquiry_list_box.col2 ul li {
	width:100%;
}

@media print, screen and (max-width: 768px){
	.page_inquiry .sec_def {	
		padding: 40px 5% 60px;
		border-radius:20px;
	}
	.page_inquiry .p_midasi_mail {
		margin-bottom:10px;
	}
	.page_inquiry .box_flex .col2 {
		width:100%;
	}
	.page_inquiry .box_flex .inquiry_list_box {
		border-radius:20px;
	}
	.page_inquiry .box_flex .inquiry_list_box .midasi {
		font-size:24px;
		border-radius:20px;
	}
	.page_inquiry .box_flex .inquiry_list_box ul {
		margin:30px 3% 10px;
	}
	.page_inquiry .box_flex .inquiry_list_box ul li a:before {
		padding-bottom:23.8%;
	}
	.page_inquiry .box_flex .inquiry_list_box.col1 ul li {
		width:100%;
	}
	
}

.p_google_privacy {
	text-align:center;
	font-size:12px;
	padding-bottom:20px;
}
.p_google_privacy span {
	display:inline-block;
	background-image:url(../img/temp/Icon-awesome-lock.png);
	background-repeat:no-repeat;
	background-size:14px auto;
	background-position:0px 0px;
	padding-left:20px;
}
@media print, screen and (max-width: 768px){
	.p_google_privacy {
		text-align:justify;
	}
}


.def_page .tel_box {
	margin:80px auto 80px;
	width:70%;
	min-width:425px;
	text-align:center;
}
.def_page .tel_box p {
	text-align:center;
}
.def_page .tel_box .p1 {
	font-size:25px;
	font-weight:bold;
}
.def_page .tel_box .p1 span {
	display:inline-block;
	background-image:url(../img/temp/tel_icon_01.png);
	background-repeat:no-repeat;
	background-position:0px 12px;
	background-size:19px auto;
	padding-left:25px;
}
.def_page .tel_box .p2 {
	font-size:50px;
}
.def_page .tel_box .p2 a {
	color:#E95513;
	text-decoration:none;
	font-family: 'Lilita One', cursive;
}
.def_page .tel_box .p3 {
	font-size:18px;
	font-weight:bold;
}
@media print, screen and (max-width: 768px){
	.def_page .tel_box {
		margin:60px auto 60px;
		width:100%;
		min-width:inherit;
	}
	.def_page .tel_box .p1 {
		font-size:20px;
	}
	.def_page .tel_box .p1 span {
		background-position:0px 9px;
		background-size:17px auto;
		padding-left:23px;
	}
	.def_page .tel_box .p2 {
		font-size:40px;
	}
	.def_page .tel_box .p3 {
		font-size:16px;
	}
}



.box_form {
	margin:0px auto 0;
}
.box_form .p_midasi_mail {
	font-size:25px;
	font-weight:bold;
	text-align:center;
}
.box_form .p_midasi_mail span {
	display:inline-block;
	background-image:url(../img/temp/contact_icon_01.png);
	background-repeat:no-repeat;
	background-position:0px 14px;
	background-size:21px auto;
	padding-left:28px;
}
.box_form dl dt {
	font-size:18px;
	font-weight:bold;
	padding-top:30px;
	padding:30px 0 0px;
}
.box_form dl dt span {
	display:inline-block;
	color:#FFF;
	background-color:#E95513;
	font-size:13px;
	padding:4px 8px;
	line-height:1.1;
	border-radius:3px;
	margin-left:15px;
}
.box_form dl dd {
	position:relative;
	padding:5px 0 5px;
}
.box_form dl dd input {
	font-size:18px;
	background-color:#FFF;
	border:solid 1px #BCBCBC;
	padding:10px 10px;
	width:60%;
}
.box_form dl dd textarea {
	font-size:18px;
	background-color:#FFF;
	border:solid 1px #BCBCBC;
	padding:8px 8px;
	width:100%;
	height:130px;
}
.box_form dl dd p {
	font-size:14px;
	margin-top:5px;
}
.box_form dl dd p.p_error {
	position:relative;
	margin-top:5px;
}
.box_form dl dd span.error {
	display:inline-block;
	border:solid 1px #D30000;
	padding:2px 8px;
	border-radius:3px;
	color:#D30000;
	background-color:#FFF;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	position:relative;
}
.box_form dl dd span.error:before {
	content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 10px;
    top: -8px;
    border-right: 2px solid transparent;
    border-bottom: 8px solid #D30000;
    border-left: 2px solid transparent;
    border-radius: 2px;
}
.box_form dl dd span.error:after {
	content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 10px;
    top: -6px;
    border-right: 2px solid transparent;
    border-bottom: 8px solid #FFFFFF;
    border-left: 2px solid transparent;
    border-radius: 2px;
}
.box_form .box_privacy_out {
	margin:40px auto 0;
	width:100%;
	background-color:#FFF;
	border:solid 1px #BCBCBC;
	padding:8px 8px;
	height:130px;
}
.box_form .box_privacy_out .box_scroll {
	width:100%;
	height:100%;
	overflow-y:scroll;
}
.box_form .box_send_btn {
	margin:40px auto 0;
	width:70%;
	min-width:500px;
	text-align:center;
}
.box_form .box_send_btn p {
	text-align:center;
	font-size:14px;
	color:#3C3C3C;
}
.box_form .box_send_btn .btn_orenge_yaji_right {
	width:100%;
	border:none;
	margin-top:3px;
	cursor:pointer;
}
.box_form .box_send_btn .btn_orenge_yaji_right span {
	line-height: 1.4;
}
.box_form .box_send_btn .btn_orenge_yaji_right span:after {
	top: calc(50% - 5px);
}
@media print, screen and (max-width: 768px){
	.box_form .p_midasi_mail {
		font-size:20px;
	}
	.box_form .p_midasi_mail span {
		background-position:0px 9px;
		background-size:21px auto;
	}
	.box_form dl dt {
		font-size:16px;
	}
	.box_form dl dd input {
		width:100%;
	}
	.box_form .box_send_btn {
		min-width:inherit;
		width:100%;
	}
	.box_form .box_send_btn p {
		text-align:justify;
	}
	.box_form .box_send_btn .btn_orenge_yaji_right span {
		display:inline-block;
	}
	.box_form .box_send_btn .btn_orenge_yaji_right span:after {
		top: calc(50% - 3px);
	}
}




.ul_navi {
	display: flex;
	justify-content: space-between;
	width:70%;
	max-width:740px;
	margin:0px auto 0;
	list-style:none;
	margin-top:-18vh;
}
.ul_navi li {
	width:calc(100% / 3 - 20px);
}
.ul_navi li a {
	display:block;
	width:100%;
	height:100px;
	border-radius:50%;
	background-color:#E95513;
	color:#FFF;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	position:relative;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
	top:0px;
}
.ul_navi li a:hover {
	box-shadow:none;
	background-color:#FFBB00;
	top:5px;
}
.ul_navi li a span {
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	white-space: nowrap;
}
.ul_navi li a:after {
	content:"";
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 10px;
	height: 10px;
	border: 3px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	position:absolute;
	bottom:20px;
	left:50%;
	transform:translateX(-50%) translateY(-25%) rotate(135deg);
}
.ul_navi li a:hover:after {
	animation: yajiMove3 1.0s infinite;
}
@keyframes yajiMove3{
	0% {bottom:20px;}
	25% {bottom:15px;}
	50% {bottom:20px;}
	75% {bottom:15px;}
	100% {bottom:20px;}
}
@media print, screen and (max-width: 768px){
	.ul_navi {
		width:100%;
		max-width:360px;
		margin-top:-5vh
	}
	.ul_navi li {
		width:calc(100% / 3 - 5px);
	}
	.ul_navi li a {
		height:50px;
		font-size:11px;
	}
	.ul_navi li a:after {
		width: 7px;
		height: 7px;
		border: 2px solid currentColor;
		border-left: 0;
		border-bottom: 0;
		bottom:8px;
	}
}




.page_company #a01 {
	margin:120px auto 120px;
}
.page_company #a01 h2 {
	font-size:35px;
	font-weight:bold;
	background-image:url(../img/temp/car-side.png);
	background-repeat:no-repeat;
	background-position:0px 14px;
	background-size:45px auto;
	padding-left:55px;
}
.page_company #a01 .sec_def {
	margin: 40px auto 0px;
}
.page_company #a01 dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page_company #a01 dl dt {
	width:150px;
	padding:15px 0px;
}
.page_company #a01 dl dt span {
	display:block;
	line-height:35px;
	background-color:#FAE99D;
	color:#E95513;
	border-radius:20px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.page_company #a01 dl dd {
	width:calc(100% - 150px - 30px);
	padding:15px 10px;
	font-size:18px;
	font-weight:bold;
}
.page_company #a01 dl dd a {
	text-decoration:none;
	color:#333;
}
@media print, screen and (max-width: 768px){
	.page_company #a01 {
		margin:60px auto 60px;
	}
	.page_company #a01 h2 {
		font-size:20px;
		background-position:0px 7px;
		background-size:30px auto;
		padding-left:38px;
	}
	.page_company #a01 .sec_def {
		margin: 30px auto 0px;
		padding: 20px 5%;
		border-radius:20px;
	}
	.page_company #a01 dl dt {
		width:100%;
		padding:10px 0 5px;
	}
	.page_company #a01 dl dd {
		width:100%;
		padding:5px 0 15px;
		text-align:center;
		font-size:16px;
	}
	.page_company #a01 dl dd.sp_j {
		text-align:justify;
	}
}





.page_company #a02 {
	margin:120px auto 120px;
}
.page_company #a02:after {
	content:"";
	display:block;
	clear:both;
}
.page_company #a02 h2 {
	font-size:35px;
	font-weight:bold;
	background-image:url(../img/temp/car-side.png);
	background-repeat:no-repeat;
	background-position:0px 14px;
	background-size:45px auto;
	padding-left:55px;
	margin-bottom:40px;
}
.page_company #a02 .box_l {
	float:left;
	width:256px;
}
.page_company #a02 .box_l .img_box {
	width:100%;
	padding-bottom:100%;
}
.page_company #a02 .box_l .p1 {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-top:40px;
}
.page_company #a02 .box_l .p2 {
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.page_company #a02 .box_l .p2 span {
	font-size:23px;
}
.page_company #a02 .box_r {
	float:right;
	width:calc(100% - 256px - 50px);
	background-color:#FFF;
	padding:70px 4%;
	border-radius:30px;
	position:relative;
}
.page_company #a02 .box_r:before {
	content: "";
	position: absolute;
	top: 95px;
	left: -50px;
	border: 25px solid transparent;
	border-right: 25px solid #ffffff;
}
.page_company #a02 .box_r .p3 {
	font-size:24px;
	font-weight:bold;
}
.page_company #a02 .box_r .p4 {
	font-size:18px;
	font-weight:bold;
	margin-top:0px;
}

@media print, screen and (max-width: 768px){
	.page_company #a02 {
		margin:60px auto 60px;
	}
	.page_company #a02 h2 {
		font-size:20px;
		margin-bottom:0px;
		background-position:0px 7px;
		background-size:30px auto;
		padding-left:38px;
	}
	.page_company #a02 .box_l {
		float:none;
		width:200px;
		margin:20px auto 40px;
	}
	.page_company #a02 .box_l .p1 {
		text-align:center;
		font-size:16px;
		margin-top:20px;
	}
	.page_company #a02 .box_l .p2 {
		text-align:center;
		font-size:16px;
	}
	.page_company #a02 .box_l .p2 span {
		font-size:20px;
	}
	.page_company #a02 .box_r {
		float:none;
		width:100%;
		border-radius:20px;
		margin:0 auto;
		padding:40px 5%;
	}
	.page_company #a02 .box_r:before {
		content: "";
		position: absolute;
		top: -28px;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-bottom: 15px solid #ffffff;
	}
	.page_company #a02 .box_r .p3 {
		font-size:18px;
	}
	.page_company #a02 .box_r .p4 {
		font-size:16px;
	}
}



.page_company #a03 {
	margin:120px auto 120px;
}
.page_company #a03 h2 {
	font-size:35px;
	font-weight:bold;
	background-image:url(../img/temp/car-side.png);
	background-repeat:no-repeat;
	background-position:0px 14px;
	background-size:45px auto;
	padding-left:55px;
}
.page_company #a03 .box_gmap {
	height:300px;
	border-radius:30px;
	overflow:hidden;
	margin-top:20px;
}
.page_company #a03 .box_gmap iframe {
	width:100%;
	height:100%;
}
.page_company #a03 .tel_box2 {
	margin:30px auto 30px;
}
.page_company #a03 .tel_box2 .p1 {
	font-size:23px;
	font-weight:bold;
	text-align:center;
}
.page_company #a03 .tel_box2 .p2 {
	font-size:30px;
	text-align:center;
}
.page_company #a03 .tel_box2 .p2 a {
	text-decoration:none;
	color:#E95513;
	background-image:url(../img/about/about_us_tel.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	background-size:30px auto;
	padding-left:30px;
	font-family: 'Lilita One', cursive;
}
.page_company #a03 .tel_box2 .p3 {
	font-size:16px;
	text-align:center;
}
.page_company #a03 .ul_access {
	margin:0px auto 0px;
	width:80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style:none;
}
.page_company #a03 .ul_access li {
	width:calc(100% / 2 - 30px);
}
.page_company #a03 .ul_access li .p1 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	background-color:#E95513;
	color:#FFF;
	text-align:center;
	border-radius:10px;
}
.page_company #a03 .ul_access li .p1 span {
	display:inline-block;
	background-repeat:no-repeat;
	background-position:0px 4px;
	background-size:25px auto;
	padding-left:25px;
}
.page_company #a03 .ul_access li:nth-child(1) .p1 span {
	background-image:url(../img/about/awesome-car-white.png);
}
.page_company #a03 .ul_access li:nth-child(2) .p1 span {
	background-image:url(../img/about/train-subway-solid.png);
}
.page_company #a03 .ul_access li .p2 {
	font-size:16px;
	padding:5px 20px 0;
}
@media print, screen and (max-width: 768px){
	.page_company #a03 {
		margin:60px auto 60px;
	}
	.page_company #a03 h2 {
		font-size:20px;
		background-position:0px 7px;
		background-size:30px auto;
		padding-left:38px;
	}
	.page_company #a03 .box_gmap {
		height:200px;
		border-radius:20px;
	}
	.page_company #a03 .tel_box2 .p1 {
		font-size:20px;
	}
	.page_company #a03 .tel_box2 .p2 {
		font-size:30px;
	}
	.page_company #a03 .tel_box2 .p3 {
		font-size:16px;
	}
	.page_company #a03 .ul_access {
		width:100%;
	}
	.page_company #a03 .ul_access li {
		width:100%;
		padding-bottom:30px;
	}
	.page_company #a03 .ul_access li:last-child {
		padding-bottom:0px;
	}
}


.sec_etc {
	margin:120px auto 100px;
}
.sec_etc h2 {
	font-size:25px;
	font-weight:bold;
	text-align:center;
}
.sec_etc .ul_etc_list {
	width:100%;
	margin:40px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style:none;
}
.sec_etc .ul_etc_list li {
	width:256px;
	height:150px;
	position:relative;
	margin:0 1.5% 20px;
}
.sec_etc .ul_etc_list li a {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#FFF;
	border-radius:10px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}
.sec_etc .ul_etc_list li a:hover {
	box-shadow:none;
	background-color:#FFBB00;
	top:5px;
}
.sec_etc .ul_etc_list li a img {
	position:absolute;
	top:40%;
	left:50%;
	transform:translate(-50%,-50%);
}

.sec_etc .ul_etc_list li a span {
	display:inline-block;
	position:absolute;
	white-space: nowrap;
	bottom:10%;
	left:50%;
	transform:translateX(-50%);
	padding-right:15px;
}
.sec_etc .ul_etc_list li a span:after {
	content:"";
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 8px;
	height: 8px;
	border: 3px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	position:absolute;
	right:0px;
	top:calc(50% - 3px);
	transform:translateX(-25%) rotate(45deg);
}
@media print, screen and (min-width: 769px){
	.sec_etc .ul_etc_list li a:hover span:after {
		animation: yajiMove2 1.0s infinite;
	}
	@keyframes yajiMove2{
		0% {right:0px;}
		25% {right:-5px;}
		50% {right:0px;}
		75% {right:-5px;}
		100% {right:0px;}
	}
}
@media print, screen and (max-width: 768px){
	.sec_etc {
		margin:60px auto 50px;
	}
	.sec_etc h2 {
		font-size:16px;
	}
	.sec_etc .ul_etc_list {
	}
	.sec_etc .ul_etc_list li {
		width:166px;
		height:100px;
		position:relative;
		margin:0 0.5% 10px;
	}
	.sec_etc .ul_etc_list li a {
		font-size:13px;
	}
	.sec_etc .ul_etc_list li a span {
		padding-right:10px;
	}
	.sec_etc .ul_etc_list li a span:after {
		width: 6px;
		height: 6px;
		border: 2px solid currentColor;
		border-left: 0;
		border-bottom: 0;
		top:calc(50% - 2px);
	}
}
@media print, screen and (max-width: 499px){
	.sec_etc .ul_etc_list {
		justify-content: space-around;
	}
	.sec_etc .ul_etc_list li {
		margin:0 0 10px;
	}
}



.page_service #a01 {
	margin:20px auto 250px;
}
.page_service #a01 .box_big_maru {
	width:760px;
	height:760px;
	margin:0 auto;
	border-radius:50%;
	background-color:#FFF;
	position:relative;
}
.page_service #a01 .box_big_maru .img1 {
	position:absolute;
	top:30%;
	left:50%;
	transform:translate(-50%,-50%);
}
.page_service #a01 .box_big_maru .list_face {
	list-style:none;
	width:65%;
	position:absolute;
	top:53%;
	left:50%;
	transform:translate(-50%,-50%);
	display: flex;
	justify-content: space-around;
}
.page_service #a01 .box_big_maru .list_face li {
	padding:0 10px;
	width:calc(100% / 3);
}
.page_service #a01 .box_big_maru .list_face li img {
	width:100%;
}
.page_service #a01 .box_big_maru .list_face li:nth-child(2) {
	padding-top:80px;
}
.page_service #a01 .box_big_maru .ul_service_list {
	list-style:none;
}
.page_service #a01 .box_big_maru .ul_service_list > li {
	display:block;
	width:320px;
	height:320px;
	border-radius:50%;
	background-color:#FAE99D;
	position:absolute;
	/*transform:translate(-50%,-50%);*/
	padding-top:100px;
}
.page_service #a01 .box_big_maru .ul_service_list > li .img_no {
	position:absolute;
	top:0px;
	left:50%;
	transform:translate(-50%,-50%);
}
.page_service #a01 .box_big_maru .ul_service_list > li .span_no {
	position:absolute;
	top:0px;
	left:50%;
	transform:translate(-50%,-50%);
	font-family: 'Lilita One', cursive;
	color:rgba(255,255,255,0);
	font-size:40px;
	text-stroke: 1px #E95513;
	-webkit-text-stroke: 1px #E95513;
}
.page_service #a01 .box_big_maru .ul_service_list > li .img_title {
	position:absolute;
	top:18%;
	left:50%;
	transform:translate(-50%,-50%);
}
.page_service #a01 .box_big_maru .ul_service_list > li .ul1 {
	list-style:none;
	width:86%;
	margin:0 4% 0 10%;
	padding-left:1.1em;
}
.page_service #a01 .box_big_maru .ul_service_list > li .ul1 li {
	position:relative;
	font-size:20px;
	font-weight:bold;
	color:#E95513;
	line-height:1.4;
	text-align:justify;
}
.page_service #a01 .box_big_maru .ul_service_list > li .ul1 li:before {
	content:"・";
	position:absolute;
	left:-1.0em;
}
.page_service #a01 .box_big_maru .ul_service_list > li .ul1 li span {
	font-size:12px;
}
.page_service #a01 .box_big_maru .ul_service_list > li .ul2 {
	list-style:none;
	width:86%;
	margin:10px 4% 0 10%;
	padding-left:15px;
}
.page_service #a01 .box_big_maru .ul_service_list > li .ul2 li {
	position:relative;
	font-size:13px;
	font-weight:bold;
	line-height:1.7;
	text-align:justify;
}
.page_service #a01 .box_big_maru .ul_service_list > li .ul2 li:before {
	content:"●";
	position:absolute;
	left:-1.0em;
}
.page_service #a01 .box_big_maru .ul_service_list > li .ul2 li span {
	font-size:12px;
}
@media print, screen and (min-width: 1180px){
	.page_service #a01 .box_big_maru .ul_service_list > li:nth-child(1) {
		top:-200px;
		left:220px;
	}
	.page_service #a01 .box_big_maru .ul_service_list > li:nth-child(2) {
		top:-50px;
		right:-100px;
	}
	.page_service #a01 .box_big_maru .ul_service_list > li:nth-child(3) {
		bottom:150px;
		right:-170px;
	}
	.page_service #a01 .box_big_maru .ul_service_list > li:nth-child(4) {
		bottom:-130px;
		right:40px;
	}
	.page_service #a01 .box_big_maru .ul_service_list > li:nth-child(5) {
		bottom:-130px;
		left:40px;
	}
	.page_service #a01 .box_big_maru .ul_service_list > li:nth-child(6) {
		bottom:150px;
		left:-170px;
	}
	.page_service #a01 .box_big_maru .ul_service_list > li:nth-child(7) {
		top:-50px;
		left:-100px;
	}
}
@media print, screen and (max-width: 1179px){
	.page_service #a01 {
		width:100vw;
		left:50%;
		transform:translateX(-50%);
		position:relative;
		overflow:hidden;
	}
	.page_service #a01 .box_big_maru {
		padding:300px 0 70px;
	}
	.page_service #a01 .box_big_maru .img1 {
		width:250px;
		top:75px;
	}
	.page_service #a01 .box_big_maru .list_face {
		width:300px;
		top:200px;
	}
	.page_service #a01 .box_big_maru .list_face li {
		padding:0;
	}
	.page_service #a01 .box_big_maru .list_face li:nth-child(2) {
		padding-top:55px;
	}
	.page_service #a01 .box_big_maru {
		width:2500px;
		height:auto;
		text-align:center;
		left:50%;
		transform:translateX(-50%);
		
	}
	.page_service #a01 .box_big_maru .ul_service_list {
		width:320px;
		margin:0px auto 0;
	}
	.page_service #a01 .box_big_maru .ul_service_list > li {
		position:relative;
		margin:40px auto 40px;
	}
}
@media print, screen and (max-width: 768px){
	.page_service #a01 {
		margin: -5vh auto 120px;
	}
	
	.page_service #a01 .box_big_maru {
		width:1500px;
	}
}






.page_service #a02 {
	margin:120px auto 120px;
	position:relative;
}
.page_service #a02 h2 {
	font-size:35px;
	font-weight:bold;
	background-image:url(../img/temp/car-side.png);
	background-repeat:no-repeat;
	background-position:0px 14px;
	background-size:45px auto;
	padding-left:55px;
}
.page_service #a02 .p0 {
	padding:0 285px 0 55px;
	margin:20px 0 0px;
	font-size:18px;
	font-weight:bold;
	position:relative;
}
.page_service #a02 .box_img {
	position:absolute;
	right:0px;
	top:-20px;
}
.page_service #a02 .box_img p {
	text-align:center;
	font-size:13px;
	font-weight:bold;
}

.page_service #a02 .box_yellow {
	width:80%;
	background-color:#FAE99D;
	border-radius:40px;
	margin:70px 0 70px;
	box-shadow: 3px 5px 10px rgba(0,0,0,0.2);
	float:left;
	position:relative;
}
.page_service #a02 .box_yellow.box1,
.page_service #a02 .box_yellow.box3,
.page_service #a02 .box_yellow.box5 {
	margin-left:50px;
}
.page_service #a02 .box_yellow.box2,
.page_service #a02 .box_yellow.box4,
.page_service #a02 .box_yellow.box6 {
	float:right;
}
.page_service #a02 .box_yellow.box1:after,
.page_service #a02 .box_yellow.box3:after,
.page_service #a02 .box_yellow.box5:after {
	content:"";
	display:block;
	width:127px;
	height:210px;
	background-image:url(../img/service/dottedline_r.gif);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center;
	position:absolute;
	bottom:-160px;
	right:-117px;
	z-index:-1;
}
.page_service #a02 .box_yellow.box2:after,
.page_service #a02 .box_yellow.box4:after {
	content:"";
	display:block;
	width:127px;
	height:210px;
	background-image:url(../img/service/dottedline_l.gif);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center;
	position:absolute;
	bottom:-160px;
	left:-117px;
	z-index:-1;
}
.page_service #a02 .box_yellow .p_title {
	font-size:35px;
	font-weight:bold;
	background-color:#E95513;
	color:#FFF;
	padding:20px 20px;
	border-radius:40px;
}
.page_service #a02 .box_yellow .p_title span {
	font-size:40px;
	margin-right:20px;
	font-family: 'Lilita One', cursive;
}
.page_service #a02 .box_yellow .box_in {
	padding:20px 10% 70px;
}
.page_service #a02 .box_yellow .box_in:after {
	content:"";
	display:block;
	clear:both;
}
.page_service #a02 .box_yellow .box_in .p1 {
	font-size:16px;
	font-weight:bold;
}
.page_service #a02 .box_yellow .box_in .box_l {
	float:left;
	width:80px;
	margin-top:50px;
}
.page_service #a02 .box_yellow .box_in .box_l p {
	text-align:center;
	font-size:12px;
	margin-top:5px;
}
.page_service #a02 .box_yellow .box_in .box_fukidasi {
	float:right;
	width:calc(100% - 100px);
	margin-top:30px;
	padding:20px 20px;
	border-radius:10px;
	font-size:18px;
	background-color:#FFF;
	position:relative;
	font-family: 'Yusei Magic', sans-serif;
}
.page_service #a02 .box_yellow .box_in .box_fukidasi:before {
	content: "";
    position: absolute;
    top: 20px;
    left: -23px;
    border: 10px solid transparent;
    border-right: 15px solid #ffffff;
}
.page_service #a02 .box_yellow .box_in .ul_check_list {
	width:100%;
	margin-top:20px;
	list-style:none;
}
.page_service #a02 .box_yellow .box_in .ul_check_list li {
	background-image: url(../img/home/list_icon.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    background-size: 15px auto;
    font-size: 18px;
    font-weight: bold;
	padding-left:25px;
	padding-bottom:10px;
}
.page_service #a02 .box_yellow .box_in .ul_check_list li:last-child {
	padding-bottom:inherit;
}
.page_service #a02 .box_yellow .box_in .ul_image_list {
	width:100%;
	margin-top:30px;
	list-style:none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page_service #a02 .box_yellow .box_in .ul_image_list li {
	width:calc(100% / 3 - 20px);
}
.page_service #a02 .box_yellow .box_in .ul_image_list li .img_box {
	width:100%;
	height:auto;
	position:relative;
}
.page_service #a02 .box_yellow .box_in .ul_image_list li .img_box:before {
	content:"";
	display:block;
	padding-bottom:66.4%;
}
.page_service #a02 .box_yellow .box_in .ul_image_list li p {
	margin-top:15px;
	font-size:12px;
}
@media print, screen and (min-width: 1450px){
	.page_service #a02 .p0 {
		padding:0 285px 0 55px;
	}
	.page_service #a02 .box_img {
		
	}
	
	.page_service #a02 .box_yellow.box2,
	.page_service #a02 .box_yellow.box4,
	.page_service #a02 .box_yellow.box6 {
		margin-right:-65px;
	}
}
@media print, screen and (max-width: 999px){
	.page_service #a02 .p0 {
		padding:0 285px 0 55px;
	}
	.page_service #a02 .box_img {
		top:0px;
	}
}
@media print, screen and (max-width: 768px){
	.page_service #a02 {
		margin:60px auto 60px;
	}
	.page_service #a02 h2 {
		font-size:20px;
		background-position:0px 7px;
		background-size:30px auto;
		padding-left:38px;
	}
	.page_service #a02 .p0 {
		font-size:16px;
		padding:0 0 0 38px;
	}
	.page_service #a02 .box_img {
		display:none;
	}
	.page_service #a02 .box_yellow {
		width:100%;
		margin:30px auto 30px;
		border-radius:20px;
	}
	.page_service #a02 .box_yellow .box_in {
		padding:20px 5% 20px;
	}
	.page_service #a02 .box_yellow.box1,
	.page_service #a02 .box_yellow.box3,
	.page_service #a02 .box_yellow.box5 {
		margin-left:0px;
	}
	.page_service #a02 .box_yellow.box1:after,
	.page_service #a02 .box_yellow.box2:after,
	.page_service #a02 .box_yellow.box3:after,
	.page_service #a02 .box_yellow.box4:after,
	.page_service #a02 .box_yellow.box5:after {
		content:"";
		display:block;
		width:10px;
		height:80px;
		background-image:url(../img/service/dottedline_sp.gif);
		right:auto;
		bottom:-70px;
		left:calc(50% - 5px);
		z-index:-1;
	}
	.page_service #a02 .box_yellow .p_title {
		font-size:20px;
		padding:10px 10px;
		border-radius:20px;
	}
	.page_service #a02 .box_yellow .p_title span {
		font-size:14px;
		vertical-align:top;
		margin-right:10px;
		display:inline-block;
		padding-top:5px;
	}
	.page_service #a02 .box_yellow .box_in .box_l {
		width:46px;
	}
	.page_service #a02 .box_yellow .box_in .box_fukidasi {
		width:calc(100% - 60px);
		font-size:14px;
	}
	.page_service #a02 .box_yellow .box_in .ul_check_list {
		width:100%;
	}
	.page_service #a02 .box_yellow .box_in .ul_check_list li {
		font-size:15px;
		background-position: 0px 5px;
	    padding-left: 20px;
	}
	.page_service #a02 .box_yellow .box_in .ul_image_list {
		width:100%;
	}
	.page_service #a02 .box_yellow .box_in .ul_image_list li {
		width:100%;
		margin-bottom:20px;
	}
	.page_service #a02 .box_yellow .box_in .ul_image_list li:last-child {
		margin-bottom:0;
	}
	.page_service #a02 .box_yellow .box_in .ul_image_list li:after {
		content:"";
		display:block;
		clear:both;
	}
	.page_service #a02 .box_yellow .box_in .ul_image_list li .img_box {
		width:40%;
		float:left;
		margin-right:10px;
	}
	.page_service #a02 .box_yellow .box_in .ul_image_list li p {
		margin-top:0px;
		font-size:14px;
	}
}




.page_service #a03 {
	margin:120px auto 120px;
	position:relative;
}
.page_service #a03 h2 {
	font-size:35px;
	font-weight:bold;
	background-image:url(../img/temp/Icon-awesome-comments.png);
	background-repeat:no-repeat;
	background-position:0px 12px;
	background-size:45px auto;
	padding-left:55px;
}
.page_service #a03 .p0 {
	font-size:18px;
	font-weight:bold;
	padding-left:55px;
	margin-top:20px;
}
.page_service #a03 .box_l {
	float:left;
	width:calc(50% - 10px);
	margin-top:50px;
}
.page_service #a03 .box_r {
	float:right;
	width:calc(50% - 10px);
	margin-top:100px;
}
.page_service #a03 .ul_kutikomi {
	list-style:none;
}
.page_service #a03 .ul_kutikomi li {
	display:block;
	margin-bottom:70px;
}
.page_service #a03 .ul_kutikomi li:last-child {
	margin-bottom:0;
}
.page_service #a03 .ul_kutikomi li .box_fukidasi {
	padding:20px 20px;
	border-radius:10px;
	background-color:#FFF;
	font-size:16px;
	position:relative;
}
.page_service #a03 .ul_kutikomi li .box_fukidasi:before {
	content: "";
    position: absolute;
	left:73px;
	bottom:-23px;
    border: 10px solid transparent;
    border-top: 15px solid #ffffff;
}
.page_service #a03 .ul_kutikomi li .box_fukidasi .sp_star {
	width:90px;
	display:inline-block;
	color:#E95513;
}
.page_service #a03 .ul_kutikomi li .box_fukidasi p {
	margin-top:10px;
}
.page_service #a03 .ul_kutikomi li .box_bottom {
	margin-top:25px;
	padding-left:50px;
}
.page_service #a03 .ul_kutikomi li .box_bottom:after {
	content:"";
	display:block;
	clear:both;
}
.page_service #a03 .ul_kutikomi li .box_bottom img {
	float:left;
	margin-right:10px;
}
.page_service #a03 .ul_kutikomi li .box_bottom p {
	line-height:63px;
}
.page_service #a03 .box_btn {
	text-align:center;
	margin-top:80px;
}
@media print, screen and (max-width: 768px){
	.page_service #a03 {
		margin:60px auto 60px;
	}
	.page_service #a03 h2 {
		font-size:18px;
		background-position:0px 2px;
		background-size:30px auto;
		padding-left:38px;
	}
	.page_service #a03 .p0 {
		font-size:16px;
		padding-left:38px;
	}
	.page_service #a03 .box_l {
		float:none;
		width:100%;
		margin-top:30px;
	}
	.page_service #a03 .box_r {
		float:none;
		width:100%;
		margin-top:20px;
	}
	.page_service #a03 .ul_kutikomi li {
		margin-bottom:20px;
	}
	.page_service #a03 .ul_kutikomi li .box_fukidasi p {
		margin-top:25px;
	}
	.page_service #a03 .box_btn {
		margin-top:30px;
	}
	.page_service #a03 .btn_orenge_yaji_right span {
		display:inline-block;
	}
	
}




.page_purchase #a01 {
	margin:-18vh auto 120px;
	background-color: #FAE99D;
    border-radius: 50px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
	text-align:center;
}
.page_purchase #a01 h2 {
	font-size:35px;
	font-weight:bold;
	background-color:#E95513;
	color:#FFF;
	border-radius: 30px;
	padding:20px 30px;
	text-align:justify;
}
.page_purchase #a01 h2 span {
	display:inline-block;
	background-image:url(../img/purchase/announce.png);
	background-repeat:no-repeat;
	background-position:0px 6px;
	background-size:43px auto;
	padding-left:60px;
}
.page_purchase #a01 .box_in {
	padding:0px 0px 0px;
	position:relative;
	display:inline-block;
	margin:0 auto;
}
.page_purchase #a01 .box_in ul {
	list-style:none;
	width:100%;
	height:100%;
	position:absolute;
	display:block;
	top:0px;
	left:0px;
}
.page_purchase #a01 .box_in ul li {
	width:100%;
	height:100%;
	position:absolute;
	display:block;
	top:0px;
	left:0px;
}
.page_purchase #a01 .box_in ul li a {
	position:absolute;
	display:block;
	width:14%;
	z-index:9;
	animation: btn1Move 3s infinite;
}

@keyframes btn1Move{
	0% {transform: rotate( 0deg );}
	33% {transform: rotate( -15deg );}
	66% {transform: rotate( 15deg );}
	100% {transform: rotate( 0deg );}
}
.page_purchase #a01 .box_in ul li:nth-child(1) a {
	bottom:6%;
	left:7.5%;
}
.page_purchase #a01 .box_in ul li:nth-child(2) a {
	bottom:6%;
	left:25%;
}
.page_purchase #a01 .box_in ul li:nth-child(3) a {
	bottom:6%;
	left:43%;
}
.page_purchase #a01 .box_in ul li:nth-child(4) a {
	bottom:6%;
	left:61.3%;
}
.page_purchase #a01 .box_in ul li:nth-child(5) a {
	bottom:6%;
	left:79.5%;
}
@media print, screen and (max-width: 768px){
	.page_purchase #a01 {
		margin:-5vh auto 60px;
		border-radius:10px;
	}
	.page_purchase #a01 h2 {
		font-size:18px;
		padding-left:38px;
		border-radius:10px;
	}
	.page_purchase #a01 h2 span {
		background-position:0px 3px;
		background-size:22px auto;
		padding-left:30px;
	}
	.page_purchase #a01 .p0 {
		padding-left:38px;
	}
	.page_purchase #a01 .box_in ul li a {
		width:27%;
	}
	.page_purchase #a01 .box_in ul li:nth-child(1) a {
		bottom:3.2%;
		left:36.5%;
	}
	.page_purchase #a01 .box_in ul li:nth-child(2) a {
		
		bottom:3.2%;
		left:4%;
	}
	.page_purchase #a01 .box_in ul li:nth-child(3) a {
		bottom:30.7%;
		left:37%;
	}
	.page_purchase #a01 .box_in ul li:nth-child(4) a {
		bottom:48%;
		left:35%;
	}
	.page_purchase #a01 .box_in ul li:nth-child(5) a {
		bottom:30.7%;
		left:69%;
	}
}


.page_purchase #a02 {
	margin:120px auto 120px;
}
.page_purchase #a02 h2 {
	font-size:35px;
	font-weight:bold;
	background-image:url(../img/temp/car-side.png);
	background-repeat:no-repeat;
	background-position:0px 14px;
	background-size:45px auto;
	padding-left:55px;
}
.page_purchase #a02 .p0 {
	font-size:18px;
	font-weight:bold;
	padding-left:55px;
	margin-top:20px;
}
.page_purchase #a02 .box_out {
	width:100vw;
	position:relative;
	left:50%;
	transform:translateX(-50%);
	overflow:hidden;
}
.page_purchase #a02 .box1 {
	width:90%;
	max-width:1269px;
	height:auto;
	margin:80px auto;
	position:relative;
	border-radius:50%;
	overflow:hidden;
	
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.page_purchase #a02 .box1:before {
	content:"";
	display:block;
	padding-bottom:44.31%;
}
.page_purchase #a02 .box1.v1 {
	background-image:url(../img/purchase/toku_bg01.png);
}
.page_purchase #a02 .box1.v2 {
	background-image:url(../img/purchase/toku_bg02.png);
}
.page_purchase #a02 .box1.v3 {
	background-image:url(../img/purchase/toku_bg03.png);
}
.page_purchase #a02 .box1.v4 {
	background-image:url(../img/purchase/toku_bg04.png);
}
.page_purchase #a02 .box1.v5 {
	background-image:url(../img/purchase/toku_bg05.png);
}
.page_purchase #a02 .box1 .box_img:before {
	content:"";
	display:block;
	width:100%;
	height:auto;
	padding-bottom:120.05%;
}
.page_purchase #a02 .box1 h3 {
	width:100%;
	text-align:center;
	font-size:35px;
	font-weight:bold;
	position:absolute;
	top:10%;
}
.page_purchase #a02 .box1 .ul1 {
    list-style: none;
	position:absolute;
	top:25%;
	left:32%;
	width:55%;
}
.page_purchase #a02 .box1 .ul1 li {
	background-image: url(../img/home/list_icon.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    background-size: 15px auto;
    font-size: 20px;
    font-weight: bold;
	line-height:1.1;
    padding: 0 0 10px 25px;
}
.page_purchase #a02 .box1 p {
	font-size:16px;
	font-weight:bold;
	position:absolute;
	top:50%;
	left:25%;
	width:68%;
}
.page_purchase #a02 .box1 .btn_orenge_more_right {
	position:absolute;
	top:76%;
	left:28%;
	width:45%;
	padding-left:15px;
	padding-right:15px;
}
.page_purchase #a02 .box1 .btn_orenge_more_right:hover {
	margin-top:5px;
}
.page_purchase #a02 .box1 .btn_orenge_more_right span {
	white-space: nowrap;
}
@media print, screen and (max-width: 999px){
	.page_purchase #a02 .box1 h3 {
		top:7%;
	}
	.page_purchase #a02 .box1 .ul1 {
		top:23%;
	}
	.page_purchase #a02 .box1 .ul1 li {
		background-position: 0px 3px;
		font-size:16px;
		padding-bottom:5px;
	}
	.page_purchase #a02 .box1 p {
		top:48%;
		line-height:1.5;
		font-size:14px;
	}
	.page_purchase #a02 .box1 .btn_orenge_more_right {
		top:76%;
		padding:10px 15px;
	}
}
@media print, screen and (max-width: 768px){
	.page_purchase #a02 {
		margin:60px auto 60px;
	}
	.page_purchase #a02 h2 {
		font-size:20px;
		background-position:0px 5px;
		background-size:30px auto;
		padding-left:38px;
	}
	.page_purchase #a02 .p0 {
		padding-left:38px;
	}
	.page_purchase #a02 .box1 {
		width:680px;
		left:50%;
		transform:translateX(-50%);
		margin-left:0;
		margin-right:0;
	}
	.page_purchase #a02 .box1:before {
		content:"";
		display:block;
		padding-bottom:94.55%;
	}
	.page_purchase #a02 .box1.v1 {
		background-image:url(../img/purchase/toku_bg01_sp.png);
	}
	.page_purchase #a02 .box1.v2 {
		background-image:url(../img/purchase/toku_bg02_sp.png);
	}
	.page_purchase #a02 .box1.v3 {
		background-image:url(../img/purchase/toku_bg03_sp.png);
	}
	.page_purchase #a02 .box1.v4 {
		background-image:url(../img/purchase/toku_bg04_sp.png);
	}
	.page_purchase #a02 .box1.v5 {
		background-image:url(../img/purchase/toku_bg05_sp.png);
	}
	.page_purchase #a02 .box1 h3 {
		width:calc(100vw - 20px);
		left:50%;
		transform:translateX(-50%);
		top:10%;
	}
	.page_purchase #a02 .box1 .ul1 {
		width:calc(100vw - 90px);
		max-width:calc(360px - 85px);
		left:calc(50% + 40px);
		transform:translateX(-50%);
		top:30%;
		background-color:rgba(255,255,255,0.8);
		z-index:2;
		padding:10px 10px 0 10px;
	}
	.page_purchase #a02 .box1 .ul1 li {
		background-position: 0px 2px;
		font-size: 16px;
		padding-left: 20px;
		padding-bottom:10px;
	}
	.page_purchase #a02 .box1 p {
		width:calc(100vw - 20px);
		max-width:360px;
		left:50%;
		transform:translateX(-50%);
		font-size:16px;
		line-height:1.6;
		top:55%;
	}
	.page_purchase #a02 .box1 .btn_orenge_more_right {
		top:82%;
	}
}





.page_report #a01 {
	margin:-18vh auto 120px;
}
.page_report #a01 .box_author {
	padding:30px 5%;
	background-color:#FFF;
	border-radius:30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page_report #a01 .box_author .img_box {
	width:80px;
	position:relative;
}
.page_report #a01 .box_author .img_box:before {
	content:"";
	display:block;
	padding-bottom:126.98%;
}
.page_report #a01 .box_author .box_r {
	width:calc(100% - 120px);
}
.page_report #a01 .box_author .box_r .p01 {
	font-size:18px;
	font-weight:bold;
}
.page_report #a01 .box_author .box_r .p02 {
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
}

.page_report #a01 .box_kiji {
	padding:10px 0;
	font-size:18px;
	font-weight:bold;
	max-width:750px;
	margin:0 auto;
}
.page_report #a01 .box_kiji p {
	margin:20px 0;
}
.page_report #a01 .box_kiji p.p_last {
	text-align:right;
	padding-top:20px;
	font-size:16px;
}
.page_report #a01 .box_kiji .midasi_car {
	font-size: 35px;
    font-weight: bold;
    background-image: url(../img/temp/car-side.png);
    background-repeat: no-repeat;
    background-position: 0px 14px;
    background-size: 45px auto;
    padding-left: 55px;
	margin:60px 0 40px;
}
.page_report #a01 .box_kiji .p_image_bottom {
	color:#8B8B8B;
	font-size:12px;
	text-align:center;
	margin-top:-10px;
}
.page_report #a01 .box_kiji .p_face1 {
	background-image: url(../img/report/kanda.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 45px auto;
	padding:13px 0 15px 60px;
	position:relative;
}
.page_report #a01 .box_kiji .p_face1:before {
	content:"神田";
	display:inline-block;
	font-size:11px;
	position:absolute;
	color:#999;
	top:50px;
	left:10px;
}
.page_report #a01 .box_kiji .p_face2 {
	background-image: url(../img/report/abe.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 45px auto;
	padding:13px 0 15px 60px;
	position:relative;
}
.page_report #a01 .box_kiji .p_face2:before {
	content:"アベ";
	display:inline-block;
	font-size:11px;
	position:absolute;
	color:#999;
	top:51px;
	left:11px;
}
.page_report #a01 .box_kiji .font_l {
	font-size:25px;
}
.page_report #a01 .box_kiji .box_col2 {
	margin:20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page_report #a01 .box_kiji .box_col2 img {
	width:calc(50% - 10px);
}
.page_report #a01 .box_kiji > img {
	margin:20px 0;
}
@media print, screen and (max-width: 768px){
	.page_report #a01 {
		margin-top:-5vh;
	}
	.page_report #a01 .box_author {
		padding:15px 5%;
		border-radius:10px;
	}
	.page_report #a01 .box_author .img_box {
		width:60px;
	}
	.page_report #a01 .box_author .box_r {
		width:calc(100% - 80px);
	}
	.page_report #a01 .box_author .box_r .p01 {
		font-size:16px;
	}
	.page_report #a01 .box_author .box_r .p02 {
		font-size:14px;
	}
	.page_report #a01 .box_kiji {
		padding:10px 0;
		font-size:16px;
	}
	.page_report #a01 .box_kiji .midasi_car {
		font-size: 20px;
		background-position: 0px 5px;
		background-size: 30px auto;
		padding-left: 38px;
	}
}


.ul_store_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	list-style: none;
	margin-top: 100px;
	position: relative;
	width: 95vw;
	max-width: 1500px;
	left: 50%;
	transform: translateX(-50%);
}
.ul_store_list li {
	width: 300px;
	margin-bottom: 20px;
}
.ul_store_list li a {
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 20px;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.ul_store_list li a p {
	text-align: center;
	position: relative;
	background-color: #E95513;
	height: 3em;
}
.ul_store_list li a p span {
	color: #fff;
	line-height: 1.2;
	width: 95%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ul_store_list li a img {
	max-width: 75%;
}
@media print, screen and (max-width: 768px){
	.ul_store_list {
		gap: 10px;
	}
	.ul_store_list li {
		width: calc(100% / 2 - 5px);
		max-width: 300px;
		margin-bottom: 7px;
	}
	.ul_store_list li a {
		font-size: 14px;
	}
}



