@charset "UTF-8";

/*フォーム
---------------------------------------------------------*/
.com_form .tbl_txt {
	text-align: right;
	margin-bottom: 1.0em;
	font-size: 90%;
	letter-spacing: 0.1em;
}
.com_form .tbl_form {
	width: 100%;
	font-size: 120%;
	letter-spacing: .15em;
	line-height: 1.5em;
	margin-bottom: 60px;
}
.kakunin .com_form .tbl_form{
	font-size: 100%;
	margin-bottom: 2em;
}
.com_form .tbl_form tr,
.com_form .tbl_form th,
.com_form .tbl_form td {
	text-align: left;
}
.com_form .tbl_form tr {
	width: 100%;
	box-sizing: border-box;
}
.com_form .tbl_form tr:nth-child(odd){
	background-color: #706E67;
}
.kakunin .com_form .tbl_form tr{
	background-color: rgba(112,110,103,0.2);
}
.kakunin .com_form .tbl_form tr:nth-child(odd){
	background-color: rgba(112,110,103,0.1);
}
.com_form .tbl_form th {
	vertical-align: top;
	width: 24%;
	padding: 2em 1.5em 1.5em;
	text-align: center;
}
.kakunin .com_form .tbl_form th {
	width: 30%;
}
.com_form .tbl_form td {
	vertical-align: middle;
	width: 79%;
	padding: 1.5em 1.5em 1.5em 0;
}
.kakunin .com_form .tbl_form td {
	width: 70%;
	padding-left: 2em;
}
/* 必須 */
.com_form .required{
	font-size: 0.5em;
	display: inline-block;
	transform: translateY(-1em);
}
/* テキストボックス */
.com_form .max_txt {
	width: 100%;
	max-width: 770px;
}
.com_form tr.age td > div{
	display: flex;
	align-items: center;
}
.com_form .age .age_txt{
	width: 100%;
	max-width: 180px;
	margin-right:0.5em;
	text-align: center;
}
.com_form .age select{
	text-align: center!important;
	border-radius: 10px;
}
.com_form .post_txt{
	width: 50%;
	max-width: 280px;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

.com_form .attention {
	margin-top: 2.0em;
	line-height: 1.5em;
	margin-bottom: .5em;
}
/* ラジオボタン */
.com_form .radio_list {
	display: flex;
    flex-wrap: wrap;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
.com_form .radio_list li {
	margin-right: 1.5em;
}
.com_form .radio_list li:last-child {
	margin-right: 0;
}

.com_form textarea{
	width: 100% !important;
	height: 6em;
	max-height:6em;
	position: static!important;
	box-sizing: border-box;
	
}
.com_form .textarea_bg{
	background-color: #fff;
	border-radius: 10px;
	margin-top: 0.6em;
	width: 100%;
    max-width: 770px;
	box-sizing: border-box;
	padding: 0.8em 0 0;
	overflow: hidden;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1110px) {
.com_form .tbl_txt {
	font-size: 85%;
}
.com_form .tbl_form {
	font-size: 115%;
	letter-spacing: .1em;
}
.com_form .tbl_form th {
	width:9.5em;
}
.com_form .tbl_form td {
	width:calc(100% - 9.5em);
}
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_form .tbl_txt {
	font-size: 80%;
}
.com_form .tbl_form {
	font-size: 110%;
	letter-spacing: normal;
	margin-bottom: 7%;
}
.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: 6% 5% 1%!important;
	padding-bottom: 0;
	border-bottom: none;
}
.com_form .tbl_form td {
	padding: 3% 5% 6%!important;
}
/* テキストボックス */
.com_form tr.age td > div{
	 justify-content: center;
}
.com_form .post_flex{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.com_form .radio_list li {
	margin-right: 1em;
	margin-top: 0.5em;
}
.com_form .radio_list li:nth-child(1),
.com_form .radio_list li:nth-child(2){
	margin-top: 0;
}

.com_form .textarea_bg{
    max-width: 100%!important;
	padding: 5% 0 0;
}
}





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

/****************/
/* ラジオボタン */
/****************/
.com_form input[type=radio], .com_form input[type=checkbox] {
	display: inline-block;
	font-size: 100%;
	letter-spacing: normal;
}
.com_form input[type=radio] + label, .com_form input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	font-size: 100%;
	cursor: pointer;
}

@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.4em;
	height: 1.4em;
	background: #fff;
	border: #dcdcdc 1px solid;
}
.com_form input[type=radio] + label::before {
	top: 0.001em;
	border-radius: 50%;
}
.com_form input[type=checkbox] + label::before {
	top:  0.001em;
	border-radius: 3px;
}
.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: .3em;
	top: .3em;
	margin: auto;
	width: .8em;
	height: .8em;
	background: #EE7951;
	border-radius: 50%;
}
.com_form input[type=checkbox]:checked + label::after {
	top: .1em;
	left: .3em;
	width: 1.2em;
	height: .6em;
	border-left: 4px solid #EE7951;
	border-bottom: 4px solid #EE7951;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
}

