.pc { display: block !important; }
.sp { display: none !important; }

/*notes*/
.wrap { background: url("allbg.png") repeat; }

.header__top__wrap {
  background: #fff;
  border-top: 5px solid #ad0026;
}
.header__top__wrap .header__top {
  margin: auto;
  max-width: 1156px;
  padding: 12px 5%;
}
.header__main__wrap {
  background: top center / contain url(0000.png) no-repeat;
  padding: 60px 5% 0;
}
.header__main__wrap .ttl {
  display: block;
  margin: auto;
  max-width: 504px;
}
.header__main__wrap .box__wrap {
  display: flex;
  justify-content: space-between;
  margin: 12px auto 46px;
  max-width: 820px;
}
.header__main__wrap .box__wrap .box {
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(33,80,187,0.5);
  padding: 20px 20px 16px 20px;
  width: 27.43%;
}
.header__main__wrap .box__wrap .box:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(0004.png) no-repeat;
  width: 61px;
  height: 61px;
  top: -8px;
  right: -8px;
}
.header__main__wrap .box__wrap .box .txt1 {
  background: bottom left / 90% url(0003.png) no-repeat;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: .5em;
  padding-bottom: .3rem;
}
.header__main__wrap .box__wrap .box .txt2 {
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}

form .info {
  align-items: flex-start;
  font-weight: 500;
  display: flex;
  line-height: 2;
  margin: 0 auto;
  max-width: 820px;
  width: 100%
}

form .info .jpx {
  align-items: flex-start;
  display: flex;
  font-size: .8rem;
  margin-top: 1em;
}
form .info .jpx img { margin-right: 1em; }
form .info .jpx2 { width: 26.82%; }

/*-- 申し込み ------------------------------------------------------------------------*/
.s01__wrap {
  background: top center / cover url(0100.png) no-repeat;
  padding: 50px 5% 80px;
}
.s01__wrap .box {
  background: #fff;
  border-radius: 10px;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.15));
  margin: auto;
  max-width: 820px;
  padding: 60px 50px 30px;
}
.ttl_sub {
  color: #1d3b7f;
  position: relative;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.3;
  margin-bottom: 1.5em;
  text-align: center;
}
.s01__wrap .ttl_sub { margin-bottom: .8em; }
.ttl_sub:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(0101.png) no-repeat;
  width: 260px;
  height: 133px;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
}
.s01__wrap .box .txt1 {
  line-height: 1.7;
  margin-bottom: 2rem;
}
.s01__wrap .box .txt1 span {
  text-decoration: underline;
}

/*-- form -----------------------------------------------------*/

#form {
  margin: 2em auto;
}
#form .item__wrap {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 1.2em;
  padding-bottom: 1.2em;
}
#form .item {
  align-items: flex-start;
  display: flex;
}
#form .item .item_min {
  font-size: 1.4rem;
  font-weight: 600;
  width: 25%;
}
#form .item .item_min .txt {
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 0.3rem;
}
#form .item .item_min .req {
  color: #e50000;
  font-size: 0.8rem;
  font-weight: 700;
}
#form .item__wrap:nth-child(5) .item .item_min .req { padding-top: 6px; }
#form .item__wrap:nth-child(9) .item .item_min .req {
  color: #aaaaaa;
  font-weight: 700;
}
#form strong {
  color: red;
  font-size: .8rem;
  display: inline-block;
  padding-left: 13rem;
}
#form input[type=text],
#form textarea {
  background: #fafafa;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  padding: 1.2% 1.5%;
}
#form .item__wrap:nth-child(10) input[type=text] { display: none; }

#form select {
  background: #fafafa;
  border: 1px solid #cdcdcd;
  border-radius: 4px; 
  padding: 5% 250% 5% 5%;
}
#form select:invalid { color: #ccc !important; }
#form select option { color: #333; }
#form select option:first-child { color: #ccc; }

