@charset "UTF-8";
/************* SETTING *************/
/************* SETTING *************/
html {
  font-family: "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #666666;
  font-size: 62.5%;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}

body {
  background: #f7c9d1;
  background: linear-gradient(30deg, #fbe6eb, #f7c9d1, #fbe6eb);
  min-height: 100%;
  background-size: 100% 600%;
  -webkit-animation: GradationBG 21s ease infinite;
  animation: GradationBG 21s ease infinite;
  font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Maru Folk Bold";
  color: #311b71;
  line-height: 1.5;
}
h1 .sub, h2 .sub, h3 .sub, h4 .sub, h5 .sub, h6 .sub {
  font-size: 80%;
}

a {
  color: #0ba9d9;
  text-decoration: none;
}
a[target="_blank"]::after {
  content: "";
  background-image: url("../img/icon_blanklink.png");
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: -0.25rem;
  background-size: contain;
  vertical-align: middle;
}

p {
  margin-top: 2rem;
}

#header {
  position: relative;
  width: 100%;
  box-shadow: 0 0 20px #ddd;
  background: #ffffff;
  height: 50px;
}
#header .logo {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
#header .logo img {
  max-width: 120px;
  display: inline-block;
}

#container {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#main-visual {
  position: relative;
  display: block;
  padding: 20px 0;
  text-align: center;
  height: 240px;
  background: url("../img/main-visual-bg.png") no-repeat;
  background-size: contain;
  background-position: top center;
}
#main-visual h1 {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
  margin: 0;
}
#main-visual h1 .title {
  font-size: 3.0rem;
  text-shadow: 0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF;
}
#main-visual h1 .sub-title {
  font-size: 2.4rem;
  background: linear-gradient(transparent 70%, #f3cf00 0%);
  padding: 0 1rem;
}
#main-visual h1 .sub-title-add {
    display: inline-block;
    background: #e4037e;
    color: #ffffff;
    padding: 8px 15px;
    font-size: 2.0rem;
    border-radius: 2.0rem;
    margin-bottom: 20px;
    position: relative;
}
#main-visual h1 .sub-title-add::before {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 50%;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #e4037e #e4037e;
    transform: rotate(-45deg) translateX(50%);
}
#main-visual h1 div {
  display: block;
}
#main-visual h1 div .program-name {
  display: inline-block;
  margin: 10px auto;
  padding: 4px 15px;
  color: #e4037e;
  border: 1px solid #e4037e;
  border-radius: 40px;
  font-size: 50%;
  font-size: 1.6rem;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.caption {
  font-family: "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.25;
}
.caption:before {
  display: inline-block;
  content: "※";
  padding-right: 0.5rem;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.c-red {
  color: #c44;
}

.b {
  font-weight: bold;
}

.sp-disp {
  display: none;
}

.ribbon {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  min-width: 300px;
  text-align: center;
  padding: 7px 0;
  background: #e4037e;
  box-sizing: border-box;
}
.ribbon h3 {
  margin: 0;
  padding: 0 40px;
  border-top: 1px dashed #FFFFFF;
  border-bottom: 1px dashed #FFFFFF;
  line-height: 46px;
  color: #ffffff;
  z-index: 999;
  font-size: 2.0rem;
  white-space: nowrap;
}
.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
}
.ribbon:before {
  /*左端の山形*/
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 16px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.ribbon:after {
  /*右端の山形*/
  top: 0;
  right: 0;
  border-width: 30px 16px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.column-2 {
  width: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
}
.column-2 div {
  position: relative;
}
.column-2 .column-item {
  width: 49%;
  padding-left: 15px;
}
.column-2 .column-item:first-child {
  padding-left: 0;
}
.column-2 .column-item:last-child {
  margin-right: 0;
}
.column-2 .column-item .btn {
  width: 100%;
}
.column-2 .column-item-ratio3 {
  width: 30%;
}
.column-2 .column-item-ratio3 + div {
  width: 70%;
}

.column-3 {
  width: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
}
.column-3 div {
  position: relative;
}
.column-3 .column-item {
  width: 32%;
  padding-left: 15px;
}
.column-3 .column-item:first-child {
  padding-left: 0;
}
.column-3 .column-item:last-child {
  margin-right: 0;
}
.column-3 .column-item .btn {
  width: 100%;
}

#present-area,
#overview-area,
#question-area,
.inner {
  position: relative;
  display: block;
  padding: 30px;
}

#present-area {
  background: url("../img/present-area-bg.png") no-repeat;
  background-size: contain;
  background-position: bottom center;
  padding-top: 0;
  padding-bottom: 120px;
}
#present-area .fuwari-00,
#present-area .fuwari-18 {
  position: absolute;
  width: 90%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -999;
}
#present-area .fuwari-00 div,
#present-area .fuwari-18 div {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: #ffffff;
}
#present-area .fuwari-00 {
  top: -80px;
}
#present-area .fuwari-18 {
  bottom: 80px;
}
#present-area .present-image,
#present-area .present-title {
  width: 60%;
  max-width: 480px;
  margin: 2rem auto 0;
  padding: 0;
}
#present-area .present-image img {
  width: 100%;
}
#present-area .present-title {
  text-align: center;
}
#present-area .present-title h3 {
  margin-bottom: 1rem;
}
#present-area .present-title .present-sub-title {
  display: inline-block;
  color: #311b71;
  font-size: 90%;
  margin: 0 auto 10px;
  padding: 4px 16px;
  border-top: 1px dashed #e4037e;
  border-bottom: 1px dashed #e4037e;
}
#present-area .present-title .caption {
  width: 85%;
  margin: 0 auto;
}

