@charset "UTF-8";

/*contactフォーム
-----------------------------*/
/*sp
----------------------------*/

table {
	margin: 0 auto;
}

.essential {
    background: #cc0000;
    color: #fafafa;
    font-size: 0.7em;
    padding: 2px 10px;
    font-weight: normal;
    margin-left: 10px;
}

.table-list {
 	display: block;
    justify-content: space-between;
    font-family:YuGothic,'Yu Gothic',
		'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    letter-spacing: 0.05em;
    margin: 40px 10px;
	width: 100%;
}
 
.table-list th {
	 display: flex;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    text-align: left;
}
 
.table-list-address {
    flex-wrap: wrap;
}
 
.table-list-address .input-area {
    margin-bottom: 10px;
}
 
.input-area {
    font-family: YuGothic,'Yu Gothic',
		'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    letter-spacing: 0.05em;
    padding: 0 10px;
    border: none;
    width: 300px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
	text-align: left;
}
 

 
input::placeholder {
    color: #bfbfbf;
    font-size: 12px;
    font-weight: bold;
	text-align: left;
}
 
textarea {
    width: 300px;
    height: 200px;
    padding: 0;
    border: 1px solid #c4c4c4;
    resize: vertical; /* 横方向のみサイズを固定する */
	text-align: left;
}
 
textarea::placeholder {
    color: #bfbfbf;
    font-size: 12px;
}
 
input[type="text"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 
.contact-area .text {
    font-size: 13px;
    text-align: left;
    margin-bottom: 100px;
}
 
.contact-area .text a {
    color: #000;
    border-bottom: 1px solid #000;
    transition: all .3s;
    text-decoration: none;
}
 
.contact-area .text a:hover {
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
    color: #777;
}
 
.submit-button {
    box-sizing: border-box;
    position: relative;
    display: block;
    margin: 20px auto 50px;
    background-color: #F5E6B4;
    cursor: pointer;
    border: 1px solid #F5E6B4;
    color: #333;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .5s;
    padding: 20px 100px;
}
 
.submit-button:hover {
    background: #1C2C5C;
    color: #fff;
    border: 1px solid #cae1e3;
}


.line-contact-btn {
	margin: 40px;
}

.contact-form {
	margin-top: 50px;
	width: 100%;
}

.contactText-top {
	margin: 30px auto;
}

.contactMail-top {
	margin: 60px auto 30px;
}
.contactMail-top p {
	font-size:clamp(0.875rem, 0.83rem + 0.23vw, 1rem);/*320pxの時14px,1200pxの時16px*/
	margin-top: 30px;
}

.mini-text p {
	font-size: clamp(0.563rem, 0.494rem + 0.34vw, 0.75rem);
}

/* Acordion Faq */
.faqBox {
	width: 90%;
	margin: 60px auto;
	padding-top: 5%;
}

.tabArea {
	margin-top: 50px;
}
.tab {
  position: relative;
  margin-bottom: 1px;
  color: #fff;
  overflow: hidden;
}

.input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.ques {
  position: relative;
  display: block;
  padding: 1em;
  background: #000;
  font-weight: bold;
font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem); 
  line-height: 3;
  cursor: pointer;
  background-color: #1C2C5C;
}

.ques p {
	padding: 0 5% 0 5%;
	text-align: left;
}
.tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  color: #000;
}

.tab-content p {
  margin: 1em;
	text-align: justify;
}
/* :checked */
.input:checked ~ .tab-content {
  max-height: 100%;
}
/* Icon */
.ques::after {
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
input[type=checkbox] + label::after {
  content: "+";
}
input[type=radio] + label::after {
  content: "\25BC";
}
input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

/*thanksフォーム
-----------------------------*/
.thanks-area {
	margin: 5% auto 20%;
}

.thanks-text p {
	margin-top: 10px;
}

.thanks-sns {
	margin-top: 30px;
}

.thanks-sns2 {
	margin: 30px;
}
.top-return-btn {
	margin-top: 20px;
}
.return-btn {
	margin: 50px 25%;
	box-sizing: border-box;
    display: block;
    background-color: #e4eeef;
    cursor: pointer;
    border: 1px solid #e4eeef;
    color: #000;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .5s;
	padding: 20px
}

.return-btn:hover {
	background: #cae1e3;
    color: #000;
    border: 1px solid #cae1e3;
}


@media screen and (min-width: 600px) {

	.table-list {
		display: flex;
	}
	
.table-list td {
    font-size: 13px;
    width: calc(100% - 100px);
}
}

 
/*pc
---------------------------*/
@media screen and (min-width: 1000px) {
	
.contact-table {
		width: 60%;
	}
	
	.input-area {
    width: 400px;
    height: 40px;
}
	
	textarea {
    width: 400px;
    height: 200px;
}
}