#form textarea {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  height: 100px;
  width: 590px;
}
article{
  display: block;
  background: #fafafa;
  border: 1px solid #cdcdcd !important;
  border-radius: 4px;
  box-sizing: content-box;
  line-height: 1.5;
  height: 100px;
  margin-bottom: 0.3rem;
  overflow: scroll;
  overflow-x: hidden;
  padding: 1em !important;
  max-width: 610px;
}
#form .answer article { display: none; }
#form .item__wrap:nth-child(10) article{
  display: block !important;
  margin-bottom: 0.2rem;
  max-width: 580px;
}

#form article.other {
  margin: 0 auto;
  width: 610px;
}

article span {
  font-size: 1.1rem;
  font-weight: 700;
}

#form input[type=checkbox] {
  position: relative;
  cursor: pointer;
  margin: .5em 0 2em 0;
}
#form input[type=checkbox]:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  background: url(0102_off.png);
  height: 40px;
  width: 120px;
}
#form input[type=checkbox]:checked:before {
  background: url(0102.png);
}

#form .submit__wrap {
  margin: 0 auto;
  max-width: 400px;
}
#form .submit__wrap.cv a { display: inline-block; }
#form .submit__wrap.cv input[type=submit] {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
  background: url(0104.png),linear-gradient(to bottom,#f2ae1e 49%,#f0a505 51%);
  background-repeat: no-repeat;
  background-position: top 50% right 4%;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 0 #d28f00;
  font-weight: 700;
  font-size: 1.3rem;
  cursor: pointer;
  display: block;
  height: 80px;
  margin: auto;
  width: 400px;
}

::-webkit-input-placeholder {
  color: #cdcdcd;
}
.s01__wrap .box .txt2 {
  color: #aaaaaa;
  font-size: 1.2rem;
  margin-top: .5em;
  margin-left: 25%;
}
.s01__wrap .box .txt3 {
  background: url(0103.png) no-repeat , center center;
  background-size: contain;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 2em auto 1em;
  max-width: 531px;
  padding: 1rem 2rem;
  text-align: center;
}
.s01__wrap .box .txt3 span {
  color: #f0a505;
}
.s01__wrap .box .txt3 span span {
  font-size: 1.7rem;
  padding-left: .3rem;
}

/*-- step------------------------------------------------------------- --*/
.s02__wrap {
  background: top center / cover url(0200.png) no-repeat;
  padding: 70px 5%;
}
.s02__wrap .ttl_sub {
  position: relative;
  color: #fff;
  z-index: 1;
}
.s02__wrap .ttl_sub:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(0204.png) no-repeat;
  width: 222px;
  height: 128px;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.s02__wrap .box__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 820px;
}
.s02__wrap .box__wrap .box {
  background: center center / contain url(0201.png) no-repeat;
  height: 262px;
  box-sizing: border-box;
  padding: 32px 0;
  text-align: center;
  width: 31.95%;
}
.s02__wrap .box__wrap .box:nth-child(2) {
  background: center center / contain url(0202.png) no-repeat;
}
.s02__wrap .box__wrap .box:nth-child(3) {
  background: center center / contain url(0203.png) no-repeat;
}
.s02__wrap .box__wrap .box .txt1 {
  color: #219cbb;
  font-size: .9rem;
  font-weight: 700;
}
.s02__wrap .box__wrap .box .txt2 {
  font-weight: 700;
  padding: 0.8rem 0 0.5rem 0;
}
.s02__wrap .box__wrap .box .txt3 {
  font-size: .8rem;
  font-weight: 500;
}

/*-- オススメ------------------------------------------------------------ --*/
.s03__wrap {
  background: top center / 25px url(0300.png) repeat;
  padding: 80px 5% 50px;
}
.s03__wrap .ttl_sub {
  position: relative;
  z-index: 1;
}
.s03__wrap .ttl_sub:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(0311.png) no-repeat;
  width: 411px;
  height: 166px;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.s03__wrap .txt1 {
  position: relative;
  background: #63a3d4;
  border-radius: 2em;
  color: #fff;
  display: table;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 auto 3em;
  padding: .5em 1.5em;
  text-align: center;
  z-index: 3;
}
.s03__wrap .txt1:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -13px;
  border: 13px solid transparent;
  border-top: 12px solid #63a3d4;
}
.s03__wrap .txt1 span {
  color: #ffea00;
  font-size: 2rem;
}
.s03__wrap .box__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 720px;
}
.s03__wrap .box__wrap .box {
  margin-bottom: 30px;
  width: 47.22%;
}
.s03__wrap .box__wrap .box .txt2 {
  font-weight: 700;
  margin: .8em 0 .4rem 0;
}

