/* リセットCSS */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
list-style: none;
}

body {
line-height:1;
font-family: 'Noto Sans JP', sans-serif;
width: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}

nav ul {
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration: none;
}

/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}



@media all and (min-width: 768px) {
.pc { display: block !important; }
.sp { display: none!important; }
}

@media all and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block!important; }
}



/*メニュー*/


.menu-top {
	background-color: #11114d;
	width: 100%;
	height: 80px;
	position: fixed;
	z-index: 1000;
}


.logo-top img {
	width: 200px;
	padding-top: 13px;
	padding-left: 30px;
}


.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 35px;
  height: 22px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}




.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 35px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0;
}

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%;
}

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 31px;
  left: 8px;
}

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px;
}

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px);
}

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

/*+++ Default Button Color +++*/
.zdo_drawer_button {
  color: white;
}

.zdo_drawer_button .zdo_drawer_bar {
  background-color: white;
}

/* === Hambuerger Button's Style End === */
.zdo_drawer_menu .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 21px;
  right: 32px;
  z-index: 1001;
}
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
}
.zdo_drawer_menu a:visited {
  color: inherit;
}
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 30%;
  height: 100%;
  transition: all 0.2s;
  transform: translate(100%);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #11114d;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 112px 24px;
}
.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 17px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: dotted 1px rgba(42,61,117,1.00);
  color: white;
}



@media all and (max-width: 768px){
	.menu-top {height: 60px;}
	.logo-top img {width: 160px; padding-top: 9px; padding-left: 15px;}
	.zdo_drawer_menu .zdo_drawer_button {top: 18px; right: 20px;}
	.zdo_drawer_menu .zdo_drawer_nav_wrapper{width: 80%;}
}








/*NEWS*/

.news {
	text-align: center;
	background-color: rgba(241,241,241,1.00);
}


.news2 a {
	color:rgba(43,43,43,1.00);
}

.t-1 {
	font-size: 16px;
	font-weight: 400;
	border-bottom: 2px solid;
	display: inline-block;
	padding-top: 60px;
	padding-bottom: 4px;
	font-family: 'Oswald', sans-serif;
}

.t-2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	font-weight: 500;
	padding-top: 5px;
}


.news2 {
	margin-top: 30px;
	display: inline-block;
	text-align: left;
	padding-bottom: 60px;
	font-size: 15px;
	width: 80%;
	max-width: 900px;
	font-family: 'Oswald', sans-serif;
}

.news2 li {
	border-bottom: 1px dotted;
	line-height: 2.2em;
	color: rgba(109,109,109,1.00);
}

.news2 li span {
	margin-left: 20px;
	color: black;
	font-family: 'Noto Sans JP', sans-serif;
}


.news .sp {
	height: 0;
}



@media all and (max-width: 768px){
	.news2 li span {margin-left: 0px;}
	.news2 li {line-height: 1.5em; padding-bottom: 10px; padding-top: 8px;}
}






/*コンセプト*/

.concept {
	text-align: center;
	font-family:  'Noto Sans JP', sans-serif;
}


.concept ul {
	border-bottom: dotted 2px rgba(187,187,187,1.00);
	width: 95%;
	display: inline-block;
	margin-bottom: 120px;
}


.concept h1 {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.5em;
	padding-top: 100px;
	padding-bottom: 25px;
	color: #11114d;
	letter-spacing:inherit;
}

.concept p {
	width: 80%;
	display: inline-block;
	text-align: left;
	max-width: 1000px;
	line-height: 2em;
	padding-bottom: 100px;
	font-size: 17px;
}



.concept .pc {
	height: 0;
}


@media all and (max-width: 768px){
	.concept h1 {font-size: 23px; text-align: left;}
	.concept ul {width: 80%;}
	.concept p {width: 100%;}
}





/*バナー*/


.bnr {
	text-align: center;
	margin-bottom: 20px;
}


.bnr-img {
	width: 100%;
	max-width: 1600px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}



