@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  margin-bottom: 50px;
  box-sizing: border-box;
}

header {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 90%;
}

tr {
  border-bottom: solid 1px #eee;
}

th,
td {
  text-align: left;
  width: fit-content;
  font-size: 12px;
  padding: 12px 20px;
}

th {
  font-weight: bold;
  border-bottom: solid 1px #f792a9;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.txt_box input,
.txt_box select,
.txt_box_short input,
.txt_box_long input {
  border: 0;
  padding: 10px;
  font-size: 1.3em;
  color: #333;
  border: solid 1px #ccc;
  margin: 0;
  width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

.txt_box_short input {
  width: 200px;
}

.txt_box_long input {
  width: 600px;
}

select:focus,
input:focus {
  border: solid 1px royalblue;
}

.no_retn {
  display: inline-block;
}

table.kensaku {
  border-collapse: collapse;
  position: relative;
  border-spacing: 0;
  width: 100%;
}

table.kensaku tr {
  border-bottom: solid 1px #eee;
}

table.kensaku th,
table.kensaku td {
  width: auto;
  height: 45px;
  font-size: medium;
  padding: 0px 0px;
}

table.kensaku th {
  position: sticky;
  top: 0;
  color: #fff;
  background-color: #f792a9;
}

#menu_nav {
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

#menu_nav ul {
  width: 100%;
  margin: 0 auto;
  list-style: none;
}

#menu_nav ul li {
  width: 20%;
  position: relative;
  font-size: 16px;
  float: left;
}

#menu_nav ul li a,
#menu_nav ul li span,
#menu_nav ul li no_deco_plus {
  width: 99%;
  margin: 0 auto;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  color: #fff;
  background: #f792a9;
  transition: 0.3s;
}

#menu_nav ul li a:hover {
  color: #f792a9;
  background: #ccc;
}

#menu_nav ul li > ul {
  position: relative;
  display: none;
  padding: 0;
}

#menu_nav ul li:hover > ul {
  display: block;
  position: absolute;
}

#menu_nav ul li ul li {
  position: relative;
  width: 100%;
  margin: 0 auto;
  float: none;
  z-index: 1;
}

#menu_nav ul li ul li a {
  display: block;
}

#menu_list {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-color: #f792a9;
  padding: 4vh;
  padding: 5px;
  /* border: 1px solid #48CAE4; */
}

#dummy {
  height: 30px;
}

#main_container {
  display: flex;
  flex-direction: column;
  /* gap: 4vh;
    padding: 4vh; */
}

[class^="m-block-"] {
  display: flex;
  /* gap: 4vh; */
}

.m-block-2 {
  justify-content: center;
}

.m-block-2-side {
  align-items: center;
  justify-content: center;
}

.m-block-4 {
  align-items: center;
  justify-content: center;
}

[class^="m-box-"] {
  display: flex;
  flex-direction: column;
  float: left;
  margin: 1px;
  /* justify-content: center;
    align-items: center; */
  /* border: 2px solid #48CAE4;
    border-radius: 10px; */
}

.m-box-1 {
  flex-basis: 100%;
  border-bottom: 6px solid #f792a9;
  /* height: 15vh; */
}

.m-box-2 {
  flex-basis: 25%;
  /* min-width: 200px; */
  height: auto;
  padding: 20px;
  /* border: 1px solid #48CAE4; */
  /* border-radius: 10px; */
}

.m-box-3 {
  flex-basis: 70%;
  height: auto;
  padding: 20px;
  font-size: 16px;
}

.m-box-3 p {
  text-indent: -1em;
  padding-left: 2em;
}

.m-box-3 p.normal {
  text-indent: 0;
  padding-left: 0;
}

.m-box-3 span {
  display: block;
  /* background-color: $base_color; */
  font-weight: bold;
  margin: 5px;
  line-height: 20px;
}

.m-box-3 span::before {
  background-color: transparent;
  margin-top: 5px;
}

.m-box-3 span::after {
  background-color: transparent;
  margin-bottom: 5px;
}

.m-box-3-c {
  flex-basis: 100%;
  justify-content: center;
  align-items: center;
  height: auto;
  /* height: 40vh; */
  padding: 20px;
  font-size: 16px;
  /* border: 1px solid #48CAE4; */
  /* border-radius: 10px; */
}

.m-box-3-cn {
  flex-basis: 70%;
  margin: 0 auto;
  height: auto;
  /* height: 40vh; */
  padding: 20px;
  font-size: 16px;
  /* border: 1px solid #48CAE4; */
  /* border-radius: 10px; */
}

.m-box-3-cs {
  /* flex-basis: 100%; */
  width: 100%;
  max-width: 500px;
  justify-content: center;
  align-items: center;
  height: auto;
  /* height: 40vh; */
  padding: 20px;
  font-size: 16px;
  /* border: 1px solid #48CAE4; */
  /* border-radius: 10px; */
}

.m-box-5 {
  flex-basis: 100%;
  height: 50px;
  position: relative;
  justify-content: center;
  align-items: center;
  border-top: 6px solid #f792a9;
  border-bottom: 30px solid #f792a9;
}

