@charset "UTF-8";

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Sub Page Common
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/*------------ Style ------------*/

@media screen and (max-width: 20000px) {
.subpage #container {
	padding: 0;
}
.paperBack {
	width: 1040px;
	height: auto;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 0px 5px 0 rgba(0,0,0,.05);
	display: block;
	margin:  0 0 60px;
}
.subSection h1 {
	width: 100%;
	height: auto;
	padding: 60px 0 55px;
	font-size: 200%;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.5em;
	text-indent: 0.5rem;
	display: block;
}
.subSection h1 span {
	font-size: 50%;
	padding-left: 1rem;
}
.subpage {
	background: rgba(0,0,0,.025);
}
.pageTitle {
	width: 1040px;
	height: 300px;
	margin: 40px auto;
	font-weight: 700;
	font-size: 280%;
	text-align: center;
	display: flex;
	justify-content: center;
 	align-items: center;
	position: relative;
	letter-spacing: 0.2rem;
	text-indent: 0.2rem;
}
.pageTitle img {
	width: 1040px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.pageTitle::after {
	width: 1040px;
	height: 300px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: rgba(0,0,0,.5);
	z-index: 1;
}
.pageTitle p {
	color: #FFFFFF;
	z-index: 2;
	line-height: 1.25;
}
.pageTitle span {
	font-size: 70%;
}
.pageTitle ul {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 2;
	font-size: 14px;
}
.pageTitle ul li {
	margin: 0 4rem;
}
.pageTitle ul a {
	color: #FFFFFF;
	font-weight: 700;
}
.pageTitle ul a:hover {
	color: #2292d2;
}
.captionP {
	text-align: center;
	font-size: 110%;
	font-weight: 700;
}
.sectionTitle {
	width: 1040px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.sectionTitle h2 {
	font-size: 320%;
	font-weight: 700;
}
.sectionTitle h2 span {
	font-size: 40%;
	font-weight: 700;
	display: block;
}
.captionP {
	text-align: center;
	font-size: 110%;
	font-weight: 700;
}
}
@media screen and (max-width: 768px) {
	.paperBack {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		background: #fff;
		box-shadow: 0px 0px 5px 0 rgba(0,0,0,.05);
		display: block;
		margin-top:  1rem;
		margin-bottom: 0;
		padding: 0;
		float: left;
	}
	.subSection h1 {
		width: 100%;
		height: auto;
		padding: 2.75rem 0 1.25rem;
		font-size: 180%;
		font-weight: 500;
		text-align: center;
		letter-spacing: 0;
		text-indent: 0;
		display: block;
		line-height: 1;
	}
	.subSection h1 span {
		font-size: 50%;
		padding-left: 0;
	}
	.subpage {
		background: rgba(0,0,0,.025);
	}
	section {
	  margin-top : -60px;
	  padding-top : 60px;
	}
	.content {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0 1rem;
		box-sizing: border-box;
	}
	.pageTitle {
		width: 100%;
		height: 40vh;
		margin: 58px auto 0;
		font-size: 240%;
	}
	.pageTitle p {
		line-height: 1;
	}
	.pageTitle img {
		width: auto;
		height: 40vh;
		left: -50%;
	}
	.pageTitle::after {
		width: 100%;
		height: 40vh;
	}
	.pageTitle ul {
		justify-content: space-around;
		flex-wrap: wrap;
		bottom: 3rem;
		left: 1rem;
		font-size: 12px;
		max-width: calc(100% - 2rem);
	}
	.pageTitle ul li {
		margin: 0;
	}
	.pageTitle ul a {
		color: #FFFFFF;
		font-weight: 700;
		letter-spacing: 0;
	}
	.captionP {
		text-align: center;
		font-size: 110%;
		font-weight: 700;
		padding: 2rem 12px 3rem;
	}
	.captionP {
		text-align: center;
		font-size: 100%;
		font-weight: 700;
	}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Company
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/*------------ Common ------------*/

#company .paperBack {
	padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
	#company .paperBack {
		padding-bottom: 3rem;
	}
}

/*------------ Message ------------*/