.bnr-box :hover {
	box-shadow: 10px 10px 10px rgba(50,50,50,0.5);
}



.bnr-img a {
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
	z-index: 1000;
}



.bnr-img img {
	width: 100%;
}


.bnr2 {
	background-color: rgba(0,0,0,0.70);
	position: absolute;
	z-index: 100;
	height: 100%;
	top: 0;
	right:-50px;
	transform:skewX(-15deg);
}


.bnr-a {
	height: 100%;
	display: table;
}


.bnr-a ul {
	transform:skewX(15deg);
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
	padding-right: 100px;
}


.bnr-a li {
	color: white;
}


.bnr-eng {
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	border-bottom: solid 1px;
	display: inline-block;
	padding-bottom: 3px;
}


.bnr-a h2 {
	font-size: 23px;
	padding-top: 7px;
	padding-bottom: 15px;
	font-weight: 500;
}


.bnr-a p {
	font-size: 14px;
	width: 350px;
	line-height: 1.4em;
	display: inline-block;
	padding-bottom: 20px;
	font-weight: 300;
	text-align: left;
}


.bnr-a img {
	width: 90px;
}



.bnr3 {
	background-color: rgba(0,0,0,0.70);
	position: absolute;
	z-index: 100;
	height: 100%;
	top: 0;
	left:-50px;
	transform:skewX(-15deg);
}



.bnr-b {
	display: table;
	height: 100%;
}


.bnr-b ul {
	transform:skewX(15deg);
	display: table-cell;
	vertical-align: middle;
	padding-left: 100px;
	padding-right: 40px;
}


.bnr-b li {
	color: white;
}



.bnr-b h2 {
	font-size: 23px;
	padding-top: 7px;
	padding-bottom: 15px;
	font-weight: 500;
}


.bnr-b p {
	font-size: 14px;
	width: 350px;
	line-height: 1.5em;
	display: inline-block;
	padding-bottom: 20px;
	font-weight: 300;
	text-align: left;
}


.bnr-b img {
	width: 90px;
}




@media all and (max-width: 768px){
	.bnr-img {width: 85%;}
	.bnr-a ul {padding: 0; transform:none;}
	.bnr-a {display: inline-block; padding-top: 30px; padding-bottom: 30px;}
	.bnr-b ul {padding: 0; transform:none;}
	.bnr-b {display: inline-block; padding-top: 30px; padding-bottom: 30px;}
	.bnr2 {position: static; width: 100%; transform:none; background-color: black;}
	.bnr3 {position: static; width: 100%; transform:none; background-color: black;}
	
	.bnr-a p {width: 85%;}
	.bnr-b p {width: 85%;}
}




.hoken {
	text-align: center;
}


.hoken ul {
	width: 90%;
	display: inline-block;
	background-color: #213853;
	outline: 2px solid #3C5C77;
	outline-offset: -8px;
	max-width: 1600px;
}


.hoken h2 {
	font-size: 27px;
	padding-bottom: 13px;
	color: white;
	padding-top: 40px;
	width: 95%;
	display: inline-block;
	line-height: 1.4em;
}

.hoken p {
	font-size: 17px;
	color: white;
	padding-bottom: 40px;
}



@media all and (max-width: 768px){
	.hoken h2 {font-size: 20px; width: 85%;}
	.hoken ul {width: 85%;}
	.hoken .sp {height: 0;}
	.hoken p {font-size: 15px; width: 85%; display: inline-block; line-height: 1.3em; text-align: left;}
}





/*お問い合わせ*/

.contact {
	text-align: center;
	background-color: #BAD5E5;
	margin-top: 140px;
	position: relative;
}

.contact p {
	padding-top: 20px;
	line-height: 1.5em;
	padding-bottom: 30px;
}


.contact2 {
	display: flex;
	justify-content: center;
	margin-left: 30px;
	padding-bottom: 60px;
}

.contact2 li {
	margin-right: 30px;
}

.contact2 li img {
	width: 370px;
}