.m-box-5 img {
  position: absolute;
  height: 50px;
  width: auto;
  bottom: 0;
}

.mbox-hr,
.clr {
  color: #f792a9;
}

.grayline {
  color: lightgray;
}

.midashi {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  color: #ffffff;
  background-color: #f792a9;
  text-decoration: none;
  padding: 8px;
  margin-bottom: 10px;
  /* position: relative; */
}

.midashi_no_bottom {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  color: #ffffff;
  background-color: #f792a9;
  text-decoration: none;
  padding: 8px;
}

.midashi_kakomi {
  display: block;
  width: 100%;
  font-size: 18px;
  height: auto;
  font-weight: bold;
  color: #ffffff;
  background-color: #f792a9;
  text-decoration: none;
  padding: 30px;
  text-align: center;
  /* margin-bottom: 10px; */
  /* position: relative; */
}

.midashi_kakomi span {
  margin: 10px;
  display: block;
}

.tokusoku_checkbox,
.tokusoku_btn {
  display: inline-block;
  padding: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tokusoku_checkbox input[id|="checkbox"],
.tokusoku_btn input[id|="checkbox"] {
  display: none;
}

.tokusoku_checkbox label.cbx,
.tokusoku_btn label.cbx {
  display: inline-block;
  width: 160px;
  font-size: medium;
  color: #fff;
  border-radius: 5px;
  border: 1px solid white;
  background-color: #ccc;
  text-align: center;
  padding-top: 0;
}

.tokusoku_checkbox input[id|="checkbox"]:checked + label,
.tokusoku_btn input[id|="checkbox"]:checked + label {
  color: #fff;
  background-color: mediumvioletred;
}

.tokusoku_radio,
.tokusoku_btn {
  display: inline-block;
  padding: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tokusoku_radio input[id|="radio"],
.tokusoku_btn input[id|="radio"] {
  display: none;
}

.tokusoku_radio label.cbx,
.tokusoku_btn label.cbx {
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  font-size: medium;
  color: #fff;
  border-radius: 5px;
  border: 1px solid white;
  background-color: #ccc;
  text-align: center;
  padding-top: 0;
}

.tokusoku_radio input[id|="radio"]:checked + label,
.tokusoku_btn input[id|="radio"]:checked + label {
  color: #fff;
  background-color: mediumvioletred;
}

.tokusoku_massage {
  display: block;
  width: 98%;
  height: 160px;
  padding: 5px;
  justify-content: center;
}

.tokusoku_massage #saisoku_msg {
  width: 100%;
  height: 150px;
}

/* サイドバーメニュー */
#side-menubox-1 .sidemenulist ul {
  border-right: none;
  border-left: none;
  list-style: none;
}

#side-menubox-1 .sidemenulist li a {
  /* position: relative; */
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 14px;
  color: #555;
  background: #fff;
}

#side-menubox-1 .sidemenulist li.selected a,
#side-menubox-1 .sidemenulist li a:hover {
  color: #f792a9;
  background: #eeeeee;
}

#side-menubox-1 .sidemenulist li.selected a::after,
#side-menubox-1 .sidemenulist li a:hover::after {
  border-right: 1px solid #f792a9;
  border-bottom: 1px solid #f792a9;
}

.header-img {
  width: 100%;
  height: 100%;
  margin-top: 10px;
}

.header-img img {
  width: 50%;
  max-width: 480px;
  height: auto;
}

nav.open {
  flex-basis: 100%;
  height: auto;
}

nav.close {
  display: none;
}

#menu-btn-check {
  display: none;
}

/**
  conform style
  */
.container {
  width: 90%;
  padding: 1.5% 8%;
}

form > p,
.container > p {
  text-align: center;
  font-size: 24px;
  padding-bottom: 20px;
}

label {
  width: auto;
  padding-top: 7px;
}

.f_group {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.f_row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
  margin-left: 10px;
}

.f_col {
  flex: 0 0 28%;
  max-width: 28%;
}

