@charset "utf-8";

/*----------common----------*/
html, body{
	font-family: Helvetica, Arial, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: #393939;
	animation: fadeIn 1.5s ease 0s 1 normal;
	width: 100%;
}
-webkit-@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.allWrap{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.mainContainer{
	padding-bottom: 100px;
}
header {
	background-color: #fff;
}
header .header_upper{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 20px 0;
}
header .header_upper h1{
	margin-left: 30px;
}
header .header_upper #contactSet{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-right: 50px;
}
header .header_upper #toiawase{
	margin-right: 30px;
	text-align: center;
}
header .header_upper #toiawase dt{
	padding: 5px 50px;
	border: 1px solid #0052a0;
	background-color: #0052a0;
	color: #fff;
	border-top-left-radius : 10px;
	border-top-right-radius : 10px;
}
header .header_upper #toiawase dd{
	border: 1px solid #0052a0;
	border-bottom-left-radius : 10px;
	border-bottom-right-radius : 10px;
	color: #0052a0;
	background-color: #eeeeee;
	padding: 5px 0;
}
header .header_upper #annai dt{
	padding: 5px 40px;
	border: 1px solid #0052a0;
	background-color: #0052a0;
	color: #fff;
	border-top-left-radius : 10px;
	border-top-right-radius : 10px;
}
header .header_upper #annai dd{
	border: 1px solid #0052a0;
	color: #0052a0;
	background-color: #eeeeee;
	padding: 5px 0 5px 16px;
	line-height: 1.4;
}
header .header_upper #annai dd{
	border-bottom: 1px dotted #0052a0;
}
header .header_upper #annai dd:last-child{
	border-bottom: 1px solid #0052a0;
	border-bottom-left-radius : 10px;
	border-bottom-right-radius : 10px;
}
header #nav_toggle{
	display: none;
}
header nav ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	padding: 20px 0;
	background-color: #0052a0;
	color: #fff;
}
header nav ul li a{
	padding: 5px 30px;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	font-size: 16px;
	display: block;
	position: relative;
}
header nav ul li a:hover{
	border-right: 2px solid #FE2EC8;
	border-left: 2px solid #FE2EC8;
	transition: all 0.3s ease;
}
header nav ul li a:hover{
	color: #FE2EC8;
}
header nav ul li a::before{
	content: '';
	width: 0;
	border-bottom: 2px solid #FE2EC8;
	position: absolute;
	top:0;
	left:0;
	transition: all 0.3s ease;
}
header nav ul li a:hover::before {
	width: 100%;
}
header nav ul li a::after{
	content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 2px solid #FE2EC8;
	position: absolute;
	bottom:0;
	right:0;
}
header nav ul li a:hover::after {
	width: 100%;
}
footer{
	background-color: #0052a0;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 40px 0;
}
footer .footer_upper{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin-bottom: 20px;
}
footer .footer_nav{
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	padding-bottom: 40px
}
footer address{
	text-align: left;
	margin-left: 20px;
}
footer .footer_nav li a{
	font-size: 16px;
	padding: 0 30px;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	transition: all 0.3s ease;
}
footer .footer_nav li a:hover{
	opacity: 0.7;
}
footer small{
	font-size: 12px;
}
.mainContainer article{
	width: 980px;
	margin: 0 auto;
}
.mainContainer article .page-heading{
	font-size: 40px;
	text-align: center;
	margin: 50px 0 50px 0;
	font-weight: bold;
	position: relative;
	color: #0052a0;
}
/*
.mainContainer article .page-heading:before{
	content: "";
	position: absolute;
	background: #53a4f1;
	opacity: 0.7;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: -1;
}
*/
.mainContainer article .small-heading {
	display: inline-block;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 50px;
	font-weight: bold;
	background: linear-gradient(transparent 75%, #53a4f1 75%);
}
.pcnone{display:none!important;}
.spnone{display:block!important;}
a{text-decoration: none;color: #fff;}
/*----------common----------*/


/*-----home-----*/
#home .mainContainer{
	padding-bottom: 100px;
}
#home .mainContainer #mainvisual{
	width: 100%;
	max-width: 1200px;
	height: 600px;
	margin: 0 auto;
	background-image: url("../img/index.jpg");
	background-repeat: no-repeat;
	background-size: cover;
  background-attachment: scroll;	
}
#home .mainContainer #mainvisual img{
	width: 100%;
}
#home .mainContainer h1{
	font-size: 30px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #fff;
	background-color: #0052a0;
	line-height: 1.4;
}
/*-----home-----*/

