﻿* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 62.5%;
  overflow: auto;
}
body {
  line-height: 2;
  color: #000;
  background: url(../images/body_bg.jpg) 0 0 repeat;
  font: 62.5% "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  overflow: hidden;
}

a {
  color: #f00;
  transition: 0.2s;
  text-decoration: none;
}
a:hover {
  color: #ff0;
}
img {
  border: 0;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

/* margin padding
-----------------------------------------------------------*/

.mb00 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mt00 {
  margin-top: 0px !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !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;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mr00 {
  margin-right: 0px !important;
}
.mr05 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mrl00 {
  margin-left: 0px !important;
}
.mrl05 {
  margin-left: 5px !important;
}
.mrl10 {
  margin-left: 10px !important;
}
.mrl15 {
  margin-left: 15px !important;
}
.mrl20 {
  margin-left: 20px !important;
}
.mrl30 {
  margin-left: 30px !important;
}
.mrl40 {
  margin-left: 40px !important;
}
.mrl50 {
  margin-left: 50px !important;
}
.mrl60 {
  margin-left: 60px !important;
}
.mrl70 {
  margin-left: 70px !important;
}
.mrl80 {
  margin-left: 80px !important;
}
.mrl90 {
  margin-left: 90px !important;
}
.mrl100 {
  margin-left: 100px !important;
}
/* font
-----------------------------------------------------------*/

.font10 {
  font-size: 1rem !important;
}
.font11 {
  font-size: 1.1rem !important;
}
.font12 {
  font-size: 1.2rem !important;
}
.font13 {
  font-size: 1.3rem !important;
}
.font14 {
  font-size: 1.4rem !important;
}
.font15 {
  font-size: 1.5rem !important;
}
.font16 {
  font-size: 1.6rem !important;
}
.font17 {
  font-size: 1.7rem !important;
}
.font18 {
  font-size: 1.8rem !important;
}
.font19 {
  font-size: 1.9rem !important;
}
.font20 {
  font-size: 2rem !important;
}
.font21 {
  font-size: 2.1rem !important;
}
.font22 {
  font-size: 2.2rem !important;
}
.font23 {
  font-size: 2.3rem !important;
}
.font24 {
  font-size: 2.4rem !important;
}
.font25 {
  font-size: 2.5rem !important;
}
.font26 {
  font-size: 2.6rem !important;
}
.font27 {
  font-size: 2.7rem !important;
}
.font28 {
  font-size: 2.8rem !important;
}
.font29 {
  font-size: 2.9rem !important;
}
/* line-height
-----------------------------------------------------------*/
.line-height15 {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .line-height15 {
    line-height: 1.3;
  }
}
/* float
-----------------------------------------------------------*/
.f_left {
  float: left;
}
.f_right {
  float: right;
}
/* align
-----------------------------------------------------------*/

.align_c {
  text-align: center !important;
}
.align_l {
  text-align: left !important;
}
.align_r {
  text-align: right !important;
}
/* font デコレーション
-----------------------------------------------------------*/

.bold {
  font-weight: bold;
}
.asta {
  text-indent: -0.5em;
  margin-left: 0.5em;
}
.asta02 {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
/* 携帯のみ電話
-----------------------------------------------------------*/

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #000;
  }
}
/* 分岐
-----------------------------------------------------------*/

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}
/*　レイアウト
---------------------------------------------------------- */