.f_col .f_col-2 .f_col-3 .f_col-8 {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

.f_col-2 {
  flex: 0 0 18%;
  max-width: 18%;
}

.f_col-3 {
  flex: 0 0 98%;
  max-width: 98%;
}

.f_col-8 {
  flex: 0 0 70%;
  max-width: 70%;
}

.f_require_item {
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  width: auto;
  float: left;
}

.f_control {
  /* display:block; */
  width: 100%;
  height: auto;
  padding: 2px;
  /* font-size: 1rem;
    font-weight:400; */
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.f_error_msg {
  font-size: 14px;
  color: #ff0000;
  height: 14px;
}

.f_display_item {
  padding: 7px 0;
  margin-bottom: 30px;
}

.f_display_item a {
  color: #000;
  border: solid 0.5px #adadad;
  background-color: #f7f7f7;
  padding: 3.5px 20px;
}

.f_display_item a:hover {
  text-decoration: none;
  color: #000;
}

.thanks_msg {
  text-align: center;
  /* background-color: #c8fbff; */
  padding: 50px 0 50px;
}

.titlebar {
  display: block;
  font-weight: bold;
  font-size: 18px;
  padding-top: 30px;
  margin-bottom: 20px;
  height: auto;
  padding-left: 10px;
}

.contents_area {
  display: contents;
  margin: 5%;
  padding: 10%;
  width: 100%;
}

.contents_area table {
  display: block;
  margin: 0 auto;
  /* border-collapse: collapse;
	border-spacing: 0; */
  width: 90%;
}

.contents_area table tbody {
  display: block;
  margin: 0;
  width: 100%;
}

.contents_area table tr {
  display: block;
  border-bottom: solid 1px #ddd;
}

.contents_area table tr:first-child {
  border-top: solid 1px #ddd;
}

.contents_area table th {
  font-size: 16px;
  border-bottom: solid 1px #ddd;
  background-color: #efefef;
  padding: 12px 20px;
  width: 20%;
  min-width: 200px;
  white-space: nowrap;
}

.contents_area table td {
  font-size: 16px;
  padding: 12px 20px;
}

.contents_area table td .small {
  max-width: 100px;
  min-width: 100px;
}

.contents_news {
  padding: 5%;
  width: 92%;
  font-size: 15px;
}

.button_box {
  display: block;
  text-align: center;
  padding: 25px;
}

.button_deco {
  margin-top: 8px;
  background-color: royalblue;
  color: white;
}

.button_no_deco {
  background: none;
  border: none;
  outline: none;
  appearance: none;
}

.button_deco {
  width: 200px;
  font-size: x-large;
  border-radius: 5px;
}

.button_deco2,
.button_deco2_no_topmargin,
.button_deco2_p {
  display: inline-block;
  width: 200px;
  background-color: royalblue;
  font-size: medium;
  color: white;
  border-radius: 5px;
}

.button_deco2 {
  margin-top: 28px;
}

.button_deco2_p {
  background-color: yellow;
  color: blue;
}

.button_deco3,
.button_deco3s,
.button_deco3s_rvs {
  background-color: royalblue;
  font-size: medium;
  color: white;
}

.button_deco3 {
  width: 120px;
}

.button_deco3s,
.button_deco3s_rvs {
  width: 60px;
}

.button_deco3s_rvs {
  background-color: ivory;
  color: blue;
}

.button_deco4,
.button_deco5 {
  min-width: 380px;
  height: 40px;
  font-size: medium;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: white;
}

.button_deco4 {
  background-color: royalblue;
}

.button_deco5 {
  background-color: #ec084c;
}

.form_button {
  text-align: center;
}

.radiobutton {
  display: none;
}

label.rb {
  display: inline-block;
  width: 70px;
  text-align: center;
  background-color: #eee;
  padding: 10px 20px;
  border-radius: 5px;
}

.radiobutton:checked + label.rb {
  color: #fff;
  background-color: mediumvioletred;
}

@media (max-width: 1080px) {
  * {
    font-size: smaller;
  }
}

@media (max-width: 768px) {
  header {
    display: block;
  }
  #menu_list {
    display: none;
    /* flex-direction: column;
      align-items: center; */
    /* gap: 4vh; */
  }
  #dummy {
    height: 0px;
  }
  .header-img {
    width: 100%;
    height: 100%;
    margin-top: 5px;
  }
  .header-img img {
    width: 100%;
    max-width: 384px;
    height: auto;
  }
  /* スマホメニュー */
  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #f792a9;
  }
  .menu-btn span {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  .menu-btn span:before, .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check {
    display: none;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .menu-content {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    /* background-color: $base_color; */
    background-color: #f792a9;
    transition: all 0.3s;
    /*アニメーション設定*/
  }
  .menu-content ul:first-child {
    padding: 80px 10px 0;
  }
  .menu-content ul li {
    /* border-bottom: solid 1px #ffffff; */
    border: transparent 3px solid;
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #f792a9;
    text-decoration: none;
    padding: 10px;
    position: relative;
  }
  .menu-content ul li span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #f792a9;
    text-decoration: none;
    padding: 10px;
    position: relative;
  }
  .menu-content ul li span:last-child {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #f792a9;
    text-decoration: none;
    padding: 10px;
    position: relative;
  }
  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  .menu-content ul li ul li a {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: lighter;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #f792a9;
    text-decoration: none;
    padding: 5px 10px 5px 20px;
    position: relative;
  }
  .menu-content ul li ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0;
    /*メニューを画面内へ*/
  }
  /* スマホメニュー :END */
}

@media (max-width: 480px) {
  .m-block-2 {
    flex-direction: column;
    height: auto;
  }
  .m-box-2 {
    display: none;
  }
  .m-box-3 {
    flex-basis: 100%;
    height: auto;
  }
  .m-box-3 nav.close {
    display: block;
    flex-basis: 100%;
    height: auto;
  }
  table {
    width: 100%;
  }
  table th,
  table td {
    padding: 2px;
  }
  table.ichiran th,
  table.ichiran td {
    padding: 2px;
  }
}