#contents,
.contents {
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 0 0 20px #ddd;
  background: #ffffff;
  border-radius: 10px;
  margin-top: -20px;
  margin-bottom: 30px;
}
#contents .inner,
.contents .inner {
  padding: 30px;
}

.contents + #contents,
#contents + .contents {
  margin-top: 0;
}

#overview-area .overview {
  margin: 30px 0 0;
  display: flex;
  flex-flow: wrap;
  border-top: 1px solid #dddddd;
}
#overview-area .overview dt, #overview-area .overview dd {
  margin-bottom: 0.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #dddddd;
}
#overview-area .overview dt {
  padding-right: 2rem;
  width: 20%;
  text-align: right;
  color: #311b71;
  font-weight: bold;
  font-family: "Maru Folk Bold";
}
#overview-area .overview dd {
  width: 80%;
}

#question-area {
  position: relative;
  margin-top: 0;
}
#question-area .question {
  margin: 30px 0;
  padding-left: 50px;
  counter-reset: number 0;
}
#question-area .question h1, #question-area .question h2, #question-area .question h3, #question-area .question h4, #question-area .question h5, #question-area .question h6 {
  margin: 2rem 0 0.5rem;
}
#question-area .question li {
  margin-top: 1rem;
  display: block;
}
#question-area .question .q-text {
  position: relative;
  display: block;
  font-family: "Maru Folk Bold";
  color: #311b71;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 5rem 0 2rem;
}
#question-area .question .q-text:before {
  counter-increment: number 1;
  content: "Q" counter(number);
  display: inline-block;
  position: absolute;
  top: -8px;
  left: -50px;
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
  border-radius: 40px;
  border: 1px dashed #e4037e;
  line-height: 38px;
  text-align: center;
}
#question-area .question .q-text:first-child {
  margin-top: 2rem;
}
#question-area .question .q-text span {
  display: inline-block;
  font-size: 1.2rem;
  padding: 2px 8px;
  margin-left: 1rem;
  border-radius: 40px;
  border: 1px solid #e4037e;
  color: #e4037e;
}
#question-area .column-item + span {
  display: inline-block;
  margin-left: 0.5rem;
  line-height: 46px;
}
#question-area .selectbox {
  position: relative;
}
#question-area .selectbox::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 22px;
  top: 35%;
  border-bottom: 2px solid #f3cf00;
  border-right: 2px solid #f3cf00;
  transform: rotate(45deg) translateY(-30%);
}
#question-area .q-group {
  display: block;
}
#question-area .q-group label {
  display: inline-block;
  margin-right: 1rem;
  min-width: auto;
}
#question-area input[type=radio],
#question-area input[type=checkbox] {
  display: none;
}
#question-area input + label {
  display: inline-block;
  min-width: 49%;
  vertical-align: top;
  padding: 1rem 1rem 0 4rem;
  margin: 0.5rem 0 0;
  cursor: pointer;
  position: relative;
  line-height: 30px;
}
#question-area input + label:before {
  content: '';
  position: absolute;
  display: block;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
}
#question-area input[type=radio] + label:before {
  top: 8px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
