<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p{margin:0;padding:0;}
ul{list-style:none;}
img{border:0;}

body {
	font:15px "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 500;
	color: 000;
  -webkit-text-size-adjust: 100%;
}

input, textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	color: #000;
}

a[href^="tel:"]{
	text-decoration: none;
	color: #000;
	cursor: default;
}

#header{
	padding: 18px 0 30px;
	margin: 0 auto 45px;
	background: url(../images/bg.png) repeat-x 0 100%;
	background-size: 2px 12px;
}

#header h1{
	font-size: 24px;
}

.container{
	width: 94%;
	margin: 0 auto;
}

#form dl{
	width: 100%;
	font-size: 18px;
	line-height: 1.4;
}

#form &gt; dl{
	margin-bottom: 65px;
}

#form p{
	margin-bottom: 10px;
}

#form dt span{
	padding-left: 5px;
}

#form dd span{
	padding: 0 16px;
}

#form ul:after{
  display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

#form .col2 li{
	float: left;
	width: 47%;
}

#form .col2 input{
	width: 80%;
}

#form .col2ex li{
	float: left;
	width: 47%;
}
#form .col2ex input{
	width: 65%;
}

#form .col3ex li{
	float: left;
	width: 33%;

}
#form .col3ex input{
	width: 66%;
}

#form .col4ex li{
	float: left;
	width: 25%;

}
#form .col4ex input{
	width: 34%;
}

input{
	vertical-align: middle;
}

input[type="text"],
input[type="tel"],
input[type="email"]{
	height: 35px;
	position: relative;
}

input[type="text"], textarea, select,
input[type="tel"],
input[type="email"]{
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 18px;
	border: 1px solid transparent;
	box-shadow: 0 0 21px 0px rgba(0,0,0,.09) inset;
}

.confirm input, .confirm textarea, .confirm select{
	box-shadow: none;
}

input:focus, textarea:focus, select:focus{
	top: 0;
  border: 1px solid #ccc;
	box-shadow: none;
	outline: none;
}


/* 送信ボタン */
input[type="submit"],
input[type="button"]{
	padding: 40px 180px;
	font-size: 30px;
	border: 0;
	border-radius: 3px;
	color: #fff;
	background: #004730;
}

input[type="submit"]:hover,
input[type="button"]:hover{
	cursor: pointer;
	background: #1f5e45;
}


/* placeholder */
::-webkit-input-placeholder{
  color: #d7d4d4;
	opacity: 1;
	font-size: 15px;
	font-weight: 100;
}

::-moz-placeholder{
  color: #d7d4d4;
	opacity: 1;
	font-size: 15px;
	font-weight: 100;
}

:-ms-input-placeholder{
  color: #d7d4d4;
	opacity: 1;
	font-size: 15px;
	font-weight: 100;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder{
  color: transparent;
}


input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder{
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder{
  color: transparent;
}


/* ラジオボタン */
input[type="radio"]{
	opacity: 0;
}

.radio input + .radioIcon{
  position: relative;
  vertical-align: middle;
	padding-left: 0 !important;
	top: 3px;
}

.radio input + .radioIcon:before{
  content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/radio.png);
	background-size: contain;
}

.radio input:focus + .radioIcon:before{
	background: url(../images/radioFocus.png);
	background-size: contain;
	margin-left: -2px;
}

.radio input:checked + .radioIcon:before{
	background: url(../images/radioSelect.png);
	background-size: contain;
}


/* チェックボックス */
input[type="checkbox"]{
	opacity: 0;
}

.checkbox label{
	display: block;
}

.checkbox input + .checkboxIcon{
  position: relative;
  vertical-align: middle;
	padding-left: 0 !important;
	top: 2px;
}

.checkbox input + .checkboxIcon:before{
  content: "";
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(../images/checkbox.png);
	background-size: contain;
}

.checkbox input:focus + .checkboxIcon:before{
	background: url(../images/checkboxFocus.png);
	background-size: contain;
	margin-left: -2px;
}
/* 同意確認画面用
------------------------------------------------------------ */
/* form.css　に追加してください */
/* 添付ファイル表示 */
#form .text-agreement {
    margin-bottom:40px;
	overflow-y: scroll;
	height: 400px;
	border: solid 1px #ccc;
}
#form .btn-agreement {
	margin-bottom: 20px;
	text-align: center;
}
#form .cmt-no-agreement {
	max-width: 500px;
	margin: 0 auto 40px auto;
}
/* 同意確認画面用
------------------------------------------------------------ */
/* form.css　に追加してください */

