@charset "UTF-8";
/* タイトル
-------------------------------------------------- */
.title01 {
  font-size: 32px;
  font-weight: bold; }

.title02 {
  /*font-size:28px;*/
  font-size: 24px;
  font-weight: bold;
  background: #0EAAF2;
  /*padding:14px;*/
  padding: 14px 0 10px;
  border-radius: 10px;
  color: #FFF; }

@media screen and (max-width: 768px) {
  .title02 {
    /*font-size:24px;*/
    font-size: 20px;
    padding: 10px 0 7px; } }
@media screen and (max-width: 440px) {
  .result-waku .title02 {
    margin-top: 10px !important;
    margin-bottom: 0 !important; } }
.title03 {
  font-size: 28px;
  font-weight: bold;
  background: #666;
  padding: 14px;
  border-radius: 10px;
  color: #FFF; }

@media screen and (max-width: 768px) {
  .title03 {
    font-size: 24px; } }
.title04 {
  font-size: 20px; }

@media screen and (max-width: 768px) {
  .title04 {
    font-size: 14px; } }
@media screen and (max-width: 440px) {
  .result-waku .title04 {
    margin-top: 10px !important; } }
/* 枠
-------------------------------------------------- */
.sub-waku01 {
  background: #FFFFBF;
  padding: 20px;
  text-align: left; }

/* テーブル・フォーム
-------------------------------------------------- */
.tbl01 {
  width: 100%; }

.tbl01.tbl-flex tbody {
  display: flex; }

.tbl01.tbl-flex tr {
  width: 100%; }

.tbl01 th {
  border: solid 1px #ccc;
  border-right: solid 1px #fff;
  /*padding: 10px;*/
  padding: 10px 0 5px;
  font-weight: normal;
  display: block;
  font-size: 14px; }

.tbl01 th:last-child {
  border-right: solid 1px #ccc; }

.tbl01 td {
  border: solid 1px #ccc;
  /*padding: 20px;*/
  padding: 5px 0;
  display: block; }

@media screen and (max-width: 992px) {
  .tbl01.tbl-flex tbody {
    flex-wrap: wrap; }

  .tbl01 th {
    padding: 5px 0; } }
@media screen and (max-width: 440px) {
  .tbl01 th {
    font-size: 13px;
    padding: 4px 0 0; }

  .tbl01 td {
    padding: 3px 0 0; }

  .privacy-txt {
    font-size: 12px; } }
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse; }

table.formTable td {
  border: none;
  padding: 4px; }

table.formTable th {
  border: none;
  padding: 4px;
  width: 30%;
  font-weight: normal;
  text-align: left; }

@media screen and (max-width: 768px) {
  table.formTable th, table.formTable td {
    width: auto;
    display: block; }

  table.formTable th {
    margin-top: 5px;
    border-bottom: 0; }

  input[type="text"], textarea {
    width: 100%;
    padding: 5px;
    font-size: 110%;
    display: block; }

  input[type="submit"], input[type="reset"], input[type="button"] {
    display: block;
    width: 100%;
    height: 40px; } }
.formbtn01 {
  background-color: #f45600 !important;
  border: #fff !important;
  width: 40%;
  display: block;
  margin: 0 auto;
  padding: 15px 0; }

@media screen and (max-width: 640px) {
  .formbtn01 {
    width: 90%; } }
.formbtn02 {
  /*background-color: #999999 !important;
  color: #fff !important;*/
  background-color: #fff !important;
  color: #222 !important;
  width: 35%;
  display: block;
  margin: 0 auto;
  border: none; }

.small-text {
  font-size: 13px; }

.tbl02 {
  width: 100%; }

.tbl02 th,
.tbl02 td {
  padding: 20px;
  border: solid 1px #ccc;
  box-sizing: border-box; }

.tbl02 th {
  background: #eee;
  width: 20%; }

@media screen and (max-width: 640px) {
  .tbl02 {
    width: 100%; }

  table.tbl02 th,
  table.tbl02 td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10px; }

  .tbl02 tr:last-child {
    border-bottom: solid 1px #ccc; } }
/* テキスト
-------------------------------------------------- */
.sub-text01 {
  /*font-size:36px;*/
  font-size: 28px;
  font-weight: bold;
  color: #f45600; }

@media screen and (max-width: 768px) {
  .sub-text01 {
    width: 100%; } }
@media screen and (max-width: 440px) {
  .sub-text01 {
    font-size: 18px; } }
/* アイコンとテキスト横並び
-------------------------------------------------- */
.wrapper {
  margin: auto 0; }

.wrapper div {
  /*    display: table-cell;*/
  display: inline-flex;
  vertical-align: middle; }

/* モーダルウィンドウ
-------------------------------------------------- */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s; }

.popup.is-show {
  opacity: 1;
  visibility: visible; }

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
  text-align: center; }

@media screen and (max-width: 768px) {
  .popup-inner {
    width: 90%;
    padding: 30px; } }
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer; }

.close-btn i {
  font-size: 30px;
  color: #222; }

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  cursor: pointer; }

.popup-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 130%; }

@media screen and (max-width: 600px) {
  .popup-title {
    font-size: 20px; } }
@media screen and (max-width: 450px) {
  .popup-title {
    font-size: 18px; } }
.bg_onetime_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s; }

.bg_onetime_popup.js_active {
  opacity: 1;
  visibility: visible; }

.onetime_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 35%;
  min-width: 500px;
  background-color: #fff;
  cursor: pointer; }

@media screen and (max-width: 1200px) {
  .onetime_popup {
    width: 50%;
    min-width: inherit; } }
@media screen and (max-width: 900px) {
  .onetime_popup {
    width: 90%;
    top: 50%; } }
.onetime_popup_title {
  position: relative;
  padding: 40px 20px 20px;
  margin: 0px;
  background-color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5; }

.onetime_popup_title::before,
.onetime_popup_title::after {
  position: absolute;
  top: 15%;
  right: 15px;
  transform: translateY(-50%);
  width: 30px;
  height: 4px;
  background-color: #222;
  content: ""; }

.onetime_popup_title::before {
  transform: rotate(45deg); }

.onetime_popup_title::after {
  transform: rotate(-45deg); }

.onetime_popup_content {
  padding: 0 20px 40px;
  text-align: center; }

/* エラーメッセージ
-------------------------------------------------- */
.error-message {
  color: #f45600; }

/* プライバシーポリシー
-------------------------------------------------- */
.pp_box {
  overflow-y: scroll;
  padding: 0.5em;
  width: 100%;
  height: 200px;
  border: #26242f solid 1px;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 3%; }

@media screen and (max-width: 440px) {
  .pp_box h3 {
    font-size: 18px; }

  .pp_box p, .pp_box ul {
    font-size: 12px; } }
