.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
h1 {
  display: none;
}
h2 {
  background: linear-gradient(to right, #00b5ff, #35308b);
  color: #fff;
  font-size: 4.0rem;
  font-weight: 600;
  margin-bottom: 64px;
  padding: 24px 0;
  text-align: center;
}

/*notes*/
.header__top__wrap {
  background: linear-gradient(to right, #00b5ff, #35308b);
  position: fixed;
  width: 100%;
  z-index: 1;
}
.header__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
  padding: 8px 1%;
}
.header__main {
  background: top / cover no-repeat url("../img/m_bg.jpg");
  padding: 32px 0 16px;
}
.header__main .b1 {
  margin: auto;
  max-width: 1000px;
  margin-top: 96px;
}

/*notes*/
.s01__wrap {
  background: linear-gradient(#edffff, #49cbff, #2197db);
  padding: 64px 4%;
}
.s01__wrap .b1 {
  background: #fff;
  border-radius: 40px;
  margin: 0 auto 46px;
  max-width: 976px;
  padding-bottom: 1px;
}
.s01__wrap .b2 {
  align-items: flex-start;
  background: #fff;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  margin: 0 auto 32px;
  max-width: 800px;
  text-align: center;
}
.s01__wrap .b2 div {
  margin: 0 16px;
}
.s01__wrap .b3 {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
  max-width: 976px;
}
.s01__wrap .b4 {
  background: #fff;
  border-radius: 20px;
  width: 416px;
  margin-bottom: 8px;
  padding: 24px 32px;
}
.s01__wrap .b5 {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.s01__wrap .t1 {
  background: linear-gradient(to right, #00b5ff, #35308b);
  border-radius: 40px 40px 0 0;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
  padding: 8px 0;
  text-align: center;
}
.s01__wrap .t2 {
  color: #0095b4;
  font-size: 4.0rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 16px 0;
  text-align: center;
}
.s01__wrap .t3 {
  margin-bottom: 32px;
  text-align: center;
}
.s01__wrap .t4 {
  color: #0095b4;
  font-size: 2.0rem;
}
.s01__wrap .t5 {
  color: #0095b4;
  font-weight: 600;
  margin-top: 8px;
}
.s01__wrap .t6 {
  color: #ff295b;
  font-size: 2.4rem;
  font-weight: 600;
}
.s01__wrap .t7 {
  color: #0095b4;
  font-size: 2.4rem;
  font-weight: 600;
}
.s01__wrap .t8 {
  background: #0095b4;
  color: #fff;
  font-size: 1.4rem;
  padding: 4px 8px;
}
.s01__wrap .t9 {
  border: 2px solid #0095b4;
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  margin-top: 16px;
  padding: 4px 8px;
  text-align: center;
}
.s01__wrap .t9 div {
  margin: 0 8px;
}
.s01__wrap .t10 {
  background: #fff;
  border-radius: 8px;
  color: #3ebcf4;
  display: table;
  font-size: 4.0rem;
  font-weight: 600;
  margin: 64px auto 16px;
  padding: 8px 24px;
  text-align: center;
}
.s01__wrap .t11 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
}
.s01__wrap .t12 {
  color: #ffeb07;
  font-size: 4.0rem;
  font-weight: 600;
  margin-top: 64px;
  text-align: center;
}

/*notes*/
.s02__wrap {
  background: #fff;
  padding: 0 0 64px;
}
.s02__wrap .b1 {
  margin: 0 auto 46px;
  max-width: 768px;
  text-align: center;
}
.s02__wrap .b1 img {
  margin: 16px 0;
}
form {
  margin: auto;
  max-width: 600px;
}
.form_req {
  background: #ff295b;
  color: #fff;
  font-size: 1.2rem;
  margin-right: 8px;
  padding: 4px 8px;
}
.form_any {
  background: #0095b4;
  color: #fff;
  font-size: 1.2rem;
  margin-right: 8px;
  padding: 4px 8px;
}
form input.txt {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin: 8px 0 16px;
  padding: 16px 2%;
  width: 96%;
}
form textarea.txt2 {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin: 8px 0;
  padding: 16px 2%;
  width: 96%;
  height: 150px;
}
form input.txt3 {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin: 8px 70% 16px 0;
  padding: 16px 2%;
  width: 26%;
}
::-webkit-input-placeholder {
  color: #ddd;
  font-size: 1.4rem;
}
.btn__submit {
  background: #ff295b;
  border: none;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  display: table;
  font-size: 2.6rem;
  font-weight: 600;
  margin: 16px auto 0;
  max-width: 300px;
  padding: 16px 94px;
  transition: .4s;
}
.btn__submit:hover {
  background: #cfbb9e;
}
/*select*/
.select__wrap {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 16px;
}
select {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 8px;
  -webkit-appearance:none;
  margin-bottom: 4px;
  padding: 16px 10%;
  width: 100px;
}
.select {
  position: relative;
}
.select::after {
  position: absolute;
  content: '';
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #454e56;
  top: 42%;
  right: 12%;
}
.select:not(:first-child) {
  margin-left: 16px;
}
/*radio*/
.radio__wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  line-height: 3rem;
  margin: 16px 0 24px;
}
.radio__wrap2 {
  margin: 16px 0 24px;
}
.radio__wrap3 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  line-height: 3rem;
}
.radio__wrap label {
  margin-right: 16px;
}
/* input[type="radio"] {
  display: none;
}
input[type="radio"]+label {
  position: relative;
  margin-right: 1.5em;
  padding-left: 2.5em;
}
input[type="radio"]+label::before {
  position: absolute;
  content:"";
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
}
input[type="radio"]:checked+label::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #555;
  border-left: 2px solid #555;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg) translateY(-50%);
  width: 12px;
  height: 6px;
  top: 42%;
  left: 9px;
} */

/*notes*/
.s03__wrap {
  background: #fff;
  padding: 0 0 64px;
}
.s03__wrap table {
  margin-bottom: 16px;
  margin: auto;
  max-width: 1000px;
}
.s03__wrap table th {
  border-bottom: 1px solid #eee;
  font-weight: 400;
  padding: 10px;
  text-align: left;
  width: 30%;
}
.s03__wrap table td {
  border-bottom: 1px solid #eee;
  padding: 10px;
}

/*notes*/
.s04__wrap {
  background: #fff;
  padding: 0 0 64px;
}
.s04__wrap ul {
  margin: 46px auto 0;
  max-width: 640px;
}
.s04__wrap li {
  color: #0095b4;
  font-size: 2.8rem;
  font-weight: 600;
  padding-left: 16px;
  position: relative;
  margin: 32px 0 16px;
}
.s04__wrap li:before {
  position: absolute;
  background: 100% / 100% url(../img/0401.png) no-repeat;
  content: "";
  width: 10px;
  height: 17px;
  top: 12px;
  left: 0;
}
.s04__wrap li:last-child {
  margin-bottom: 0;
}
.s04__wrap .t1 {
  margin-left: 32px;
}

/*notes*/
footer {
  padding: 24px 4%;
  text-align: center;
}

@media screen and (max-width:560px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
 
/*notes*/
.header__top {
  padding: 8px 2%;
}
.header__main {
  background: top / cover no-repeat url("../img/m_bg.jpg");
  padding: 0;
}
.header__main .b1 {
  margin-top: 0;
}
.header__main .b1 img {
  padding-top: 18%;
}
.h_logo {
  width: 45%;
}

/*notes*/
.s01__wrap {
  background: linear-gradient(#edffff, #49cbff, #2197db);
  padding: 64px 2%;
}
.s01__wrap .b2 {
  display: block;
}
.s01__wrap .b2 div {
  margin: 0 16px 16px;
}
  .s01__wrap .b4 {
  padding: 16px;
}
.s01__wrap .t7 {
  font-size: 2.0rem;
}
.s01__wrap .t8 {
  font-size: 1.2rem;
}
.s01__wrap .t10 {
  font-size: 3.2rem;
  margin: 32px auto 16px;
}
.s01__wrap .t11 {
  font-size: 2.0rem;
}
.s01__wrap .t12 {
  font-size: 2.8rem;
  margin-top: 32px;
}
  
/*notes*/
form {
  padding: 0 4%;
} 
  
/*notes*/
.s04__wrap ul {
  padding: 0 2%;
}
.s04__wrap .t1 {
  margin-left: 16px;
}
}