#question-area input[type=checkbox] + label:before {
  content: '';
  position: absolute;
  display: block;
  top: 12px;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
}
#question-area input[type=checkbox]:checked + label:after {
  content: '';
  position: absolute;
  display: block;
  top: 10px;
  left: 8px;
  width: 14px;
  height: 22px;
  border-right: 6px solid #f3cf00;
  border-bottom: 6px solid #f3cf00;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#question-area input[type=radio]:checked + label:after {
  content: '';
  position: absolute;
  display: block;
  top: 14px;
  left: 6px;
  width: 18px;
  height: 18px;
  border-radius: 11px;
  background-color: #f3cf00;
}
#question-area input[type=checkbox]:checked + label,
#question-area input[type=radio]:checked + label {
  color: #f3cf00;
  font-weight: bold;
}
#question-area input {
  vertical-align: middle;
}
#question-area select,
#question-area input[type=date],
#question-area input[type=text],
#question-area input[type=address],
#question-area input[type=tel],
#question-area input[type=number],
#question-area input[type=button],
#question-area textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#question-area select,
#question-area input[type=date],
#question-area input[type=text],
#question-area input[type=address],
#question-area input[type=tel],
#question-area input[type=number],
#question-area textarea {
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  padding: 10px;
  width: 100%;
  color: #666666;
}
#question-area select::placeholder,
#question-area input[type=date]::placeholder,
#question-area input[type=text]::placeholder,
#question-area input[type=address]::placeholder,
#question-area input[type=tel]::placeholder,
#question-area input[type=number]::placeholder,
#question-area textarea::placeholder {
  font-size: 1.4rem;
  color: #ccc;
  width: 80%;
}
#question-area select:focus,
#question-area input[type=date]:focus,
#question-area input[type=text]:focus,
#question-area input[type=address]:focus,
#question-area input[type=tel]:focus,
#question-area input[type=number]:focus,
#question-area textarea:focus {
  outline: 0;
  box-shadow: inset 0 0 1px 2px #f3cf00;
}
#question-area select optopn {
  width: 75%;
}
#question-area select option[disabled] {
  color: #ccc;
}
#question-area select option[selected] {
  color: #f3cf00;
}
#question-area select {
  text-indent: 0.01px;
  text-overflow: '';
}
#question-area select::-ms-expand {
  display: none;
}
#question-area textarea {
  height: 12rem;
}
#question-area input[type=text].input_err {
  border: 1px solid #c44;
  background-color: #fdd;
}
#question-area input[type=text].input_err::placeholder {
  color: #c44;
}
#question-area label + input,
#question-area input + input {
  display: inline-block;
  margin-top: 1rem;
}
#question-area button {
  margin: 0 auto;
  font-family: "Maru Folk Bold";
  box-shadow: 0 0 10px #999;
  -webkit-transition: .3s;
  transition: .3s;
}
#question-area button:hover, #question-area button:active, #question-area button:focus {
  outline: none;
}
#question-area button::-moz-focus-inner {
  border: none;
}
#question-area button:hover {
  box-shadow: none;
}
#question-area input#other-text {
  display: inline-block;
  margin-top: 0.75rem;
  width: 49%;
}
#question-area input#other-text[disabled] {
  background: #cccccc;
  cursor: default;
  box-shadow: none;
}
#question-area input#other-text .disabled {
  background: #cccccc;
  cursor: default;
  box-shadow: none;
}
#question-area .checked-view-item {
  display: none;
}
#question-area input.checked-view:checked ~ .checked-view-item {
  display: block;
  margin-top: 1rem;
  animation: fadein 1s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#question-area li .column-2 .column-item h4 {
  margin-top: 0;
}
#question-area li .column-2 + .column-2 {
  margin-top: 2rem;
}
#question-area .tel-number,
#question-area .p-code {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#question-area .tel-number .column-item,
#question-area .p-code .column-item {
  position: relative;
  margin-top: 0;
}
#question-area .tel-number .column-item::before,
#question-area .p-code .column-item::before {
  position: absolute;
  content: "−";
  top: 30%;
  left: 0.5rem;
}
#question-area .tel-number .column-item:first-child::before,
#question-area .p-code .column-item:first-child::before {
  content: "";
  margin-right: 0;
}
#question-area .tel-number .column-item {
  flex: 1;
  padding-left: 2rem;
}
#question-area .tel-number .column-item:first-child {
  padding-left: 0;
}
#question-area .p-code .column-item {
  flex: 3;
  padding-left: 2rem;
}
#question-area .p-code .column-item:first-child {
  flex: 2;
  padding-left: 0;
}
#question-area #agree + label {
  min-width: auto;
}
#question-area .precaution {
  padding: 1rem;
}
#question-area .precaution h1, #question-area .precaution h2, #question-area .precaution h3, #question-area .precaution h4, #question-area .precaution h5, #question-area .precaution h6 {
  margin: 2rem 0 0.5rem;
}
#question-area .precaution h1 a, #question-area .precaution h2 a, #question-area .precaution h3 a, #question-area .precaution h4 a, #question-area .precaution h5 a, #question-area .precaution h6 a {
  color: #0ba9d9;
}
#question-area .precaution h1 a[target="_blank"], #question-area .precaution h2 a[target="_blank"], #question-area .precaution h3 a[target="_blank"], #question-area .precaution h4 a[target="_blank"], #question-area .precaution h5 a[target="_blank"], #question-area .precaution h6 a[target="_blank"] {
  text-decoration: none;
}
#question-area .precaution h1 a[target="_blank"]::after, #question-area .precaution h2 a[target="_blank"]::after, #question-area .precaution h3 a[target="_blank"]::after, #question-area .precaution h4 a[target="_blank"]::after, #question-area .precaution h5 a[target="_blank"]::after, #question-area .precaution h6 a[target="_blank"]::after {
  content: "";
  background-image: url("../img/icon_blanklink.png");
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 0.25rem;
  margin-right: 0.5rem;
  margin-top: -0.25rem;
  background-size: contain;
  vertical-align: middle;
}
#question-area .precaution h1 a:hover, #question-area .precaution h2 a:hover, #question-area .precaution h3 a:hover, #question-area .precaution h4 a:hover, #question-area .precaution h5 a:hover, #question-area .precaution h6 a:hover {
  opacity: .7;
}
#question-area .precaution .question {
  padding-left: 0 !important;
}
#question-area .precaution .scroll-area {
  width: 100%;
  height: 12rem;
  margin: 1rem 0;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  overflow-y: scroll;
  font-size: 85%;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
