@charset "UTF-8";
.cell_16618362034622-row-0-padding {
  position: relative;
}
.cell_16618362034622-row-0-padding:after {
  content: "";
  position: absolute;
  top: 70px;
  right: -15px;
  border-right: 1px solid #cccccc;
  display: inline-block;
  padding-top: 20px;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom_hr {
  width: 20%;
  border: 0 none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(51, 71, 91, 0.5);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
/* YES・NO チャート */
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
}
.catch_wrap {
  display: flex;
}
.catch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px !important;
  font-size: 13px !important;
}
.yn-chart__add {
  padding: 0.2em 0.2em !important;
  margin: 0 !important;
  text-align: center;
  line-height: 1.5 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  padding: 10px !important;
}
.yn-chart__title { /*
  display: -webkit-box;
  display: -ms-flexbox;
  /*
  display: flex;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 0.5em 0 0.3em !important;
  margin: 0 auto !important;
  font-size: 2.2em !important;
  font-weight: bold;
  color: #a82527;
  letter-spacing: 1px !important;
  line-height: 1.5 !important;
}
.yn-chart__title:after {
  margin-left: 0.7em;
}
.yn-chart__title:before {
  margin-right: 0.7em;
}
/*
.yn-chart__title:before, .yn-chart__title:after {
  content: "";
  flex: 1;
  height: 2px;
  background: #a82527;
  display: block;
}
*/
.flexbox li {
  margin-top: 20px;
}
.q_wrap {
  margin: 0 auto;
  width: 100%;
  margin-top: 20px;
}
.q_wrap p {
  margin: 0 auto !important;
  position: relative;
  padding: 0.8em 0.5em 0.8em 2em !important;
  position: relative;
  border: 1px solid #2791d4;
}
.q_wrap p:before {
  content: "Ｑ";
  background: #2791d4;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* font-weight: 600; */
  font-size: 1.1em;
  min-width: 28px;
}
.choose_box {
  position: relative;
  height: 50vw;
  width: 100%;
}
@media (max-width:1000px) {
  .choose_box {
    height: 55vw;
  }
}
@media (max-width: 767px) {
  .choose_box {
    height: 75vw;
  }
}
@media (max-width:580px) {
  .choose_box {
    height: 95vw;
  }
}
@media (max-width:480px) {
  .choose_box {
    height: 185vw;
  }
}
.choose_box p {
  font-size: 14px;
  display: block;
  font-weight: 600;
}
.q_wrap {
  background: #fff;
}
.choose_box ul {
  width: auto;
  margin: auto;
}
.choose_box ul li {
  list-style: none;
}
.choose_box ul li a {
  color: #33475b;
  display: block;
  padding: 10px 15px;
  background-color: #fff;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #2791d4;
  text-decoration: none;
  margin-bottom: 10px !important;
}
.choose_box ul li a:hover {
  opacity: 0.6;
}
.h4 {
  width: 90%;
  clear: both;
  margin: auto;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #33475b;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 20px;
}
.fit {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 100%;
}
#q_20, #q_21, #q_22 {
  text-align: center;
}
.form_a {
  color: #33475b;
}
.form_a:hover {
  color: #33475b!important;
	opacity: 0.6!important;
}
.sindan_a {
  padding: 10px 20px;
  border: 1px solid #33475b;
  width: 70%;
  margin: 0 auto;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .wrapprer {
    margin-bottom: 20px;
  }
  .catch_wrap {
    display: block;
  }
  .catch {
    margin-top: 30px !important;
  }
  .yn-chart__add {
    display: inline;
    padding: 10px !important;
    margin: 10px !important;
  }
	.sindan_a {
  width: 90%;
}
  .cell_16618362034622-background-color:after {
    display: none;
  }
}
@media (max-width:480px) {}