.contact a :hover {
	opacity: 0.7;
	transition: 0.3s;
}


.remote {
	position: absolute;
	z-index: 100;
	top: -40px;
	width: 220px;
	right: 15vw;
}


@media all and (max-width: 768px){
	.contact {margin-top: 70px;}
	.contact2 {display: block; padding-bottom: 30px;}
	.contact2 li {padding-bottom: 20px;}
	.contact2 li img {width: 80%; max-width: 370px; min-width: 265px;}
	.remote {position: static; padding-bottom: 60px;}
}




/*マップ*/

.googlemaps {
	margin-top: 50px;
}




/*フッター*/

.gotop {
	background-color:rgba(61,96,114,1.00);
	text-align: center;
	margin-top: -2px;
	position: relative;
}


.gotop a {
	position: absolute;
	top: :0;
	left: 0;
	width: 100%;
	height: 100%;
}



.gotop img {
	padding-top: 12px;
	padding-bottom: 10px;
}


.footer {
	text-align: center;
	background-color: #11114d;
	position: relative;
}


.f-logo {
	margin-bottom: 15px;
	width: 250px;
	margin-top: 35px;
}



.footer a :hover {
	opacity: 0.7;
	transition: 0.4s;
}



.f-company {
	color: white;
	line-height: 1.8em;
	padding-bottom: 15px;
	font-weight: 300;
	font-size: 15px;
}


.sns {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 30px;
}


.sns p {
	margin-right: 10px;
	color: #E0E0E0;
	
}


.sns img {
	margin-left: 15px;
	width: 32px;
}


.sns a :hover {
	opacity: 0.7;
	transition: 0.4s;
}



.copy {
	color: white;
	font-size: 13px;
	position: absolute;
	z-index: 100;
	bottom: 15px;
	right: 20px;
	font-weight: 300;
}



@media all and (max-width: 768px){
	.copy {position: static; padding-bottom: 15px;}
}



/*会社概要*/

.company-top {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.company-top img {
	width: 100%;
	padding-top: 80px;
	min-width: 1100px;
}



.shousai-top {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 6%;
	background-color: rgba(0,0,0,0.70);
	transform:skewX(-15deg);
	width: 30%;
	min-width: 350px;
	height: 100%;
}


.shousai-top-2 {
	display: table;
	width: 100%;
	height: 100%;
}



.shousai-top ul {
	transform:skewX(15deg);
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	color: white;
	padding-top: 40px;
}



.st-1 {
	font-size: 17px;
	border-bottom: 2px solid rgba(255,255,255,1.00);
	display: inline-block;
	padding-bottom: 7px;
	margin-bottom: 12px;
	font-family: 'Oswald', sans-serif;
}


.st-2 {
	font-size: 28px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}



@media all and (max-width: 768px){
	.company-top img {padding-top: 60px; min-width: inherit;}
	.shousai-top {right: -130px;}
	.shousai-top ul {padding-right: 140px;}
	.st-1 {font-size: 14px;}
	.st-2 {font-size: 25px; line-height: 1.2em;}
}




.gaiyou {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 90px;
}

.gaiyou2 {
	display: flex;
	justify-content: center;
	align-items: center;
}


.gaiyou2 img {
	width: 85%;
}


.gaiyou3 {
	text-align: left;
}


.gaiyou3 li {
	border-bottom: solid 1px rgba(193,193,193,1.00);
}



.g-1 {
	width: 90px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	display: inline-block;
}

.g-2 {
	width: 420px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
	font-size: 15px;
	display: inline-block;
}



.g-other {
	width: 510px;
}



.g-other p {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 1.2em;
}



@media all and (max-width: 1000px){
	.g-1 {display: block; height: auto; width: 100%; padding-top: 8px; padding-bottom: 3px;}
	.g-2 {display: block; height: auto; width: 100%; padding-bottom: 8px; padding-top: 0px;}
	.gaiyou3 li {display: block; width: 90%;}
}



@media all and (max-width: 768px){
	.gaiyou2 {display: block; width: 100%;}
	.gaiyou2 img {padding-bottom: 20px;}
	.gaiyou3 {text-align: center;}
	.gaiyou3 li {width: 85%; display: inline-block; text-align: left;}
}



/*スタッフ*/

.staff {
	background-color: #213853;
	text-align: center;
}


.staff-all {
	display: flex;
}


.staff2 {
	display: inline-block;
}


.staff3 img {
	width: 300px;
}


.staff3 {
	display: flex;
	justify-content: center;
	padding-top: 30px;
}


.staff3 p {
	width: 300px;
	font-size: 14px;
	text-align: left;
	line-height: 1.6em;
	padding-bottom: 50px;
	font-weight: 300;
}


.staff4 {
	margin-right: 25px;
	color: white;
	font-family:  'Noto Sans JP', sans-serif;
}

.name {
	padding-top: 15px;
	padding-bottom: 8px;
	margin-bottom: 12px;
	border-bottom: 2px solid white;
	display: inline-block;
	font-size: 17px;
	font-weight: 400;
}


@media all and (max-width: 1300px){
	.staff-all {display: block; padding-bottom: 60px; padding-top: 40px;}
	.staff3 {padding-top: 15px; margin-left: 15px;}
	.staff3 img {width: 350px;}
	.staff3 p {width: 350px;}
}


@media all and (max-width: 768px){
	.staff2 {width: 100%;}
	.staff3 {display: block; text-align: center; margin-left: 0;}
	.staff3 img {width: 85%;}
	.staff3 p {width: 85%; display: inline-block;}
	.staff4 {display: inline-block;}
	.staff4 {margin-right: 0px;}
}




/*買取*/

.kaitori {
	text-align: center;
}


.kaitori .pc {
	height: 0;
}


.kaitori-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
	margin-bottom: 80px;
}