/*-- Q&A------------------------------------------------------------------- --*/
.s04__wrap {
  background: center center / cover url(0400.png) no-repeat;
  padding: 80px 5%;
}
.s04__wrap .ttl_sub {
  position: relative;
  color: #fff;
  z-index: 1;
}
.s04__wrap .ttl_sub:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(0402.png) no-repeat;
  width: 462px;
  height: 119px;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.s04__wrap .box__wrap {
  margin: auto;
  max-width: 820px;
}
.s04__wrap .box__wrap .box {
  position: relative;
  background: #fff;
  border-radius: 10px;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.15));
  margin-bottom: 30px;
  padding: 20px 30px;
}
.s04__wrap .box__wrap .box:last-child {
  margin-bottom: 0;
}
.s04__wrap .box__wrap .box:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(0401.png) no-repeat;
  width: 82px;
  height: 77px;
  top: -5px;
  right: -10px;
}
.s04__wrap .box__wrap .box .box_min {
  align-items: flex-start;
  display: flex;
}
.s04__wrap .box__wrap .box .box_min:nth-child(1) {
  border-bottom: .5px solid #cccccc;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.s04__wrap .box__wrap .box .box_min .txt1 {
  color: #1e48a8;
  font-size: 2.1rem;
  font-weight: 700;
  margin-right: .5em;
}
.s04__wrap .box__wrap .box .box_min .txt2 {
  color: #3cc4c6;
  font-size: 2.1rem;
  font-weight: 700;
  margin: 0 .5em 0 .2rem;
}
.s04__wrap .box__wrap .box .box_min .txt3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: .6em 0;
}
.s04__wrap .box__wrap .box .box_min .txt3.answer{
  margin-top: 0.5rem;
}
.s04__wrap .box__wrap .box .box_min .txt4 { line-height: 1.5; }
.s04__wrap .box__wrap .box .box_min .txt4 a {
  color:#406ac9;
  text-decoration: underline;
}