#question-area .precaution .scroll-area ul, #question-area .precaution .scroll-area ol {
  line-height: 1.5;
  padding-left: 2rem;
}
#question-area .precaution .scroll-area ul {
  margin: 0;
  list-style: disc;
}
#question-area .precaution .scroll-area ul li {
  margin-bottom: 0.25rem;
}
#question-area .precaution .scroll-area ol {
  list-style-type: decimal;
}
#question-area .precaution .scroll-area ol li {
  margin-top: 0.25rem;
}
#question-area .btn-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 2rem auto 0;
  width: 100%;
  white-space: nowrap;
}
#question-area .btn-wrap .reset,
#question-area .btn-wrap .return {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 1.2rem;
  margin: 10px auto;
  text-align: center;
  white-space: nowrap;
  border-radius: 60px;
  border: 1px solid #f3cf00;
  font-family: "Maru Folk Bold";
  color: #f3cf00;
  background: #ffffff;
  transition: .3s;
  box-shadow: none;
}
#question-area .btn-wrap .reset:hover, #question-area .btn-wrap .reset:active,
#question-area .btn-wrap .return:hover,
#question-area .btn-wrap .return:active {
  opacity: .7;
}
#question-area .btn-wrap .reset:hover, #question-area .btn-wrap .reset:active, #question-area .btn-wrap .reset:focus,
#question-area .btn-wrap .return:hover,
#question-area .btn-wrap .return:active,
#question-area .btn-wrap .return:focus {
  outline: none;
}
#question-area .btn-wrap #submit {
  display: inline-block;
  width: 100%;
  font-family: "Maru Folk Bold";
  box-shadow: 0 0 10px #999;
  cursor: pointer;
  padding: 0 3rem;
  height: 80px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #f3cf00;
  border: none;
  border-radius: 5px;
  transition: .3s;
}
#question-area .btn-wrap #submit[disabled] {
  background: #ccc;
  cursor: default;
  box-shadow: none;
}
#question-area .btn-wrap #submit:hover {
  box-shadow: none;
}
#question-area .btn-wrap .reset + #submit,
#question-area .btn-wrap .return + #submit {
  width: 80%;
}
#question-area #little-after {
  position: absolute;
  bottom: 45%;
  left: -80px;
}
#question-area .fluffy {
  width: 100px;
  height: 100px;
  -webkit-animation: fluffy 3s ease infinite;
  animation: fluffy 3s ease infinite;
}

