@charset "UTF-8";
/*******************************************************************************************************************************
* 埋め込みsvgのcss
********************************************************************************************************************************/
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.svg-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 19px;
  margin-bottom: 1rem;
}

.svg-block .exp-text {
  max-width: 256px;
  width: 100%;
  height: 100%;
  padding: 0;
  margin-top: 0;
}

.svg-block .exp-text:nth-child(n+2) {
  margin-left: 32px;
}

@media screen and (max-width: 575px) {
  .svg-block .exp-text:nth-child(n+2) {
    margin-left: 4.53333333vw;
  }
}

.svg-block .btn-svg, .svg-block .btn-svg_identify {
  max-width: 256px;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-box-shadow: 0 0 0 2px #e4e1e3 inset;
  box-shadow: 0 0 0 2px #e4e1e3 inset;
  background-color: #ffffff;
  border-radius: 4px;
  color: #196196;
  position: relative;
  outline: none;
}

.svg-block .btn-svg:before, .svg-block .btn-svg_identify:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: transparent;
  border: 3px solid transparent;
  border-radius: 4px;
}

.svg-block .btn-svg:hover:before, .svg-block .btn-svg_identify:hover:before {
  -webkit-animation: animate .3s linear 0s forwards;
          animation: animate .3s linear 0s forwards;
}

@media screen and (max-width: 575px) {
  .svg-block .btn-svg:hover:before, .svg-block .btn-svg_identify:hover:before {
    -webkit-animation: none;
            animation: none;
  }
}

.svg-block .btn-svg:after, .svg-block .btn-svg_identify:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: transparent;
  border: 3px solid transparent;
  border-radius: 4px;
}

.svg-block .btn-svg:hover:after, .svg-block .btn-svg_identify:hover:after {
  -webkit-animation: animate2 .3s linear 0s forwards;
          animation: animate2 .3s linear 0s forwards;
}

@media screen and (max-width: 575px) {
  .svg-block .btn-svg:hover:after, .svg-block .btn-svg_identify:hover:after {
    -webkit-animation: none;
            animation: none;
  }
}

.svg-block .btn-svg .logo, .svg-block .btn-svg_identify .logo {
  padding: 28px 60px 21px 60px;
}

@media screen and (max-width: 575px) {
  .svg-block .btn-svg .logo, .svg-block .btn-svg_identify .logo {
    padding: 20px 10.4vw 0 10.4vw;
  }
}

.svg-block .btn-svg .logo svg, .svg-block .btn-svg_identify .logo svg {
  height: 70px;
  max-width: 256px;
  width: 100%;
}

.svg-block .btn-svg .logo svg path, .svg-block .btn-svg_identify .logo svg path {
  width: 100%;
  fill: #196196;
}

@media screen and (max-width: 575px) {
  .svg-block .btn-svg .logo svg, .svg-block .btn-svg_identify .logo svg {
    height: 50px;
  }
}

.svg-block .btn-svg .text, .svg-block .btn-svg_identify .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  line-height: 19.2px;
  height: 38.4px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0 1em 20px 1em;
}

@media screen and (max-width: 575px) {
  .svg-block .btn-svg .text, .svg-block .btn-svg_identify .text {
    height: calc(14.4px * 2);
    font-size: 12px;
    line-height: 14.4px;
    padding: 0 1em 1em 1em;
  }
}

.svg-block .btn-svg:nth-child(n+2), .svg-block .btn-svg_identify:nth-child(n+2) {
  margin-left: 32px;
}

@media screen and (max-width: 575px) {
  .svg-block .btn-svg:nth-child(n+2), .svg-block .btn-svg_identify:nth-child(n+2) {
    margin-left: 4.53333333vw;
  }
}

.svg-block .btn-svg:active, .svg-block .btn-svg_identify:active, .svg-block .btn-svg.active, .svg-block .active.btn-svg_identify {
  background-color: #196196;
  color: #ffffff;
  -webkit-animation: none;
          animation: none;
  -webkit-transition: 0s;
  transition: 0s;
}

.svg-block .btn-svg:active svg, .svg-block .btn-svg_identify:active svg, .svg-block .btn-svg.active svg, .svg-block .active.btn-svg_identify svg {
  height: 70px;
  max-width: 256px;
  width: 100%;
  fill: #ffffff;
}