/*-- CVボタン----------------------------------------------------------- --*/
.s05__wrap {
  background: center center / cover url(0200.png) no-repeat;
  padding: 60px 5% 90px;
}
.s05__wrap .txt {
  background: url(0501.png) no-repeat , center center;
  background-size: contain;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 auto 1em;
  max-width: 531px;
  padding: 1.1rem 2rem;
  text-align: center;
}
.s05__wrap .txt span {
  color: #f0a505;
}
.s05__wrap .txt span span {
  font-size: 1.7rem;
  padding-left: .5rem;
}
.s05__wrap button.form_complete {
  color: #fff;
  background: url(0502.png),linear-gradient(to bottom,#f2ae1e 49%,#f0a505 51%);
  background-repeat: no-repeat;
  background-position: top 50% right 4%;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 0 #d28f00;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  cursor: pointer;
  display: block;
  height: 80px;
  margin: auto;
  width: 400px;
}
/*
  .s05__wrap input[type=submit] {
  background: url(0502.png);
  border: 0;
  cursor: pointer;
  display: block;
  height: 74px;
  margin: auto;
  width: 400px;
}
 */

/*-- fotter-------------------------------------------------------------- --*/
footer {
  background: #f2f2f2 !important;
  padding: 1.5em 5% !important;
  text-align: center;
}

/*-- 完了ページ-------------------------------------------------------------- --*/
.completed {
  line-height: 2;
  margin: 0 auto;
  padding-bottom: 3.5rem;
  text-align: center;
  width: 100%;
  max-width: 820px;
}
.completed .completed-text p { padding-bottom: 2rem; }
.completed .completed-text a { display: inline-block; }
.completed .completed-text button.contact {
  color: #666;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: url(completed_btn_arrow.png),linear-gradient(to bottom,#fff 49%,#f6f6f6 51%);
  background-repeat: no-repeat;
  background-position: top 50% right 4%;
  background-size: 10px,100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 0 #ccc;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  height: 60px;
  width: 400px;
}


/* SP================================================================================================================================================================================SP */

@media screen and (max-width:720px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

/*notes*/
.header__top__wrap .header__top img {
  width: 30%;
}
.header__main__wrap {
  background: top center / contain url(0000_sp.png) no-repeat;
  padding: 30px 0 20px;
}
.header__main__wrap .ttl {
  margin-left: 4%;
  max-width: 74%;
}
.header__main__wrap .box__wrap {
  flex-wrap: wrap;
  justify-content: center;
  margin: 12px auto 12px;
  padding-bottom: 12px;
}
.header__main__wrap .box__wrap .box {
  margin: 2%;
  padding: 2%;
  width: 40%;
}
.header__main__wrap .box__wrap .box:before {
  width: 31px;
  height: 31px;
  top: -4px;
  right: -4px;
}
.header__main__wrap .box__wrap .box .txt1 { font-size: .8rem; }
.header__main__wrap .box__wrap .box .txt2 { font-size: .7rem; }

form .info {
  font-size: .8rem;
  margin: 0 auto;
  width: 90%;
}
form .info .jpx { font-size: .7rem; }
form .info .jpx img { width: 16%; }

/*-- form------------------------------------------------------------------- --*/
.s01__wrap {
  background: top center / cover url(0100_sp.png) no-repeat;
  padding: 50px 3% 40px;
}
.s01__wrap .box {
  padding: 40px 16px 10px;
}
 .ttl_sub {
 font-size: 1.4rem;
 margin-bottom: 1.3rem
 }
 .ttl_sub:before {
  width: 140px;
  top: -50px;
}
.s01__wrap .box .txt1 {
  font-size: .8rem;
}

#form .item__wrap {
  border-bottom: none;
  margin-bottom: .5em;
  padding-bottom: .5em;
}
#form .item__wrap:nth-child(10) {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 0;
}
#form .item {
  display: block;
}
#form .item .item_min {
  align-items: center;
  display: flex;
  width: 100%;
}
#form .item__wrap:nth-child(5) .item .item_min { padding-bottom: 5px; }
#form .item .item_min .req {
  font-size: .8rem;
  margin: 0 0 .1rem 1em;
}
#form .item__wrap:nth-child(5) .item .item_min .req { padding-top: 0; }

#form .item .item_min div,
#form .item .item_min span { font-size: 16px !important; }

#form strong { padding-left: 0; }

#form strong:nth-child(2) { padding-bottom: 1rem; }

#form input[type=text],
#form textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  padding: 5% 2%;
  width: 95%;
}
#form select {
  font-size: 1rem;
  margin-left: 0; 
  padding: 5% 2%;
  width: 100%;
}
#form article {
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
}
#form article span {
  font-size: 1rem;
  font-weight: 700;
}
#form article.other { width: 100%; }
#form input[type=checkbox] {
  display: block;
  margin: 20px auto 30px;
}
#form .answer ul { color: #fff; }

#form input[type=checkbox]:before {
  top: -1px;
  left: -50px;
  margin: auto;
  height: 40px;
  width: 120px;
}

#form .submit__wrap.cv a { display: block; }
#form .submit__wrap.cv input[type=submit] {
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: url(0104_sp.png),linear-gradient(to bottom,#f2ae1e 49%,#f0a505 51%);
  background-repeat: no-repeat;
  background-position: top 50% right 4%;
  background-size: 1rem,100%;
  box-shadow: 0 4px 0 #d28f00;
  font-size: 1.3rem;
  padding-top: 0.2rem;
  height: 4rem;
  width: 100%;
}

.s01__wrap .box .txt3 {
  background: center center / contain url(0103_sp.png) no-repeat;
  font-size: .9rem;
  line-height: 1.3;
  margin: 2rem 0 0.3rem 0;
  padding: 1rem 0.5rem;
}
.s01__wrap .box .txt3 span {
  color: #f0a505;
}
.s01__wrap .box .txt3 span span {
  font-size: 1.3rem;
  padding-left: 0.2rem;
}