.sns-area {
  position: relative;
  display: block;
  margin: 0 auto 60px;
}
.sns-area ul.snsbtniti {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 0;
  /* Twitter */
  /* Facebook */
  /* LINE */
}
.sns-area ul.snsbtniti li {
  flex: 0 0 50px;
  text-align: center !important;
}
.sns-area ul.snsbtniti a {
  color: #fff;
}
.sns-area ul.snsbtniti a[target="_blank"]::after {
  background-image: none;
  width: 0;
  height: 0;
  margin: 0;
}
.sns-area ul.snsbtniti .flowbtn7 {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-decoration: none;
  transition: .5s;
}
.sns-area ul.snsbtniti .flowbtn7 i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sns-area ul.snsbtniti .flowbtn7:hover {
  transform: translateY(-5px);
}
.sns-area ul.snsbtniti .fl_tw7 {
  background: #00acee;
}
.sns-area ul.snsbtniti .fl_fb7 {
  background: #3b5998;
}
.sns-area ul.snsbtniti .fl_li7 {
  background: #fff;
  color: #1dcd00;
  font-size: 44px;
}

#footer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 60px;
}
#footer .wave-container {
  position: relative;
  text-align: center;
  overflow: hidden;
}
#footer .wave-container > svg {
  display: block;
  transform-origin: bottom;
  -webkit-animation: fotterWave 6000ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
  animation: fotterWave 6000ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