@media screen and (max-width: 20000px) {
#message img {
	width: 960px;
	height: 480px;
	margin: 0 auto;
	display: block;
}
#message h2 {
	width: 760px;
	margin: 60px auto 0;
	font-weight: 500;
	line-height: 2.2;
	font-size: 100%;
	text-align: justify;
}
#message h2 span {
	width: 760px;
	margin: 0 auto;
	text-align: right;
	display: block;
	padding: 0;
}
#message h2 a {
	color: #2292dc;
	text-decoration: none;
}
}
@media screen and (max-width: 768px) {
#message img {
	width: calc(100% - 2rem);
	height: auto;
	margin: 1rem auto 2rem;
}
#message h2 {
	width: calc(100% - 2rem);
	margin: 2rem auto 0;
	line-height: 1.75;
	font-size: 90%;
	text-align: justify;
}
#message h2 span {
	width: calc(100% - 2rem);
}
#message h2 a {
	color: #2292dc;
	text-decoration: none;
}
}

/*------------ Philosophy ------------*/

@media screen and (max-width: 20000px) {
#philosophy h2 {
	width: 760px;
	margin: 0 auto;
	line-height: 2.25;
}
}
@media screen and (max-width: 768px) {
#philosophy h2 {
	width: calc(100% - 4rem);
	margin: 0.5rem auto 0;
	line-height: 2.25;
	font-size: 90%;
}
}


/*------------ Outline & History ------------*/

@media screen and (max-width: 20000px) {
#outline table, #history table {
	width: 760px;
	height: auto;
	margin: 0 auto;
	font-weight: 500;
	font-size: 100%;
	border-top: 1px solid rgba(0,0,0,0.05);
	display: block;
}
#outline tr, #history tr  {
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
#outline th, #history th {
	width: 100px;
	text-align: left;
}
#outline td, #history td {
	width: 660px;
	padding: 30px 0;
	line-height: 2;
}
}
@media screen and (max-width: 768px) {
	#outline table, #history table {
		width: 100%;
		height: auto;
		margin: 0 auto;
		font-weight: 500;
		font-size: 90%;
		border-top: 1px solid rgba(0,0,0,0.05);
		display: block;
	}
	#outline tr, #history tr  {
		border-bottom: 1px solid rgba(0,0,0,0.05);
		display: block;
		padding: 2rem 0;
		height: auto;
	}
	#outline th, #history th {
		width: 100%;
		text-align: center;
		float: left;
		display: block;
		font-weight: 700;
		padding: 0;
		height: auto;
		margin: 0 auto 1rem;
	}
	#outline td, #history td {
		width: 100%;
		min-height: inherit;
		padding: 0;
		line-height: 1.5;
		display: block;
		text-align: center;
		height: auto;
		box-sizing: border-box;
	}
	.textleft {
		padding: 0 1rem !important;
		text-align: left !important;
	}
}

/*------------ Access ------------*/

@media screen and (max-width: 20000px) {
#map {
	width: 960px;
	height: 500px;
	margin: 0 auto;
}
#access h2 {
	text-align: center;
	margin: 40px auto 0;
	font-weight: 500;
}
.mapcap {
	width: 120px;
	display: block;
	margin: 30px auto 0;
	height: 30px;
	text-align: center;
	color: #fff;
	background: #333;
	border-radius: 5px;
	padding: 0 15px;
	text-decoration: none;
	line-height: 30px;
}
.mapcap:hover {
	background: #00c4c4;
	transition: .3s;
}
}
@media screen and (max-width: 768px) {
	#mapSp {
		width: calc(100% - 2rem);
		height: 300px;
		margin: 1rem auto;
	}
	#access h2 {
		text-align: center;
		margin: 2rem auto 0;
		font-weight: 500;
		font-size: 90%;
		padding: 0 1rem;
		box-sizing: border-box;
	}
	.mapcap {
		width: 120px;
		display: block;
		margin: 2rem auto;
		height: 30px;
		text-align: center;
		color: #fff;
		background: #333;
		border-radius: 5px;
		padding: 0 15px;
		text-decoration: none;
		line-height: 30px;
	}
	.mapcap:hover {
		background: #00c4c4;
		transition: .3s;
	}
	#access .paperBack {
		padding: 0 0 2rem;
	}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Service
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/*------------ Contents ------------*/