/* add */
#form .area-preface {
	margin-bottom: 30px;
}

/* edit */
#form .text-agreement {
    margin-bottom:40px;
	overflow-y: scroll;
	height: 40vh;              /*edit*/
	border: solid 1px #ccc;
	padding: 20px 10px;        /*add*/
}
/* ↓↓↓↓↓　cssに追加 2018/12/13　↓↓↓↓↓ */
/* cssを変更、追加しました。ご使用中のform.cssに反映させてください。 */

/* 同意確認画面用
------------------------------------------------------------ */
/* form.css　に追加してください */
/* add */
#form  h2 {
	margin-bottom: 15px;
}
#form .text-agreement h3 {
	background-color: #c9f04d;
	border-bottom: solid 1px #c9f04d;
	padding-left: 10px;
	margin-bottom: 10px;
}
#form .text-agreement h3 span {
	background-color: #fff;
	display: inline-block;
	width: 100%;
	padding-left: 10px;
}
#form .text-agreement h4 {
	margin-bottom: 10px;
}
#form .text-agreement h4:before {
	content: "■";
	display: inline-block;
	color: #c9f04d;
	margin-right: 5px;
}
#form .txt-attention {
	color: #cb0000;
	/* font-weight: bold;; */
}
#form .txt-underLine {
	text-decoration: underline;;
}

/* ↑↑↑↑↑　cssに追加　2018/11/28　↑↑↑↑↑ */
/* 添付ファイル表示 */
.file-list {
    margin-bottom:20px;
}
.file-list li {
    padding: 10px 5px 5px 50px;
    background-size: auto 35px;
    background-repeat: no-repeat;
}
.file-list li.file-doc {
    background-image:url(../images/icon/icon-doc.png)!important;

}
.file-list li.file-pdf {
    background-image:url(../images/icon/icon-pdf.png)!important;
}
.file-list li.file-pic {
    background-image:url(../images/icon/icon-pic.png)!important;
}
.file-list li.file-xls {
    background-image:url(../images/icon/icon-xls.png)!important;
}
.file-list li.file-zip {
    background-image:url(../images/icon/icon-zip.png)!important;
}


@media all and (-ms-high-contrast:none){
  .checkbox input:focus + .checkboxIcon:before,
	.radio input:focus + .radioIcon:before{
    margin-left:0;
  }
}

.checkbox input:checked + .checkboxIcon:before{
	background: url(../images/check.png);
	background-size: contain;
}

select{
	width: calc(100% - 10px);
  height: 35px;
}

/* ファイル名フル表示 */
/* form.css　280行目に追加してください */
input[type="file"] {
	width: 100%;
}


/* 長い入力欄 */
.wlong{
	width: calc(100% - 30px);
}
.wlongex{
	width: calc(100% - 105px)!important;
}


/* プライバシー */
.privacy{
	width: 90%;
	margin: 0 auto;
}

.privacy h2{
	margin-bottom: 25px;
	font-size: 18px;
	text-align: center;
}

.privacy h3{
	font-size: 17px;
}

.privacy ul{
	width: 100%;
	text-align: center;
}


/* エラーメッセージ */
.error{
	height: 29px !important;
	background: #ffe1e1 !important;
	border: 3px solid #e60000 !important;
}
textarea.error {
	height:5em !important;
}

.errorRadio,
.errorCheck,
.errorSelect{
	padding: 10px 15px;
	background: #ffe1e1 !important;
	border: 3px solid #e60000 !important;
}

.errorSelect{
	padding: 3px 10px;
}

.errorCheck{
	padding-bottom: 0;
}

.errorCheck input{
	background: #fff;
}



.tooltip{
	display: inline-block;
	margin: 10px 0;
	padding: 12px 15px;
	color: #fff;
	font-size: 12px;
	background: #007e3d;
	border-radius: 4px;
}

.telError,
.zipError{
	position: relative;
	height: 50px;
}

.telError .tooltip,
.zipError .tooltip{
	position: absolute;
}


