@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/* ---------------------------------
	reset
---------------------------------- */

body{
    -webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5{
	padding: 0!important;
	margin: 0!important;
}
p{
	margin: 0;
}
ol,ul{
	list-style:none;	
}
ol,ul,dl,dt,dd{
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
a{
	color:#06c755;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
img{
	vertical-align:middle;
}

/* ---------------------------------
	共通
---------------------------------- */

/* 全体 */
*{
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
}
body {
    margin: 0;
	word-break: break-all;
    	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	color: #171717;
	line-height:1.6;
}
.container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
p{
	line-height: 1.6;
}
.center{
	text-align: center;
}
a[href^="tel:"]{
	pointer-events: none;
}

/* フォーム */
.center.inner + form{
	margin-top: 50px;
}
.formTable input[type="text"] {
	font-size: 16px !important;
	width: 100%;
	border: 1px solid #e4e7e6;
	outline: none !important;
	box-shadow: none;
	height: 55px;
	padding: 2px 16px;
	border-color: #e4e7e6;
	border-radius: 5px;
  }
  .formTable textarea{
	font-size: 16px !important;
	width: 100%;
	border: 1px solid #e4e7e6;
	outline: none !important;
	box-shadow: none;
	height: 200px;
	padding: 2px 16px;
	border-color: #e4e7e6;
	border-radius: 5px;
	resize: vertical;
  }
  .formTable input:focus,
  .formTable textarea:focus {
	border-color: #06c755;
  }
  .formTable ::-webkit-input-placeholder {
	color: #CCC;
  }
  .formTable ::-moz-placeholder {
	color: #CCC;
  }
  .formTable :-ms-input-placeholder {
	color: #CCC;
  }
  .formTable ::-ms-input-placeholder {
	color: #CCC;
  }
  .formTable ::placeholder {
	color: #CCC;
  }
  .formTable ::-ms-input-placeholder {
	color: #CCC;
  }
  .formTable :-ms-input-placeholder {
	color: #CCC;
  }

.formTable__select{
	position: relative;
	display: flex;
	align-items: center;
}
.formTable__select select {
  text-transform: none;
  display: block;
  font-size: 16px;
  line-height: 1.3;
  height: 55px;
  padding: 6px 16px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  border: 1px solid #e4e7e6;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px !important;
  position: relative
}
.formTable__select select::-ms-expand {
  display: none
}
.formTable__select select:focus {
  border-color: #06c755;
  outline: none;
}
.formTable__select::before {
	border-bottom: 4.5px solid #06c755;;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	content: "";
	position: absolute;
	right: 55px;
	top: 20px;
	width: 0;
  }
  .formTable__select::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4.5px solid #06c755;;
	content: "";
	position: absolute;
	right: 55px;
	top: 31px;
	width: 0;
}
.formTable＿contact .formTable__select::after,
.formTable＿contact .formTable__select::before {
	right: 13px;
}
.formTable__select span{
	display: inline-block;
	margin-left: 10px;
	white-space: nowrap;
}

.submit-all {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	text-align: center;;
}
.submit-all div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
	margin-left: 20px;
    border: none;
    border-bottom: solid 5px #018c3a;
    border-radius: 5px;
    background-color: #06c755;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    position: relative;
    transition: .5s ease;
	cursor:pointer
}
.submit-all div [type="reset"], [type="submit"],[type="button"]{
	padding: .9em 2em;
	width: 100%;;
}
.submit-all div.btn-reset{
	background: #ccc;
	border-bottom: solid 5px #9e9e9e;
}
.submit-all div:first-child{
	margin-left: 0;
}
.submit-all div::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    display: inline-block;
    position: absolute;
    right: 10%;
    top: 50%;
}
.submit-all div.btn-reset::after {
	border: none;
}

.submit-all div.btn-back::after{

	border-width: 0 0 2px 2px;
	border-style: solid;
	border-color: #fff;
    content: '';
    display: inline-block;
    position: absolute;
    left: 6%;
    top: 50%;
}

.submit-all div:hover {
    transform: translateY(3px);
    border-bottom-width: 2px;
}
.form-name {
	display: flex;
}
.form-name input[type="text"]{
	width: 48%;
	margin-left: 4%;
}
.form-name input[type="text"]:first-child{
	margin-left: 0;
}
.formTable tr th span.hissu {
	display: inline-block;;
	background: #f62f63;
	padding: 0 8px 1px 8px;
	color: #fff;
	margin-top: 5px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4rem;
	font-weight: normal;;
  }
  .formTable tr th span{
	display: flex;
	flex-direction: column;
  }
 .formTable_2 tr:first-child th, .formTable_2 tr:first-child td{
	border-top: none;
 }
 .formTable_2 tr:last-child th, .formTable_2 tr:last-child td{
	border-bottom: none;
 }
 .submit-txt{
	margin-top: 50px;
	text-align: center;
	font-size: 1.4rem;
 }

 /* フォーム - 確認ページ */
.form-confirm h2{
	margin-bottom: 20px!important;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.form-txt{
	margin-bottom: 30px;
	text-align: center;
}
.error-txt{
	text-align: center;
}
.error-txt p:first-child{
	margin-bottom: 30px;
}
.error_messe{
	color: #f62f63;
	font-weight: bold;;
}


/* 下層ページ */
.page header{
	padding: 30px 0;
	margin-bottom: 60px;
	background: #06c755;
	color: #ffffff;
	text-align: center;
}
.page header h1{
	font-size: 3rem;
	font-weight: bold;
}

/* 下層ページ - 表 */
.page table {
	margin: 0 auto;
	width: 800px;
	border-collapse: collapse;
}

.page table th,.page table td {
	padding: 15px 25px;
	border-top: 1px solid #e4e7e6;
	border-bottom: 1px solid #e4e7e6;
}

.page table th {
	background: #f4f6f5;
	width: 200px;
	text-align: left;
	color: #05c253;
	white-space: nowrap;
	vertical-align:middle;
}
.page footer{
	margin-top: 100px;
}













/* スマホ向けレイアウト */

@media screen and (max-width: 750px) {
	
	/* ---------------------------------
		共通
	---------------------------------- */
	
	
	/* 全体 */
	
    .container{
        max-width: 750px;
		margin-left: auto;
    	margin-right: auto;
    }
	.inner{
		padding: 0 15px;
	}
    img {
        max-width: 100%;
        height: auto;
    }
	a[href^="tel:"]{
        pointer-events: auto;
    }

	/* フォーム */
	form input[type="text"], form textarea {
		width:80%;
		padding:5px;
		font-size:110%;
		display:block;
	}
	form input[type="submit"], form input[type="reset"], form input[type="button"] {
		display:block;
		width:100%;
	}
	.submit-all div{
		width: 48%;
		margin-left: 4%;
	}
	
	.submit-all{
		padding: 0 15px;
	}
	.formTable tr th span.hissu{
		margin: 0 0 0 8px;
	}
	.formTable tr th span{
		display: inline-block;
	}
	.submit-all div [type="reset"], [type="submit"],[type="button"]{
		padding: .9em 5px;
		width: 100%;;
	}

	
	/* 下層ページ */

	.page header h1{
		font-size: 2.4rem;
	}
	.page table {
		width: 100%;
	}
	.page table th,.page table td {
		width: auto;
		display: block;
		border-top: none;
	}
	.page table tr:first-child {
		border-top: 1px solid #e4e7e6;
	}
	.page footer{
		margin-top: 80px;
	}

	/* 下層ページ - 表 */
	.page table th,.page table td {
		padding: 15px;
	}
}