/*-----service-----*/
#service .mainContainer #mainvisual{
	width: 100%;
	max-width: 1200px;
	height: 400px;
	margin: 0 auto;
	background-image: url("../img/service.jpg");
	background-repeat: no-repeat;
	background-size: cover;
  background-attachment: scroll;	
}
#service .mainContainer .flex{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#service .mainContainer .flex section{
	width: 260px;
	background-color: #f1f7fc;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;
}
#service .mainContainer .flex h4{
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
}
#service .mainContainer .flex .triangle{
	width: 0;
	height: 0;
	border-left: 30px solid #0052a0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	align-self:center;
}
/*-----service-----*/

/*-----greeting-----*/
#greeting .mainContainer #mainvisual{
	width: 100%;
	max-width: 1200px;
	height: 400px;
	margin: 0 auto;
	background-image: url("../img/greeting.jpg");
	background-repeat: no-repeat;
	background-size: cover;
  background-attachment: scroll;	
}
#greeting .mainContainer .greetingWrap{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 100px;
}
#greeting .mainContainer .greetingWrap>div{
	width: 300px;
}
#greeting .mainContainer .greetingWrap>div img{
	width: 300px;
	height: auto;
}
#greeting .mainContainer .greetingWrap .greetingContents{
	box-sizing: border-box;
	margin-left: 30px;
}
#greeting .mainContainer .greetingWrap .greetingContents .summery{
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 1.4;
	position: relative;
	padding:0.25em 0;
	display: inline-block;
	font-weight: bold;
}
/*
#greeting .mainContainer .greetingWrap .greetingContents .summery:before, #greeting .mainContainer .greetingWrap .greetingContents .summery:after{
	content:'';
	width: 20px;
	height: 30px;
	position: absolute;
	display: inline-block;
}
*/
#greeting .mainContainer .greetingWrap .greetingContents .summery:before{
	border-left: solid 4px #393939;
  border-top: solid 4px #393939;
  top:0;
  left: 0;
}
#greeting .mainContainer .greetingWrap .greetingContents .summery:after{
	border-right: solid 4px #393939;
  border-bottom: solid 4px #393939;
  bottom:0;
  right: 0;
}
#greeting .mainContainer .greetingWrap .greetingContents .name{
	text-align: right;
	margin-top: 20px;	
}
#greeting .mainContainer .greetingWrap .greetingContents .name span{
	font-size: 20px;
	font-weight: bold;
}
#greeting .mainContainer table{
	text-align: left;
	line-height: 1.8;
}
#greeting .mainContainer table th{
	font-weight: bold;
	padding: 5px;
}
#greeting .mainContainer table td{
	border-bottom: 1px solid #393939;
	padding: 5px;
}
#greeting .mainContainer ul{	
	line-height: 2.0;
}
#greeting .mainContainer ul li{
	padding: 5px;
	border-bottom: 1px solid #393939;
}
#greeting .mainContainer .content-left{
	width: 450px;
}
#greeting .mainContainer .content-right{
	width: 450px;
}
#greeting .mainContainer .flex{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;						
}
/*-----greeting-----*/

/*-----company-----*/
#company .mainContainer #mainvisual{
	width: 100%;
	max-width: 1200px;
	height: 400px;
	margin: 0 auto;
	background-image: url("../img/company.jpg");
	background-repeat: no-repeat;
	background-size: cover;
  background-attachment: scroll;	
}
#company .mainContainer table{
	width: 100%;
	margin: 0 auto;
}
#company .mainContainer table th{
	width: 200px;
	border: 2px solid #fff;
	padding: 5px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	background-color: #e3f0fc;
}
#company .mainContainer table th:first-child{
	border-top: 2px solid #e3f0fc;
}
#company .mainContainer table tr:last-of-type th{
	border-bottom: 2px solid #e3f0fc;
}
#company .mainContainer table td{
	border: 2px solid #e3f0fc;
	padding: 5px;
	text-align: center;
}
/*-----company-----*/