.svg-block .btn-svg:active svg path, .svg-block .btn-svg_identify:active svg path, .svg-block .btn-svg.active svg path, .svg-block .active.btn-svg_identify svg path {
  width: 100%;
  fill: #ffffff;
}

@media screen and (max-width: 575px) {
  .svg-block .btn-svg:active svg, .svg-block .btn-svg_identify:active svg, .svg-block .btn-svg.active svg, .svg-block .active.btn-svg_identify svg {
    height: 50px;
  }
}

.svg-block .btn-svg_identify {
  max-width: 260px !important;
}

.identify-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  border: 2px solid #e4e1e3;
  background-color: #ffffff;
  border-radius: 4px;
  color: #196196;
}

.identify-block .svg-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
}

.identify-block .svg-block .btn-svg, .identify-block .svg-block .btn-svg_identify {
  border: none;
  max-width: 400px;
}

.identify-block .svg-block .text {
  max-width: 400px;
}

.identify-block .svg-block .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 16px 3px 16px;
}

@media screen and (max-width: 575px) {
  .identify-block .svg-block .buttons {
    padding: 0 10px 0px 10px;
  }
}

.identify-block .svg-block .buttons .btn {
  margin: 20px 8px;
  border-radius: 25px;
  border: 2px solid #e4e1e3;
  -webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  color: #196196;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .identify-block .svg-block .buttons .btn {
    margin: 8px 6px;
  }
}

.identify-block .svg-block .buttons .btn .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 19.2px;
  min-height: 38.4px;
  height: 100%;
  max-width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .identify-block .svg-block .buttons .btn .text {
    font-weight: normal;
  }
}

.identify-block .svg-block .buttons .btn:hover, .identify-block .svg-block .buttons .btn:focus {
  outline: none;
}

.identify-block .svg-block .buttons .btn:active, .identify-block .svg-block .buttons .btn.active {
  color: #ffffff;
  background-color: #196196;
  border-color: #196196;
}

@-webkit-keyframes animate {
  0% {
    width: 0;
    height: 0;
    border-top-color: #7ecceb;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #7ecceb;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: #7ecceb;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #7ecceb;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: #7ecceb;
  }
}

@keyframes animate {
  0% {
    width: 0;
    height: 0;
    border-top-color: #7ecceb;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #7ecceb;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: #7ecceb;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #7ecceb;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: #7ecceb;
  }
}

@-webkit-keyframes animate2 {
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #7ecceb;
    border-right-color: transparent;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: transparent;
    border-bottom-color: #7ecceb;
    border-left-color: #7ecceb;
    border-right-color: transparent;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-bottom-color: #7ecceb;
    border-left-color: #7ecceb;
    border-right-color: transparent;
  }
}

@keyframes animate2 {
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #7ecceb;
    border-right-color: transparent;
  }
  50% {
    width: 0;
    height: 100%;
    border-top-color: transparent;
    border-bottom-color: #7ecceb;
    border-left-color: #7ecceb;
    border-right-color: transparent;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-bottom-color: #7ecceb;
    border-left-color: #7ecceb;
    border-right-color: transparent;
  }
}

/*******************************************************************************************************************************
* 一問一答テキストのみ
********************************************************************************************************************************/
.button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button-block.row-sm-3 .step {
  max-width: 33.333333%;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .button-block.row-sm-3 .step {
    max-width: 100%;
  }
}

.button-block.row-sm-2 .step {
  max-width: 50%;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .button-block.row-sm-2 .step {
    max-width: 100%;
  }
}

.button-block .step {
  padding: 8px;
}

@media screen and (max-width: 575px) {
  .button-block .step {
    padding: 4px 0;
  }
}

.button-block .step .btn-oqoa {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 14px;
  border: 2px solid #e4e1e3;
  background-color: #ffffff;
  border-radius: 4px;
  color: #196196;
}

.button-block .step .btn-oqoa:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: transparent;
  border: 3px solid transparent;
  border-radius: 4px;
}

.button-block .step .btn-oqoa:hover:before {
  -webkit-animation: animate .3s linear 0s forwards;
          animation: animate .3s linear 0s forwards;
}