@media screen and (max-width: 20000px) {
.contentBoxCover {
	width: 920px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.contentBox {
	width: 260px;
	margin-bottom: 60px;
}
.contentBox h2 {
	width: 260px;
	height: 260px;
	border-radius: 50%;
	line-height: 265px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 700;
	font-size: 150%;
	color: #FFFFFF;
	z-index: 1;
}
.contentBox:nth-child(1) h2 {
	background: url(../images/contents01.png) center center no-repeat;
	background-size: cover;
}
.contentBox:nth-child(2) h2 {
	background: url(../images/contents02.png) center center no-repeat;
	background-size: cover;
}
.contentBox:nth-child(3) h2 {
	background: url(../images/contents03.png) center center no-repeat;
	background-size: cover;
}
.contentBox h3 {
	margin: 30px 0 0 0;
	line-height: 2;
}
.contentBox a {
	color: #2CAEEB;
	text-decoration: none;
}
}
@media screen and (max-width: 768px) {
.contentBoxCover {
	width: 100%;
	height: auto;
	margin: 0.5rem auto 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.contentBox {
	width: calc(100% - 4rem);
	margin-bottom: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contentBox h2 {
	width: 100%;
	height: auto;
	border-radius: 0;
	line-height: auto;
}
.contentBox h3 {
	margin: 1rem 0 0 0;
	font-size: 90%;
}
}

/*------------ Fleet ------------*/

@media screen and (max-width: 20000px) {
.fleetBoxCover {
	width: 920px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 40px;
}
.fleetBox {
	width: 450px;
	border: 1px solid rgba(0,0,0,.2);
	box-sizing: border-box;
	margin-bottom: 20px;
}
.fleetBox img {
	width: 448px;
	height: 448px;
}
.fleetBox h2 {
	width: 100%;
	height: 40px;
	margin: 15px 0 0;
	text-align: center;
	font-size: 120%;
	line-height: 40px;
	display: block;
}
.fleetBox ul {
	width: 300px;
	height: auto;
	margin: 15px auto 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	font-weight: 700;
	font-size: 95%;
	letter-spacing: 0.2rem;
}
.fleetBox dl {
	display: flex;
	flex-direction: column;
	align-items: center;
}
}
@media screen and (max-width: 768px) {
.fleetBoxCover {
	width: calc(100% - 4rem);
	padding-bottom: 2rem;
	margin-top: 0.5rem;
	align-items: center;
}
.fleetBox {
	width: 100%;
	margin-bottom: 1rem;
	border: none;
}
.fleetBox img {
	width: 100%;
	height: auto;
}
.fleetBox h2 {
	width: 100%;
	height: auto;
	margin: 0;
	line-height: auto;
	font-size: 100%;
}
.fleetBox ul {
	width: calc(100% - 4rem);
	margin: 0 auto 2rem;
	font-size: 90%;
	letter-spacing: 0;
	font-weight: 500
}
}

/*------------ Price ------------*/

@media screen and (max-width: 20000px) {
#price .paperBack {
	padding-bottom: 40px;
}
.priceCaption {
	width: 100%;
	text-align: center;
	font-weight: 500;
	margin: 0 0 20px 0;
}
.priceTable {
	width: 930px;
	height: auto;
	font-size: 95%;
	font-weight: 500;
	border-right: 1px solid #e5eff8;
	border-bottom: 1px solid #e5eff8;
	margin: 0 auto 40px;
}
.priceTable th {
	height: 40px;
	box-sizing: border-box;
	padding: 0 10px;
	background: #2292d2;
	color: #fff;
	border-bottom: 1px solid #e5eff8;
	border-right: 1px solid #e5eff8;
	font-weight: 700;
}
.priceTable th:last-child {
	border-right: none;
}
.priceTable th:nth-child(2) {
	width: 290px;
}
.priceTable td {
	text-align: center;
	width: 150px;
	border-left: 1px solid #e5eff8;
}
.priceTable tr {
	height: 80px;
	border-bottom: 1px solid #e5eff8;
	background: #FFFFFF;
}
.priceTable tr:nth-child(2n+1) {
	background: #f7fbff;
}
.priceTable tr:first-child {
	border-left:  1px solid #e5eff8;
	border-top:  1px solid #e5eff8;
}
.priceTable tr:hover {
	color: #2292d2;
	transition: .3s;
}
.priceOption {
	width: 930px;
	font-size: 95%;
	font-weight: 500;
	border-right: 1px solid #e5eff8;
	border-bottom: 1px solid #e5eff8;
	margin: 0 auto;
	box-sizing: border-box;
}
.priceOption tr:hover {
	color: #2292d2;
	transition: .3s;
}
.priceOption tr {
	border-top: 1px solid #e5eff8;
	box-sizing: border-box;
}
.priceOption th {
	width: 150px;
	border-left: 1px solid #e5eff8;
	box-sizing: border-box;
	text-align: left;
	padding: 0 0 0 10px;
}
.priceOption td {
	width: 890px;
	height: 60px;
	border-left: 1px solid #e5eff8;
	box-sizing: border-box;
	padding: 0 0 0 10px;
}
.note {
	width: 930px;
	margin: 20px auto 40px;
	display: block;
	font-weight: 500;
	font-size: 95%;
}
.fa-truck {
	margin-right: 0.5rem;
	transform: scale(-1,1);
	filter:	 fliph();
}
}
@media screen and (max-width: 768px) {
	#price .paperBack {
		padding: 0 0 2rem;
	}
	.priceCaption {
		font-size: 90%;
		margin: 1rem auto 0;
	}
	.priceTable {
		width: calc(100% - 3rem);
		height: auto;
		font-size: 90%;
		font-weight: 500;
		border-right: none;
		border-bottom: none;
		margin: 0 auto;
		color: #333;
	}
	.priceTable th {
		height: 40px;
		box-sizing: border-box;
		padding: 0 10px;
		background: #FFC045;
		color: #fff;
		border-bottom: 1px solid #ffd074;
		border-right: 1px solid #fff9ec;
		font-weight: 700;
		display: none;
	}
	.priceTable th:last-child {
		border-right: none;
	}
	.priceTable th:nth-child(2) {
		width: 290px;
	}
	.priceTable tr {
		height: auto;
		border-bottom: none;
		background: #fff;
		width: 100%;
		display: block;
		margin: 0 auto -1rem;
		padding: 2rem;
		box-sizing: border-box;
	}
	.priceTable td {
		text-align: center;
		width: auto;
		border-left: none;
		color: #333;
	}
	.priceTable tr:nth-child(2n+1) {
		background: #fff;
	}
	.priceTable tr:first-child {
		background: #FFC045;
		color: #fff;
		border-left:  1px solid #ffd074;
		display: none;
	}
	.priceTable tr:hover {
		color: #000;
		transition: .3s;
	}
	/**/
	.priceTable tr td:nth-child(1), .priceTable tr td:nth-child(2) {
		border: none;
		display: block;
	}
	.priceTable tr td:nth-child(1) {
		padding: 0 0 0.5rem;
	}
	.priceTable tr td:nth-child(2) {
		padding: 0 0 0.5rem;
	}
	.priceTable tr td:nth-child(2)::before {
		content: '【';
		margin: 0 0.5rem 0 0;
	}
	.priceTable tr td:nth-child(2)::after {
		content: '】';
		margin: 0 0 0 0.5rem;
	}
	.priceTable tr td:nth-child(3) {
		margin: 1rem auto 0;
	}
	.priceTable tr td:nth-child(n + 3) {
		display: block;
		padding: 0 0 0.75rem;
		box-sizing: border-box;
		text-align: right;
	}
	.priceTable tr td:nth-child(n + 3)::before {
		text-align: left;
		width: 70%;
		display: inline-block;
		box-sizing: border-box;
		border-right: 1px solid rgba(0,0,0,.5);
	}
	.priceTable tr td:nth-child(3)::before {
		content: 'ルートバン（1.25t/2.00t）';
	}
	.priceTable tr td:nth-child(4)::before {
		content: 'アルミショート（2.95t）';
	}
	.priceTable tr td:nth-child(5)::before {
		content: 'アルミロングW（3.15t）';
	}
	/**/
	.priceOption {
		width: calc(100% - 2rem);
		font-size: 80%;
		font-weight: 500;
		border-right: 1px solid rgba(0,0,0,.5);
		border-bottom: 1px solid rgba(0,0,0,.5);
		margin: 2rem auto 1rem;
		color: #555;
		box-sizing: border-box;
	}
	.priceOption tr:hover {
		color: #000;
		transition: .3s;
	}
	.priceOption tr {
		border-top: 1px solid #555;
		box-sizing: border-box;
	}
	.priceOption th {
		width: 35%;
		border-left: 1px solid #555;
		box-sizing: border-box;
		text-align: left;
		padding: 1rem;
	}
	.priceOption td {
		width: 65%;
		height: 60px;
		border-left: 1px solid #555;
		box-sizing: border-box;
		padding: 1rem;
	}
	.note {
		width: calc(100% - 2rem);
		height: auto;
		display: block;
		font-weight: 500;
		color: #333;
		margin: 0 auto;
		font-size: 90%;
	}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Safety
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 20000px) {
#management h1 {
	letter-spacing: 0;
}
#management .paperBack {
	padding: 0 110px 80px;
	box-sizing: border-box;
}
#management h2 {
	font-size: 110%;
	padding: 0 0 15px 0;
}
#management h2::before {
	content: '○';
	padding: 0 0.5rem 0 0;
}
#management p, #management ul {
	font-size: 100%;
	padding: 0 0 30px 0;
}
#management li {
	padding: 0 0 10px 0;
}
#management li:last-child {
	padding: 0;
}
#management table {
	width: 100%;
	border: 1px solid rgba(0,0,0,.15);
	margin: -15px 0 30px 0;
	padding: 0;
	font-size: 100%;
	font-weight: 300;
}
#management table tr {
	border-top:  1px solid rgba(0,0,0,.15);
}
#management table th {
	background: #020021;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	padding: 1.5rem 0;
}
#management table th:last-child, #management table td:last-child {
	border-right: none;
}
#management table td {
	padding: 1rem 2rem;
	border-right:  1px solid rgba(0,0,0,.15);
}
#management table tr td:nth-child(2) {
	text-align: center;
}
}
@media screen and (max-width: 768px) {
	#management h1 {
		letter-spacing: 0;
		font-size: 120%;
		text-align: center;
		line-height: 1.5;
		padding: 2rem 0 1.5rem;
		border-bottom: 1px solid #020021;
		box-sizing: border-box;
		width: calc(100% - 1rem);
		margin: 0 auto 2rem;
	}
	#management .paperBack {
		padding: 0 1rem 2rem;
	}
	#management h2 {
		font-size: 110%;
		padding: 0 0 0.5rem 0;
	}
	#management h2::before {
		content: '○';
		padding: 0 0.25rem 0 0;
	}
	#management p, #management ul {
		font-size: 100%;
		padding: 0 0 1.5rem 0;
	}
	#management li {
		padding: 0 0 1rem 0;
	}
	#management li:last-child {
		padding: 0;
	}
	#management table {
		width: 100%;
		border: none;
		margin: 0 0 2rem 0;
		padding: 0;
		font-size: 90%;
		font-weight: 300;
		table-layout: auto;
		box-sizing: border-box;
		border-left: 1px solid rgba(0,0,0,.15);
		border-bottom: 1px solid rgba(0,0,0,.15);
	}
	#management table tr {
		width: 100%;
		border-top: none;
		line-height: 1;
		box-sizing: border-box;
	}
	#management table th {
		background: #020021;
		border-right: 1px solid #FFFFFF;
		color: #FFFFFF;
		text-align: center;
		margin: 0;
		padding: 1rem 0.5rem;
		box-sizing: border-box;
	}
	#management table th:last-child, #management table td:last-child {
		border-right: 1px solid rgba(0,0,0,.15);
	}
	#management table td {
		width: 25%;
		padding: 1rem 0.5rem;
		border-right: 1px solid rgba(0,0,0,.15);
		border-top: 1px solid rgba(0,0,0,.15);
		text-align: center;
		margin: 0;
		line-height: 1.5;
		box-sizing: border-box;
	}
	#management table tr td:nth-child(2) {
		text-align: center;
	}
	#management table tr td:nth-child(2), #management table tr th:nth-child(2) {
		width: 15%;
	}
	#jiko td {
		height: 6rem;
	}
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Contact
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 20000px) {
#contact #container {
	background: #F4F4F4;
}
#contactUs .captionP {
	width: 600px;
	margin: -10px auto 40px;
	font-size: 90%;
	font-weight: 500;
	text-align: justify;
	line-height: 1.75;
	padding: 0;
}
.form {
	width: 600px;
	margin: 0 auto;
}
.form dl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-wrap: no-wrap;
	margin-bottom: 30px;
}
.form dt {
	display: flex;
	align-items: center;
}
.form dt::before {
	content: "";
	width: 40px;
	height: 20px;
	margin: 0 10px 0 0;
	background: none;
	color: #fff;
	text-align: center;
	font-size: 70%;
	display: inline-block;
	border-radius: 2px;
	padding: 2px 10px 0;
	line-height: 18px;
}
dt.required::before {
	content: "必須";
	background: #2292d2;
}
dt.multiple {
	align-items: flex-start;
	margin: 12px 0 0 0;
}
.form dd {
	width: 400px;
}
.form dd ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
input:focus, textarea:focus {
	outline: none;
}
input[type="text"] {
	width: 100%;
	height: 40px;
	font-weight: 500;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,.1);
	text-indent: 1rem;
	line-height: 40px;
	font-size: 100%;
	box-sizing: border-box;
}
textarea {
	width: 100%;
	height: 240px;
	font-weight: 500;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,.1);
	text-indent: 1rem;
	padding: 1rem 0;
	font-size: 100%;
	box-sizing: border-box;
}
input::placeholder {
    color: rgba(0,0,0,.5);
	font-weight: normal;
	line-height: 40px;
}
#privacy {
	width: 600px;
	height: auto;
	display: block;
	margin: 30px auto 40px;
	line-height: 2;
	font-size: 100%;
	text-align: justify;
}
#madoguchi ul {
	margin: 20px 0;
}
.toriatsukai {
	font-weight: bolder;
}
#buttonArea {
	width: 400px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.formButton  {
	width: 180px;
	height: 40px;
	border: none;
	color: #fff;
	border-radius: 2px;
	font-size: 95%;
	margin-bottom: 60px;
}
.submitBtton {
	background-color: #2292d2;
}
.resetButton {
	background-color: rgba(0,0,0,0.5);
}
.submitBtton:hover {
	background-color: #0FA1D1;
    transition: background-color 0.3s ease-in; 
}
.resetButton:hover {
	background-color: rgba(0,0,0,0.7);
    transition: background-color 0.3s ease-in; 
}