#footer .footer-link {
  position: relative;
  display: block;
  background: #ffffff;
  margin-top: -2px;
}
#footer .footer-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 30px;
}
#footer .footer-link ul li {
  display: inline-block;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  padding: 0 2rem;
  margin: 1rem 0;
  margin-left: -1px;
  font-family: "Maru Folk Bold";
  font-size: 1.4rem;
  white-space: nowrap;
}
#footer .footer-link a {
  text-decoration: none;
  color: #311b71;
  transition: .5s;
}
#footer .footer-link a[target="_blank"]::after {
  background-image: none;
  width: 0;
  height: 0;
  margin: 0;
}
#footer .footer-link a:hover {
  opacity: .7;
}
#footer .footer-link .footer-image {
  position: absolute;
  max-width: 120px;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#footer .copyright {
  display: block;
  font-family: "Maru Folk Bold";
  box-shadow: 0 0 20px #ddd;
  background: #311b71;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 680px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }

  #header .logo {
    padding: 10px;
  }

  #container {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .column-2 {
    display: block;
  }
  .column-2 .column-item {
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
  }
  .column-2 .column-item-ratio3 {
    width: 100%;
  }
  .column-2 .column-item-ratio3 + div {
    width: 100%;
  }

  #main-visual {
    height: 180px;
    padding: 10px 0;
  }
  #main-visual h1 .title {
    font-size: 2.4rem;
  }
  #main-visual h1 .sub-title {
    font-size: 2.0rem;
  }
  #main-visual h1 div .program-name {
    font-size: 1.4rem;
  }

  .pc-disp {
    display: none;
  }

  .sp-disp {
    display: block;
  }

  .ribbon {
    min-width: 80%;
    height: 40px;
    line-height: 40px;
    padding: 3.5px 0;
  }
  .ribbon h3 {
    line-height: 32px;
    font-size: 1.6rem;
  }
  .ribbon:before, .ribbon:after {
    position: absolute;
    content: '';
  }
  .ribbon:before {
    /*左端の山形*/
    border-width: 20px 0px 20px 10px;
  }
  .ribbon:after {
    /*右端の山形*/
    border-width: 20px 10px 20px 0px;
  }

  #present-area,
  #overview-area,
  #question-area,
  .inner {
    padding: 20px;
  }

  #present-area {
    padding-bottom: 140px;
    position: relative;
  }
  #present-area .present-image {
    padding: 10px 0;
    width: 100%;
  }
  #present-area .present-title {
    width: 100%;
  }
  #present-area .fuwari-00 {
    position: absolute;
    top: -60px;
    left: -25%;
    width: 150%;
  }
  #present-area .fuwari-18 {
    position: absolute;
    bottom: 90px;
    left: -25%;
    width: 150%;
  }

  #contents,
  .contents {
    margin-top: -10px;
    border-radius: 0;
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
  }
  #contents .inner,
  .contents .inner {
    padding: 20px;
  }

  #overview-area .overview {
    margin-top: 20px;
  }
  #overview-area .overview dt {
    width: 35%;
  }
  #overview-area .overview dd {
    width: 65%;
  }

  #question-area .question {
    padding-left: 45px;
  }
  #question-area li .column-2 + .column-2 {
    margin-top: 0;
  }
  #question-area .btn-wrap .reset + #submit,
  #question-area .btn-wrap .return + #submit {
    width: 70%;
  }
  #question-area #little-after {
    left: -10px;
    bottom: 41%;
  }
  #question-area .fluffy {
    width: 80px;
    height: 80px;
  }
  #question-area .precaution {
    padding: 1rem 0;
  }

  #footer .footer-link .footer-image {
    max-width: 90px;
    top: -90px;
  }
}
@media screen and (max-width: 768px) {
  #main-visual .collabo-logo {
    width: 80%;
  }

  .bg-white {
    padding: 20px;
  }

  .sub-headline {
    width: 95%;
    min-height: 30px;
  }
  .sub-headline h3 {
    font-size: 1.6rem;
  }

  .dot-box .sub-headline {
    width: 80%;
    min-width: auto;
    top: -40px;
  }
  .dot-box .center {
    margin-bottom: 40px;
  }

  .dot-box.inner {
    padding: 20px;
  }
}
.fuwari-01,
.fuwari-02,
.fuwari-03,
.fuwari-04,
.fuwari-05,
.fuwari-06,
.fuwari-07,
.fuwari-08,
.fuwari-09,
.fuwari-10,
.fuwari-11,
.fuwari-12,
.fuwari-13,
.fuwari-14,
.fuwari-15,
.fuwari-16,
.fuwari-17 {
  position: absolute;
  z-index: -999;
}
.fuwari-01 div,
.fuwari-02 div,
.fuwari-03 div,
.fuwari-04 div,
.fuwari-05 div,
.fuwari-06 div,
.fuwari-07 div,
.fuwari-08 div,
.fuwari-09 div,
.fuwari-10 div,
.fuwari-11 div,
.fuwari-12 div,
.fuwari-13 div,
.fuwari-14 div,
.fuwari-15 div,
.fuwari-16 div,
.fuwari-17 div {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: #ffffff;
}

.fuwari-01 {
  width: 200px;
  right: -80px;
  top: -50px;
  -webkit-animation: fuwari-up 36s infinite;
  animation: fuwari-up 36s infinite;
}

.fuwari-02 {
  width: 200px;
  left: -60px;
  bottom: -120px;
  -webkit-animation: fuwari-down 24s infinite;
  animation: fuwari-down 24s infinite;
}

