<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";



/*エントリーフォーム
---------------------------------------------------------*/
.tbl_bosyu {
	margin-bottom: 80px;
}
.bnr_home {
	margin-top: 80px;
}

.com_form h2 {
	background-color: #aad002;
	background-image: url("../images/rec/index_bg1@2x.png"), url("../images/rec/index_bg2@2x.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	background-size: 60px auto, 60px auto;
	text-align: center;
	color: #fff;
	font-size: 220%;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.2em;
	padding: .8em 0;
	margin-bottom: 30px;
}
.com_form .lead {
	text-align: center;
	color: #756452;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-bottom: .8em;
}

.com_form .tel_mail_box{
    width: 100%;
	max-width: 620px;
    margin: 0 auto 40px;
    display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.com_form .tel_box {
	width: 63%;
	background: #fffb7c;
	text-align: center;
}
.com_form .mail_box{
    position: relative;
    width: 33%;
    background: #fffb7c;
    text-align: center;
}
.com_form .mail_box:hover{
    cursor: pointer;
    cursor: hand;
}
.com_form .icontxt{
    box-sizing: border-box;
	padding-left: 2%;
    font-size: 140%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2em;
}
.com_form .icontxt span{
    display: inline-block;
	padding: .2em 0;
	padding-left: 1.2em;
	background: url("../images/rec/icon_tel2@2x.png") no-repeat left center;
	background-size: auto 1.4em;
}
.com_form .mail_box .icontxt{   
    position: absolute;
    top:50%;
	-webkit-transform: translateY(-50%); 
	transform: translateY(-50%); 
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 0;
}
.com_form .mail_box .icontxt span{
    background: url("../images/icon_mail.svg") no-repeat center top;
	background-size: auto .8em;
    padding-top:1.2em;
    padding-left: 0;
}
.com_form .icontxt,
.com_form .icontxt a{
	color: #756452;
}
.com_form .icontxt a{
    text-decoration: none;
}
.com_form .tel_box dt {
    padding: 10px 3% 8px;
    box-sizing: border-box;
}
.com_form .tel_box dd {
	box-sizing: border-box;
	padding: 20px 8%;
	background: #fffee6;
}
.com_form .tel_box dd img {
	display: block;
	margin: auto;
}
.com_form .txt {
	text-align: center;
	font-size: 115%;
	letter-spacing: normal;
	line-height: 1.8em;
	margin-bottom: 25px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.tbl_bosyu {
	margin-bottom: 10%;
}
.bnr_home {
	margin-top: 8%;
}

.com_form h2 {
	background-size: 15% auto, 15% auto;
	font-size: 6.0vw;
	margin-bottom: 5%;
}
.com_form .lead {
	font-size: 4.5vw;
	letter-spacing: normal;
}
.com_form .tel_mail_box{
	max-width: 100%;
    margin: 0 auto 5%;
}
.com_form .tel_box {
	width: 60%;
	background: #fffb7c;
	text-align: center;
}
.com_form .mail_box{
    width: 36%;
}
.com_form .icontxt{
    font-size: 3.5vw;
	letter-spacing: 0.05em;
}
.com_form .tel_box dt {
    padding: 8px 3% 8px;
}
.com_form .tel_box dd {
	padding: 15px 10%;
}
    
.com_form .txt {
	font-size: 110%;
	line-height: 1.6em;
	margin-bottom: 3%;
}
}



/*フォーム
---------------------------------------------------------*/
.com_form .required {
	color: #f58a5b;
}
.com_form .tbl_txt {
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: .5em;
    margin-top: 1.5em;
}

.com_form .tbl_form {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: solid 1px #bab1a8;
}

.com_form .tbl_form tr:nth-child(odd) th,
.com_form .tbl_form tr:nth-child(odd) td {
	background: #f8f7f6;
}
.com_form .tbl_form tr:nth-child(even) th,
.com_form .tbl_form tr:nth-child(even) td {
	background: #fff;
}

.com_form .start_wite tr:nth-child(odd) th,
.com_form .start_wite tr:nth-child(odd) td {
	background: #fff;
}
.com_form .start_wite tr:nth-child(even) th,
.com_form .start_wite tr:nth-child(even) td {
	background: #f8f7f6;
}

.com_form .tbl_type {
	border-bottom: none;
}
.com_form .tbl_type tr:nth-child(odd) th,
.com_form .tbl_type tr:nth-child(odd) td,
.com_form .tbl_type tr:nth-child(even) th,
.com_form .tbl_type tr:nth-child(even) td {
	background: #f8f7f6;
}
.com_form .tbl_type .item_change {
	border-top: solid 1px #bab1a8;
}

.com_form .tbl_form th,
.com_form .tbl_form td {
	text-align: left;
}
.com_form .tbl_form th {
	width: 25%;
	padding: 30px 0;
	padding-left: 3%;
	color: #756452;
	font-size: 115%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	vertical-align: top;
}
.com_form .tbl_form td {
	width: 75%;
	padding: 20px 3%;
	font-size: 110%;
	letter-spacing: normal;
	line-height: 1.6em;
	vertical-align: middle;
}

.kakunin .com_form .tbl_txt {
	text-align: left;
}

/*チェックボックスリスト*/
.com_form .tbl_form .radio_list {
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.com_form .tbl_form .radio_list li {
	margin: 5px 0;
	margin-right: 6%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_form .tbl_txt {
	font-size: 110%;
	letter-spacing: .05em;
}
.com_form .tbl_form tr,
.com_form .tbl_form th,
.com_form .tbl_form td {
	display: block;
	width: 100% !important;
	box-sizing: border-box;
}

.com_form .tbl_form th {
	padding: .8em 3% 0;
}
.com_form .tbl_form td {
	padding: .5em 3% 1.5em;
}
}



/*入力項目デザイン
-----------------------------------------------------------------------------*/
/********************/
/* テキストボックス */
/********************/
.com_form input[type="text"] {
	width: 100%;
	padding: .6em .5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	font-size: 16px;
	letter-spacing: .05em;
	outline: none;
	border: solid 1px #ccc;
	border-radius: 0;
	-webkit-appearance: none;
}
.com_form textarea {
	width: 100%;
	height: 10em;
	padding: .6em .5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	font-size: 16px;
	letter-spacing: .05em;
	outline: none;
	border: solid 1px #ccc;
	border-radius: 0;
	-webkit-appearance: none;
}

/****************/
/* ラジオボタン */
/****************/
.com_form input[type=radio], .com_form input[type=checkbox] {
	display: inline-block;
	font-size: 16px;
	letter-spacing: normal;
}
.com_form input[type=radio] + label, .com_form input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}
.com_form .checkBtn input[type=radio], .com_form .checkBtn input[type=checkbox],
.com_form .checkBtn input[type=radio] + label, .com_form .checkBtn input[type=checkbox] + label {
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1.4em;
}

@media (min-width: 1px) {
.com_form input[type=radio], .com_form input[type=checkbox] {
	/*display: none;*/
	position: absolute;		/* 上に別の要素が乗るようにする */
	z-index: -1;			/* 最背面にする */
	pointer-events: none;	/* クリック無効 */
	visibility: hidden;		/* 非表示 */
	margin: 0;
}
.com_form input[type=radio] + label, .com_form input[type=checkbox] + label {
	padding: 0 0 0 1.8em;
}
.com_form input[type=radio] + label::before, .com_form input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 1.2em;
	height: 1.2em;
	background: #fff;
	border: solid 1px #b3b3b3;
}
	
.com_form input[type=radio] + label::before {
	top: .2em;
	border-radius: 50%;
}
.com_form input[type=checkbox] + label::before {
	top: .1em;
	border-radius: 0;
}
.com_form input[type=radio]:checked + label::after, .com_form input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.com_form input[type=radio]:checked + label::after {
	left: .25em;
	top: .45em;
	margin: auto;
	width: .7em;
	height: .7em;
	background: #918375;
	border-radius: 50%;
}
.com_form input[type=checkbox]:checked + label::after {
	top: -.1em;
	left: .1em;
	width: 1.2em;
	height: .8em;
	border-left: 3px solid #918375;
	border-bottom: 3px solid #918375;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}	
.com_form .checkBtn input[type=checkbox] + label::before{
	background: #fff;
	border: 1px solid #999999;
	border-radius: 0 !important;
	}	
}

/****************/
/* セレクトボックス */
/****************/
.com_form select {
  /* デフォルトのスタイルを解除 */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /* スタイル */
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 0.6em 1.5em 0.6em .8em;
  cursor: pointer;
  line-height: 1.4en;
  font-size: 100%;
  border-radius: 0;
  background-color: #fff;
  border: solid 1px #ccc;
  /* 三角マークを作る */
  background-image: linear-gradient(45deg, transparent 50%, rgba(0,0,0,0.4) 50%),  linear-gradient(135deg, rgba(0,0,0,0.4) 50%, transparent 50%);
  background-size: 5px 5px, 5px 5px;
  background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
  background-repeat: no-repeat;
}
/* フォーカス時 */
.com_form select:focus {
  outline: 0;
  border-color: #b0c5ff; /* 枠線色を変更 */
}
/* IEでデフォルトの矢印を消す */
.com_form select::-ms-expand {
  display: none;
}

/**********/
/* ボタン */
/**********/
.com_form input[type="submit"], .com_form input[type="button"], .com_form input[type="reset"] {
	-webkit-appearance: none;
	width: 100%;
	height: 4em;
	border: none;
	cursor: pointer;
	padding-right: 1.0em;
	color: #fff;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1.0em;
	padding-left: 1.5em;
	background-color: #ccc;
	border-radius: 5px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.com_form input[type="submit"] {
	background-color: #918375;
}
.com_form input[type="submit"]:hover, .com_form input[type="button"]:hover, .com_form input[type="reset"]:hover {
	background-color: #999;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.com_form input[type="submit"]:hover {
	background-color: #756452;
}

/**********/
/* チェックを入れて送信 */
/**********/
/* 送信ボタン - 押せないとき */
.com_form input[type="submit"][disabled] {
	background-color: #c8c1ba;
	cursor: default;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 480px) {
.tbl_form,
.com_form input,
.com_form label,
.com_form select {
	font-size: 16px !important;
}
.com_form input[type="submit"], .com_form input[type="button"], .com_form input[type="reset"] {
	height: 3em;
	font-size: 70%;
}
.com_form .checkBtn input[type=radio], .com_form .checkBtn input[type=checkbox],
.com_form .checkBtn input[type=radio] + label, .com_form .checkBtn input[type=checkbox] + label {
	font-size: 130% !important;
	letter-spacing: normal;
	font-weight: bold;
}
}



/* メール受信注意、個人情報
------------------------------------------------------------------------*/
/*アコーディオン*/
.open_trigger span {
	display: inline-block;
	color: #756452;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.4em;
	padding: .2em 0 .1em;
	padding-right: 2.0em;
	background: url("../images/rec/open@2x.png") no-repeat right center;
	background-size: 1.6em auto;
	cursor: pointer;
}
.open_trigger.active span {
	background-image: url("../images/rec/close@2x.png");
}
.open_box {
	margin-top: 1.0em;
	display: none;
}

/* メール受信注意 */
.mobile_attention {
	margin-top: 20px;
	font-size: 90%;
}
.mobile_attention dt {
	font-size: 110%;
	line-height: 1.4em;
}
.mobile_attention ul {
	list-style: none;
}
.com_form .mobile_attention li {
	margin-top: 5px;
	padding-left: 15px;
	float: left;
	margin-right: 20px;
	position: relative;
	line-height: 1.2em;
}
.com_form .mobile_attention li::before {
	position: absolute;
	left: 0;
	top: .4em;
	content: "";
	vertical-align: middle;
width: 0;
height: 0;
border-style: solid;
border-width: .3em 0 .3em .3em;
border-color: transparent transparent transparent #756452;
	opacity: 0.5;
}
.com_form .mobile_attention a {
	color: #756452;
}
.com_form .mobile_attention a:hover {
	color: #ccc;
}

/*プライバシー*/
.com_form .checkBtn {
	color: #444;
	text-align: center;
}

.com_form .privacy {
	margin-top: 40px;
	border: solid 2px #d6d0cb;
	border-radius: 8px;
	padding: 20px 5%;
}
.com_form .privacy h3 {
	text-align: center;
	font-size: 130%;
	line-height: 1.4em;
}
.com_form .privacy .orange {
	color: #f58a5b;
}
.com_form .privacy .open_box &gt; p,
.com_form .privacy .open_box &gt; dl {
	letter-spacing: normal;
	line-height: 1.6em;
}
.com_form .privacy .open_box &gt; dl {
	margin-top: 1.5em;
}
.com_form .privacy dt {
	color: #756452;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding-left: 1.0em;
	border-left: solid 4px #c8c1ba;
	margin-bottom: .5em;
}
.com_form .privacy dd li {
	text-indent: -1.5em;
	margin-left: 1.5em;
	margin-top: .4em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*アコーディオン*/
.open_trigger span {
	display: block;
	letter-spacing: .1em;
}
.open_box {
	margin-top: .5em;
}

/* メール受信注意 */
.mobile_attention dt {
	text-align: center;
}

.com_form .privacy {
	margin-top: 4%;
	padding: 3% 4%;
}
.com_form .privacy .open_box &gt; dl {
	margin-top: 1.0em;
}
}



/* ボタンレイアウト
-----------------------------------------------------------------------*/
.com_form .submit_box {
	margin-top: 30px;
}
.com_form .submit_box p {
	font-size: 110%;
	letter-spacing: normal;
	line-height: 2.0em;
	margin-bottom: 40px;
}
.com_form .submit_box ul{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.com_form .submit_box li {
	width: 48%;
	display: inline-block;
	margin: 0 0.5%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_form .submit_box {
	margin-top: 5%;
}
.com_form .submit_box p {
	margin-bottom: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_form .submit_box {
	margin-top: 6%;
	text-align: left;
}
.com_form .submit_box p {
	margin-bottom: 6%;
}
.com_form .submit_box ul{
	max-width: 100%;
}
.com_form .submit_box li {
	display: block;
	margin: 3% 0;
}
.com_form .submit_box li:first-child {
	width: 100% !important;
	max-width: 100% !important;
}
.com_form .submit_box li:last-child {
	width: 100% !important;
	max-width: 100% !important;
}
}



/*送信完了
---------------------------------------------------------*/
.contact .end_txt {
	text-align: center;
}
.contact .end_txt dt {
	color: #616d7a;
	font-size: 170%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: .8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.contact .end_txt {
	text-align: left;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}</pre></body></html>