@charset "utf-8";
/* CSS Document */

/*  */

.content table.input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
}

.content #document_content table.input {
  width: 100%;
  border: none;
  border-bottom: none;
}

.content table.input th,
.content table.input td {
  padding: 50px 20px 50px 20px;
  background: none;
  border: none;
}

.content table tr {
  border-top: 1px solid #ccc;
}

#contact_content tr,
#contact_content table {
  border: none;
}

#contact_content label {
  padding: 5px 0;
}

.content table th {
  width: 170px;
  text-align: left;
}

.content table td {
  text-align: left;
}

.acms-form input[type="text"],
.acms-form input[type="password"],
.acms-form input[type="datetime"],
.acms-form input[type="datetime-local"],
.acms-form input[type="date"],
.acms-form input[type="month"],
.acms-form input[type="time"],
.acms-form input[type="week"],
.acms-form input[type="number"],
.acms-form input[type="email"],
.acms-form input[type="url"],
.acms-form input[type="search"],
.acms-form input[type="tel"],
.acms-form input[type="color"],
.acms-form textarea {
  font-size: 16px;
  line-height: 16px;
  padding: 11px;
  background: #f0f0f0;
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 5px;
}

.acms-form select {
  padding: 11px 30px 11px 10px;
  font-size: 16px;
  line-height: 16px;
  padding-right: 10px\9;
}

.content table td .space {
  margin-right: 5px;
}

.content table td .space-r {
  margin: 0 20px 0 5px;
}

.content table td .space-l {
  margin: 0 5px 0 20px;
}

.content table dl {
  margin: 0;
}

.content table table {
  width: 500px;
  background: none;
  margin: 0;
}

textarea#opinion,
textarea#detail {
  height: 300px;
}

/* dl */

table td dl dt {
  float: left;
  clear: left;
  padding: 0 10px 0 0;
  width: 8em;
}

table td dl dd {
  padding: 0 0 10px 8em;
}

table td dl dd input[type="text"] {
  width: 500px;
}

/* 各種ボタン */

.form-btn {
  text-align: center;
}

.form-btn form {
  display: inline-block;
}

.form-btn form.formBtnReturn {
  margin-right: 53px;
}

.btn {
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  padding: 20px 0;
  margin: 60px 0;
  border: none;
}

.btn:hover {
  opacity: 0.7;
}

.btn_form,
.btn_submit {
  width: 325px;
  background: url(../images/form/icon_arrow_next.png) 288px 50% no-repeat #36af4a;
}

.btn_back {
  width: 200px;
  background: url(../images/form/icon_arrow_back.png) 40px 50% no-repeat #c3c3c3;
}

.content h3 span {
  background: none;
  margin: 0;
  padding: 0;
}

/* 必須アイコン */

h3 .require,
th .require {
  display: inline-block;
  background: #ff2266 !important;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  margin-top: 0.2em !important;
  margin-left: 15px !important;
  padding: 3px 8px !important;
  float: right;
}

th .require2 {
  display: inline-block;
  background: #ff2266 !important;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  margin-top: 0.2em !important;
  padding: 3px 8px !important;
  float: right;
}

/* 任意アイコン */
th .any {
  display: inline-block;
  background: #7e7e7e;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  margin-top: 0.2em;
  padding: 3px 8px;
  float: right;
}

/* 入力例 */
.content .example {
  font-size: 93%;
  color: #6f6f6f;
  margin: 3px;
  padding: 0;
  margin-bottom: 20px;
  display: block;
}


/* メールアドレス入力文 */
.content .email-text {
  font-size: 85%;
  margin: 10px 0 5px;
}

/* --- エラー -- */

.content p.error {
  font-size: 93%;
  color: #e10000;
  margin: 5px 0;
}

.content table table p.error {
  font-size: 91%;
}


.acms-form input.error,
.acms-form textarea.error {
  background-color: #f6d9d9;
}


/* -- 説明文 -- */
.desc {
  margin-top: 0 !important;
  padding: 30px 40px;
  background-color: #f5fbf3;
}

/* -- タブ -- */
.tab_item {
  margin-top: 30px;
  margin-right: 100px
}

input#document,
input#contact {
  margin-left: 30px;
}

.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}

#contact:checked~#contact_content,
#document:checked~#document_content {
  display: block;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]+label.tab_item,
.tab_item_link {
  border: 1px solid #ccc;
  background: #ddd;
  color: #999;
  padding: 10px;
  width: 200px;
  border-radius: 10px;
  margin-right: 20px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

a.tab_item_link {
  color: #999;
  text-decoration: none;
}

.tabs input[type="radio"]:checked+label.tab_item {
  background: #36af4a;
  color: #fff;
}

.tabs input[type="radio"]:checked+label.tab_item:after {}

/* -- お問い合わせ -- */
.documents {
  display: inline-block;
  padding: 30px 20px 20px;
  box-sizing: border-box;
  margin: 20px auto;
  margin-right: 18px;
  width: 225px;
  background-color: #f0f0f0;
  text-align: center;
  vertical-align: top;
}

.documents:nth-child(4) {
  margin-right: 0;
}

.documents .title {
  font-weight: bold;
  margin-top: 10px;
}

.documents .txt {
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  height: 8rem;
}

.documents label {
  margin-top: 10px;
}

.documents input {
  margin: 0;
}

.input .txt {
  margin-bottom: 20px;
}

/* -- 個人情報 -- */
.parsonal {
  text-align: center !important;
  margin: 50px auto !important;
}

/* -- 改行 -- */
.br-sp {
  display: none;
}

.privacy-area {
  border: 1px solid #ccc;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  margin: 20px auto 0;
  height: 300px;
  background-color: #fff;
  box-sizing: border-box;
}

.content .privacy-area h2 {
  font-size: 130%;
}

.content .privacy-area h3 {
  font-size: 120%;
}

.privacy-area p {
  text-align: left;
}

.privacy-area a[href^="http"]:after,
.privacy-area a[href^="//"]:after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: ' \f35d';
  font-weight: 900;
}

.privacy-area a {
  word-break: break-all;
}

.acms-form select.acms-admin-form-width-small {
  width: 100%;
  max-width: 220px;
}

/* ボタン
------------------------------------------------ */

.btn {
  text-align: center;
}

.btn .btn-item {
  width: 300px;
  display: inline-block;
  background: #36af4a;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  padding: 12px;
  margin: 10px auto 30px;
  box-sizing: border-box;
  position: relative;
}

.btn .btn-item::after {
  position: absolute;
  margin: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.btn .btn-item:hover {
  background-color: #a0d9aa;
}

/* nodesign
------------------------------------------------ */
.acms-form textarea.nodesign {
  border: none;
  background: none;
  padding: 0;
  margin-top: 5px;
  resize: none;
  font-family: 'Lato', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W2", "メイリオ", "ＭＳ Ｐゴシック", Osaka;
}

.acms-form textarea.nodesign:focus {
  outline: none;
  box-shadow: none;
}




/* WordPress化
------------------------------------------------ */
.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}

.wpcf7-list-item {
  margin: 0;
}

textarea[name=other] {
  height: 4em;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-submit {
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  padding: 20px 0;
  margin: 60px 0;
  border: none;
  width: 325px;
  background: url(../images/form/icon_arrow_next.png) 288px 50% no-repeat #36af4a;
}

.wpcf7-previous {
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  padding: 20px 0;
  margin: 60px 0;
  border: none;
  width: 200px;
  background: url(../images/form/icon_arrow_back.png) 40px 50% no-repeat #c3c3c3;
}

.form-btn {
  display: flex;
  justify-content: center;
  gap: 30px;
}