/****************/
/* セレクトボックス */
/****************/
.com_form select {
  /* デフォルトのスタイルを解除 */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /* スタイル */
  display: inline-block;
  width: 100%; /* 幅 */
  max-width: 300px; /* 最大幅 */
  /*margin: 1em 0;  前後の余白 */
  padding: 0.6em 1.5em 0.6em .8em; /* 文字周りの余白 */
  cursor: pointer; /* カーソルを指に */
  line-height: 1.4; /* 行高 */
  font-size: 100%;  /*フォントサイズ */
  /*color: #333;  文字色 */
  border-radius: 5px; /* 角丸 */
  background-color: #f7f9fb; /* 背景色 */
  border: solid 1px #ccc; /* 枠線 */
  /*box-shadow: 0 3px 3px -2px rgba(3, 29, 41, 0.15 影 */
  /* 三角マークを作る */
  background-image: linear-gradient(45deg, transparent 50%, rgba(112,110,103,1) 50%),  linear-gradient(135deg, rgba(112,110,103,1) 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;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.0em;
	background-color: #CA9F87;
	color: #fff;
}
.com_form input[type="button"], .com_form input[type="reset"] {
	background-color: #F0F0F0;
	color: #57544C;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 480px) {
.com_form input[type="submit"], .com_form input[type="button"], .com_form input[type="reset"] {
	background-position: 98% center !important;
	letter-spacing: 0.1em;
}

/********************/
/* テキストボックス */
/********************/
.com_form input[type="text"] {
	padding: 5%;
}
.com_form textarea {
	height: 10em;
	padding: 0 0 5% 5%;
}
}




/* アコーディオン
----------------------------------------------------------------------*/
/*トリガー*/
.com_form .open_trigger {
	font-size: 100%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5em;
}
.com_form .open_trigger span {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-right: 1.8em;
}
.com_form .open_trigger span::before{
	position: absolute;
	content: '\e801';
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: "fontello";
	font-weight: normal;
	font-size: 125%;
}
.com_form .open_trigger.active span::before {
    content: '\e802';
	font-size: 125%;
}
.open_box {
	display: none;
}
.com_form .mobile_attention dd{
	font-size: 90%;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_form .open_trigger {
	letter-spacing: .05em;
}
}





/* ドメイン設定
-----------------------------------------------------------------------*/
.com_form .mobile_attention {
	margin-top: 30px;
	letter-spacing: .1em;
	line-height: 1.5em;
	border: 2px solid #F3CCB7;
	padding: 0 1.5em 1.5em;
}
.com_form .mobile_attention dt{
	color: #F3CCB7;
	text-align: center;
	padding: 1.2em 0 0;
}
.com_form .mobile_attention dd{
    padding-top: 1.0em;
	padding-bottom: 0.5em;
}
.com_form .mobile_attention dd p{
	max-width: 805px;
	line-height: 2em;
	margin: 0 auto;
	font-size: 90%;
}
.com_form .mobile_attention ul {
	max-width: 805px;
	margin: 1.5em auto 0;
}
.com_form .mobile_attention li {
	padding-left: 1em;
	float: left;
	margin-right: 20px;
	position: relative;
	line-height: 1.2em;
}
.com_form .mobile_attention li::before {
	position: absolute;
	font-family: "fontello";
	content: '\e800';
	font-size: 120%;
	left: 0;
	top: 0.35em;
}
.com_form .mobile_attention li::before {
  position: absolute;
  left: 0;
  top: 0.4em;
  content: "";
  vertical-align: middle;
  width: 0.3em;
  height: 0.3em;
  border-top: rgba(243,204,183,0.50) 2px solid;
  border-right: rgba(243,204,183,0.50) 2px solid;
  transform: rotate(45deg);
 }
.com_form .mobile_attention li a{
	color: #fff;
}
.com_form .mobile_attention li a:hover{
	color: #F3CCB7;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_form .mobile_attention {
	margin-top: 3%;
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_form .mobile_attention {
	margin-top: 5%;
	letter-spacing: normal;
	padding: 0 4% 5%;
}
.com_form .mobile_attention dt{
	text-align: center;
	padding-top: 5%;
}
.com_form .mobile_attention dd{
    padding-top: 5%;
	padding-bottom: 5%;
}
.com_form .mobile_attention dd p{
	max-width: 100%;
	line-height: 1.6em;
	font-size: 95%;
}
.com_form .mobile_attention ul {
	max-width: 100%;
	margin: 1em auto 0;
}
.com_form .mobile_attention li {
	margin-right: 1em;
}
}




/* 個人情報
---------------------------------------------------------*/
.com_form .privacy {
	letter-spacing: .15em;
	line-height: 1.5em;
	padding: 3em 1em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 60px;
}
.com_form .privacy h3{
	text-align: center;
}
.com_form .privacy h3 span{
text-decoration: underline;
}
.com_form .privacy  .open_box{
    padding-top: 1.0em;
}
.com_form .privacy  .open_box > p{
	max-width: 1100px;
	line-height: 2em;
	margin: 0 auto 50px;
}

.com_form .privacy  .open_box .flex_box{
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	letter-spacing: 0.05em;
}
.com_form .privacy  .open_box .flex_box dl {
	width: 50%;
	box-sizing: border-box;
}
.com_form .privacy  .open_box .flex_box dl:first-child{
	padding-right: 1.5em;
	border-right: 1px solid #CCCCCC;
}
.com_form .privacy  .open_box .flex_box dl:last-child{
	padding-left: 1.5em;
}
.com_form .privacy  .open_box .flex_box dl dt{
	font-size: 120%;
	color: #F3CCB7;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5em;
	margin-bottom: .5em;
}
.com_form .privacy  .open_box .flex_box dd{
	line-height: 2em;
}
.com_form .privacy li {
	text-indent: -1.1em;
	margin-left: 1.1em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_form .privacy {
	padding: 2em 1em;
	letter-spacing: .1em;
	margin-bottom: 5%;
}
.com_form .privacy  .open_box > p{
	line-height: 1.8em;
	margin: 0 auto 4%;
}
.com_form .privacy  .open_box .flex_box dd{
	line-height: 1.8em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_form .privacy {
	letter-spacing: .05em;
	padding: 1.5em 0;
	margin-bottom: 7%;
}
.com_form .privacy  .open_box > p{
	line-height: 1.6em;
	margin: 0 auto 6%;
}
.com_form .privacy  .open_box .flex_box{
	display: block;
}
.com_form .privacy  .open_box .flex_box dl {
	width: 100%;
	box-sizing: border-box;
}
.com_form .privacy  .open_box .flex_box dl:first-child{
	padding-right: 0;
	border-right:none;
	margin-bottom: 6%;
	padding-bottom: 6%;
	border-bottom: 1px solid #CCCCCC;
}
.com_form .privacy  .open_box .flex_box dl:last-child{
	padding-left: 0;
}
.com_form .privacy  .open_box .flex_box dl dt{
	font-size: 110%;
	letter-spacing: .05em;
}
.com_form .privacy  .open_box .flex_box dd{
	line-height: 1.6em;
}
}


/* note_box
-----------------------------------------------------------------------*/
.com_form .note_box{
	border: 1px solid #BCBBB7;
	padding: 35px 4%;
	box-sizing: border-box;
	max-width: 1000px;
	margin:60px auto;
	color: #C4C3C0;
}
.com_form .note_box ul{
	max-width: 908px;
	margin: 0 auto;
}
.com_form .note_box ul li{
	font-size: 90%;
	line-height: 2em;
	letter-spacing: 0.1em;
	padding-left: 1em;
	text-indent: -1em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_form .note_box{
	padding: 4%;
	margin:5% auto;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_form .note_box{
	padding:5%;
	margin:7% auto;
}
}





/* ボタンレイアウト
-----------------------------------------------------------------------*/
.com_form .submit_box .btn{
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.com_form .submit_box .btn li {
	width: 48%;
}
.com_form .submit_box .btn li:first-child {
	width: 59%;
	max-width: 424px;
	position: relative;
}
.com_form .submit_box .btn li:last-child {
	width: 40%;
	max-width: 286px;
}
.com_form .submit_box .btn li:first-child::before{
	position: absolute;
	font-family: "fontello";
	content: '\e800';
	color: #fff;
	right: 1em;
	top:50%;
	transform: translateY(-50%);
}
.kakunin .com_form .submit_box .btn{
	margin-top: 1em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_form .submit_box .btn{
	max-width: 100%;
	display: block;
	font-size: 95%;
}
.com_form .submit_box .btn li {
	width: 100% !important;
	max-width: 100% !important;
}
.com_form .submit_box .btn li:first-child {
	margin-bottom: 3%;
}
}





.end_txt{
	text-align: center;
	padding:50px 0 100px;
}
.end_txt dt{
	font-size: 180%;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	margin-bottom: 0.5em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.end_txt{
	padding:4% 0 9%;
}
.end_txt dt{
	font-size: 160%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.end_txt{
	padding:6% 0 11%;
}
.end_txt dt{
	font-size: 140%;
	line-height: 1.6em;
}
.end_txt dd{
	text-align: left;
}
}