.kaitori-2 ul {
	text-align: left;
	margin-left: 30px;
}


.kaitori-2 h2 {
	font-size: 26px;
	padding-bottom: 10px;
	line-height: 1.4em;
}


.kaitori-2 p {
	font-size: 17px;
	width: 90%;
	max-width: 600px;
	line-height: 1.5em;
	line-height: 1.5em;
	padding-bottom: 20px;
}


.kaitori-c {
	font-size: 14px;
	line-height: 1.3em;
}


.s-midashi h2 {
	padding-top: 70px;
	font-size: 25px;
	padding-bottom: 7px;
	border-bottom: 2px solid rgba(56,56,56,1.00);
	display: inline-block;
	margin-bottom: 20px;
	line-height: 1.3em;
	color: #11114d;
}


.junbi-all {
	background-color: #F8F6E5;
	text-align: center;
}


.junbi {
	padding-top: 40px;
	width: 80%;
	max-width: 950px;
	display: inline-block;
}


.s-midashi .sp {
	height: 0;
}


.junbi-2 {
	display: flex;
	padding-bottom: 70px;
}


.kuukan {
	width: 80px;
}


.junbi-3 {
	text-align:left;
}


.junbi-3 h3 {
	font-size: 20px;
	background-color: white;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	width: 100%;
	border-left: 8px solid #11114d;
}


.junbi-3 ul {
	margin-top: 15px;
}


.junbi-3 ul li {
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px dotted rgba(157,157,157,1.00);
	line-height: 1.2em;
}


.junbi-c {
	font-size: 14px;
	line-height: 1.4em;
	margin-top: 10px;
}


@media all and (max-width: 768px){
	.kaitori-2 {display: block;}
	.kaitori-2 h2 {font-size: 22px;}
	.junbi-2 {display: block; padding-bottom: 50px;}
	.junbi-3 {padding-bottom:50px;}
	.s-midashi h2 {font-size: 24px;}
	.kaitori-2 img {width: 85%; max-width: 500px;}
	.kaitori-2 ul {margin-left: 0; width: 85%; display: inline-block; margin-top: 40px; max-width: 500px;}
	.kaitori-2 ul p {width: 100%;}
}