@media screen and (max-width: 575px) {
  .button-block .step .btn-oqoa:hover:before {
    -webkit-animation: none;
            animation: none;
  }
}

.button-block .step .btn-oqoa:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: transparent;
  border: 3px solid transparent;
  border-radius: 4px;
}

.button-block .step .btn-oqoa:hover:after {
  -webkit-animation: animate2 .3s linear 0s forwards;
          animation: animate2 .3s linear 0s forwards;
}

@media screen and (max-width: 575px) {
  .button-block .step .btn-oqoa:hover:after {
    -webkit-animation: none;
            animation: none;
  }
}

.button-block .step .btn-oqoa .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 19.2px;
  height: 38.4px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .button-block .step .btn-oqoa .text {
    height: calc(14.4px * 2);
    font-size: 12px;
    line-height: 14.4px;
    font-weight: normal;
  }
}

.button-block .step .btn-oqoa:hover, .button-block .step .btn-oqoa:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button-block .step .btn-oqoa:active, .button-block .step .btn-oqoa.active {
  color: #ffffff;
  background-color: #196196;
  border-color: #196196;
}

@media screen and (max-width: 575px) {
  .button-block .step .btn-oqoa {
    margin: 1.066666666vw auto;
  }
}

/*******************************************************************************************************************************
* 一般radioボタン、checkbox
* cssだけでradio, checkboxに対応してスタイル変更する
* inputの次の要素をボタンデザインにする
********************************************************************************************************************************/
.input-button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 16px 34px;
}

.input-button-block.row-sm-3 .btn-box {
  width: calc(33.33333% - 32px);
  max-width: 100%;
}

.input-button-block.row-sm-2 .btn-box {
  width: calc(50% - 32px);
  max-width: 100%;
}

.input-button-block.inner_2_object {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input-button-block.inner_2_object .btn-box {
  max-width: 256px;
}

@media screen and (max-width: 575px) {
  .input-button-block {
    padding: 16px 18px;
  }
  .input-button-block.row-sm .btn-box, .input-button-block.row-sm-3 .btn-box, .input-button-block.row-sm-2 .btn-box {
    width: 100%;
  }
}

.input-button-block .btn-box {
  margin: 16px 16px;
  width: 13em;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .input-button-block .btn-box {
    padding: 8px 0;
    margin: 0 16px;
  }
}

.input-button-block .btn-box input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-button-block .btn-box input[type=radio] + .btn,
.input-button-block .btn-box input[type=checkbox] + .btn {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  border: 2px solid #e4e1e3;
  background-color: #ffffff;
  color: #196196;
  -webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.input-button-block .btn-box input[type=radio] + .btn > .text,
.input-button-block .btn-box input[type=checkbox] + .btn > .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 19.2px;
  min-height: 38.4px;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .input-button-block .btn-box input[type=radio] + .btn > .text,
  .input-button-block .btn-box input[type=checkbox] + .btn > .text {
    min-height: calc(14.4px * 2);
    font-size: 12px;
    line-height: 14.4px;
    font-weight: normal;
  }
}

.input-button-block .btn-box input[type=radio]:focus + .btn,
.input-button-block .btn-box input[type=checkbox]:focus + .btn {
  outline: none;
}

.input-button-block .btn-box input[type=radio] + .btn {
  border-radius: 25px;
}

.input-button-block .btn-box input[type=radio]:checked + .btn,
.input-button-block .btn-box input[type=checkbox]:checked + .btn {
  border-color: #196196;
  background-color: #196196;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*******************************************************************************************************************************
* その他フォーム回り
********************************************************************************************************************************/
.adjust-box-sm {
  display: block;
  margin-left: 5px;
}

@media screen and (max-width: 575px) {
  .adjust-box-sm {
    display: none;
  }
}

.adjust-box {
  display: none;
}

@media screen and (max-width: 575px) {
  .adjust-box {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 6px;
  }
}

/*******************************************************************************************************************************
* 画面下部のボタン回り
********************************************************************************************************************************/
.foot-btn-box {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 2.3125rem;
  padding-bottom: 2.9375rem;
}

@media screen and (max-width: 575px) {
  .foot-btn-box {
    margin-top: 2.3125rem;
  }
}

.foot-btn-box > div {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
/*# sourceMappingURL=block.css.map */