html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	line-height: 0;
	font-family: 'Noto Sans JP', sans-serif;
}
p, li, th, td, h4, h3{
	line-height: 1.4em;
}
h1, h2 {
	line-height: 1.4em;
}

table{
	border-collapse: collapse;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
fieldset{
	border:none;
}

#wrap{
	/* overflow: hidden; - disabled for sticky header */
}
a, a:hover, a:visited{
	color: #222222;
	text-decoration: none;
}

.weight100{
	font-weight: 100;
}
.weight200{
	font-weight: 200;
}
.weight300{
	font-weight: 300;
}
.weight400{
	font-weight: 400;
}
.weight500{
	font-weight: 500;
}
.weight600{
	font-weight: 600;
}
.weight700{
	font-weight: 700;
}
.weight800{
	font-weight: 800;
}
.weight900{
	font-weight: 900;
}
.markyellow{
		background: linear-gradient(transparent 60%, #fff000 60%);
}
.markwhite{
		background: linear-gradient(transparent 0%, #fff 0%);
}
.marknavy{
		background: linear-gradient(transparent 0%, #0d3078 0%);
	border-radius: 10px;
}
.markcha{
		background: linear-gradient(transparent 0%, #948042 0%);
}
.fade-in-element {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fade-in-element.show {
  opacity: 1;
  transform: translateY(0);
}

/*PC用記述*/
@media screen and (min-width:1024px){
	
a img{
	transition:0.5s;
}
a:hover img{
	opacity: 0.7;
	transition:0.5s;
}
a{
	transition:0.5s;
}
a:hover{
	opacity: 0.7;
	transition:0.5s;
}
.content {
    width:1100px;
    margin-left:auto;
    margin-right:auto;
}
.content2 {
    width:1052px;
    margin-left:auto;
    margin-right:auto;
}
.content3 {
    width:972px;
    margin-left:auto;
    margin-right:auto;
}
.content4 {
    width:892px;
    margin-left:auto;
    margin-right:auto;
}

.center {
    margin-left:auto;
    margin-right:auto;
	text-align:center;
}
.hide-pc {
        display:none;
}

	.left{
		float: left;
	}

	.right{
		float: right;
	}

	.overflow{
		overflow: hidden;
	}
	/*余白セクションここから*/
	.mt10{
		margin-top: 10px;
	}
	.mt20{
		margin-top: 20px;
	}
	.mt30{
		margin-top: 30px;
	}
	.mt40{
		margin-top: 40px;
	}
	.mt50{
		margin-top: 50px;
	}
	.mt60{
		margin-top: 60px;
	}
	.mt70{
		margin-top: 70px;
	}
	.mt80{
		margin-top: 80px;
	}
	.mt90{
		margin-top: 90px;
	}
	.mt100{
		margin-top: 100px;
	}
	.mb10{
		margin-bottom: 10px;
	}
	.mb20{
		margin-bottom: 20px;
	}
	.mb30{
		margin-bottom: 30px;
	}
	.mb40{
		margin-bottom: 40px;
	}
	.mb50{
		margin-bottom: 50px;
	}
	.mb60{
		margin-bottom: 60px;
	}
	.mb70{
		margin-bottom: 70px;
	}
	.mb80{
		margin-bottom: 80px;
	}
	.mb90{
		margin-bottom: 90px;
	}
	.mb100{
		margin-bottom: 100px;
	}
	.pt10{
		padding-top: 10px;
	}
	.pt20{
		padding-top: 20px;
	}
	.pt30{
		padding-top: 30px;
	}
	.pt40{
		padding-top: 40px;
	}
	.pt50{
		padding-top: 50px;
	}
	.pt60{
		padding-top: 60px;
	}
	.pt70{
		padding-top: 70px;
	}
	.pt80{
		padding-top: 80px;
	}
	.pt90{
		padding-top: 90px;
	}
	.pt100{
		padding-top: 100px;
	}
	.pb10{
		padding-bottom: 10px;
	}
	.pb20{
		padding-bottom: 20px;
	}
	.pb30{
		padding-bottom: 30px;
	}
	.pb40{
		padding-bottom: 40px;
	}
	.pb50{
		padding-bottom: 50px;
	}
	.pb60{
		padding-bottom: 60px;
	}
	.pb70{
		padding-bottom: 70px;
	}
	.pb80{
		padding-bottom: 80px;
	}
	.pb90{
		padding-bottom: 90px;
	}
	.pb100{
		padding-bottom: 100px;
	}
	.pb135{
		padding-bottom: 100px;
	}
	.pb140{
		padding-bottom: 100px;
	}
	.pb145{
		padding-bottom: 100px;
	}
	/*余白セクションここまで*/
	
	/*フォントサイズセクションここから*/
	.font14px{
		font-size: 14px;
	}
	.font16px{
		font-size: 16px;
	}
	.font18px{
		font-size: 18px;
	}
	.font20px{
		font-size: 20px;
	}
	/* wpautopで分割された段落のfont-size補正 */
	/* p.font20px ~ p{
		font-size: 20px;
	} */
	.font22px{
		font-size: 22px;
	}
	.font24px{
		font-size: 24px;
	}
	.font26px{
		font-size: 26px;
	}
	.font28px{
		font-size: 28px;
	}
	.font30px{
		font-size: 30px;
	}
	.font32px{
		font-size: 32px;
	}
	.font34px{
		font-size: 34px;
	}
	.font36px{
		font-size: 36px;
	}
	.font38px{
		font-size: 38px;
	}
	.font40px{
		font-size: 40px;
	}
	.font42px{
		font-size: 42px;
	}
	.font44px{
		font-size: 44px;
	}
	.font46px{
		font-size: 46px;
	}
	.font48px{
		font-size: 48px;
	}
	.font50px{
		font-size: 50px;
	}
	.font52px{
		font-size: 52px;
	}
	.font54px{
		font-size: 54px;
	}
	.font56px{
		font-size: 56px;
	}
	/*フォントセクションここまで*/


	.italic{
		font-style: italic;
	}

	.text01{
		color: #222222;
		line-height: 1.6em;
		letter-spacing: 0.05em;
	}
	.text02{
		color: #222222;
		line-height: 1.3em;
		letter-spacing: 0.05em;
	}
	
	.white{
		color: #fff;
	}
	.textright{
		text-align: right;
	}

	
	/*ボックスセクション*/

	.boxshadow01{
		box-shadow:0 0 16px #999;
	}
	.bgwhite01{
		background-color: #fff;
	}

	/* === PC Header Sticky === */
	#globalNavi {
		position: sticky;
		top: 0;
		z-index: 9999;
		width: 100%;
	}

	
	.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
	.paddingleft10{
		padding-left: 10px;
	}
	#panel dt:hover{
		opacity: 0.7;
	}
	.br-sp{
		display: none;
	}
	img#floatButton1 {
    position: fixed;
    right: 20px;
    bottom: 20px;
	width: 4%;
	z-index: calc(infinity);
		opacity: 0.9;
}
	
	.flex01 {
  display: flex;
  justify-content: space-around;
}
	.pr30{
		padding-right: 30px;
	}
	.pl30{
		padding-left: 30px;
	}
	.bgnavy01{
		background-color: #0d3078;
	}
	.navy01{
		color: #0d3078;
	}
	.bgwhite01{
		background-color: #fff!important;
	}
	.bgblack01{
		background-color: #222;
	}
	.white{
		color: #fff;
	}
	.orange01{
		color: #ff7800;
	}
	.yellow01{
		color: #fffc00;
	}
	.cha01{
		color: #eecc66;
	}
	.bgblue01{
		background-color: #e3edf6;
	}
	.pr60{
		padding-right: 60px;
	}
	.img100p{
		width: 100%;
	}
	
	
	
	
	
	
	.nav{
		padding: 10px 0;
	}
	.navlogo01{
		padding-top: 6px;
		width: 160px;
	}
	.navlogo01 img{
		width: 100%;
	}
	.button02{
		width: 270px;
	}
	.button02 img{
		width: 100%;
	}
	.navtext01{
		line-height: 1.3em;
		font-size: 17px;
		padding: 12px 36px 0 0;
	}
	.bg00{
		background: url("../img/bg00.png") center top no-repeat;
	}
	.bg01{
		background: url("../img/bg01.jpg") center top no-repeat;
		background-attachment: fixed;
	}
	.bg02{
		background: url("../img/bg02.jpg") center top no-repeat;
		background-attachment: fixed;
	}
	.bg03{
		background: url("../img/bg03.jpg") center top no-repeat;
		background-attachment: fixed;
	}
	.bg04{
		background: url("../img/bg04.jpg") center top no-repeat;
		background-attachment: fixed;
	}
	.bg05{
		background: url("../img/bg05.jpg") center top no-repeat;
		background-attachment: fixed;
	}
	.bg06{
		background: url("../img/bg06.jpg") center top no-repeat;
		background-attachment: fixed;
	}
	.bg07{
		background: url("../img/bg07.jpg") center top repeat;
	}
	.bg08{
		background: url("../img/bg08.png") center top repeat;
		background-attachment: fixed;
	}
	.bg09{
		background: url("../img/bg09.jpg") center top no-repeat;
	}
	.bg10{
		background: url("../img/bg10.jpg") center top no-repeat;
	}
	.ttl01{
		line-height: 1.3em;
		font-size: 54px;
	}
	.count01{
		font-size: 84px;
		letter-spacing: 0.0001em;
	}
	.asterisk01{
		font-size: 26px;
	}
	.box01{
		border-right: 3px solid #0d3078;
		padding: 0 70px 0 ;
	}
	.border11{
		border-left: 3px solid #0d3078;
	}

	/*CTAここから*/
	.img05{
		background: url("../img/img05.png") center top repeat-y;
		background-size: contain;
	}
	.box02{
		padding-top: 20px;
		float: right;
	}
	.cta01{
		line-height: 1.3em;
		font-size: 40px;
		padding-bottom: 20px;
	}
	.cta02{
		line-height: 1.3em;
		font-size: 29px;
		padding-bottom: 30px;
	}
	.cta03{
		color: #fff;
		font-size: 23px;
		padding: 3px 10px 6px;
	}
	.button01{
		width: 560px;
	}
	.button01 img {
		width: 100%;
	}
	/*CTAここまで*/
	.box03{
		background-color: rgba(0,0,0,0.90);
		padding: 30px 20px;
		margin: 0 10px 10px;
		width: 200px;
	}
	.bg07{
		background: url("../img/bg07.jpg") center center repeat;
	}
	.pic21{
		padding-top: 30px;
	}
	.check01 li {
		background: url("../img/check01.png") left top no-repeat;
		line-height: 1.3em;
		padding: 0 0 30px 46px;
	}
	.box04{
		width: 188px;
		background-color: #fff;
		border: 3px solid #0d3078;
		border-radius: 20px;
		padding: 20px;
		float: left;
		margin: 0 26px 26px 0;
	}
	.markcar01{
		background: linear-gradient(transparent 0%, #eb0000 0%);
		border-radius: 500px;
		padding: 0 20px 3px;
	}
	.box05{
		padding: 10px 20px;
		margin: 0 16px 20px;
		width: 410px;
	}
	.check03{
		background: url("../img/check01.png") top left no-repeat;
		padding: 0 0 0 44px;
	}
	.box06{
		width: 640px;
		float: right;
	}
	.box07{
		width: 300px;
		padding: 0 20px 30px;
	}
	.box09{
		width: 317px;
	}
	.box08{
		width: 670px;
		margin: 0 auto;
	}
	.box10{
		border: 3px solid #0d3078;
		border-radius: 20px;
	}
	.check02{
		width: 553px;
	}
	.check02 li{
		background: url("../img/check02.png") left top no-repeat;
		padding: 0 0 26px 40px;
		line-height: 1.2em;
	}
	.box11{
		width: 450px;
		padding: 24px;
		margin: 0 0 30px 0;
	}
	.no{
		padding-left: 36px;
	}
	.no01{
		background: url("../img/no01.png") left top no-repeat;
	}
	.no02{
		background: url("../img/no02.png") left top no-repeat;
	}
	.no03{
		background: url("../img/no03.png") left top no-repeat;
	}
	.no04{
		background: url("../img/no04.png") left top no-repeat;
	}
	.bggrey01{
		background-color: #f3f3f3;
	}
	.box12{
		width: 800px;
		margin: 0 auto 30px;
	}
	.box13{
		padding: 30px;
		width: 320px;
		margin-bottom: 30px;
	}
	.qa-q{
		background: url("../img/qa-q.png") left top no-repeat;
		padding: 0 0 20px 36px;
		line-height: 1.4em;
	}
	.qa-a{
		background: url("../img/qa-a.png") left top no-repeat;
		padding: 0 0 30px 36px;
		line-height: 1.6em;
	}
	.border04{
		border-bottom: 1px solid rgba(190,190,190,1.00);
	}
	.box14{
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	.box15{
		background-color: rgba(0,0,0,0.90);
		 height: 190px;
    width:230px;
		padding-top: 40px;
    border-radius: 60%;
    -moz-border-radius: 60%;
    -webkit-border-radius: 60%;
		margin-bottom: 40px;
		
	}
	.kazu01{
		font-size: 46px;
	}
	
	
	
	
	
	
	.table01{
		width: 100%;
	}
	.table01 tbody tr th{
		font-size: 24px;
		font-weight: 800;
		line-height: 1.5em;
		padding: 20px;
		border-left: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
	}
	.table01 tbody tr td{
		font-size: 20px;
		font-weight: 600;
		line-height: 1.5em;
		padding: 20px 40px;
		text-align: left;
		background-color: #fff;
		border-left: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
	}
	.bgorange01{
		background-color: #ff7800;
		width: 34%;
	}
	.migiue01{
		border-top-right-radius: 20px;
		background-color: #ff7800!important;
		
	}
	.border01{
		border-right: 3px solid #ff7800;
	}
	.border02{
		border-bottom: 3px solid #ff7800!important;
	}
	
	.batu{
		font-size: 60px;
		line-height: 1.0em;
	}
	.toku01{
		font-size: 32px!important;
	}
	
	.grey01{
		color: #0d3078;
		font-size: 25px!important;
		text-align: center!important;
	}
	
	.table02{
		width: 100%;
	}
	.table02 tbody tr th{
		font-size: 20px;
		background-color: #0d3078;
		font-weight: 800;
		line-height: 1.5em;
		padding: 20px 30px;
		color: #fff;
		border-left: 1px solid #d0d0d0;
		border-bottom: 1px solid #fff;
		text-align: center;
		width: 18%;
	}
	.table02 tbody tr td{
		font-size: 20px;
		font-weight: 400;
		line-height: 1.5em;
		padding: 20px 40px;
		text-align: left;
		background-color: #fff;
		border-left: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
	}
	.border10{
		border-bottom: 1px solid #d0d0d0;
	}
	.border04{
		border-top: 1px solid #d0d0d0;
	}
	.footernav{
		width: 770px;
		margin: 0 auto;
	}
	.footernav li{
		line-height: 1.4em;
		font-size: 20px;
		float: left;
		padding: 0 30px;
		border-right: 1px solid #fff;
	}
	.border05{
		border-left: 1px solid #fff;
	}
	
	
	
	/*販売店*/
	.top01{
		padding-top: 130px;
		padding-bottom: 130px;
	}
	.box16{
		background-color:rgba(238,238,238,1.00);
		width:54%;
		margin: 0 auto 60px;;
		padding: 8px ;
	}
	.container01 {
  display: flex;
  justify-content: center;
		
}
	.container01 li{
		line-height: 1.3em;
		font-size: 21px;
		font-weight: 500px;
		padding: 0 24px;
	}
	.border12{
		border-right: 1px solid #222;
	}
	.ttl02{
		padding: 10px 30px;
	}
	.box17{
		border-radius: 20px;
		padding: 26px;
		margin: 0 16px;
	}
	
	
	
	
	/*フッターここから*/
	.border13{
		border-right: 1px solid #fff;
	}
	

	.container02 {
  display: flex;
  justify-content: center;
		margin: 0 auto;
		
		
}
	.container02 li{
		line-height: 1.3em;
		font-size: 20px;
		font-weight: 500px;
		padding: 0 30px;
	}
	
	/*お問い合わせここから*/
	.red01{
		color: #f10000;
	}
	.contact01{
		width: 100%;
		border: 3px solid #bdbdbd;
	}
	.contact01 tbody tr th{
		text-align: left;
		background-color: #f4f4f4;
		padding: 20px 26px;
		line-height: 1.4em;
		border-bottom: 2px solid #bdbdbd;
	}
	.contact01 tbody tr td{
		font-size: 22px;
		background-color: #fff;
		padding: 20px 26px;
		line-height: 1.4em;
		border-bottom: 2px solid #bdbdbd;
	}
	
	.contact01 tbody tr td input, .contact01 tbody tr td select, .contact01 tbody tr td select option, .contact01 tbody tr td textarea{
		font-size: 22px;
		line-height: 1.5em;	
	}
	.contact01 tbody tr td select{
		padding: 6px;
	}
	.date01{
		margin-bottom: 16px;
	}
	#naiyou{
		width: 80%;
	}
	.buttondiv{
		text-align: center;
	}
	button{
		font-weight: 600;
		color: #fff;
		font-size: 30px;
		line-height: 1.4em;
		margin: 0 auto;
		border: none;
		border-radius: 10px;
		padding: 10px 50px;
		text-align: center;
		background-color: #ff006c;
		cursor: pointer;
	}
	button:hover{
		opacity: 0.7;
		transition:0.5s;
	}




	footer a, footer a:visited{
		color: #fff;
		text-decoration: none;
	}
	footer a:hover{
	color: #e3e3e3;
		text-decoration: none;
	}
	.asta01{
		vertical-align:top; 
		line-height: 1.1em;
		letter-spacing: 0.0000001em;
	}

	.video{
  		position:relative;
  		width:100%;;
  		height:100%x;
		margin-right: 60px;
		
	}
	.video iframe{
  		position:absolute;
  		top:0;
  		right:0;
  		width:100%;
  		height:100%;
		z-index: 1;
	}
	.video video{
  		position:absolute;
  		top:0;
  		right:0;
  		width:100%;
  		height:100%;
		z-index: 1;
	}
	.logo02{
		width: 190px;
	}
	.logo02 img{
		width: 100%;
	}
	

}




@media screen and (max-width:1023px){
body{
	width:100%;
}
.content {
	width:100%;

	text-align: center;
}
	.content2{
		width: 90%;
		margin: 0 auto;
	}
	.content3{
		width: 90%;
		margin: 0 auto;
	}
	.content4{
		width: 90%;
		margin: 0 auto;
	}
	img{
		width:100%;
	}
    
	.hide-sp {
		display:none;
	}
	.center{
		width: 0 auto;
		text-align: center!important;
	}
	.img10p{
		width: 10%;
		text-align: center;
		margin: 0 auto;
	}
	.img20p{
		width: 20%;
		text-align: center;
		margin: 0 auto;
	}
	.img30p{
		width: 30%;
		text-align: center;
		margin: 0 auto;
	}
	.img40p{
		/**/
		width: 50%;
		text-align: center;
		margin: 0 auto;
	}
	.img50p{
		width: 50%;
		text-align: center;
		margin: 0 auto;
	}
	.img60p{
		width: 60%;
		text-align: center;
		margin: 0 auto;
	}
	.img70p{
		width: 70%;
		text-align: center;
		margin: 0 auto;
	}
	.img80p{
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}
	.img90p{
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
	/*余白セクションここから*/
	.mt10{
		margin-top: 5px;
	}
	.mt20{
		margin-top: 10px;
	}
	.mt30{
		margin-top: 15px;
	}
	.mt40{
		margin-top: 20px;
	}
	.mt50{
		margin-top: 25px;
	}
	.mt60{
		margin-top: 30px;
	}
	.mt70{
		margin-top: 35px;
	}
	.mt80{
		margin-top: 40px;
	}
	.mt90{
		margin-top: 45px;
	}
	.mt100{
		margin-top: 50px;
	}
	.mb10{
		margin-bottom: 5px;
	}
	.mb20{
		margin-bottom: 10px;
	}
	.mb30{
		margin-bottom: 15px;
	}
	.mb40{
		margin-bottom: 20px;
	}
	.mb50{
		margin-bottom: 25px;
	}
	.mb60{
		margin-bottom: 30px;
	}
	.mb70{
		margin-bottom: 35px;
	}
	.mb80{
		margin-bottom: 40px;
	}
	.mb90{
		margin-bottom: 45px;
	}
	.mb100{
		margin-bottom: 50px;
	}
	.pt10{
		padding-top: 5px;
	}
	.pt20{
		padding-top: 10px;
	}
	.pt30{
		padding-top: 15px;
	}
	.pt40{
		padding-top: 20px;
	}
	.pt50{
		padding-top: 25px;
	}
	.pt60{
		padding-top: 30px;
	}
	.pt70{
		padding-top: 35px;
	}
	.pt80{
		padding-top: 40px;
	}
	.pt90{
		padding-top: 45px;
	}
	.pt100{
		padding-top: 50px;
	}
	.pb10{
		padding-bottom: 5px;
	}
	.pb20{
		padding-bottom: 10px;
	}
	.pb30{
		padding-bottom: 15px;
	}
	.pb40{
		padding-bottom: 20px;
	}
	.pb50{
		padding-bottom: 25px;
	}
	.pb60{
		padding-bottom: 30px;
	}
	.pb70{
		padding-bottom: 35px;
	}
	.pb80{
		padding-bottom: 40px;
	}
	.pb90{
		padding-bottom: 45px;
	}
	.pb100{
		padding-bottom: 50px;
	}
	.pb135{
		padding-bottom: 135px;
	}
	.pb140{
		padding-bottom: 140px;
	}
	.pb145{
		padding-bottom: 145px;
	}
	/*余白セクションここまで*/
	
	/*フォントサイズセクションここから*/
	.font14px{
		font-size: 3.0vw;
	}
	.font16px{
		font-size: 3.4vw;
	}
	.font18px{
		font-size: 3.6vw;
	}
	.font20px{
		font-size: 4.0vw;
	}
	/* wpautopで分割された段落のfont-size補正 */
	/* p.font20px ~ p{
		font-size: 4.0vw;
	} */
	.font22px{
		font-size: 4.1vw;
	}
	.font24px{
		font-size: 4.3vw;
	}
	.font26px{
		font-size: 4.5vw;
	}
	.font28px{
		font-size: 4.9vw;
	}
	.font30px{
		font-size: 4.9vw;
	}
	.font32px{
		font-size: 5.2vw;
	}
	.font34px{
		font-size: 5.3vw;
	}
	.font36px{
		font-size: 5.5vw;
	}
	.font38px{
		font-size: 5.7vw;
	}
	.font40px{
		font-size: 5.9vw;
	}
	.font42px{
		font-size: 6.1vw;
	}
	.font44px{
		font-size: 6.3vw;
	}
	.font46px{
		font-size: 6.5vw;
	}
	.font48px{
		font-size: 6.7vw;
	}
	.font50px{
		font-size: 6.8vw;
	}
	.font52px{
		font-size: 6.6vw;
	}
	.font54px{
		font-size: 6.7vw;
	}
	.font56px{
		font-size: 6.8vw;
	}
	/*フォントセクションここまで*/

	.textleft{
		text-align: left;
	}

	.spleft{
		text-align: left!important;
	}

	.spcenter{
		text-align: center;
	}

	.spright{
		text-align: right;
	}
	
	.italic{
		font-style: italic;
	}
	.text01{
		color: #222222;
		line-height: 1.6em;
		letter-spacing: 0.05em;
	}
	.text02{
		color: #222222;
		line-height: 1.3em;
		letter-spacing: 0.05em;
	}
	

	.white{
		color: #fff;
	}

	.textright{
		text-align: right;
	}
	
	

	.boxshadow01{
		box-shadow: 0 0 8px #e3e3e3;
	}

 
	img#floatButton1 {
    	position: fixed;
    	right: 1%;
    	bottom: 1%;
		width: 16%;
		z-index: 9999!important;
}

	.img_box{
  		animation: img_box_9955 0.5s linear infinite;
  		transform-origin: 50% 50%;
  		margin: 0.5rem 0 !important;
}
	@keyframes img_box_9955 {
  		0% { transform: translateY(0) }
  		33.33333% { transform: translateY(-10px) }
  		66.66667% { transform: translateY(0) }
  		100% { transform: translateY(0) }
}
	.spfloatleft{
		float: left;
	}
	.spfloatright{
		float: right;
	}
	.overflow{
		overflow: hidden;
	}
	.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
	
	.toggle {
    /* display:none; */ /* 通常時は非表示 */
    position: fixed; /* bodyに対しての絶対位置指定 */
	top: 0;
		right: 0;
    display: block;
    width: 14%;
    height: 6%;
    cursor: pointer;
    z-index: 3;
    
}
.toggle span {
    display: block;
    position: absolute; /* .toggleに対して */
    width: 70%;
    border-bottom: solid 3px #ffffff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 10px;
    right: 18%;
}
.toggle span:nth-child(1) {
    top: 1%;
}
.toggle span:nth-child(2) {
    top: 28%;
}
.toggle span:nth-child(3) {
    top: 56%;
}
.toggle span:nth-child(4) {
    border: none;
    top: 10px;
    left: 18px;
    font-size: 15px;
    font-weight: bold;
	color: #ffffff;
}

/***** クリック後のボタン *****/
/* 最初のspanをマイナス45度にする */
.toggle.active span:nth-child(1) {
    top: 30%;
    left: 8%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度にする */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
    top: 30%;
	right: 12%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*************************************
* グローバルメニュー
*************************************/
/* .global_nav */
.global_nav2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    z-index: 2;
    padding-top: 5%;
	padding-bottom: 5%;
    text-align: left;
    color: #ffffff;
	
	/*ハンバーガーの色*/
    background-color: rgba(123,189,38,0.80);
    transition: all 0.8s;  
}
.global_nav2 .nav_li {
    width: 100%;
    padding: 5% 2%;
    list-style-type: none;
}
.global_nav2 .nav_li a {
    display: block;
    color: #ffffff;
	font-weight: bold;
	font-size: 4.2vw;
	
}

/* .global_navに.activeが追加 */
	.global_nav2.active {
    transform: none;
}
	.hamheight{
		height: 10%;
		width: 100%;
		background-color: #fff;
	}
	.logo01{
		padding: 1% 0 0;
		width: 110px;
	}
	

	.bgnavy01{
		background-color: #0d3078;
	}
	.navy01{
		color: #0d3078;
	}
	.bgwhite01{
		background-color: #fff!important;
	}
	.bgblack01{
		background-color: #222;
	}
	.white{
		color: #fff;
	}
	.orange01{
		color: #ff7800;
	}
	.yellow01{
		color: #fffc00;
	}
	.cha01{
		color: #eecc66;
	}
	.bgblue01{
		background-color: #e3edf6;
	}
	
	
	

	.bg00{
		background: url("../img/bg00.png") center top no-repeat;
		background: url("../img/bg00-sp.jpg") center top no-repeat;
		background-size: cover;
	}
	.bg01{
		background: url("../img/bg01.jpg") center top no-repeat;
		background-size: cover;
	}
	.bg02{
		background: url("../img/bg02.jpg") center top no-repeat;
		background-size: cover;
	}
	.bg03{
		background: url("../img/bg03.jpg") center top no-repeat;
		background-size: cover;
	}
	.bg04{
		background: url("../img/bg04.jpg") center top no-repeat;
		background-size: cover;
	}
	.bg05{
		background: url("../img/bg05.jpg") center top no-repeat;
		background-size: cover;
	}
	.bg06{
		background: url("../img/bg06.jpg") center top no-repeat;
		background-size: cover;
	}
	.bg07{
		background: url("../img/bg07.jpg") center top repeat;
		background-size: cover;
	}
	.bg08{
		background: url("../img/bg08.png") center top repeat;
	}
	.bg09{
		background: url("../img/bg09-sp.jpg") center top no-repeat;
		background-size: cover;
	}
	.bg10{
		background: url("../img/bg10.jpg") center top no-repeat;
		background-size: cover;
	}
	.ttl01{
		line-height: 1.4em;
		font-size: 6.8vw;
	}
	.count01{
		font-size: 8.0vw;
		letter-spacing: 0.0001em;
	}
	.asterisk01{
		font-size: 4.0vw;
	}
	.box01{
		border-bottom: 1px solid #0d3078;
		padding: 5% 0 ;
		text-align: center;
	}
	.border11{
		border-top: 1px solid #0d3078;
	}
	/*CTAここから*/
	.img05{
		background: url("../img/img05.png") center top repeat-y;
		background-size: contain;
	}
	.box02{
		padding-top: 5%;
	}
	.cta01{
		line-height: 1.3em;
		font-size: 6.6vw;
		padding-bottom: 3%;
		text-align: center;
	}
	.cta02{
		line-height: 1.6em;
		font-size: 5.0vw;
		padding-bottom: 5%;
		text-align: center;
	}
	.cta03{
		color: #fff;
		font-size: 4.0vw;
		padding: 3px 10px 6px;
	}
	.button01{
		/*padding-top: 3%*/
		padding-bottom: 5%;
	}
	/*CTAここまで*/
	.box03{
		background-color: rgba(0,0,0,0.90);
		padding: 5% 5%;
		margin: 0 auto 5%;
		width: 90%;
	}
	.bg07{
		background: url("../img/bg07.jpg") center center repeat;
	}

	.check01 li {
		background: url("../img/check01.png") left top no-repeat;
		background-size: 5%;
		line-height: 1.3em;
		padding: 0 0 5% 8%;
	}
	.box04{
		width: 65%;
		background-color: #fff;
		border: 2px solid #0d3078;
		border-radius: 18px;
		padding: 5% 7%;
		
		margin: 0 auto 4% ;
	}
	.markcar01{
		background: linear-gradient(transparent 0%, #eb0000 0%);
		border-radius: 500px;
		padding: 0 7% 1%;
	}
	.box05{
		padding: 4% 5%;
		margin: 0 0 5%;
		width: 100%;
	}
	.check03{
		background: url("../img/check01.png") top left no-repeat;
		background-size: 6%;
		padding: 0 0 0 8%;
	}
	.box06{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.box07{
		width: 100%;
		padding: 0 0 5%;
	}
	.box09{
		width: 100%;
	}
	.box08{
		width: 90%;
		margin: 0 auto;
	}
	.box10{
		border: 3px solid #0d3078;
		border-radius: 18px;
	}
	.check02{
		width: 100%;
	}
	.check02 li{
		background: url("../img/check02.png") left top no-repeat;
		background-size: 5.5%;
		padding: 0 0 6% 8%;
		line-height: 1.2em;
	}
	.box11{
		width: 90%;
		padding: 5%;
		margin: 0 0 5% 0;
	}
	.no{
		padding-left: 8%;
	}
	.no01{
		background: url("../img/no01.png") left top no-repeat;
		background-size: 5%;
	}
	.no02{
		background: url("../img/no02.png") left top no-repeat;
		background-size: 5%;
	}
	.no03{
		background: url("../img/no03.png") left top no-repeat;
		background-size: 5%;
	}
	.no04{
		background: url("../img/no04.png") left top no-repeat;
		background-size: 5%;
	}
	.bggrey01{
		background-color: #f3f3f3;
	}
	.box12{
		margin: 0 auto 5%;
	}
	.box13{
		padding: 5%;
		width: 80%;
		margin: 0 auto 6%;
	}
	.qa-q{
		background: url("../img/qa-q.png") left top no-repeat;
		background-size: 5.5%;
		padding: 0 0 4% 8%;
		line-height: 1.4em;
	}
	.qa-a{
		background: url("../img/qa-a.png") left top no-repeat;
		background-size: 5.5%;
		padding: 0 0 4% 8%;
		line-height: 1.6em;
	}
	.border03{
		border-bottom: 1px solid rgba(190,190,190,1.00);
	}
	.border10{
		border-bottom: 1px solid rgba(199,199,199,1.00);
	}
	.box14{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.box15{
		background-color: rgba(0,0,0,0.90);
		 height: 30%;
   		 width:72%;
		padding: 4%;
		margin: 0 auto 4%;
		border-radius: 26px;
	}
	.kazu01{
		font-size: 6.8vw;
	}
	.overflowsp{
		overflow: hidden;
	}
	/*.flex01sp{
		display: flex;
  justify-content: space-around;
	}*/
	
	
	
	
	
	
	.wrap01 {
  overflow: auto;
}
	.table01{
		border-collapse: collapse;
  width: 160%;
  text-align: center;
  white-space: nowrap;
	}
	.table01 tbody tr th{
		font-size: 3.8vw;
		font-weight: 800;
		line-height: 1.5em;
		padding: 3%;
		border-left: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
	}
	.table01 tbody tr td{
		font-size: 3.6vw;
		width: 22%;
		font-weight: 600;
		line-height: 1.5em;
		padding: 3%;
		text-align: left;
		background-color: #fff;
		border-left: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
	}
	.bgorange01{
		background-color: #ff7800;
		width: 34%;
	}
	.migiue01{
		border-top-right-radius: 20px;
		background-color: #ff7800!important;
		
	}
	.border01{
		border-right: 3px solid #ff7800;
	}
	.border02{
		border-bottom: 3px solid #ff7800!important;
	}
	
	.batu{
		font-size: 9.0vw;
		line-height: 1.0em;
	}
	.toku01{
		font-size: 3.8vw!important;
	}
	
	.grey01{
		color: #0d3078;
		font-size: 3.7vw!important;
		text-align: center!important;
	}
	
	.table02{
		border-collapse: collapse;

  text-align: center;
  white-space: nowrap;
		margin-bottom: 5%;
	}
	.table02 tbody tr th{
		font-size: 3.6vw;
		background-color: #0d3078;
		font-weight: 800;
		line-height: 1.5em;
		padding: 2% 2%;
		color: #fff;
		border-left: 1px solid #d0d0d0;
		border-bottom: 1px solid #fff;
		text-align: center;
		width: 30%;
		word-break: break-word;
  white-space: normal;
	}
	.table02 tbody tr td{
		font-size: 3.7vw;
		font-weight: 400;
		line-height: 1.5em;
		padding: 2% 2%;
		text-align: left;
		background-color: #fff;
		border-left: 1px solid #d0d0d0;
		border-bottom: 1px solid #d0d0d0;
		width: 70%;
		word-break: break-word;
  white-space: normal;
	}
	.border03{
		border-right: 1px solid #d0d0d0;
	}
	.border04{
		border-top: 1px solid #d0d0d0;
	}
	.footernav{
		width: 100%;
		margin: 0 auto;
	}
	.footernav li{
		line-height: 1.4em;
		font-size: 3.0vw;
		float: left;
		padding: 0 2.0%;
		border-right: 1px solid #fff;
	}
	.border05{
		border-left: 1px solid #fff;
	}
	
	
	
	/*販売店ここから*/
	
	.top01{
		padding-top: 20%;
		padding-bottom: 20%;
	}
	.box16{
		background-color:rgba(238,238,238,1.00);
		width:60%;
		margin: 0 auto 8%;
		padding: 3% 0 ;
	}
	.container01 {
  display: flex;
  justify-content: center;
		
}
	.container01 li{
		line-height: 1.3em;
		font-size: 3.4vw;
		font-weight: 500px;
		padding: 0 2%;
	}
	.border12{
		border-right: 1px solid #222;
	}
	.ttl02{
		padding: 2% 5%;
	}
	.box17{
		border-radius: 20px;
		padding: 7%;
		margin: 0 0 5%;
	}
	
	
	
/*フッターここから*/
	.container02 {
  display: flex;
  justify-content: center;
		
		
}
	.container02 li{
		line-height: 1.3em;
		font-size: 3.0vw;
		font-weight: 500px;
		padding: 0 1.7%;
	}
	
	.border13{
		border-right: 1px solid #fff;
	}
	
	/*お問い合わせここから*/
	.red01{
		color: #f10000;
	}
	.contact01 tbody tr{
		display: flex;
    flex-direction: column;
	}
	.contact01{
		width: 100%;
		border: 3px solid #bdbdbd;
	}
	.contact01 tbody tr th{
		width: 100%;
		text-align: left;
		background-color: #f4f4f4;
		padding: 4%;
		line-height: 1.4em;
		border-bottom: 2px solid #bdbdbd;
	}
	.contact01 tbody tr td{
		width: 100%;
		font-size: 4.0vw;
		background-color: #fff;
		padding: 4%;
		line-height: 1.4em;
		border-bottom: 2px solid #bdbdbd;
	}
	
	.contact01 tbody tr td input, .contact01 tbody tr td select, .contact01 tbody tr td select option, .contact01 tbody tr td textarea{
		font-size: 4.0vw;
		line-height: 1.5em;	
	}
	.contact01 tbody tr td select{
		padding: 6px;
	}
	.date01{
		margin-bottom: 3%;
	}
	#naiyou{
		width: 80%;
	}
	.shashu01{
		margin: 0 0 4%;
		width: 50%;
	}
	
	
	.buttondiv{
		text-align: center;
	}
	button{
		font-weight: 600;
		color: #fff;
		font-size: 5.0vw;
		line-height: 1.4em;
		margin: 0 auto;
		border: none;
		border-radius: 10px;
		padding: 3% 8%;
		text-align: center;
		background-color: #ff006c;
		
	}
	
	footer a, footer a:visited{
		color: #fff;
		text-decoration: none;
	}
	footer a:hover{
	color: #e3e3e3;
		text-decoration: none;
	}
	.asta01{
		vertical-align:top; 
		line-height: 1.1em;
		letter-spacing: 0.0000001em;
	}
	.video{
  		position:relative;
  		width:74%;
		height: 400px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5%;
	}
	.video iframe{
  		position:absolute;
  		top:0;
  		right:0;
  		width:100%;
  		height:100%;
	}
	.video video{
  		position:absolute;
  		top:0;
  		right:0;
  		width:100%;
  		height:100%;
	}
	a:active, a img:active {
  opacity: 1!important;
}

}
/* 正規販売店一覧ページ */

.dealer-link-list {
  display: grid;
  gap: 24px;
  margin: 0;
}

.dealer-link-card {
  padding: 24px 28px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.dealer-link-card h3 {
  margin: 0 0 12px;
  color: #0065C9;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.dealer-link-card h3 a {
  color: #0065C9 !important;
  text-decoration: none !important;
}

.dealer-link-card p {
  margin: 0;
  color: #222;
  font-size: 20px;
  line-height: 1.8;
}

.dealer-link-card .dealer-link {
  display: inline;
  color: #0065C9 !important;
  font-weight: 600;
  text-decoration-line: underline !important;
  text-decoration-color: #0065C9 !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  border-bottom: none !important;
}

.dealer-link-card .dealer-link:hover {
  opacity: 0.75;
}

.dealer-link-arrow {
  display: inline-block;
  margin-left: 8px;
  font-size: 0.85em;
  text-decoration: none !important;
}

.dealer-note {
  margin-top: 8px !important;
  color: #555 !important;
  font-size: 16px !important;
}

@media screen and (max-width: 767px) {
  .dealer-link-list {
    gap: 18px;
  }

  .dealer-link-card {
    padding: 20px;
  }

  .dealer-link-card h3 {
    font-size: 20px;
  }

  .dealer-link-card p {
    font-size: 16px;
  }

  .dealer-note {
    font-size: 14px !important;
  }
}



/* === 統合都道府県別タブ dealers.html === */
.unified-card { grid-column: 1 / -1 !important; margin-top: 24px; }
.area-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.area-tab-btn {
  padding: 7px 18px; border: 2px solid #0065C9; background: #fff;
  color: #0065C9; border-radius: 20px; cursor: pointer;
  font-size: 0.9em; font-weight: 600; transition: background 0.2s, color 0.2s;
}
.area-tab-btn.active, .area-tab-btn:hover { background: #0065C9; color: #fff; }
.area-panel { display: none; }
#u-hokkaido { display: block; }
.shop-item {
  border: 1px solid #d0d9e8 !important; border-radius: 10px !important;
  padding: 18px !important; margin-bottom: 20px !important;
  background: #f9fafb !important;
}
.shop-name {
  font-size: 1.05em !important; font-weight: 700 !important;
  color: #1a202c !important; display: block !important;
  margin: 0 0 14px 0 !important; padding: 0 0 10px 0 !important;
  border-bottom: 2px solid #dde3ec !important; line-height: 1.5 !important;
}
.shop-body { display: flex !important; gap: 18px !important; align-items: flex-start !important; }
.shop-photo { width: 280px !important; min-width: 280px !important; flex-shrink: 0 !important; }
.shop-photo img { width: 100% !important; height: auto !important; border-radius: 0 !important; display: block !important; }
.shop-photo-placeholder {
  width: 280px !important; min-width: 280px !important; height: 175px !important;
  border: 2px dashed #b0bcc8 !important; border-radius: 0 !important;
  background: #eef2f7 !important; flex-shrink: 0 !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
}
.shop-photo-placeholder::after { content: '画像準備中'; font-size: 0.8em; color: #8a9ab0; }
.shop-info { flex: 1 !important; min-width: 0 !important; }
.shop-table { width: 100% !important; border-collapse: collapse !important; font-size: 0.9em !important; }
.shop-table th {
  width: 80px !important; text-align: left !important; padding: 7px 10px !important;
  background: #eef2f7 !important; color: #3a5068 !important; font-weight: 700 !important;
  vertical-align: middle !important; border: 1px solid #d0d9e8 !important; white-space: nowrap !important;
}
.shop-table td {
  padding: 7px 12px !important; border: 1px solid #d0d9e8 !important;
  color: #2d3748 !important; vertical-align: top !important; line-height: 1.5 !important;
}
.shop-table td a { color: #0065C9 !important; text-decoration: none !important; word-break: break-all !important; }
.area-empty { color: #8a9ab0; font-size: 0.92em; padding: 30px 0; text-align: center; }
@media (max-width: 640px) {
  .shop-body { flex-direction: column !important; }
  .shop-photo, .shop-photo-placeholder { width: 100% !important; min-width: 0 !important; height: auto !important; min-height: 120px !important; }

  /* contact vehicle-row mobile */
  .wpcf7 table.contact01 td .vehicle-row {
    flex-wrap: wrap;
  }
  .wpcf7 table.contact01 td .vehicle-row span.weight600 {
    flex: 0 0 60px;
    font-size: 4vw;
  }
  .wpcf7 table.contact01 td .vehicle-row .wpcf7-form-control-wrap {
    flex: 1;
    min-width: 0;
  }
  .wpcf7 table.contact01 input.input {
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }
}


/* ================================================
   Contact Form 7 Override Styles
   元サイト完全再現
   ================================================ */

/* CF7ラッパー */
.wpcf7 { margin: 0; padding: 0; }
.wpcf7 form .wpcf7-response-output {
  margin: 1em 0;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
  line-height: 1.5;
}

/* ---- テーブル ---- */
.wpcf7 table.contact01 {
  width: 100%;
  border-collapse: collapse;
}
.wpcf7 table.contact01 th {
  background-color: #f4f4f4;
  padding: 20px 26px;
  width: 34.3%;
  vertical-align: middle;
  font-weight: 600;
  font-size: 22px;
  color: #1a2240;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.wpcf7 table.contact01 td {
  padding: 20px 26px;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

/* CF7が挿入するpタグ・spanをリセット */
.wpcf7 table.contact01 td p {
  margin: 0;
  padding: 0;
  display: inline;
  line-height: 1.4;
}
.wpcf7 table.contact01 td .wpcf7-form-control-wrap {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
}

/* ---- 通常テキスト入力（size=30相当:383px）---- */
.wpcf7 table.contact01 input.input,
.wpcf7 table.contact01 input.w90 {
  width: 383px !important;
  height: 33px !important;
  border: 0.8px solid #cccccc !important;
  padding: 3px 8px !important;
  font-size: 22px !important;
  box-sizing: content-box !important;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  margin: 2px;
  -webkit-appearance: none;
}

/* ---- 車両情報（車種名・年式・型式）size=6相当 ---- */
.wpcf7 table.contact01 input.shashu01 {
  width: 115px !important;
  height: 33px !important;
  border: 0.8px solid #cccccc !important;
  padding: 3px 8px !important;
  font-size: 22px !important;
  box-sizing: content-box !important;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  border-radius: 0;
  -webkit-appearance: none;
}

/* 車両情報 ラベルspan */
.wpcf7 table.contact01 td span.weight600 {
  font-weight: 600;
  font-size: 22px;
  color: #1a2240;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
}
/* ---- 車両情報 divラッパー ---- */
.wpcf7 table.contact01 td .vehicle-row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.wpcf7 table.contact01 td .vehicle-row:last-child {
  margin-bottom: 0;
}
.wpcf7 table.contact01 td .vehicle-row span.weight600 {
  flex: 0 0 50px;
  font-size: 22px;
  font-weight: 600;
  color: #1a2240;
}
.wpcf7 table.contact01 td .vehicle-row .wpcf7-form-control-wrap {
  flex: 1;
  min-width: 0;
}


/* 車両情報 行ごとの改行対応 */
.wpcf7 table.contact01 td br {
  display: block;
  content: '';
  margin-bottom: 8px;
}

/* ---- テキストエリア ---- */
.wpcf7 table.contact01 textarea.w90,
.wpcf7 table.contact01 textarea.marginbtm40 {
  width: 541px !important;
  height: 250px !important;
  border: 0.8px solid #cccccc !important;
  padding: 8px !important;
  font-size: 14px !important;
  box-sizing: content-box !important;
  display: block;
  border-radius: 0;
  -webkit-appearance: none;
}

/* ---- 送信ボタン（元サイト完全再現）---- */
.wpcf7 .buttondiv {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
.wpcf7 input#sendbutton,
.wpcf7 input.wpcf7-submit {
  background-color: #ff006c !important;
  color: #ffffff !important;
  padding: 10px 50px !important;
  border: none !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  cursor: pointer;
  display: inline-block;
  border-radius: 10px !important;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.4;
  letter-spacing: normal;
  transition: opacity 0.3s;
}
.wpcf7 input#sendbutton:hover,
.wpcf7 input.wpcf7-submit:hover {
  opacity: 0.85;
}

/* ---- バリデーションエラー ---- */
.wpcf7 .wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 14px;
  display: block;
  margin-top: 4px;
  line-height: 1.4;
}
.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 table.contact01 input.wpcf7-not-valid,
.wpcf7 table.contact01 textarea.wpcf7-not-valid {
  border: 0.8px solid #ff0000 !important;
  background-color: #ffcccc !important;
}

/* ---- 送信後メッセージ ---- */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 2px solid #ff0000;
  color: #ff0000;
  background: #fff8f8;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 2px solid #398f14;
  color: #398f14;
  background: #f0fff0;
  font-size: 18px;
  text-align: center;
  padding: 20px;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
  border: 2px solid #ff0000;
  color: #ff0000;
}
.wpcf7 .wpcf7-spinner { display: inline-block; margin-left: 10px; }

/* ================================================
   スマホ対応 CF7 (max-width: 1023px)
   ================================================ */
@media screen and (max-width: 1023px) {
  /* テーブルを縦積みに - HTMLサイトと合わせる */
  .wpcf7 table.contact01,
  .wpcf7 table.contact01 tbody,
  .wpcf7 table.contact01 tr {
    display: block;
    width: 100%;
  }
  .wpcf7 table.contact01 th {
    display: block;
    width: 100% !important;
    text-align: left;
    background-color: #f4f4f4;
    padding: 4%;
    font-size: 4.0vw;
    line-height: 1.4em;
    border-bottom: 2px solid #bdbdbd;
    box-sizing: border-box;
  }
  .wpcf7 table.contact01 td {
    display: block;
    width: 100% !important;
    font-size: 4.0vw;
    background-color: #fff;
    padding: 4%;
    line-height: 1.4em;
    border-bottom: 2px solid #bdbdbd;
    box-sizing: border-box;
  }
  .wpcf7 table.contact01 td p {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
  }
  .wpcf7 table.contact01 input.input,
  .wpcf7 table.contact01 input.w90 {
    width: 100% !important;
    font-size: 4.0vw !important;
    line-height: 1.5em !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }
  .wpcf7 table.contact01 td .wpcf7-form-control-wrap {
    display: inline-block !important;
    width: auto !important;
    vertical-align: middle;
  }
  .wpcf7 table.contact01 td .vehicle-row {
    display: block !important;
    margin-bottom: 4%;
  }
  .wpcf7 table.contact01 td .vehicle-row:last-child {
    margin-bottom: 0;
  }
  .wpcf7 table.contact01 td .vehicle-row p {
    display: block !important;
    line-height: 1.5em;
    white-space: normal;
  }
  .wpcf7 table.contact01 td .vehicle-row p .weight600 {
    font-size: 4.0vw;
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 8px;
  }
  .wpcf7 table.contact01 td .vehicle-row p .wpcf7-form-control-wrap {
    display: inline-block !important;
    vertical-align: middle;
    width: auto !important;
  }
  .wpcf7 table.contact01 input.shashu01 {
    width: 50vw !important;
    font-size: 4.0vw !important;
    line-height: 1.5em !important;
    box-sizing: border-box !important;
    vertical-align: middle;
    margin: 0 !important;
  }
  .wpcf7 table.contact01 textarea.w90,
  .wpcf7 table.contact01 textarea.marginbtm40 {
    width: 80% !important;
    font-size: 4.0vw !important;
    box-sizing: border-box !important;
  }
  .wpcf7 input#sendbutton,
  .wpcf7 input.wpcf7-submit {
    font-size: 5.0vw !important;
    padding: 3% 8% !important;
    border-radius: 10px !important;
    display: block !important;
    margin: 0 auto !important;
  }
  .wpcf7 form .wpcf7-response-output {
    margin: 2em 0 2em 0 !important;
    padding: 10px 20px !important;
    font-size: 4.0vw !important;
    display: block !important;
    clear: both !important;
    box-sizing: border-box !important;
    width: 92% !important;
  }
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 3.5vw !important;
    margin-top: 4px !important;
  }
}

/* ============================================
   確認画面 ボタンデザイン
   ============================================ */
/* 入力画面に戻るボタン */
.wpcf7 input.wpcf7-previous {
  order: 2 !important;
  cursor: pointer;
  display: inline-block;
  appearance: none;
  line-height: 1.4;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
  background-color: #aaaaaa !important;
  color: #ffffff !important;
  padding: 7px 30px !important;
  border-radius: 10px !important;
  font-size: 18px !important;
  font-weight: bold !important;
  border: none !important;
  text-align: center !important;
  margin-bottom: 0px !important;
}
.wpcf7 input.wpcf7-previous:hover {
  opacity: 0.75;
}

/* ボタンエリアのレイアウト */
.wpcf7 .buttondiv p {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 6px !important;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .wpcf7 input.wpcf7-previous {
    font-size: 4.5vw !important;
    padding: 3% 8% !important;
    border-radius: 10px !important;
    display: block !important;
    margin: 0 auto !important;
  }
}
/* 確認画面 スマホ修正 */
/* 青枠（response-output）を非表示 */
.wpcf7 .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* 確認テーブルのスマホ幅対応 */
@media screen and (max-width: 768px) {
  .wpcf7 table.contact01 {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    table-layout: fixed !important;
  }
  .wpcf7 table.contact01 th,
  .wpcf7 table.contact01 td {
    width: auto !important;
    box-sizing: border-box !important;
    word-break: break-all !important;
  }
}
