@charset "UTF-8";
#all_wrap {
  overflow: hidden;
}

.header_inner {
  width: 1200px;
  max-width: 95%;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_logo img {
  height: 40px;
  width: auto;
}

.header_contact {
  width: 550px;
  max-width: 100%;
}

.header_contact ul {
  display: flex;
  justify-content: space-between;
}

.header_contact li {
  width: 49%;
}

.header_contact a {
  color: #111;
}

.header_banner-sp {
  width: 50px;
  height: 50px;
}

/* responsive
--------------------------------------------- */
@media screen and (min-width: 461px) and (max-width: 999px) {
  /*　for iPad 　*/
  /*　for iPhone Landscape　(iPhone 横)　*/
  .header_contact {
    width: 400px;
    max-width: 100%;
  }
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .header_logo img {
    height: 30px;
    width: auto;
  }
  .header_contact {
    width: 110px;
    max-width: 100%;
  }
}

.mv {
  position: relative;
}

.mv_inner {
  width: 1200px;
  max-width: 95%;
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
}

.mv_sp {
  display: none !important;
}

.mv p {
  margin: 20px;
}

.mv p img {
  width: 60%;
  display: block;
  margin: 0 auto;
}

.mv h2 img {
  width: 35%;
  display: block;
  margin: 0 auto;
}

.mv_bottom {
  position: absolute;
  bottom: -20px;
  z-index: 1;
}

/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 1280px) {
  .mv p {
    margin: 10px;
  }
  .mv_inner {
    width: 1200px;
    max-width: 95%;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
  }
  /*-- ここまで --*/
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .mv_pc {
    display: none !important;
  }
  .mv_sp {
    display: block !important;
  }
  .mv_inner {
    width: 1200px;
    max-width: 95%;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .mv h2 img {
    width: 75%;
    display: block;
    margin: 0 auto;
  }
  .mv p img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .mv_bottom {
    position: absolute;
    bottom: -1px;
    z-index: 1;
  }
  .mv p {
    margin: 40px 10px;
  }
}

.banner {
  background-color: #ff7d0d;
  width: 100%;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

.banner_inner {
  width: 1200px;
  max-width: 92%;
  margin: 0 auto;
}

.banner_title {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.banner_title h2 {
  color: #fff;
  font-size: 1.5em;
}

.banner_title img {
  width: 100px;
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .banner_title {
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
  }
  .banner_title h2 {
    color: #fff;
    font-size: 1.2em;
    text-align: center;
  }
}

.search {
  padding-bottom: 60px;
  background: #fff9d5;
}

.search_top {
  position: relative;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
}

.search_top img {
  position: absolute;
  width: 120px;
  height: 60px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.search_inner {
  width: 1000px;
  max-width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.search_list {
  margin: 20px 0;
}

.search_list ul {
  display: flex;
  justify-content: space-around;
}

.search_list li {
  width: 23%;
  border: 3px solid #ccc;
  border-radius: 5px;
  box-shadow: 10px 10px 15px -10px !important;
}

.search_list li img {
  border-radius: 3px;
}

.search_list li:hover {
  transform: translate(0, -5px) !important;
  transition-duration: 0.5s !important;
}

.search_text {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.search_text p {
  font-size: 1.2em;
  color: #ff7d0d;
  text-align: center;
}

.search_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  top: 0;
  margin: auto;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search_bottom img {
  width: 150px;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .search_list ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .search_list li {
    width: 47%;
    border: 2px solid #ccc;
  }
  .search_space {
    margin-bottom: 10px;
  }
  .search_text p {
    font-size: 1.2em;
    color: #ff7d0d;
    text-align: center;
  }
}

.age {
  background-color: #e7f3ff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
  padding: 80px 0;
}

.age_inner {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}

.age_title {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.age_title h2 {
  color: #fff;
  font-size: 1.4em;
  letter-spacing: 5px;
  background: #ff7d0d;
  box-shadow: 0px 0px 0px 5px #ff7d0d;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
}

.age_title span {
  font-size: 1.2em;
  color: #fff;
}

.age_text {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

.age_block-1 {
  margin-top: 40px;
}

.age_block-1 h3 {
  font-size: 1.4em;
  text-align: center;
  color: #ff7d0d;
  margin-bottom: 20px;
}

.age_block-1 ul {
  display: flex;
  justify-content: space-around;
}

.age_block-1 li {
  width: 48%;
}

.age_case {
  background: #fff;
  display: flex;
  align-items: center;
  border: 3px solid #ccc;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 20px;
}

.age_case img {
  width: 40%;
  border-right: 3px solid #ccc;
}

.age_case h4 {
  width: 60%;
  font-size: 1.2em;
  text-align: center;
}

.age_case h4 span {
  font-size: 1.2em;
  color: #ff7d0d;
}

.age_shita {
  margin: 20px 0 60px 0;
}

.age_shita img {
  width: 20%;
  display: block;
  margin: 0 auto;
}

.age_comparison {
  position: relative;
}

.age_img-1 {
  position: absolute;
  right: 0;
  left: 0;
  top: -60px;
  margin: auto;
  width: 40%;
  text-align: center;
  animation-name: updown1;
  /* アニメーション名の指定 */
  animation-delay: 0s;
  /* アニメーションの開始時間指定 */
  animation-duration: 3s;
  /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out;
  /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite;
}

@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  65% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .age_block-1 ul {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
  .age_block-1 li {
    width: 100%;
  }
  .age_img-1 {
    position: absolute;
    right: 0;
    left: 0;
    top: -50px;
    margin: auto;
    width: 50%;
    text-align: center;
    animation-name: updown1;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }
  .age_title h2 {
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 5px;
    background: #ff7d0d;
    box-shadow: 0px 0px 0px 5px #ff7d0d;
    border: dashed 2px white;
    padding: 0.2em 0.2em;
  }
  .age_blick-line {
    border-bottom: 2px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 10px;
  }
}

.how {
  background-color: #fff;
  padding: 80px 0;
}

.how_inner {
  width: 800px;
  max-width: 95%;
  margin: 0 auto;
}

.how_title {
  text-align: center;
  margin-bottom: 40px;
}

.how_title h2 {
  color: #fff;
  font-size: 1.4em;
  letter-spacing: 5px;
  background: #ff7d0d;
  box-shadow: 0px 0px 0px 5px #ff7d0d;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  display: inline-block;
}

.how_title span {
  font-size: 1.2em;
  color: #fff;
}

.how_block ul {
  display: flex;
  justify-content: space-between;
}

.how_block li {
  width: 48%;
}

.how_text {
  background: #e6e6e6;
  border-radius: 10px;
  padding: 30px 40px 30px 40px;
  margin-top: 30px;
  border: 3px solid #ccc;
}

.how_text-item {
  display: flex;
  border-bottom: 1px dotted #111;
  padding-bottom: 7px;
}

.how_text-item-1 {
  display: block;
  margin-right: 7px;
}

.how_text-item-1 img {
  width: 25px;
  height: auto;
}

.how_text-item-line {
  margin-bottom: 7px;
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .how_text {
    background: #e6e6e6;
    border-radius: 10px;
    padding: 30px 20px 30px 20px !important;
    margin-top: 5px;
    border: 3px solid #ccc;
  }
  .how_title h2 {
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 5px;
    background: #ff7d0d;
    box-shadow: 0px 0px 0px 5px #ff7d0d;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    display: inline-block;
  }
  .how_block ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .how_block li {
    width: 100%;
    margin: 5px 0;
  }
}

.amazing {
  background-color: #e7f3ff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
  padding: 80px 0;
}

.amazing_inner {
  width: 1000px;
  max-width: 95%;
  margin: 0 auto;
}

.amazing_title {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.amazing_title h2 {
  color: #fff;
  font-size: 1.4em;
  letter-spacing: 5px;
  background: #ff7d0d;
  box-shadow: 0px 0px 0px 5px #ff7d0d;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  display: inline-block;
}

.amazing_title span {
  font-size: 1.2em;
  color: #fff;
}

.amazing_item-1 {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: transparent;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

.amazing_item-1:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f164\ Awesome-01';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.amazing_item-2 {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: transparent;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

.amazing_item-2:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f164\ Awesome-02';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.amazing_item-3 {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: transparent;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

.amazing_item-3:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f164\ Awesome-03';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.amazing_item-4 {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: transparent;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

.amazing_item-4:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ Point-01';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.amazing_item-5 {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: transparent;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

.amazing_item-5:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ Point-02';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.amazing_item-6 {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: transparent;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

.amazing_item-6:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ Point-03';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.amazing_block {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.amazing_block ul {
  display: flex;
  justify-content: space-between;
}

.amazing_block li {
  width: 31%;
  padding: 20px;
}

.amazing_item-inner p {
  padding: 10px 0;
  margin-bottom: 10px;
}

.amazing_item-inner img {
  width: auto;
  height: 120px;
  display: block;
  margin: 0 auto;
}

.amazing strong {
  display: flex;
  justify-content: center;
  font-size: 1.1em;
  color: #111;
  margin-top: 40px;
}

.amazing strong span {
  font-size: 1.2em;
  color: #ff7d0d;
}

.amazing_item-inner-1 img {
  margin-top: 1em;
}

.amazing_item-inner-2 img {
  margin-top: 2em;
}

.amazing_item-inner-3 img {
  margin-top: 2em;
}

.amazing_item-inner-4 img {
  margin-top: 0em;
}

.amazing_item-inner-5 img {
  margin-top: 4em;
}

.amazing_item-inner-6 img {
  margin-top: 4em;
}

.free {
  padding: 80px 0;
}

.free_inner {
  width: 1000px;
  max-width: 95%;
  margin: 0 auto;
}

.free_title {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.free_title h2 {
  color: #fff;
  font-size: 1.4em;
  letter-spacing: 5px;
  background: #ff7d0d;
  box-shadow: 0px 0px 0px 5px #ff7d0d;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  display: inline-block;
}

.free_title span {
  font-size: 1.2em;
  color: #fff;
}

/* responsive
--------------------------------------------- */
@media screen and (min-width: 461px) and (max-width: 999px) {
  /*　for iPad 　*/
  /*　for iPhone Landscape　(iPhone 横)　*/
  .amazing_item-inner-2 img {
    margin-top: 3em;
  }
  .amazing_item-inner-3 img {
    margin-top: 1em;
  }
  .amazing_item-inner-6 img {
    margin-top: 5em;
  }
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .amazing_block ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .amazing_block li {
    width: 100%;
    padding: 20px;
  }
  .amazing_item-inner img {
    width: auto;
    height: 150px;
    display: block;
    margin: 0 auto;
  }
  .amazing_title h2 {
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 5px;
    background: #ff7d0d;
    box-shadow: 0px 0px 0px 5px #ff7d0d;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    display: inline-block;
  }
  .amazing strong {
    display: flex;
    justify-content: center;
    font-size: 0.9em;
    color: #111;
    margin-top: 30px;
  }
  .free_title h2 {
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 5px;
    background: #ff7d0d;
    box-shadow: 0px 0px 0px 5px #ff7d0d;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    display: inline-block;
  }
}

.voice {
  padding: 80px 0;
  background-color: #e7f3ff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
}

.voice_inner {
  width: 800px;
  max-width: 95%;
  margin: 0 auto;
}

.voice_title {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.voice_title h2 {
  color: #fff;
  font-size: 1.4em;
  letter-spacing: 5px;
  background: #ff7d0d;
  box-shadow: 0px 0px 0px 5px #ff7d0d;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  display: inline-block;
}

.voice_title span {
  font-size: 1.2em;
  color: #fff;
}

.voice_block article {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.voice_block li {
  margin: 20px 0;
}

.voice_img {
  width: 320px;
  max-width: 100%;
  height: 220px;
  padding: 5px;
  background: #fff;
  border-radius: 10px;
}

.voice_img img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px !important;
}

.voice_text {
  width: 450px;
  max-width: 100%;
  background: #fff;
  border-radius: 10px;
}

.voice_text p {
  border: 3px dotted #ccc;
  padding: 20px;
  margin: 5px;
  border-radius: 10px;
}

.voice_list-line {
  border-bottom: 3px solid #ccc;
  padding-bottom: 20px;
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .voice_block article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .voice_img {
    width: 100%;
    height: 255px;
    border-radius: 10px !important;
  }
  .voice_img img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px !important;
  }
  .voice_text {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
  }
  .voice_block li {
    margin: 30px 0;
  }
  .voice_list-line {
    border-bottom: 3px solid #ccc;
    padding-bottom: 30px;
  }
  .voice_title h2 {
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 5px;
    background: #ff7d0d;
    box-shadow: 0px 0px 0px 5px #ff7d0d;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    display: inline-block;
  }
}

.flow {
  padding: 80px 0;
}

.flow_inner {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}

.flow_title {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.flow_title h2 {
  color: #fff;
  font-size: 1.4em;
  letter-spacing: 5px;
  background: #ff7d0d;
  box-shadow: 0px 0px 0px 5px #ff7d0d;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  display: inline-block;
}

.flow_title span {
  font-size: 1.2em;
  color: #fff;
}

.flow_block {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}

.flow_block dt {
  color: #ff7d0d;
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .flow_title h2 {
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 5px;
    background: #ff7d0d;
    box-shadow: 0px 0px 0px 5px #ff7d0d;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    display: inline-block;
  }
}

.qa {
  padding: 80px 0;
  background-color: #e7f3ff;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
}

.qa_inner {
  width: 1000px;
  max-width: 95%;
  margin: 0 auto;
}

.qa_title {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.qa_title h2 {
  color: #fff !important;
  font-size: 1.4em !important;
  letter-spacing: 5px !important;
  background: #ff7d0d !important;
  box-shadow: 0px 0px 0px 5px #ff7d0d !important;
  border: dashed 2px white !important;
  padding: 0.2em 0.5em !important;
  display: inline-block !important;
}

.qa_title span {
  font-size: 1.2em;
  color: #fff;
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .qa_title h2 {
    color: #fff !important;
    font-size: 1.2em !important;
    letter-spacing: 5px !important;
    background: #ff7d0d !important;
    box-shadow: 0px 0px 0px 5px #ff7d0d !important;
    border: dashed 2px white !important;
    padding: 0.2em 0.5em !important;
    display: inline-block !important;
  }
  .accordion-area section {
    border-radius: 10px;
  }
  .box {
    border-radius: 8px;
  }
}

.contact {
  padding: 80px 0;
}

.contact_title {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.contact_title h2 {
  color: #fff;
  font-size: 1.4em;
  letter-spacing: 5px;
  background: #ff7d0d;
  box-shadow: 0px 0px 0px 5px #ff7d0d;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  display: inline-block;
}

.contact_title span {
  font-size: 1.2em;
  color: #fff;
}

.privet {
  height: 250px;
  overflow: scroll;
}

.send {
  margin-top: 40px;
}

.contact_text {
  text-align: center;
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .contact_title h2 {
    font-size: 1.2em;
  }
  .privet {
    height: 220px;
    overflow: scroll;
  }
}

.co {
  background: #fff9d5;
  padding: 80px 0;
  position: relative;
  z-index: -1;
  overflow: hidden;
}

.co_inner {
  width: 700px;
  max-width: 95%;
  margin: 0 auto;
}

.co_title {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.co_title h2 {
  color: #fff !important;
  font-size: 1.4em !important;
  letter-spacing: 5px !important;
  background: #ff7d0d !important;
  box-shadow: 0px 0px 0px 5px #ff7d0d !important;
  border: dashed 2px white !important;
  padding: 0.2em 0.5em !important;
  display: inline-block !important;
}

.co_title span {
  font-size: 1.2em;
  color: #fff;
}

.co_block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.co_block span {
  margin-right: 10px;
}

.co_block p {
  margin-left: 20px;
}

.co_block-1 {
  display: none;
}

.co_item {
  margin: 15px 0;
}

.co_item a {
  color: #3366ff;
  text-decoration: underline;
}

.co_last {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  z-index: -2;
}

.co_last img {
  transform: rotate(-15deg);
}

#gmap {
  width: 350px;
  height: 300px;
  max-width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 5px;
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .co_last {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 180px;
    height: 180px;
    z-index: -2;
  }
}

.footer-banner {
  width: 100%;
  padding: 10px 0;
  background: #ff7d0d;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}

.footer-banner_inner {
  width: 650px;
  max-width: 95%;
  margin: 0 auto;
}

.footer-banner ul {
  display: flex;
  justify-content: space-between;
}

.footer-banner li {
  width: 49%;
}

.footer-banner li:hover {
  transform: translate(0, -5px) !important;
  transition-duration: 0.5s !important;
}

.footer-banner p {
  font-size: 1.4em;
  color: #fff;
  text-align: center;
}

html {
  scroll-behavior: smooth;
}

/* responsive
--------------------------------------------- */
@media screen and (min-width: 461px) and (max-width: 999px) {
  /*　for iPad 　*/
  /*　for iPhone Landscape　(iPhone 横)　*/
  .footer-banner_inner {
    width: 450px;
    max-width: 95%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 460px) {
  /*　for iPhone Landscape　(iPhone 横)　*/
  .footer-banner li {
    width: 49.5% !important;
  }
}

footer {
  padding: 10px 0 100px 0;
  background: #ff7d0d;
  position: relative;
  z-index: 2;
}

footer p {
  font-weight: normal !important;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