/*-----recruit-----*/
#recruit .mainContainer #mainvisual{
	width: 100%;
	max-width: 1200px;
	height: 400px;
	margin: 0 auto;
	background-image: url("../img/recruit.jpg");
	background-repeat: no-repeat;
	background-size: cover;
  background-attachment: scroll;	
}
#recruit .mainContainer table{
	width: 100%;
	margin: 0 auto;
}
#recruit .mainContainer table th{
	width: 200px;
	border: 2px solid #fff;
	padding: 5px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	background-color: #e3f0fc;
}
#recruit .mainContainer table th:first-child{
	border-top: 2px solid #e3f0fc;
}
#recruit .mainContainer table tr:last-of-type th{
	border-bottom: 2px solid #e3f0fc;
}
#recruit .mainContainer table td{
	border: 2px solid #e3f0fc;
	padding: 5px;
	text-align: center;
}
#recruit .mainContainer p{
	margin-top: 10px;
}
/*-----recruit-----*/
/*-----contact-----*/
#contact .mainContainer #mainvisual{
	width: 100%;
	max-width: 1200px;
	height: 400px;
	margin: 0 auto;
	background-image: url("../img/contact.jpg");
	background-repeat: no-repeat;
	background-size: cover;
  background-attachment: scroll;	
}
#contact .mainContainer .abs{
	color: #FE2EC8;
}

#contact .mainContainer .form{
	text-align: center;
	margin-top: 100px;
}

 #contact .mainContainer .form dl dt{
  float:left;
  width: 350px;
	font-weight: bold;
	text-align: left;
	}
#contact .mainContainer .form dl dd {
	float: left;
	width: 600px;
	margin-bottom: 20px;
}
#contact .mainContainer .form dl .btn {
	margin-left: 350px;
	clear: both;
}
.pp h2{
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding: 5px;
	margin-top: 70px;
	margin-bottom: 20px;
	text-align: center;
}
.pp p{font-size: 95%}
.pp dl{font-size: 95%;}
.pp p{margin-bottom: 30px;}
.pp dt{font-weight: bold;margin-bottom: 15px;}
.pp dd{margin-bottom: 20px;}
/*****contact*****/

/*****confirmation*****/
#confirmation .mainContainer article p:first-of-type{
		font-size: 25px;
		font-weight: bold;
		margin-top: 40px;
	}
#confirmation .mainContainer .form table{
	table-layout: fixed;
}

#confirmation .mainContainer .form th{
	text-align: left;
	display: block;
	width: 250px;
	line-height: 2.0;
	font-weight: bold;
}
#confirmation .mainContainer .form td{
	text-align: left;
	display: block;
	width: 600px;
	line-height: 2.0;
}
/*****confirmation*****/