/* tmpl */

.confirm .captionP {
	width: 400px;
}
.confirm .captionP b {
	color: #F50015;
}
.confirm ul {
	width: 400px;
	margin: 0 auto;
}
.confirm ul dl {
	display: flex;
	margin-bottom: 30px;
}
.confirm ul dl dt {
	width: 150px;
}
.confirm .msg {
	color: #F50015;
	font-weight: 700;
}
.confirm form input {
	margin: 50px auto 0;
	padding: 0;
	display: block;
}
#errorButton {
	width: 200px;
	height: 40px;
	margin: 50px auto 0;
	border: none;
	color: #fff;
	border-radius: 2px;
	font-size: 100%;
	float: none;
}
#thanks section {
	min-height: 800px;
}
}
@media screen and (max-width: 768px) {
	#contactUs .paperBack {
		padding: 0 2rem 0;
	}
	#contactUs .content h2 {
		width: 100%;
		height: auto;
		line-height: 0;
		margin: 2rem auto 3rem;
	}
	#contactUs .captionP {
		width: 100%;
		margin: 1.5rem auto 3rem;
	}
	.form {
		width: 100%;
	}
	.form dl {
		width: 100%;
		display: flex;
		justify-content: space-between;
		position: relative;
		flex-wrap: no-wrap;
		flex-direction: column;
		margin-bottom: 2rem;
	}
	.form dt {
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 1rem;
	}
	.form dt::before {
		content: "";
		width: 40px;
		height: 20px;
		margin: 0 10px 0 0;
		background: none;
		color: #fff;
		text-align: center;
		font-size: 70%;
		display: inline-block;
		border-radius: 2px;
		padding: 2px 10px 0;
		line-height: 18px;
	}
	dt.required::before {
		content: "必須";
		background: #2292d2;
	}
	dt.multiple {
		align-items: center;
		margin: 0 0 1rem 0;
	}
	.form dd {
		width: 100%;
		margin-bottom: 1rem;
	}
	.form dd ul {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	input:focus, textarea:focus {
		outline: none;
	}
	input[type="text"] {
		width: 100%;
		height: 40px;
		font-weight: 500;
		border-radius: 2px;
		border: 1px solid rgba(0,0,0,.1);
		text-indent: 1rem;
		line-height: 40px;
		font-size: 100%;
		box-sizing: border-box;
	}
	textarea {
		width: 100%;
		height: 240px;
		font-weight: 500;
		border-radius: 2px;
		border: 1px solid rgba(0,0,0,.1);
		text-indent: 1rem;
		padding: 1rem 0;
		font-size: 100%;
		box-sizing: border-box;
	}
	input::placeholder {
		color: rgba(0,0,0,.5);
		font-weight: normal;
		line-height: 40px;
	}
	#privacy {
		width: 100%;
		margin: -1rem auto 0;
		font-size: 90%;
	}
	#madoguchi ul {
		margin: 0.5rem 0;
	}
	.toriatsukai {
		margin: 1rem auto;
		font-weight: bolder;
	}
	#buttonArea {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.formButton  {
		width: 80%;
		height: 40px;
		border: none;
		color: #fff;
		border-radius: 2px;
		font-size: 95%;
		margin-bottom: 4rem;
		margin-top: 2rem;
	}
	.submitBtton {
		background-color: #2292d2;
		margin-bottom: 2rem;
	}
	.resetButton {
		background-color: rgba(0,0,0,0.5);
	}
	.submitBtton:hover {
		background-color: #0FA1D1;
		transition: background-color 0.3s ease-in; 
	}
	.resetButton:hover {
		background-color: rgba(0,0,0,0.7);
		transition: background-color 0.3s ease-in; 
	}
	
	/* tmpl */
	
	.confirm .captionP {
		width: 80%;
	}
	.confirm .captionP b {
		color: #F50015;
	}
	.confirm ul {
		width: 80%;
		margin: 0 auto;
	}
	.confirm ul dl {
		display: flex;
		flex-direction: column;
		margin-bottom: 3rem;
	}
	.confirm ul dl dt {
		width: 100%;
	}
	.confirm .msg {
		color: #F50015;
		font-weight: 700;
	}
	.confirm form input {
		margin: 3rem auto 0;
		padding: 0;
		display: block;
	}
	#errorButton {
		width: 80%;
		height: 40px;
		margin: 2rem auto 0;
		border: none;
		color: #fff;
		border-radius: 2px;
		font-size: 100%;
		float: none;
	}
	#thanks section {
		min-height: 100vh;
	}
}

/*------------ Select ------------*/

@media screen and (max-width: 20000px) {
select {
   	cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 205px;
	height: 40px;
    border: none;
    border-radius: 3px;
    background: transparent;
	box-sizing: border-box;
	padding: 0 0 0 15px;
	font-size: 100%;
}
select::-ms-expand {
    display: none;
}
.selectWrap {
	position: relative;
    display: block;
    width: 205px;
	height: 40px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    background: #fff;
	box-sizing: border-box;
	margin: 30px 0 0 0;
}
.selectWrap::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border: 5px solid transparent;
    border-top: 7px solid #333;
}
}
@media screen and (max-width: 768px) {
	select {
		width: 100%;
		height: 5rem;
		padding: 0 0 0 1rem;
		font-size: 100%;
	}
	select::-ms-expand {
		display: none;
	}
	.selectWrap {
		width: 100%;
		height: 5rem;
		margin: 0;
	}
	.selectWrap::before {
		right: 1rem;
	}
}