.fuwari-03 {
  width: 300px;
  top: -200px;
  left: 40%;
  -webkit-animation: fuwari-down 36s infinite;
  animation: fuwari-down 36s infinite;
}

.fuwari-04 {
  width: 100px;
  left: 80px;
  top: -10px;
}

.fuwari-05 {
  width: 50px;
  right: 20px;
  bottom: -60px;
}

.fuwari-06 {
  width: 50px;
  left: -20px;
  top: -20px;
  -webkit-animation: fuwari-down 48s infinite;
  animation: fuwari-down 48s infinite;
}

.fuwari-07 {
  width: 100px;
  right: -50px;
  bottom: -180px;
  -webkit-animation: fuwari-up 24s infinite;
  animation: fuwari-up 24s infinite;
}

.fuwari-08 {
  width: 50px;
  left: -60px;
  bottom: -240px;
}

.fuwari-09 {
  width: 100px;
  left: -120px;
  -webkit-animation: fuwari-down 36s infinite;
  animation: fuwari-down 36s infinite;
}

.fuwari-10 {
  width: 50px;
  right: -80px;
  top: 300px;
  -webkit-animation: fuwari-down 48s infinite;
  animation: fuwari-down 48s infinite;
}

.fuwari-11 {
  width: 100px;
  right: -80px;
  top: 200px;
}

.fuwari-12 {
  width: 150px;
  left: -100px;
  top: 250px;
  -webkit-animation: fuwari-up 24s infinite;
  animation: fuwari-up 24s infinite;
}

.fuwari-13 {
  width: 150px;
  right: 30px;
  top: -100px;
  -webkit-animation: fuwari-down 36s infinite;
  animation: fuwari-down 36s infinite;
}

.fuwari-14 {
  width: 50px;
  right: 180px;
  top: 125px;
}

.fuwari-15 {
  width: 100px;
  left: 30px;
  top: -200px;
  -webkit-animation: fuwari-down 24s infinite;
  animation: fuwari-down 24s infinite;
}

.fuwari-16 {
  width: 300px;
  left: 50%;
  top: -200px;
  -webkit-animation: fuwari-up 48s infinite;
  animation: fuwari-up 48s infinite;
}

.fuwari-17 {
  width: 50px;
  right: 65%;
  top: -50px;
}

@media screen and (max-width: 680px) {
  .fuwari-01 {
    width: 80px;
    right: -30px;
    top: 0;
  }

  .fuwari-03 {
    width: 200px;
  }

  .fuwari-04 {
    width: 40px;
  }

  .fuwari-05 {
    width: 20px;
    right: 100px;
    bottom: 60px;
  }

  .fuwari-06 {
    width: 80px;
    left: -40px;
  }

  .fuwari-08 {
    width: 20px;
    left: 30px;
    bottom: 40px;
  }

  .fuwari-02,
  .fuwari-07,
  .fuwari-09,
  .fuwari-10,
  .fuwari-11,
  .fuwari-12,
  .fuwari-14,
  .fuwari-16 {
    display: none;
  }

  .fuwari-13 {
    right: 10px;
    top: -150px;
  }

  .fuwari-15 {
    width: 80px;
    top: -140px;
    -webkit-animation: fuwari-up 36s infinite;
    animation: fuwari-up 36s infinite;
  }

  .fuwari-17 {
    width: 40px;
    right: 55%;
    top: -55px;
  }
}
@keyframes GradationBG {
  0% {
    background-position: 80% 0%;
  }
  15% {
    background-position: 60% 25%;
  }
  30% {
    background-position: 40% 50%;
  }
  50% {
    background-position: 20% 100%;
  }
  80% {
    background-position: 40% 50%;
  }
  90% {
    background-position: 60% 25%;
  }
  100% {
    background-position: 80% 0%;
  }
}
@keyframes fuwari-up {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwari-down {
  0% {
    transform: translateY(100px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(100px);
  }
}
@keyframes fluffy {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-15px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fotterWave {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.confirm #question-area {
  margin-top: 0;
}
.confirm #question-area .question {
  margin-bottom: 30px;
}
.confirm #question-area .question .q-text {
  font-size: 1.6rem;
  margin: 3rem 0 1.5rem;
}
.confirm #question-area .question .q-text span {
  display: none;
}
.confirm #question-area .precaution {
  margin-bottom: 3rem;
}
.confirm #question-area .precaution h4:not([class]),
.confirm #question-area .precaution h3:not([class]) {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.confirm #question-area .precaution p {
  margin-bottom: 1.5rem;
}