#wrapper {
  width: 100%;
  overflow: hidden;
}
.contents {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  background: #fffbd8;
}
/* container */
.main_container {
  width: 1000px;
  padding: 3em 3em 0;
  margin: 0 auto 0px;
  background: #fff;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); */
  font-size: 1.4em;
}
@media all and (max-width: 999px) {
  .main_container {
    width: 98%;
    padding: 1em 1em 0;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  .main_container {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
#header {
  width: 100%;
  max-width: 1000px;
  height: 53px;
  margin: 0 auto;
  position: relative;
}
#header .logo {
  width: 210px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
}
.main_container * {
  transition: all 0.3s ease;
}

.about_mv {
  width: 100%;
  position: relative;
}
.about_mv img {
  width: 100%;
}
.about_point {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  padding: 25px 3% 25px 3%;
}
h2.points {
  font-size: 32px;
}
/* -----  color 指定  ----- */
.about_point_01 {
  background-color: #99d4de;
}
.about_point_02 {
  background-color: #f5aea7;
}
.about_point_03 {
  background-color: #e3c3f3;
}
.about_point_04 {
  background-color: #a4e9d5;
}
.about_point_05 {
  background-color: #ffd900;
}
/* -----  point_details  ----- */
.about_details {
  width: 100%;
  padding: 40px 30px 30px 30px;
}
.details_01 {
  background-color: #cce9ee;
}
.details_02 {
  background-color: #fdefed;
}

.details_04 {
  background-color: #edfbf7;
}
/* -----    02   04    ----- */
.details_box,
.img_box {
  overflow: hidden;
}
.details_l {
  float: left;
  width: 49%;
}
.details_r {
  float: right;
  width: 49%;
}
.details_l img {
  width: 100%;
}
.details_r p {
  font-size: 16px;
  font-weight: 600;
}
/* -----    01   03    ----- */
.img_box img {
  float: left;
  width: 48.5%;
  margin-right: 3%;
}
.img_box img:nth-child(2n) {
  margin-right: 0;
}
p.details_p_100 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  line-height: 2em;
}
.details_one {
  text-align: center;
}
.details_one img {
  width: 100%;
}
img.a_img {
  margin-top: 50px;
}
p.ttl_03 {
  color: #cd5c5c;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  clear: both;
  padding-top: 50px;
  margin-bottom: 20px;
}
.types {
  overflow: hidden;
}
a.a_type {
  display: block;
  width: 100%;
  background-color: #cd5c5c;
  color: #fff;
  text-align: center;
  line-height: 3em;
  font-weight: 600;
  width: 24.25%;
  margin-right: 1%;
  border-radius: 5px;
  float: left;
  margin-top: 15px;
  font-size: 16px;
  font-feature-settings: "palt";
  text-decoration: none;
}
a.a_type:hover {
  opacity: 0.8;
}
a.a_type:nth-child(4n) {
  margin-right: 0;
}
a.bus_bn {
  transition: all 0.3s ease;
  margin-top: 15px;
  display: block;
}
.table_kome {
  font-size: 16px;
}
@media (max-width: 768px) {
  h1.about_h1 {
    top: 12%;
  }
  .about_point {
    margin-top: 50px;
    padding: 35px 2% 35px 2%;
  }
  h2.points {
    font-size: 30px;
  }
  p.details_p_100 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .about_details {
    padding: 25px 30px 40px 30px;
  }

  .details_one img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 40px;
  }
  a.a_type {
    background-color: #cd5c5c;
    color: #fff;
    text-align: center;
    line-height: 3em;
    font-weight: 600;
    width: 32%;
    margin-right: 2%;
    border-radius: 5px;
    float: left;
    margin-top: 15px;
    font-size: 14px;
    font-feature-settings: "palt";
  }
  a.a_type:nth-child(4n) {
    margin-right: 2%;
  }
  a.a_type:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  span.br_sp {
    display: block;
  }
}
@media (max-width: 550px) {
  a.a_type {
    background-color: #cd5c5c;
    color: #fff;
    text-align: center;
    line-height: 3em;
    font-weight: 600;
    width: 49%;
    margin-right: 2%;
    border-radius: 5px;
    float: left;
    margin-top: 15px;
    font-size: 14px;
    font-feature-settings: "palt";
  }
  a.a_type:nth-child(4n) {
    margin-right: 2%;
  }
  a.a_type:nth-child(3n) {
    margin-right: 2%;
  }
  a.a_type:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 508px) {
  h1.about_h1 {
    font-size: 7.5vw;
  }
  h1.about_h1 {
    top: 12%;
    left: 3%;
  }
  .img_box img {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
  .about_details {
    padding: 40px 25px 50px 25px;
  }
  .details_r {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  .details_l {
    float: none;
    width: 100%;
  }
  p.ttl_03 {
    font-size: 4.5vw;
    margin-bottom: 20px;
  }
  .table_kome {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  h2.points {
    font-size: 6vw;
  }
  .about_point {
    margin-top: 45px;
    padding: 20px 2% 20px 2%;
  }
  .about_point_04 {
    margin-top: 10px;
  }

  span.s_13 {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .details_r p {
    font-size: 14px;
  }
  p.details_p_100 {
    font-size: 14px;
  }
  .about_details {
    padding: 30px 15px 35px 15px;
  }
  h2.points {
    font-size: 5.5vw;
  }
  .about_point {
    padding: 35px 2% 30px 2%;
  }
  p.details_p_100 {
    letter-spacing: -0.01em;
    line-height: 2.2em;
  }
  .details_r p {
    letter-spacing: -0.01em;
    line-height: 2.2em;
  }
}

p.aboutus-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#lower_footer_inner {
  width: 1000px;
  margin: 0 auto;
}

.footer_contact_block02 {
  width: 40%;
  text-align: center;
}
.pc {
  display: block !important;
}
.pc {
  display: none !important;
}
.block_footer_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 0 20px;
  padding: 25px 0px;
  background: #fff;

  margin: 0 0 0px;
  border-top: 1px solid #ddd;
}

a.link_catalog {
  display: inline-block;
  background: #f18d07;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.8em;
  width: 100%;
  font-size: 20px;
  border-radius: 30px;
  margin: 0;
  text-decoration: none;
}
a.link_access {
  display: inline-block;
  background: #2ca861;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.5em;
  width: 48%;
  font-size: 13px;
  border-radius: 15px;
  margin: 0 0 10px;
  text-decoration: none;
}
a.link_recruit {
  display: inline-block;
  background: #e85d6b;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.5em;
  width: 48%;
  font-size: 13px;
  border-radius: 15px;
  margin: 0 0 10px;
  text-decoration: none;
}
.copy {
  font-size: 11px;
  text-align: center;
  padding: 15px 0;
}
.details_inner {
  overflow: hidden;
  margin-bottom: 30px;
}

a.block_button {
  display: block;
  width: 60%;
  font-size: 18px;
  padding: 15px;
  margin: 0 auto;
  border-radius: 5px;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  background-color: palevioletred;
  border-bottom: 3px solid #b00442;
  position: relative;
}
a.block_button::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -9px 0 0;
}
.ttl2_h4 {
  background: #f7f7f7;
  border-left: solid #f89174 5px;
  padding: 14px 12px;
  border-bottom: solid 3px #dadada;
  font-size: 1.9em;
  clear: both;
  margin: 0 0 20px;
}
.ttl_h5 {
  font-size: 1.9em;
  padding: 0.5em 0 0.5em 25px;
  margin: 0 0 10px;
  position: relative;
  color: #e76a79;
}
.ttl_h5::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border: 5px solid #e76a79;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -11px 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-sizing: border-box;
}
.tbl_05 {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
}
.tbl_05 col:nth-child(1) {
  background: #f1fafe;
}
.tbl_05 col:nth-child(2) {
  background: #f3fdef;
}
.tbl_05 col:nth-child(3) {
  background: #feeeef;
}
.tbl_05 tr:nth-child(1) th:nth-child(1) {
  background-color: royalblue;
  color: #fff;
}
.tbl_05 tr:nth-child(1) th:nth-child(2) {
  background-color: olivedrab;
  color: #fff;
}
.tbl_05 tr:nth-child(1) th:nth-child(3) {
  background-color: indianred;
  color: #fff;
}
.tbl_05 th,
.tbl_05 td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 1em;
  text-align: center;
  font-size: 14px;
}
.w_s20 {
  width: 20% !important;
}
.w_s33 {
  width: 33% !important;
}
.w_s40 {
  width: 40% !important;
}
/* .contents_inner {
  padding: 0 20px;
} */
@media (max-width: 1030px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media (max-width: 999px) {
  #lower_footer_inner {
    width: 98%;
    padding: 30px 0;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .block_footer_contact {
    width: 100%;
    padding: 15px 0;
    background: #fff;
    overflow: hidden;
    margin: 0 0 0px;
  }
  .footer_contact_block01 {
    width: 100%;
    float: none;
    text-align: center;
  }
  .footer_contact_block02 {
    width: 100%;
    margin: 0;
    float: none;
    text-align: center;
  }
  a.block_button {
    width: 100%;
    padding: 15px 25px;
  }
  .ttl2_h4 {
    padding: 14px 12px;
    font-size: 1em;
    margin: 0 0 20px;
  }
  .ttl_h5 {
    font-size: 1em;
    padding: 0.5em 0 0.5em 25px;
    margin: 0 0 10px;
  }
  a.link_catalog {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .tbl_05-02 td {
    font-size: 12px !important;
    padding: 1em 0.5em !important;
  }
}
.list_courses {
  width: 100%;
  overflow: hidden;
  list-style: none;
}

.list_courses li {
  width: calc(94% / 4);
  margin: 0 2% 20px 0;
  float: left;
}

.list_courses li:nth-child(4n) {
  width: calc(94% / 4);
  margin: 0 0 20px;
  float: left;
}

@media screen and (max-width: 768px) {
  .list_courses li {
    width: calc(98% / 2);
    margin: 0 2% 10px 0;
    float: left;
  }

  .list_courses li:nth-child(2n) {
    width: calc(98% / 2);
    margin: 0 0 10px;
    float: left;
  }
}

.list_courses li a {
  display: block;
  padding: 0;
  padding-bottom: 25px;
  border: 1px solid #ddd;
  color: #000;
  text-align: center;
  background: #fff;
  min-height: 300px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.9em;
  position: relative;
}

.list_courses li a::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid #f90;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transform: rotate(45deg);
  position: absolute;
  bottom: 5px;
  right: 8px;
}

.list_courses li a:hover {
  background: #f1f2f2;
  border: 1px solid #f90;
  text-decoration: none;
}

.course_icon {
  margin: 0 0 15px;
  position: relative;
}

.course_icon img {
  width: 60%;
  max-width: 115px;
  margin-top: 30px;
}
.course_icon img.icon_pair {
  position: absolute;
  top: -22px;
  right: 13px;
  width: 60%;
  max-width: 50px;
}
.course_name {
  background-color: #ff9a0a;
  color: #fff;
  font-size: 18px;
  margin: 0 0 5px;
  font-weight: bold;
  line-height: 1.2em;
  padding: 15px 0;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 450px) {
  .course_icon img.icon_pair {
    position: absolute;
    top: -22px;
    right: 13px;
    width: 60%;
    max-width: 40px;
  }
  .course_name {
    font-size: 4vw;
    line-height: 1.2em;
    padding: 15px 0;
    border-radius: 5px 5px 0 0;
  }
}
.course_stu {
  width: 92%;
  margin: 0 auto;
  border: solid 1px #bbb;
}
.stu_ttl {
  color: #fff;
  background-color: #57b3e2;
  font-size: 16px;
  font-weight: bold;
}
.stu_cost {
  color: #57b3e2;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  padding: 5px 0;
}
.course_adl {
  width: 92%;
  margin: 0 auto;
  border: solid 1px #bbb;
  margin-top: 10px;
}
.adl_ttl {
  color: #fff;
  background-color: #f65d57;
  font-size: 16px;
  font-weight: bold;
}
.adl_cost {
  color: #f65d57;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  padding: 5px 0;
}
.course_all {
  width: 92%;
  margin: 0 auto;
  border: solid 1px #bbb;
  margin-top: 10px;
}
p.kome {
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 0px;
}
p.kome_s {
  font-size: 12px;
  font-weight: bold;
  margin: 15px 0 0px;
}
.add_mt {
  margin-top: 20px;
}
@media (max-width: 450px) {
  .course_name {
    font-size: 4vw;
    line-height: 1.2em;
    padding: 15px 0;
    border-radius: 5px 5px 0 0;
  }
  .course_icon img.icon_pair {
    position: absolute;
    top: -22px;
    right: 13px;
    width: 60%;
    max-width: 40px;
  }
}
/* ---------------------------------   choice_area   -------------------------------- */
.choice_area {
  width: 96%;
  max-width: 730px;
  margin: 30px auto 70px;
}
.choice_ttl {
  background-color: #f39800;
  text-align: center;
  vertical-align: middle;
  height: 100px;
}
p.choice_ttl_p {
  color: #fff;
  font-weight: bold;
  font-style: italic;
  font-size: 32px;
  position: relative;
  padding: 15px;
}
span.choice_000 img {
  width: 100%;
  max-width: 100px;
  margin-bottom: -6px;
}
span.choice_00 img {
  width: 100%;
  max-width: 137px;
  margin-bottom: -2px;
  margin-left: 15px;
}
span.shadow_orange {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #dd6500;
}
.choice_box {
  background-color: #f8b551;
  text-align: center;
  padding: 70px 2% 70px;
}
a.btn_ichiran {
  display: block;
  width: 90%;
  max-width: 440px;
  margin: 0 auto;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  background-color: #eb6100;
  margin-top: 40px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 2em;
  position: relative;
}
a.btn_ichiran:hover {
  color: rgb(255, 224, 212);
}
span.shadow_deep {
  display: block;
  width: 90%;
  height: 25px;
  background-color: #a84200;
  border-radius: 5px;
  max-width: 440px;
  margin: 0 auto;
  margin-top: -18px;
  position: relative;
  z-index: 0;
}
.select-wrap_ {
  display: inline-block;
  position: relative;
  margin: 0 0 0px;
}
.select-wrap_::before {
  position: absolute;
  right: 15px;
  top: 0px;
  /* font-family: "Font Awesome 5 Free"; */
  content: "▼";
  /* font-weight: 900; */
  line-height: 2em;
  color: #fff;
  pointer-events: none;
  z-index: 20;
  margin-top: 10px;
  margin-right: 0px;
  font-size: 14px;
  padding: 0px 9px;
  background-color: #f39800;
  border-radius: 5px;
  /* transform: rotate(90deg); */
}
.select_1col {
  padding: 0.4em 3em 0.4em 1em;
  width: 100%;
}
.select01_ {
  width: 100%;
  max-width: 440px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  line-height: 1.6em;
  background: #f6f6f6;
  position: relative;
  z-index: 1;
  padding: 0.4em 9em 0.4em 1em;
  border: 1px solid #ced4da;
  border-radius: 0.5em;
  font-size: 22px;
  color: #000;
  outline: none;
  border: #dddddd 1px solid;
}
a.btn_ichiran::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-left: 15px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: 15px;
  top: 47%;
  margin: -8px 0 0;
}
@media (max-width: 768px) {
  span.choice_000 img {
    width: 15%;
    max-width: 100px;
    margin-bottom: -25px;
  }
  span.choice_00 img {
    width: 18%;
    max-width: 137px;
    margin-bottom: -20px;
    margin-left: 15px;
  }
}
@media (max-width: 600px) {
  .choice_ttl {
    height: auto;
  }
  p.choice_ttl_p {
    font-size: 6vw;
    padding: 15px;
  }
  span.choice_000 img {
    width: 15%;
    max-width: 100px;
    margin-bottom: -20px;
  }
  span.choice_00 img {
    width: 18%;
    max-width: 137px;
    margin-bottom: -15px;
    margin-left: 15px;
  }
}
@media (max-width: 520px) {
  p.choice_ttl_p {
    font-size: 5.5vw;
    padding: 15px;
  }
  .select01_ {
    max-width: 400px;
    padding: 0.4em 7em 0.4em 0.5em;
    font-size: 18px;
    line-height: 2em;
  }
  a.btn_ichiran {
    font-size: 24px;
  }
  a.btn_ichiran {
    width: 85%;
  }
  span.shadow_deep {
    width: 85%;
  }
}
@media (max-width: 420px) {
  span.choice_00 img {
    margin-bottom: -5px;
  }
  span.choice_000 img {
    margin-bottom: -8px;
  }
  .choice_area {
    margin: 30px auto 30px;
  }
  p.choice_ttl_p {
    font-size: 5vw;
    padding: 15px;
  }
  .select01_ {
    max-width: 300px;
    padding: 0.4em 7em 0.4em 0.5em;
    font-size: 18px;
    line-height: 2em;
  }
  a.btn_ichiran {
    font-size: 16px;
    line-height: 2.5em;
    margin-top: 30px;
  }
  a.btn_ichiran::before {
    content: "";
    border-left: 13px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    right: 20px;
    top: 47%;
    margin: -8px 0 0;
  }
  .choice_box {
    padding: 40px 2% 40px;
  }
}
@media (max-width: 330px) {
  p.choice_ttl_p {
    font-size: 5vw;
  }
  p.choice_ttl_p {
    font-size: 5.5vw;
    padding: 15px;
  }
  .select01_ {
    max-width: 250px;
    padding: 0.4em 5em 0.4em 0.5em;
    font-size: 14px;
    line-height: 2.5em;
  }
  a.btn_ichiran {
    font-size: 18px;
    line-height: 3em;
  }
  a.btn_ichiran::before {
    right: 15px;
  }
}