/*notes*/
.s02__wrap {
  background: top center / cover url(0200.png) no-repeat;
  padding: 40px 5%;
}
.s02__wrap .ttl_sub:before {
  top: -50px;
  width: 111px;
}
.s02__wrap .box__wrap {
  display: block;
  max-width: 76%;
}
.s02__wrap .box__wrap .box {
  margin: 5% 0;
  padding: 46px 0;
  width: 100%;
}
.s02__wrap .box__wrap .box .txt1 {
  font-size: .8rem;
}
.s02__wrap .box__wrap .box .txt2 {
  font-weight: 700;
}

/*-- おすすめ sp --------------------------------------------------------*/
.s03__wrap {
  padding: 40px 3% 20px;
}
.s03__wrap .ttl_sub:before {
  top: -70px;
  width: 205px;
}
.s03__wrap .txt1 {
border-radius: 3em;
  font-size: 1rem;
  line-height: 1.3;
  padding: 0.5em 1.8em;
}
.s03__wrap .txt1 span {
  font-size: 1.5rem;
}
.s03__wrap .box__wrap .box {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 20px;
  width: 48.5%;
}
.s03__wrap .box__wrap .box .txt2 {
  font-weight: 700;
  margin-top: .5em;
  font-size: .8rem;
  line-height: 1.6;
}
.s03__wrap .box__wrap .box img:last-child { width: 55%; }

/* Q&A sp ----------------------------------------------------------------*/
.s04__wrap {
  padding: 40px 3%;
}
.s04__wrap .ttl_sub:before {
  width: 231px;
}
.s04__wrap .box__wrap .box {
  margin-bottom: 1.2rem;
  padding: 0.7rem 0.8rem;
}
.s04__wrap .box__wrap .box:before {
  width: 41px;
  height: 38px;
  top: -2px;
  right: -5px;
}
.s04__wrap .box__wrap .box .box_min .txt1 {
  font-size: 1.5rem;
}
.s04__wrap .box__wrap .box .box_min .txt2 {
  font-size: 1.5rem;
}
.s04__wrap .box__wrap .box .box_min .txt3 {
  font-size: 1rem;
  margin-top: .1em;
  line-height: 1.4;
}
.s04__wrap .box__wrap .box .box_min .txt3.answer { margin-top: 0; }
.s04__wrap .box__wrap .box .box_min .txt4 {
  font-size: .8rem;
  line-height: 1.7;
  word-break: break-all;
}

.s04__wrap .box__wrap .box .box_min:nth-child(1) {
  margin-bottom: 0.9em;
  padding: 0.1rem 0.5em 0.1rem 0;
}

/*notes*/
.s05__wrap { padding: 2.5rem 1rem 3rem 1rem; }

.s05__wrap .txt {
  background: center center / contain url(0501_sp.png) no-repeat;
  font-size: .9rem;
  line-height: 1.3;
  margin: 0 0 1rem 0;
  padding: 0 0.5rem 0;
}
.s05__wrap .txt span span { font-size: 1.3rem; }

.s05__wrap button.form_complete {
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: url(0502_sp.png),linear-gradient(to bottom,#f2ae1e 49%,#f0a505 51%);
  background-repeat: no-repeat;
  background-position: top 50% right 4%;
  background-size: 1rem,100%;
  box-shadow: 0 4px 0 #d28f00;
  font-size: 1.3rem;
  padding-top: 0.3rem;
  height: 4rem;
  width: 100%;
}


/*notes*/
footer {
  background: #868686 !important;
  color: #fff;
  font-size: .8rem !important;
}


/*-- 完了ページ-------------------------------------------------------------- --*/
.completed {
  padding-bottom: 3rem;
  width: 90%;
}
.completed .completed-text p { padding-bottom: 2rem; }
.completed .completed-text a { display: block; }
.completed .completed-text button.contact {
  color: #666;
  background: url(completed_btn_arrow.png),linear-gradient(to bottom,#fff 49%,#f6f6f6 51%);
  background-repeat: no-repeat;
  background-position: top 50% right 4%;
  background-size: 10px,100%;
  max-width: 400px;
  width: 100%;
}






}

