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

/* ==========================
mainvisual
============================= */
body{

}
main{
	padding: 50px 0 0;
	background-color:#d7e6f9;
}
.process{
	margin-bottom: 40px;
	text-align: center;
}
.text-bottom{
	margin-bottom: 40px;
	line-height: 1.7;
}
.text-bottom2{
	margin-bottom: 20px;
}
.process-sp{
	display: none;
}
nav.pc-nav ul{
	display: block;
}
nav.pc-nav li:nth-child(1) {
	width: auto;
	text-align: center;
	margin: 0 auto;
}
nav.pc-nav li a::after{
	display: none;
}
.red{
	color: #ff0000;
}
.container{
	width: 625px;
	margin: 0 auto;
}
.top-content{
	background:#d7e6f9 url(../img/mainvisual_bg01.png) no-repeat bottom center;
	background-size: cover;
}
.top{
	width: 0;
	height: 0;
	border-top: 10vw solid #fff;
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	display: block;
	margin-bottom: 80px;
}
.formBox {
    overflow: hidden;
    padding: 0 0 40px 0;
	font-size:13px;
}
    
.formBox .submitBox {
      width: 280px;
      margin: 20px auto 0 auto;
      overflow: hidden; 
}
	  
.formBox .submitBox input {
        width: 100px;
        margin: 0 auto;
        padding: 3px 20px;
}

.formBox .submitBox .submit {
        float: left;
}

.formBox .submitBox .reset {
        float: right;
}
    
.formBox table {
      margin-top: 20px;
	  margin:0 auto;
	  width: 100%;
	  border-top:1px solid #73a5e4;
	  border-left:1px solid #73a5e4;
}
      
.formBox table tbody {
        margin: 0 auto;
        border-left: 1px solid #73a5e4;
        border-top: 1px solid #73a5e4; 
}
        
.formBox table tbody tr th, .formBox table tbody tr td {
          padding:8px 10px; 
}
        
.formBox table tbody tr th {
          border-bottom: 1px solid #73a5e4;
          border-right: 1px solid #73a5e4;
          background: #c8dcf7; 
          width: 210px;
}
.formBox table tbody tr th.blue{
          background: #fff; 
}
.formBox table tbody tr td {
          border-bottom: 1px solid #73a5e4;
          border-right: 1px solid #73a5e4; 
}
.formBox table tbody tr td.white{
	background: #c8dcf7; 
	padding: 10px 10px 5px 10px;
}

.formBox table tbody tr td ul {
            overflow: hidden; 
}

.formBox table tbody tr td ul li {
              width: 100px;
              float: left; 
}

.errmsg{
	color:#F00;
	line-height:1.6em;
	width:680px;
	margin:0 auto;
}


.formBox .hissu{
	text-align:center;
	font-weight:bold;
	font-size:13px;
	padding:10px;
}
	
.thank p{
	text-align:center;
}
textarea{
	width: 600px;
	height: auto;
	min-height: 220px;
}
p.underline a{
	text-decoration: underline;
}

@media screen and ( max-width: 768px ){
	.process-pc{
		display: none;
	}
	.process-sp{
		display: block;
		text-align: center;
	}
	.process-sp img{
		width: 100%;
		height: auto;
		max-width: 374px;
	}
	table,.formBox table{
		width: 100%;
		border: 1px solid #73a5e4;
		border-left: none;
	}
	header .container,.container{
		width: 90%;
		padding: 0 5%;
		height: auto;
	}
	nav.pc-nav li {
	width: 100%;
}
	nav.pc-nav li:nth-child(1) {
	width: 90px;
	text-align: center;
	margin: 0 auto;
}
	.formBox table tbody tr th,.formBox table tbody tr td{
		display: block;
		width: 96%;
		padding: 2%;
		border-right: none;
	}
	.formBox table tbody tr td{
		border-bottom: none;
	}
	.formBox table tbody tr td.white{
		padding: 2%;
	}
	nav.pc-nav {
	padding: 10px 0;
	}
	h1 img{
		width: 100%;
		height: auto;
	}
	.formBox .submitBox {
	width: 100%;
	display: flex;
	justify-content: center;
	}
	textarea{
		width: 100%;
	}
.formBox table tbody tr th.blue {
	border-bottom: none;
	}
	.top-content {
	margin-top: 70px;
	}
.mainvisual {
	padding: 165px 0 35px 0;
	text-align: center;
	margin-top: -130px;
	}
}
@media print {
	body{
		width: 1000px;
		margin: 0 auto;
	}
	.mainvisual h2{
		width: 100%;
		text-align: center;
	}
	nav.pc-nav {
	overflow: hidden;
	padding: 20px 0 20px 0;
	background-color: #fff;
	margin-top: 3px;
	}
	.page-pankuzu {
	width: 100%;
	margin: auto;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	}
}