/*smartphone*//*smartphone*//*smartphone*/
@media screen and (max-width: 768px) { 
	.allWrap{
		max-width: 100%;
		margin: 0 auto;
		font-size: 3.6vw;
	}
	.mainContainer article{
		max-width: 100%;
		padding: 0 0%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	p{font-size: 3.5vw;}
/*****header*****/	
	header{
		position: relative;
	}
	header .header_upper{
	padding: 10px 0;
	}
	header .header_upper h1{
		width: 250px;
		margin-left: 0;
	}
	header .header_upper h1 img{
		width: 100%;
	}
	header .header_upper #contactSet{
		display: none;
	}	
	nav{
		display:none;
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		min-height: 100vh;
		background:rgba(255,255,255,0.9);	
		z-index: 100;
		overflow: hidden;
	}
	header nav ul{
		display: block;
		width: 90%;
		margin: 70px auto 20px;
		background: none;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
		color: #0052a0;
		border-bottom: 1px solid #0052a0;
		font-weight: bold;
		font-size: 4.5vw;
		padding-right: 0;
		padding-right: 0;
	}
	header nav .sp_contactSet{
		display: block;
		text-align: center;
	}
	header nav .sp_contactSet #toiawase{
		width: 80%;
		margin: 0 auto;
	}
	header .sp_contactSet #toiawase dt{
		padding: 5px 50px;
		border: 1px solid #0052a0;
		background-color: #0052a0;
		color: #fff;
		border-top-left-radius : 10px;
		border-top-right-radius : 10px;
		font-size: 4.0vw;
	}
	header .sp_contactSet #toiawase dd{
		border: 1px solid #0052a0;
		border-bottom-left-radius : 10px;
		border-bottom-right-radius : 10px;
		color: #0052a0;
		background-color: #eeeeee;
		padding: 5px 0;
		font-size: 4.0vw;
	}
	header .sp_contactSet #annai{
		width: 80%;
		margin: 30px auto 0;
	}
	header .sp_contactSet #annai dt{
		padding: 5px 40px;
		border: 1px solid #0052a0;
		background-color: #0052a0;
		color: #fff;
		border-top-left-radius : 10px;
		border-top-right-radius : 10px;
		font-size: 4.0vw;
	}
	header .sp_contactSet #annai dd{
		border: 1px solid #0052a0;
		color: #0052a0;
		background-color: #eeeeee;
		padding: 5px 0 5px 16px;
		line-height: 1.4;
		font-size: 4.0vw;
	}
	header .sp_contactSet #annai dd{
		border-bottom: 1px dotted #0052a0;
	}
	header .sp_contactSet #annai dd:last-child{
		border-bottom: 1px solid #0052a0;
		border-bottom-left-radius : 10px;
		border-bottom-right-radius : 10px;
	}
	/*開閉ボタン*/
	header #nav_toggle{
		display: block;
		float: right;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 36px;
		right: 8px;
		z-index: 101;
	}
	header #nav_toggle div {
		position: relative;
	}
	header #nav_toggle span{
		display: block;
		height: 2px;
		background: #0052a0;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	header #nav_toggle span:nth-child(1){
		top:0px;
	}
	header #nav_toggle span:nth-child(2){
		top:10px;
	}
	header #nav_toggle span:nth-child(3){
		top:20px;
	}
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
		top: 12px;
		 -webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav_toggle span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	footer{
		padding: 10px 0;
	}
	footer .footer_upper{
		padding: 10px 10px ;
		margin-bottom: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
	}
	footer .footer_upper img{
		width: 150px;
		height: auto;
	}
	footer .footer_nav{
		display: block;
		padding-bottom: 10px;
	}
	footer .footer_nav li a{
		border: none;
		border-bottom: 1px dotted #fff;
		display: block;
		margin-bottom: 5px;
		font-size: 3.5vw;
	}
	footer .footer_nav li:first-of-type{
		border-top: 1px dotted #fff;
		padding-top: 5px;
	}
	footer small{
		font-size: 2.5vw;
	}
	.mainContainer article .page-heading{
		font-size: 7.5vw;
	}
	.mainContainer article .page-heading:before{
		width: 70px;
		height: 70px;
	}
	.mainContainer article .small-heading {
		font-size: 4.8vw;
		margin-bottom: 20px;
		margin-top: 20px;
	}	
	.pcnone{display:block!important;}
	.spnone{display:none!important;}
/*-----common-----*/
	
/*****home*****/
	#home .mainContainer #mainvisual{
		width: 100%;
		max-width: 100%;
		height: 400px;
		margin: 0 auto;
		background-image: url("../img/index_sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: scroll;	
	}
	#home .mainContainer h1{
		font-size: 4.5vw;
	}
/*****home*****/
	
/*****service*****/	
	#service .mainContainer #mainvisual{
		max-width: 100%;
		height: 200px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#service .mainContainer .flex{
		display: block;
	}
	#service .mainContainer .flex section{
		width: 100%;
		background-color: #f1f7fc;
		box-sizing: border-box;
		border-radius: 10px;
		margin: 0 auto;
	}
	#service .mainContainer .flex h4{
		font-size: 4.5vw;
		margin-bottom: 5px;
		font-weight: bold;
	}
	#service .mainContainer .flex .triangle{
		width: 0;
		height: 0;
		margin: 20px auto 0;
		border-top: 20px solid #0052a0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-bottom: 20px solid transparent;
	}	
/*****service*****/	
	
/*****greeting*****/
	#greeting .mainContainer #mainvisual{
		max-width: 100%;
		height: 200px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#greeting .mainContainer .greetingWrap{
		display: block;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	#greeting .mainContainer .greetingWrap div{
		width: 150px;
		margin: 0 auto;
	}
	#greeting .mainContainer .greetingWrap div img{
		width: 100%;
	}
	#greeting .mainContainer .greetingWrap .greetingContents{
		box-sizing: border-box;
		margin-left: 0px;
	}
	#greeting .mainContainer .greetingWrap .greetingContents .summery{
		font-size: 5.0vw;
		margin-bottom: 20px;
		line-height: 1.4;
		position: relative;
		padding:0.75em 0.75em;
		display: inline-block;
		font-weight: bold;
	}
	#greeting .mainContainer .greetingWrap .greetingContents .summery:before, #greeting .mainContainer .greetingWrap .greetingContents .summery:after{
		content:'';
		width: 20px;
		height: 30px;
		position: absolute;
		display: inline-block;
	}
	#greeting .mainContainer .greetingWrap .greetingContents .summery:before{
		border-left: solid 2px #393939;
		border-top: solid 2px #393939;
		top:0;
		left: 0;
	}
	#greeting .mainContainer .greetingWrap .greetingContents .summery:after{
		border-right: solid 2px #393939;
		border-bottom: solid 2px #393939;
		bottom:0;
		right: 0;
	}
	#greeting .mainContainer .greetingWrap .greetingContents .name{
		text-align: right;
		margin-top: 10px;		
	}
	#greeting .mainContainer .greetingWrap .greetingContents .name span{
		font-size: 4.5vw;
		font-weight: bold;
	}
	
	#greeting .mainContainer .flex{
		display: block;	
	}
	#greeting .mainContainer .content-left{
		max-width: 100%;
	}
	#greeting .mainContainer .content-right{
		max-width: 100%;
	}
	#greeting .mainContainer table th{
		padding-left: 0;
	}
	#greeting .mainContainer table td{
		padding-left: 0;
	}
	