.closed #main-visual,
.complete #main-visual {
  height: 200px;
}
.closed #main-visual h1 .title,
.complete #main-visual h1 .title {
  font-weight: 400;
}
.closed .title-message,
.complete .title-message {
  width: 70%;
  white-space: normal;
  max-height: 90px;
  overflow: hidden;
  margin: 40px auto 0;
}
.closed .title-text,
.complete .title-text {
  margin: 30px auto;
  width: 80%;
  font-family: "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  white-space: normal;
  font-size: 1.4rem;
}
.closed .title-text p,
.complete .title-text p {
  margin: 0;
}
.closed #contents,
.closed .contents,
.complete #contents,
.complete .contents {
  margin-top: 0;
}
.closed #contents img,
.closed .contents img,
.complete #contents img,
.complete .contents img {
  width: 100%;
}
.closed #contents .bnr-wrap,
.closed .contents .bnr-wrap,
.complete #contents .bnr-wrap,
.complete .contents .bnr-wrap {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.closed #contents .bnr-wrap .bnr,
.closed .contents .bnr-wrap .bnr,
.complete #contents .bnr-wrap .bnr,
.complete .contents .bnr-wrap .bnr {
  display: inline-block;
  margin: 0 auto;
  width: 80%;
}
.closed a[target="_blank"]::after,
.complete a[target="_blank"]::after {
  background-image: none;
  width: 0;
  height: 0;
  margin: 0;
}
.closed a img:hover,
.complete a img:hover {
  opacity: 0.7 !important;
}
.closed .btn,
.complete .btn {
  display: inline-block;
  width: auto;
  font-family: "Maru Folk Bold";
  box-shadow: 0 0 10px #999;
  cursor: pointer;
  padding: 0 2rem;
  height: 80px;
  line-height: 80px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  background: #f3cf00;
  border: none;
  border-radius: 5px;
  transition: .3s;
  font-weight: 700;
}
.closed .btn[disabled],
.complete .btn[disabled] {
  background: #ccc;
  cursor: default;
  box-shadow: none;
}
.closed .btn:hover,
.complete .btn:hover {
  box-shadow: none;
}

@media screen and (max-width: 680px) {
  .closed .title-message,
  .complete .title-message {
    width: 90%;
    max-height: 65px;
  }
  .closed .title-text,
  .complete .title-text {
    width: 90%;
  }
  .closed #contents .bnr-wrap .bnr,
  .complete #contents .bnr-wrap .bnr {
    width: 100%;
  }
  .closed .btn,
  .complete .btn {
    display: block;
  }
}
.panel-dacco-app {
  display: block;
  padding: 0.5rem;
  margin-bottom: 0;
  color: #666;
  line-height: 1.8;
}
.panel-dacco-app .message {
  font-size: 1.4rem;
}
.panel-dacco-app .small {
  font-size: 1.2rem;
  color: #999;
}
.panel-dacco-app h3.h4 {
  font-family: "Maru Folk Bold";
  color: #6f4829;
  font-size: 1.6rem;
  padding-top: 1rem;
}
.panel-dacco-app .btn {
  font-size: 1.6rem;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0 2rem;
  width: auto;
  margin: 2rem auto;
  background-image: -webkit-linear-gradient(left, #f36e93, #f38888);
  background-image: linear-gradient(left, #f36e93, #f38888);
  box-shadow: 0px 3px 0px #f36e93;
  transition: .3s;
}
.panel-dacco-app .btn:hover {
  opacity: .8;
  box-shadow: 0px 3px 0px #f36e93;
}

div .error-message {
  color: #c44;
  margin-top: 0.5rem;
}