/* 共通 */
.req, #form dt span{color: #e60000}
.mr45{margin-right: 45px !important}
.mb10{margin-bottom: 10px !important}
.mb20{margin-bottom: 10px !important}
.mb30{margin-bottom: 30px !important}
.mb50{margin-bottom: 50px !important}
.mb80{margin-bottom: 80px !important}
.mb100{margin-bottom: 100px !important}
.pl0{padding-left: 0 !important}
.taC{text-align: center !important}
.taR{text-align: right !important}
.fs15{font-size: 15px !important}



@media only screen and (min-width: 1024px){
	#header{
		overflow: hidden;
	}

	#header img{
		width: 130px;
		height: auto;
		padding-right: 46px;
	}

	#header .top{
		display: table-cell;
		vertical-align: middle;
	}

	.container{
		width: 1000px;
	}

	#form &gt; dl{
		width: 100%;
		border: 1px solid #d7d4d4;
		border-width: 1px 0;
		background: url(../images/border.png) 280px top repeat-y;
		background-size: 5px 1px;
	}

	#form &gt; dl:after{
		content: ".";
		display: block;
		clear: both;
		height: 0;
		max-height: 0;
		visibility: hidden;
	}

	#form &gt; dl &gt; dt{
		clear: both;
		float: left;
		width: 250px;
		margin: -1px 0 1px;
		padding: 25px 0 25px 25px;
		border-top: 1px solid #d7d4d4;
	}

	#form &gt; dl &gt; dd{
		float: left;
		width: calc(100% - 305px);
		margin: -1px 0 1px 0;
		padding: 15px 0 15px 30px;
		border-top: 1px solid #d7d4d4;
	}

	#form dl &gt; dt:first-child,
	#form dl &gt; dt:first-child + dd {
		border-top: 0;
	}

	dd.checkbox p{
	  margin-bottom: 13px !important;
	}

	#form dl dl{
		overflow: hidden;
		margin: 5px 0 -3px;
	}

	#form dl dl dt{
		width: 30%;
		padding:10px 0;
		clear: left;
		float: left;
	}

	#form dl dl dd{
		float: left;
		width: 67%;
		padding-bottom: 10px;
	}

	#form dl dl dd input{
		width: 84%;
	}

	#form .col2 li:nth-child(2n){
		float: right;
		margin-right: 10px;
	}

	#form .col2 input{
		width: calc(100% - 20px);
	}

	#zip1, #zip2{
		width: 296px;
	}

	#zip1.error, #zip2.error{
		width: 286px;
	}

	#tel1, #tel2, #tel3{
		width: 174px;
	}

	#tel1.error, #tel2.error, #tel3.error{
		width: 168px;
	}

	.tooltip.tel2{
		left: 242px;
	}

	.tooltip.zip2{
		left: 358px;
	}

	.tooltip.tel3{
		left: 485px;
	}

	.year input{
		width: 7em;
	}

	.ml40{
		margin-left: 40px;
	}

	.privacy li{
		display: inline-block;
		width: 49%;
		padding: 70px 0 100px;
	}

}

@media only screen and (max-width: 1023px){
	#header{
		text-align: center;
		line-height: 1.2;
	}

	#header img{
		width: 130px;
		height: auto;
	}


	#header h1{
		margin-top: 10px;
	}

	#form dt{
		padding: 20px 0 10px;
		border-top: 1px solid #d7d4d4;
	}

	#form dd{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	#form dd span{
		padding: 0 5px;
	}
	#form dd .col3ex span{
		padding: 0 1% 0 9%;
	}

	#zip1, #zip2, #tel1, #tel2, #tel3, #year{
		width: 80px;
	}
	#zip1.error, #zip2.error, #tel1.error, #tel2.error, #tel3.error{
		width: 74px;
		height: 29px;
	}

	.tooltip.zip1, .tooltip.zip2, .tooltip.tel1, .tooltip.tel2, .tooltip.tel3{
		width: 80px;
	}

	.tooltip.tel2,
	.tooltip.zip2{
		left: 104px;
	}

	.tooltip.tel3{
		left: 208px;
	}

	#month, #day{
		width: 2em;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"]{
		padding: 5px 3px;
	}

	input[type="submit"],
	input[type="button"]{
		padding: 10px 20px;
	}

	.privacy li{
		padding: 0 0 50px;
	}

	.tooltip{
		margin: 5px 0;
		padding: 12px 7px 12px 5px;
}

}

@media only screen and (max-width: 640px){
  #header h1{
		font-size: 18px;
	}
	#header img{
		width: 130px;
		height: auto;
	}
}
</pre></body></html>