/*****greeting*****/	
/*****company*****/
	#company .mainContainer #mainvisual{
		max-width: 100%;
		height: 200px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#company .mainContainer table{
		width: 100%;
		margin: 0 auto;
		margin-top: 40px;
	}
	#company .mainContainer table th{
		width: 100px;
		border: 2px solid #fff;
		padding: 5px;
		font-weight: bold;
		display: table-cell;
		vertical-align: middle;
		background-color: #e3f0fc;
	}
	#company .mainContainer table th:first-child{
		border-top: 2px solid #e3f0fc;
	}
	#company .mainContainer table tr:last-of-type th{
		border-bottom: 2px solid #e3f0fc;
	}
	#company .mainContainer table td{
		border: 2px solid #e3f0fc;
		padding: 5px;
		text-align: center;
	}
/*****company*****/	
/*****recruit*****/
	#recruit .mainContainer #mainvisual{
		max-width: 100%;
		height: 200px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#recruit .mainContainer table{
		width: 100%;
		margin: 0 auto;
		margin-top: 40px;
	}
	#recruit .mainContainer table th{
		width: 100px;
		border: 2px solid #fff;
		padding: 5px;
		font-weight: bold;
		display: table-cell;
		vertical-align: middle;
		background-color: #e3f0fc;
	}
	#recruit .mainContainer table th:first-child{
		border-top: 2px solid #e3f0fc;
	}
	#recruit .mainContainer table tr:last-of-type th{
		border-bottom: 2px solid #e3f0fc;
	}
	#recruit .mainContainer table td{
		border: 2px solid #e3f0fc;
		padding: 5px;
		text-align: center;
	}
/*****recruit*****/		

	
/*****contact*****/
	#contact .mainContainer #mainvisual{
		max-width: 100%;
		height: 200px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#contact .mainContainer .abs{
		color: #FE2EC8;
	}
	#contact .mainContainer .form{
		text-align: center;
		margin-top: 100px;
		width: 100%;
	}
	 #contact .mainContainer .form dl dt{
		display: block;
    margin-bottom: 10px;
	}
	#contact .mainContainer .form dl dd {
	 	display: block;
		text-align: left;
    width: 100%;
    margin-bottom: 20px;
	}
	#contact .mainContainer .form dl .btn {
		margin: 0px;
	}
	#contact .pp{
		width: 100%;
		margin: 0 auto;
	}
	.pp h2{
		font-size: 120%;
		font-weight: bold;
		border-bottom: 1px solid #000;
		padding: 5px;
		margin-bottom: 20px;
		text-align: center;
	}
	#contact .pp p{font-size: 100%;line-height: 1.6;}
	#contact .pp dl{font-size: 100%;line-height: 1.6;}
	#contact .pp dt{font-weight: bold;margin-bottom: 5px;}
	#contact .pp dd{padding-bottom: 5px;}
/*****contact*****/	

/*****confirmation*****/
	#confirmation .mainContainer article {
		width: 100%;
	}
	
	#confirmation .mainContainer article p:first-of-type{
		font-size: 5vw;
		font-weight: bold;
		margin-top: 40px;
	}
	#confirmation .mainContainer .form table{
		table-layout: fixed;
		font-size: 3.5vw;
	}

	#confirmation .mainContainer .form th{
		text-align: left;
		width: 250px;
		line-height: 2.0;
		font-weight: bold;
		display: block;
	}
	#confirmation .mainContainer .form td{
		display: block;
		text-align: left;
		line-height: 2.0;
		width: 100%;
	}
/*****confirmation*****/
	
	
}/*****終了タグ*****/	