/*車検*/


.shaken {
	text-align: center;
}


.shaken-2 {
	display: inline-block;
}


.shaken-2 img {
	margin-top: 20px;
}

.shaken-3 {
	width: 768px;
	text-align: left;
	margin-top: 25px;
	line-height: 1.4em;
	padding-bottom: 30px;
	font-size: 15px;
}

.shaken-3 li {
	margin-bottom: 8px;
}



.shaken-table {
	border-collapse: collapse;
	width: 768px;
}


.shaken-table th,td {
	border: 2px solid #82C1EA;
	padding: 15px;
	line-height: 1.3em;
	vertical-align: middle;
}

.shaken-table th {
	background-color: #A5DBF7;
	font-weight: 500;
}

.shaken-table td {
	background-color: white;
}


.d-border {
	width: 95%; 
	border-bottom: dotted 1px rgba(103,103,103,1.00); 
	display: inline-block;
}


.oil {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.oil2 {
	text-align: left;
	line-height: 1.5em;
}


.oil3 {
	font-size: 18px;
	font-weight: 500;
	margin-right: 15px;
	padding: 12px;
	border:  solid 1px rgba(0,0,0,1.00);
	background-color: white;
}


.taiya-img {
	width: 500px;
	margin-top: 30px;
	margin-bottom: 30px;
}


@media all and (max-width: 768px){
	.shaken-2 {width: 80%; text-align: center; max-width: 400px;}
	.shaken-2 img {width: 100%; display: inline-block;}
	.shaken-3 {width: 100%;}
	.oil {display: inline-block;; width: 80%; max-width: 400px;}
	.oil3 {margin: 0;}
	.taiya-img {width: 80%;}
	.shaken-table-s {border-collapse: collapse; width: 100%; max-width: 400px;}
	.shaken-table-s th,td {border: solid 2px #82C1EA; vertical-align: middle; padding: 15px 10px; font-size: 15px; line-height: 1.3em;}
	.shaken-table-s th {background-color: #A5DBF7; font-weight: 500;}
	.shaken-table-s td {background-color: white;}
}




/*板金*/


.bankin {
	padding-top: 60px;
	text-align: center;
}



.bankin h2 {
	font-size: 26px;
	padding-bottom: 15px;
}


.bankin .pc {
	height: 0;
}


.bankin p {
	width: 660px;
	display: inline-block;
	line-height: 1.5em;
	text-align: left;
}


.bankin-c {
	font-size: 14px;
	width: 660px;
	display: inline-block;
	text-align: left;
	padding-top: 20px;
	line-height: 1.3em;
	padding-bottom: 60px;
}


.dent-2 {
	margin-top: 40px;
}


.dent-3 {
	text-align: left;
	display: inline-block;
	margin-bottom: 80px;
	width: 768px;
}

.dent-3 p {
	font-size: 18px;
	margin-bottom: 25px;
	padding-bottom: 8px;
	border-bottom: 1px dotted rgba(95,95,95,1.00);
	line-height: 1.4em;
}


.dent-3 img {
	width: 100%;
}




.sekou-2 {
	display: flex;
	justify-content: center;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 80px;
}


.sekou-3 {
	margin-right: 40px;
}


.sekou-3 p {
	margin-top: 10px;
	line-height: 1.4em;
	font-weight: 400;
	font-size: 18px;
}

.sekou-3 p {
	text-align: left;
	padding-bottom: 10px;
	border-bottom: dotted 1px rgba(95,95,95,1.00);
	margin-bottom: 20px;
}


@media all and (max-width: 768px){
	.bankin h2 {font-size: 22px; line-height: 1.4em;}
	.bankin ul {width: 85%; display: inline-block;}
	.bankin ul p {width: 100%;}
	.bankin-c {width: 100%;}
	.dent-3 {width: 85%;}
	.dent-3 p {font-size: 16px;}
	.sekou-2 {display: block; text-align: center;}
	.sekou-3 {width: 90%; margin-bottom: 30px; max-width: 450px; display: inline-block;}
	.sekou-3 img {width: 100%;}
	.sekou-3 p {font-size: 16px;}
}






/*お問い合わせ*/

form {
    padding: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 20px;
	text-align: center;
}
form h1 {
	padding-top: 80px;
    margin-top: 40px;
	margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

body > div:nth-child(3) > div > h1 {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    padding-left: 0;
}
form > div {
    border-radius: 3px;
    background-color: #f6f6f6;
    vertical-align: middle;
    border: 1px solid #dddddd;
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 20px;
	width: 750px;
	display: inline-block;
}
form > div > div {
    border-radius: 3px;
    padding: 10px 20px;
}
form > div > div > p {
    width: 405px;
    float: left;
    margin: 0 15px;
}
form > div > div:before, form > div > div:after {
    display: table;
    content: " ";
    clear: both;
}
form > div input[type=text], form > div input[type=email], form > div textarea, form > div select {
    display: block;
    width: 420px;
    float: left;
    height: 35px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
form > div textarea {
    height: auto;
}


form p {
	margin-bottom: 25px;
	line-height: 1.3em;
	font-size: 15px;
}


input[type=radio] {
    margin-left: 25px;
    margin-top: 0px;

}
body > div label {
    margin-bottom: 0;
    text-align: right;
    width: 145px;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    position: relative;
	font-size: 16px;
}

.container label + div {
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

button {
    display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 auto;
}
form button:hover {
    background: #00b0da;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #00a1d0), color-stop(0, #00bedf));
    background: -webkit-linear-gradient(#00bedf, #00a1d0);
}
form button {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
body > div > a > button {
    margin-left: 0;
    margin: 0 auto;
    display: block;
}
a + button {
    margin-left: 20px
}
a {
    text-decoration: none;
}
a:focus, a:hover {
    outline: none;
    text-decoration: none;
}
input::-webkit-input-placeholder {
    color:   #777;
}
form button {
    padding: 10px 13px 11px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    font-weight: bold;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #0093c9;
    color: #ffffff;
    background: #009ecf;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.28),inset 0px 2px 0px -1px #10a4d2;
}
input[type=button] {
    padding: 10px 13px 11px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #c3c3c3;
    color: #7c7c7c;
    background: #ffffff;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.28);
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.28);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.28);
 margin-right: 25px;
}
input[type=button] + button {
    display: inline-block;
}
input + div, select + div, textarea + div {
    float: right;
    width: 4020px;
    color: red;
    margin-bottom: -10px;
}
.error-form {
    border-color: #fb9a93 !important;
}


.seibetsu {
	display: flex;
}


.contact-c {
	text-align: center;
}

.contact-c2 {
	width: 750px;
	display: inline-block;
	line-height: 1.5em;
	font-size: 15px;
	text-align: left;
	margin-bottom: 40px;
}

.kojin a p {
	color: blue;
	display: inline-block;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 50px;
}

@media all and (max-width: 768px){
	form > div{width: 90%; text-align: center;}
	form > div input[type=text], form > div input[type=email], form > div textarea, form > div select{width: 95%; display: inline-block;}
	body > div label {width: 90%; text-align: left; margin-bottom: 12px;}
	body > div label span {position: static; margin-left: 15px;}
	.seibetsu {width: 90%;}
	.c-kakunin p {width: 90%; margin: 0;}
	.contact-c2 {width: 90%;}
}


.souhin {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}


.thanks {
	padding-top: 80px;
}

.thanks-2 {
	text-align: center;
	margin-bottom: 80px;
}

.thanks-2 h2 {
	font-size: 28px;
	padding-top: 80px;
	padding-bottom: 25px;
}
.thanks-2 p {
	font-size: 17px;
	line-height: 1.5em;
	margin-bottom: 40px;
}

.error {
	color: red;
}

