@charset "utf-8";

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  appearance: textfield;
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
span,
a,
input,
section,
article {
  box-sizing: border-box;
}
.wrapper {
  width: 1000px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0 auto 40px;
}
h3.stdTit {
  text-align: center;
}
h3.stdTit .big {
  font-size: 38px;
  font-weight: bold;
}
h3.stdTit .min {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
  display: inline-block;
  line-height: 1.3;
} /* --PC-- */
@media screen and (min-width: 751px) {
} /* --SP-- */
@media screen and (max-width: 750px) {
  .wrapper {
    width: 100%;
  }

  h3.stdTit .big {
    font-size: 1.5rem;
  }
  h3.stdTit .min {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
/*------------------------------ promotion ------------------------------*/ /* new_promotion */
#promotion.new_promotion {
  position: relative;
  line-height: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
} /* --PC-- */
@media screen and (min-width: 751px) {
  #promotion.new_promotion {
    padding: 50px 0 30px;
    background: url(../img/top/202502/top_hero_bg.webp) no-repeat top left /
      cover;
  }
  #promotion.new_promotion .contents img {
    width: 100%;
    height: auto;
  }
  #promotion.new_promotion .new_promotion_wrapper {
    width: 1440px;
    margin-inline: auto;
    position: relative;
  }
  #promotion.new_promotion .new_promotion_wrapper::before {
    content: "";
    width: 1173px;
    height: 814px;
    position: absolute;
    top: -170px;
    left: -32px;
    background: url(../img/top/202502/top_hero_blur.png) no-repeat top left /
      contain;
    z-index: 1;
  }
  #promotion.new_promotion .new_promotion_wrapper::after {
    content: "";
    width: 179px;
    height: 75px;
    position: absolute;
    top: 59px;
    right: 482px;
    background: url(../img/top/202502/top_hero_small_text.png) no-repeat top
      left / contain;
    z-index: 2;
  }
  #promotion.new_promotion .contents .top_hero_title01 {
    display: block;
    width: 750px;
    margin-left: 120px;
    position: relative;
    z-index: 2;
  }
  #promotion.new_promotion .contents .top_hero_title02 {
    display: block;
    width: 1332px;
    position: relative;
    z-index: 2;
  }
} /* --SP-- */
@media screen and (max-width: 750px) {
  #promotion {
    padding-top: 13.333vw;
  }
  #promotion.new_promotion {
    margin: 13.333vw 0 0;
    padding: 3.733vw 0 0;
    background: url(../img/top/202502/top_hero_bg_sp.webp) no-repeat top left /
      cover;
  }
  #promotion.new_promotion .new_promotion_wrapper {
    position: relative;
  }
  #promotion.new_promotion .new_promotion_wrapper::after {
    content: "";
    width: 36.8vw;
    height: 15.467vw;
    position: absolute;
    bottom: 29.333vw;
    right: 40vw;
    background: url(../img/top/202502/top_hero_small_text_sp.png) no-repeat top
      left / contain;
  }
  #promotion.new_promotion .contents .top_hero_title01 {
    display: block;
    width: 95%;
    margin-inline: auto;
    padding-bottom: 49.333vw;
    position: relative;
    z-index: 2;
  }
  #promotion.new_promotion .contents .top_hero_title02 {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  } /* new_promotion */
} /* new_promotion */

/*------------------------------ top_voice ------------------------------*/
.top_voice {
  background: #eef9fd;
}
.top_voice img {
  height: auto;
}
.top_voice .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.top_voice .slick-dots {
  display: flex;
  justify-content: center;
}
.top_voice .slick-dots li {
  margin: 0;
}
.top_voice .slick-dots li button {
  padding: 0;
  background: #fff;
  border: 1px solid #158ed1;
  border-radius: 50%;
}
.top_voice .slick-dots li.slick-active button {
  background: #158ed1;
}
.top_voice .slick-dots li button:before {
  display: none;
}
.top_voice .slick-dots li.slick-active button:before {
  background: #158ed1;
  border-radius: 50%;
}
.top_voice .slick-prev::before,
.top_voice .slick-next::before {
  display: block;
}
.top_voice .slick-prev:before {
  background: url(../img/top/202502/top_voice_prev.png) no-repeat top left /
    contain;
}
.top_voice .slick-next:before {
  background: url(../img/top/202502/top_voice_next.png) no-repeat top left /
    contain;
} /* --PC-- */
@media screen and (min-width: 751px) {
  .top_voice_title {
    padding-block: 30px;
    background: #158ed1;
    text-align: center;
  }
  .top_voice_title img {
    width: 934px;
  }
  .top_voice_wrapper {
    padding: 30px 38px 98px;
  }
  .top_voice .slick-dotted.slick-slider {
    width: 1000px;
    margin-inline: auto;
  }
  .top_voice .slick-list {
    width: 980px;
    margin: 0 auto;
  }
  .top_voice .slick-slide {
    margin: 0;
  }
  .top_voice .slick-slide picture {
    display: block;
    margin: 0 10px;
  }
  .top_voice .slick-next,
  .top_voice .slick-next:hover,
  .top_voice .slick-next:focus {
    width: 54px;
    height: 54px;
  }
  .top_voice .slick-arrow {
    width: 54px;
    height: 54px;
  }
  .top_voice .slick-arrow::before,
  .top_voice .slick-arrow::after {
    width: 54px;
    height: 54px;
  }
  .top_voice .slick-arrow.slick-prev {
    position: absolute;
    left: -60px;
  }
  .top_voice .slick-arrow.slick-next {
    position: absolute;
    right: -60px;
  }
  .top_voice .slick-dots {
    gap: 16px;
  }
  .top_voice .slick-dots li,
  .top_voice .slick-dots li button {
    width: 10px;
    height: 10px;
  }
} /* --SP-- */
@media screen and (max-width: 750px) {
  .top_voice_title {
    padding-block: 2.4vw;
    background: #158ed1;
    text-align: center;
  }
  .top_voice_title img {
    width: 66.933vw;
  }
  .top_voice_wrapper {
    width: 90%;
    margin-inline: auto;
    padding: 3.2vw 0 14vw;
  }
  .top_voice .slick-dots {
    gap: 2.133vw;
    bottom: -5.6vw;
  }
  .top_voice .slick-dots li {
    width: 1.867vw;
    height: 1.867vw;
  }
  .top_voice .slick-dots li button {
    width: 1.867vw;
    height: 1.867vw;
  }
  .top_voice .slick-dots li button:before {
    width: 1.867vw;
    height: 1.867vw;
  }
  .top_voice .slick-prev,
  .top_voice .slick-next {
    width: 7.2vw;
    height: 7.2vw;
  }
  .top_voice .slick-prev {
    left: -3.133vw;
  }
  .top_voice .slick-next {
    right: -3.133vw;
  }
  .top_voice .slick-prev::before,
  .top_voice .slick-next::before {
    width: 7.2vw;
    height: 7.2vw;
  }
}

/*------------------------------ top_compare ------------------------------*/
.top_compare {
  img {
    height: auto;
  }
} /* --PC-- */
@media screen and (min-width: 751px) {
  .top_compare {
    padding: 89px 0 113px;
    background: url(../img/top/202502/top_compare_bg.jpg) no-repeat top left /
      cover;
  }
  .top_compare .top_compare_wrapper {
    width: 1000px;
    margin-inline: auto;
  }
  .top_compare .top_compare_title {
    width: 650px;
    margin-inline: auto;
    margin-bottom: 40px;
  }
  .top_compare .top_compare_table {
    padding: 27px 30px;
    background: #fff;
    border-radius: 10px;
  }
  .top_compare img {
    width: 100%;
  }
} /* --SP-- */
@media screen and (max-width: 750px) {
  .top_compare {
    padding: 11.867vw 0 10.933vw;
    background: url(../img/top/202502/top_compare_bg_sp.jpg) no-repeat top left /
      cover;
  }
  .top_compare .top_compare_wrapper {
    width: 90%;
    margin-inline: auto;
  }
  .top_compare .top_compare_title {
    width: 86.667vw;
    margin-inline: auto;
    margin-bottom: 5.333vw;
  }
  .top_compare .top_compare_table {
    padding: 3.6vw;
    background: #fff;
    border-radius: 10px;
  }
  .top_compare img {
    width: 100%;
  }
}

/*------------------------------ search ------------------------------*/
/*#search { background: url(../img/top/search_bg.gif) repeat;}*/
#search .wrapper {
  background: url(../img/top/search_img01.png) no-repeat top center;
  text-align: center;
}
#search .wrapper .searchballoon {
  background: url(../img/top/search_icon_bg.png) no-repeat top center;
  text-align: center;
  font-weight: bold;
}
#search .wrapper .searchballoon .txt1 {
  background: #fff;
  color: #fa6c2c;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#search .wrapper .searchballoon .txt2,
#search .wrapper .searchballoon .txt3,
#search .wrapper .searchballoon .txt4 {
  color: #fff;
  font-weight: bold;
}
#search .wrapper .searchtit {
  font-weight: bold;
}

#search .wrapper .searchtit h3 {
  color: #168ed2;
}

#search .wrapper h3 {
  font-weight: bold;
}
#search .wrapper .Search-txt,
#search .wrapper #Area-map {
  background: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#search .wrapper .Search-txt {
  border: solid 2px #aad3ea;
  text-align: left;
}
#search .wrapper .Search-txt input.txtform {
  border: solid 2px #dadada;
  padding: 10px;
}
#search .wrapper .Search-txt input.submit {
  padding: 10px 20px 10px 15px;
  text-align: left;
  color: #ffffff;
  border: solid 2px #2d97d3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: url(../img/top/search_icon03.png) no-repeat #2d97d3 right 10px
    center;
}

#search .wrapper .Search-txt #postalnum h3 {
  background: url(../img/top/search_icon01.png) no-repeat;
}

#search .wrapper .Search-txt #freeword {
  margin-top: 20px;
}
#search .wrapper .Search-txt #freeword h3 {
  background: url(../img/top/search_icon02.png) no-repeat;
}

#search .wrapper #Area-map {
  text-align: center;
  border: solid 2px #9cdeca;
}
#search .wrapper #Area-map h3 {
  background: url(../img/top/search_icon04.png) no-repeat;
}
#search .wrapper #Area-map .btn {
  background: url(../img/top/search_icon05.png) no-repeat left 30px center
    #0ab180;
  display: block;
  color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#search .wrapper #Area-map .btn span {
  display: block;
  background: url(../img/top/search_icon06.png) no-repeat right center;
} /* new_search */ /*#search.new_search { background: #e4f3fa;}*/
#search.new_search .wrapper {
  background: none;
} /* --PC-- */
@media screen and (min-width: 751px) {
  #search {
    font-size: 16px;
  }
  #search .wrapper {
    padding: 60px 0;
    position: relative;
    margin: 45px auto 40px;
    overflow: hidden;
  }
  #search .wrapper .searchballoon {
    position: absolute;
    top: 50px;
    right: 65px;
    width: 131px;
    height: 140px;
    padding-top: 28px;
  }
  #search .wrapper .searchballoon .txt1 {
    font-size: 14px;
    padding: 2px 30px;
  }
  #search .wrapper .searchballoon .txt2 {
    font-size: 35px;
  }
  #search .wrapper .searchballoon .txt3 {
    font-size: 20px;
  }
  #search .wrapper .searchballoon .txt4 {
    font-size: 16px;
  }
  #search .wrapper .searchtit {
    width: 570px;
    margin: 0 auto 30px auto;
    text-align: left;
  }
  #search .wrapper .searchtit .searchimg {
    float: left;
    border-right: 2px solid #aad3ea;
    margin-right: 35px;
    padding-right: 35px;
  }
  #search .wrapper .searchtit h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  #search .wrapper h3 {
    text-align: left;
    padding-left: 25px;
    margin-bottom: 10px;
    padding-bottom: 3px;
  }
  #search .wrapper .Search-txt {
    width: 484px;
    float: left;
    padding: 34px;
    height: 245px;
  }
  #search .wrapper .Search-txt input.txtform {
    width: 295px;
  }
  #search .wrapper .Search-txt input.submit {
    width: 80px;
    margin-left: 8px;
  }

  #search .wrapper #Area-map {
    width: 484px;
    float: right;
    padding: 34px;
    height: 245px;
  }
  #search .wrapper #Area-map h3 {
    border-bottom: solid 1px #9de0cc;
    padding-bottom: 10px;
  }
  #search .wrapper #Area-map .btn {
    margin-top: 30px;
    font-size: 22px;
    padding: 30px;
  } /*index02*/
  #search .wrapper .topnone {
    display: none;
  }
  #search .wrapper .topnone_Area {
    width: 740px !important;
    padding: 34px !important;
    height: 245px !important;
    margin: 0 auto !important;
    float: none !important;
  }
  #search .wrapper .topnone_Area .searchballoon {
    position: absolute !important;
    top: 50px !important;
    right: 105px !important;
    width: 131px;
    height: 140px !important;
    padding-top: 28px !important;
  } /* new_search */
  #search.new_search .wrapper {
    margin: 0 auto 20px;
    padding: 20px 0 60px 0;
  }
} /* --SP-- */
@media screen and (max-width: 750px) {
  #search {
    font-size: 1rem;
  }
  #search .wrapper {
    padding: 40px 0 20px 0;
    width: 95%;
    margin: 0 auto;
  }

  #search .wrapper .searchballoon {
    position: absolute;
    top: -20px;
    right: 30px;
    width: 90px;
    height: 96px;
    background-size: cover;
    padding-top: 12px;
  }
  #search .wrapper .searchballoon .txt1 {
    font-size: 0.7rem;
    padding: 1px 14px;
    line-height: 1.2;
  }
  #search .wrapper .searchballoon .txt2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  #search .wrapper .searchballoon .txt3 {
    font-size: 1rem;
    line-height: 1.2;
  }
  #search .wrapper .searchballoon .txt4 {
    font-size: 0.9rem;
    line-height: 1.2;
  }
  #search .wrapper .searchtit .searchimg {
    float: left;
    border-right: 2px solid #aad3ea;
    margin-right: 15px;
    padding-right: 15px;
  }
  #search .wrapper .searchtit .searchimg img {
    width: 43px;
    padding: 5px 0;
  }
  #search .wrapper .searchtit h3 {
    margin-bottom: 5px;
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: left;
  }
  #search .wrapper .searchtit .searchtxt {
    font-size: 0.8rem;
    text-align: left;
  }
  #search .wrapper h3 {
    margin-bottom: 5px;
  }
  #search .wrapper .Search-txt {
    padding: 15px 2.5% 20px 2.5%;
    margin-top: 15px;
  }
  #search .wrapper .Search-txt form {
    text-align: center;
  }
  #search .wrapper .Search-txt input.txtform {
    width: 185;
  }
  #search .wrapper .Search-txt input.submit {
    padding: 10px 30px 10px 12px;
    border: none;
    width: 70px;
    font-size: 0.8rem;
  }

  #search .wrapper .Search-txt #postalnum h3 {
    padding-left: 25px;
    padding-bottom: 2px;
  }

  #search .wrapper .Search-txt #freeword h3 {
    padding-left: 25px;
    padding-bottom: 2px;
  }

  #search .wrapper #Area-map {
    padding: 15px 2.5% 20px 2.5%;
    margin-top: 20px;
    position: relative;
    min-height: 100px;
  }
  #search .wrapper #Area-map h3 {
    padding-left: 25px;
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 2px;
  }
  #search .wrapper #Area-map .btn {
    padding: 20px;
  } /*index02*/
  #search .wrapper .topnone {
    display: none;
  } /* new_search */
  #search.new_search .wrapper {
    padding: 10px 0 20px 0;
  }
} /*------------------------------ top_price ------------------------------*/
.top_price {
  background: #eef9fd;
}
.top_price img {
  height: auto;
}
.top_price_graph_wrpper {
  background: #fff;
  border: 1px solid #158ed1;
}
@media screen and (min-width: 751px) {
  .top_price {
    padding-top: 100px;
  }
  .top_price h2.top_price_title {
    display: block;
    width: 682px;
    margin: 0 auto;
  }
  .top_price h2.top_price_title img {
    width: 100%;
  }
  .top_price_graph {
    width: 1000px;
    margin: 0 auto;
  }
  .top_price_graph_wrpper {
    width: 1000px;
    padding: 31px 33px 28px;
    border-radius: 10px;
  }
  .top_price_graph_wrpper img {
    width: 100%;
  }
  .top_price_graph_attention {
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.5;
  }
  .top_price_discount {
    width: 1000px;
    margin: 50px auto 0;
  }
  .top_price_discount img {
    width: 100%;
  }
  .top_price_benefits {
    width: 1000px;
    margin: 90px auto 0;
    padding-bottom: 81px;
  }
  .top_price_benefits img {
    width: 100%;
  }
  .top_price_benefits_attention {
    margin-top: 22px;
    font-size: 12px;
  }
} /* --SP-- */
@media screen and (max-width: 750px) {
  .top_price {
    padding: 2.8rem 1rem 2.5em;
  }
  .top_price_graph_wrpper {
    margin: 0.5rem 0 0;
    padding: 1rem;
    border-radius: 10px;
  }
  .top_price_graph_attention {
    margin: 0.7rem 0 0;
    color: #555555;
    font-size: 0.7rem;
    line-height: 1.5;
  }
  .top_price_discount {
    margin-top: 2rem;
  }
  .top_price_benefits {
    margin-top: 1.5rem;
  }
  .top_price_benefits_attention {
    margin: 0.7rem 0 0;
    color: #555555;
    font-size: 0.7rem;
  }
} /*------------------------------ top_campaign ------------------------------*/
.top_campaign {
  background: #eef9fd;
}
.top_campaign img {
  height: auto;
}
.top_campaign .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.top_campaign .slick-dots {
  display: flex;
  justify-content: center;
}
.top_campaign .slick-dots li {
  margin: 0;
}
.top_campaign .slick-dots li button {
  padding: 0;
  background: #fff;
  border: 1px solid #158ed1;
  border-radius: 50%;
}
.top_campaign .slick-dots li.slick-active button {
  background: #158ed1;
}
.top_campaign .slick-dots li button:before {
  display: none;
}
.top_campaign .slick-dots li.slick-active button:before {
  background: #158ed1;
  border-radius: 50%;
}
.top_campaign .slick-slide {
  margin: 0 10px;
}
@media screen and (min-width: 751px) {
  .top_campaign {
    padding: 88px 0 100px;
    background: url(../img/top/202502/top_campaign_bg.jpg) no-repeat top left /
      cover;
  }
  .top_campaign_title {
    display: block;
    width: 630px;
    margin: 0 auto;
  }
  .top_campaign_title img {
    width: 100%;
  }
  .top_campaign_slider {
    width: 1000px;
    margin: 46px auto 0;
  }
  .top_campaign_slider a {
    width: 1000px;
  }
  .top_campaign .slick-dots {
    gap: 16px;
    bottom: -48px;
  }
  .top_campaign .slick-dots li {
    width: 14px;
    height: 14px;
  }
  .top_campaign .slick-dots li button {
    width: 14px;
    height: 14px;
  }
  .top_campaign .slick-dots li button:before {
    width: 14px;
    height: 14px;
  }
} /* --SP-- */
@media screen and (max-width: 750px) {
  .top_campaign {
    padding: 2rem 1rem 3.5rem;
    background: url(../img/top/202502/top_campaign_bg_sp.jpg) no-repeat top left /
      cover;
  }
  .top_campaign_title {
    width: 90%;
    margin: 0 auto;
  }
  .top_campaign_slider {
    width: 70%;
    margin-inline: auto;
    margin-top: 1.5rem;
  }
  .top_campaign .slick-dots {
    gap: 0.5rem;
    bottom: -1.5rem;
  }
  .top_campaign .slick-dots li {
    width: 0.5rem;
    height: 0.5rem;
  }
  .top_campaign .slick-dots li button {
    width: 0.5rem;
    height: 0.5rem;
  }
  .top_campaign .slick-dots li button:before {
    width: 0.5rem;
    height: 0.5rem;
  }
} /*------------------------------ onlineclass banner ------------------------------*/
div.onlineclass_btn {
  /*background: #e4f3fa;*/
  background: #fff;
  margin: 30px;
}
div.onlineclass_btn a {
  margin: 0 auto 0;
  display: block;
  width: 780px;
  background: #ffff99;
  color: #009999;
  font-size: 24px;
  font-weight: bold;
  height: 66px;
  line-height: 2.5;
  text-align: center;
  border: 2px solid #009999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: relative;
}
div.onlineclass_btn a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #009999;
  border-right: solid 2px #009999;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -7px;
}
@media screen and (max-width: 750px) {
  div.onlineclass_btn {
    margin: 15px;
  }
  div.onlineclass_btn a {
    width: 60%;
    font-size: 1.1rem;
    border: 1px solid #009999;
    height: 40px;
    line-height: 1.8;
    vertical-align: middle;
    padding: 5px 20px;
  }
  div.onlineclass_btn a::before {
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -5px;
  }
}
/*------------------------------ subject ------------------------------*/

#subject .subjecttit h3.stdTit {
  background: url(../img/top/subject_tit_bg.gif) repeat-x bottom 20px center;
}
#subject .subjecttit h3.stdTit .big {
  background: #ffffff;
  padding: 0 10px 0 40px;
}
#subject .subjecttit h3.stdTit .min {
  background: #ffffff;
  padding: 0 20px;
}

#subject .subjectlist li .img {
  line-height: 0;
}
#subject .subjectlist li .img img {
  width: 100%;
}
#subject .subjectlist li .subjectbox {
  text-align: center;
}
#subject .subjectlist li .subjectbox .tit {
  color: #ffffff;
  font-weight: bold;
}
#subject .subjectlist li .subjectbox .tit .min {
  font-weight: bold;
}
#subject .subjectlist li .subjectbox .subjecttxtbox {
  background-color: rgba(255, 255, 255, 0.7);
  text-align: left;
  color: #222222;
}
#subject .subjectlist li .subjectbox .subjecttxtbox .subjectsubtit {
  background: #ffffff;
  text-align: center;
  margin-bottom: 15px;
  padding: 5px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

#subject .subjectlist li:nth-child(1) .img {
  border: solid 2px #27b38a;
  background: #27b38a;
}
#subject .subjectlist li:nth-child(1) .subjectbox {
  background: url(../img/top/subject_elementary_bg.gif);
}
#subject .subjectlist li:nth-child(1) .subjecttxtbox .subjectsubtit {
  color: #27b38a;
}

#subject .subjectlist li:nth-child(2) .img {
  border: solid 2px #f36683;
  background: #f36683;
}
#subject .subjectlist li:nth-child(2) .subjectbox {
  background: url(../img/top/subject_junior_bg.gif);
}
#subject .subjectlist li:nth-child(2) .subjecttxtbox .subjectsubtit {
  color: #f36683;
}

#subject .subjectlist li:nth-child(3) .img {
  border: solid 2px #3c9dd4;
  background: #3c9dd4;
}
#subject .subjectlist li:nth-child(3) .subjectbox {
  background: url(../img/top/subject_high_bg.gif);
}
#subject .subjectlist li:nth-child(3) .subjecttxtbox .subjectsubtit {
  color: #168ed2;
} /* --PC-- */
@media screen and (min-width: 751px) {
  #subject {
    font-size: 16px;
  }
  #subject .subjecttit {
    margin-bottom: 30px;
  }
  #subject .subjectlist {
    margin-bottom: 30px;
    overflow: hidden;
  }
  #subject .subjectlist li {
    width: 310px;
    float: left;
  }

  #subject .subjectlist li .img {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
  }
  #subject .subjectlist li .subjectbox {
    padding: 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
  }
  #subject .subjectlist li .subjectbox .tit {
    font-size: 30px;
    padding: 0 0 20px 0;
  }
  #subject .subjectlist li .subjectbox .tit .min {
    font-size: 18px;
  }
  #subject .subjectlist li .subjectbox .subjecttxtbox {
    padding: 20px;
    min-height: 130px;
  }

  #subject .subjectlist li:nth-child(1) {
    margin-right: 35px;
  }

  #subject .subjectlist li:nth-child(2) {
    margin-right: 35px;
  }

  #subject .subjectbn .spOnly {
    display: none;
  }
} /* --SP-- */
@media screen and (max-width: 750px) {
  #subject {
    font-size: 1rem;
    width: 95%;
    margin: 30px auto 70px auto;
  }
  #subject .subjecttit h3.stdTit {
    margin-bottom: 20px;
    background: url(../img/top/subject_tit_bg.gif) repeat-x bottom 10px center;
  }
  #subject .subjecttit h3.stdTit .big {
    padding: 0 0 0 10px;
  }
  #subject .subjecttit h3.stdTit .min {
    padding: 0 10px;
  }

  #subject .subjectlist li {
    max-width: 100%;
    margin: 0 auto 15px auto;
  }
  #subject .subjectlist a {
    width: 100%;
    display: table;
  }
  #subject .subjectlist li .img {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    padding-top: 200px;
  }
  #subject .subjectlist li .img img {
    display: none;
  }
  #subject .subjectlist li .subjectbox {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px 15px 15px;
    margin-bottom: 15px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
  }
  #subject .subjectlist li .subjectbox .tit {
    padding: 8px 0;
    font-size: 1.2rem;
  }
  #subject .subjectlist li .subjectbox .tit .min {
    font-size: 1rem;
  }
  #subject .subjectlist li .subjectbox .subjecttxtbox {
    font-size: 0.8rem;
    padding: 10px 20px;
    line-height: 1.3;
  }
  #subject .subjectlist li .subjectbox .subjecttxtbox .subjectsubtit {
    margin-bottom: 10px;
    line-height: 1.2;
  }

  #subject .subjectlist li:nth-child(1) .img {
    background: url(../img/top/subject_elementary.jpg) no-repeat top center
      #27b38a;
    background-size: cover;
  }

  #subject .subjectlist li:nth-child(2) .img {
    background: url(../img/top/subject_junior.jpg) no-repeat top center #f36683;
    background-size: cover;
  }

  #subject .subjectlist li:nth-child(3) .img {
    background: url(../img/top/subject_high.jpg) no-repeat top center #3c9dd4;
    background-size: cover;
  }

  #subject .subjectbn .pcOnly {
    display: none;
  }
}
@supports (-ms-ime-align: auto) {
  #subject .subjectlist li .subjectbox {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
} /*------------------------------ deals ------------------------------*/
#deals {
  background: url(../img/top/promotion_bn_bg.gif);
  padding: 90px 0 50px 0;
  position: relative;
  text-align: center;
}
#deals h3 .box .txt {
  font-weight: bold;
}
#deals h3 .box .tit {
  font-weight: bold;
}
#deals h3 .box .tit .min {
  font-weight: normal;
  padding-left: 10px;
}
#deals .dealslist {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
#deals .dealslist li {
  background: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#deals .dealslist li .dealsimg {
  margin-bottom: 12px;
}
#deals .dealslist li .dealstag {
  margin-bottom: 12px;
  color: #ffffff;
  text-align: left;
}
#deals .dealslist li .dealstag .tag_e,
#deals .dealslist li .dealstag .tag_j,
#deals .dealslist li .dealstag .tag_h {
  padding: 5px 10px;
  display: inline-block;
}
#deals .dealslist li .dealstag .tag_e {
  background: #0ab180;
}
#deals .dealslist li .dealstag .tag_j {
  background: #f36683;
}
#deals .dealslist li .dealstag .tag_h {
  background: #2d97d3;
}
#deals .dealslist li .dealstxt {
  color: #222222;
  text-align: left;
  line-height: 1.3;
} /* --PC-- */
@media screen and (min-width: 751px) {
  #deals {
    font-size: 16px;
    margin-top: 120px;
    position: relative; /*padding-left: 64px;*/
  }
  #deals h3 {
    width: 543px;
    height: 138px;
    margin: 0 auto;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    background: url(../img/top/promotion_bn_img01.png) no-repeat left center;
    overflow: hidden;
    padding-left: 67px;
  }
  #deals h3 .box {
    display: table;
    width: 100%;
  }
  #deals h3 .box .txt {
    font-size: 18px;
    width: 201px;
    height: 138px;
    background: url(../img/top/promotion_bn_img02.png) no-repeat right center;
    display: table-cell;
    vertical-align: middle;
  }
  #deals h3 .box .tit {
    font-size: 26px;
    width: 250px;
    height: 138px;
    padding-left: 25px;
    color: #ffffff;
    background: url(../img/top/promotion_bn_img03.png) no-repeat right center;
    display: table-cell;
    vertical-align: middle;
  }
  #deals h3 .box .tit .min {
    font-size: 14px;
  }
  #deals .dealslist {
    margin-top: 20px;
  }
  #deals .dealslist li {
    width: 234px;
    margin-left: 21px;
    padding: 12px 12px 20px 12px;
  }
  #deals .dealslist li:nth-child(4n + 1) {
    margin-left: 0;
  }
  #deals .dealslist li:nth-child(n + 5) {
    margin-top: 20px;
  }

  #deals .dealslist li .dealstag {
    font-size: 14px;
  }
} /* --SP-- */
@media screen and (max-width: 750px) {
  #deals {
    font-size: 1rem;
    padding-bottom: 30px;
  }
  #deals .wrapper {
    width: 95%;
    margin: 0 auto;
  }
  #deals h3 {
    margin: 0 auto;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    height: 130px;
    width: 320px;
  }
  #deals h3 .box {
    display: table;
    width: 95%;
  }
  #deals h3 .box .txt {
    height: 130px;
    background: url(../img/top/promotion_bn_img02.png) no-repeat right center;
    display: table-cell;
    vertical-align: middle;
    font-size: 0.7rem;
    text-align: left;
    background-size: 95% auto;
    width: 130px;
    padding-left: 5px;
    line-height: 1.5;
  }
  #deals h3 .box .tit {
    height: 130px;
    color: #ffffff;
    background: url(../img/top/promotion_bn_img03.png) no-repeat right center;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.2rem;
    background-size: 95% auto;
    width: 190px;
    padding-left: 10px;
  }
  #deals h3 .box .tit .min {
    font-size: 0.6rem;
  }

  #deals .dealslist li {
    width: 49%;
    margin-left: 2%;
  }
  #deals .dealslist li:nth-child(2n + 1) {
    margin-left: 0;
  }
  #deals .dealslist li:nth-child(n + 3) {
    margin-top: 10px;
  }
  #deals .dealslist li .dealsimg {
    margin-bottom: 5px;
  }
  #deals .dealslist li .dealstag {
    font-size: 0.7rem;
    padding: 0 10px;
    margin-bottom: 5px;
  }

  #deals .dealslist li .dealstxt {
    font-size: 0.8rem;
    padding: 5px 10px 10px 10px;
  }
} /*------------------------------ talkabout ------------------------------*/

.talkabouttit {
  width: 590px;
  margin: 10px auto 20px;
}
#talkabout .subjecttit {
  background: url(../img/top/talkabout_img01.png) no-repeat center center;
}

#talkabout .voicelist li .voicelisttit {
  text-align: center;
  margin-bottom: 10px;
}
#talkabout .voicelist li .voice1st {
  background: #f5f5f5;
}

#talkabout .voicelist li .voice1st .voicetit {
  font-size: 17px;
  background: #ffffff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}
#talkabout .voicelist li .voice1st .voiceimg {
  line-height: 0;
}
#talkabout .voicelist li .voice1st .voicetxt {
  color: #222222;
}
#talkabout .voicelist li .voice1st .voicebtn {
  text-align: right;
  color: #ffffff;
}
#talkabout .voicelist li .voice1st .voicebtn .more {
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  padding: 5px 30px 5px 10px;
  display: inline-block;
  margin-bottom: 20px;
}
#talkabout .voicelist li .voicedetail {
  background: #f5f5f5;
}
#talkabout .voicelist li .voicedetail a {
  border-top: solid 1px #dadada;
  display: block;
  padding-top: 15px;
  overflow: hidden;
}

#talkabout .voicelist li .voicedetail .voicetxt {
  color: #222222;
}
#talkabout .voicelist li:nth-child(1) .voice1st .voicetit {
  border: solid 2px #009e6b;
  color: #009e6b;
}
#talkabout .voicelist li:nth-child(1) .voice1st .voicebtn .more {
  background: url(../img/top/search_icon06.png) no-repeat right 10px center
    #009e6b;
  background-size: 6px auto;
}
#talkabout .voicelist li:nth-child(2) .voice1st .voicetit {
  border: solid 2px #ed4766;
  color: #ed4766;
}
#talkabout .voicelist li:nth-child(2) .voice1st .voicebtn .more {
  background: url(../img/top/search_icon06.png) no-repeat right 10px center
    #ed4766;
  background-size: 6px auto;
}
#talkabout .voicelist li:nth-child(3) .voice1st .voicetit {
  border: solid 2px #168ed2;
  color: #168ed2;
}
#talkabout .voicelist li:nth-child(3) .voice1st .voicebtn .more {
  background: url(../img/top/search_icon06.png) no-repeat right 10px center
    #168ed2;
  background-size: 6px auto;
} /* --PC-- */
@media screen and (min-width: 751px) {
  #talkabout {
    font-size: 16px;
    margin-top: 30px;
  }
  #talkabout .subjecttit {
    margin-bottom: 20px;
  }
  #talkabout .voicelist {
    overflow: hidden;
  }
  #talkabout .voicelist li {
    width: 310px;
    float: left;
  }

  #talkabout .voicelist li .voice1st .voicetit {
    height: 65px;
    width: 310px;
  }
  #talkabout .voicelist li .voice1st .voiceimg img {
    width: 310px;
  }
  #talkabout .voicelist li .voice1st .voicetxt {
    padding: 20px 20px 0 20px;
  }
  #talkabout .voicelist li .voice1st .voicebtn {
    padding: 15px 20px 0 20px;
    font-size: 14px;
  }
  #talkabout .voicelist li .voicedetail {
    padding: 0 20px 20px 20px;
  }

  #talkabout .voicelist li .voicedetail .voiceimg {
    width: 120px;
    float: left;
  }
  #talkabout .voicelist li .voicedetail .voicetxt {
    width: 130px;
    float: right;
  }
  #talkabout .voicelist li:nth-child(1) {
    margin-right: 35px;
  }

  #talkabout .voicelist li:nth-child(2) {
    margin-right: 35px;
  }
} /* --SP-- */
@media screen and (max-width: 750px) {
  #talkabout {
    font-size: 1rem;
  }
  #talkabout.wrapper {
    margin-top: 40px;
  }
  .talkabouttit {
    width: 100%;
    margin: 10px auto 20px;
  }
  #talkabout .voicelist {
    max-width: 356px;
  }
  #talkabout .voicelist_sp {
    width: 95%x;
  } /**/
  #talkabout .subjecttit {
    background-size: 300px auto;
  }
  #talkabout .voicelist {
    width: 95%;
    margin: 0 auto;
  }
  #talkabout .voicelist_sp {
    width: 95%;
    margin: 0 auto;
  } /**/
  #talkabout .voicelist li {
    margin-top: 20px;
  }
  #talkabout .voicelist li .voicelisttit {
    width: 110px;
    margin: 0 auto 5px auto;
  }

  #talkabout .voicelist li .voice1st .voicetit {
    width: 100%;
    padding: 10px;
    text-align: center;
    display: block;
  }

  #talkabout .voicelist li .voice1st .voicetxt {
    padding: 10px 10px 5px 10px;
  }
  #talkabout .voicelist li .voice1st .voicebtn {
    padding: 0 10px;
  }
  #talkabout .voicelist li .voice1st .voicebtn .more {
    margin-bottom: 10px;
  }
  #talkabout .voicelist li .voicedetail {
    padding: 0 10px 10px 10px;
  }
  #talkabout .voicelist li .voicedetail a {
    display: table;
    width: 100%;
  }
  #talkabout .voicelist li .voicedetail .voiceimg {
    width: 120px;
    display: table-cell;
  }
  #talkabout .voicelist li .voicedetail .voicetxt {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
  }
} /*------------------------------ infomation ------------------------------*/
#infomation {
  background: #eef9fe;
}

#infomation .subjecttit h3.stdTit {
  background: url(../img/top/infomation_tit_bg.gif) repeat-x bottom 20px center;
}
#infomation .subjecttit h3.stdTit .big {
  background: #eef9fe;
  padding: 0 10px;
}
#infomation .subjecttit h3.stdTit .min {
  background: #eef9fe;
  padding: 0 20px;
}

#infomation .infobox h4 {
  font-size: 18px;
  font-weight: bold;
}

#infomation .infobox ul li a {
  text-decoration: underline;
}
#infomation .infobox ul li .txt {
  border-bottom: solid 1px #dadada;
  line-height: 1.3;
  padding-bottom: 10px;
}
#infomation .infobox ul li:last-child .txt {
  border-bottom: none;
}
#infomation .infobox ul li .date {
  font-weight: bold;
  border-bottom: none;
}

#infomation .infobox .infoboxL .news {
  background: #ffffff;
}
#infomation .infobox .infoboxL .news h4 {
  color: #168ed2;
  border-top: solid 2px #168ed2;
  border-bottom: solid 1px #aad3ea;
  background: url(../img/top/infomation_icon01.png) no-repeat left 10px center;
}

#infomation .infobox .infoboxR .opening {
  background: #ffffff;
}
#infomation .infobox .infoboxR .opening h4 {
  color: #009e6b;
  border-top: solid 2px #009e6b;
  border-bottom: solid 1px #84d8bf;
  background: url(../img/top/infomation_icon02.png) no-repeat left 10px center;
}

#infomation .infobox .infoboxR .opening li span.tag {
  background: #009e6b;
  color: #fff;
  font-size: 12px;
  padding: 3px 4px;
}
#infomation .infobox .infoboxR .reserve {
  background: #ffffff;
}
#infomation .infobox .infoboxR .reserve h4 {
  color: #ed4766;
  border-top: solid 2px #ed4766;
  border-bottom: solid 1px #f9b2c1;
  background: url(../img/top/infomation_icon03.png) no-repeat left 10px center;
}

#infomation .infobox .infoboxR .reserve li span.tag {
  background: #ed4766;
  color: #fff;
  font-size: 12px;
  padding: 3px 4px;
} /* --PC-- */
@media screen and (min-width: 751px) {
  #infomation {
    font-size: 16px;
    padding: 50px 0;
    margin-bottom: 0;
  }
  #infomation .wrapper {
    margin: 0 auto;
    overflow: hidden;
  }
  #infomation .subjecttit {
    margin-bottom: 30px;
  }

  #infomation .infobox h4 {
    padding: 14px 14px 14px 40px;
  }
  #infomation .infobox ul {
    overflow: auto;
  }
  #infomation .infobox ul li {
    padding: 0 20px 20px 20px;
  }
  #infomation .infobox ul li:first-child {
    padding-top: 20px;
  }
  #infomation .infobox ul li .txt {
    padding-bottom: 20px;
  }
  #infomation .infobox ul li .date {
    padding-bottom: 10px;
  }
  #infomation .infobox .infoboxL {
    width: 484px;
    float: left;
  }

  #infomation .infobox .infoboxL .news ul {
    height: 602px;
  }
  #infomation .infobox .infoboxR {
    width: 484px;
    float: right;
  }
  #infomation .infobox .infoboxR .opening {
    margin-bottom: 29px;
  }

  #infomation .infobox .infoboxR .opening ul {
    height: 260px;
  }

  #infomation .infobox .infoboxR .reserve ul {
    height: 260px;
  }
} /* --SP-- */
@media screen and (max-width: 750px) {
  #infomation {
    font-size: 1rem;
    padding: 20px 0;
  }
  #infomation .wrapper {
    margin: 0 auto;
  }
  #infomation .infobox {
    width: 90%;
    margin: 20px auto 0 auto;
  }
  #infomation .infobox h4 {
    font-size: 1rem;
    padding: 10px 10px 10px 40px;
  }
  #infomation .infobox ul {
    height: 200px;
  }
  #infomation .infobox ul li {
    font-size: 0.8rem;
    padding: 10px;
  }
  #infomation .infobox ul li .date {
    margin-bottom: 5px;
  }

  #infomation .infobox .infoboxL .news {
    margin-bottom: 20px;
  }

  #infomation .infobox .infoboxR .opening {
    margin-bottom: 20px;
  }

  #infomation .infobox .infoboxR .reserve {
    margin-bottom: 20px;
  }

  #infomation .infobox .infoboxR .reserve ul {
    height: 100px;
  }
} /********************************************************************** * *　　 ■被災児童生徒支援等のお知らせ /index/ * **********************************************************************/
#notification {
  margin-bottom: 4%;
  padding: 1%;
  border: solid 2px #f36683;
  line-height: 150%;
}
#notification h3 {
  font-weight: bold;
  text-align: center;
  color: #f36683;
}
@media screen and (max-width: 750px) {
  #notification {
    margin: 4%;
    padding: 1%;
    border: solid 2px #f36683;
    line-height: 150%;
  }
  #notification h3 {
    font-weight: bold;
    text-align: center;
    color: #f36683;
  }
} /********************************************************************** * *　　 ■お問い合わせ * **********************************************************************/
.contact {
  clear: both;
  width: 100%;
  margin: -10px 0 0;
  padding: 40px 0 40px;
  background: url(../img/common/contact_bg.gif) no-repeat center center;
  background-size: cover;
} /* タイトル */
.contact .contact-heading {
  width: 390px;
  margin: 0 auto;
}
.contact .contact-heading img {
  width: 100%;
}
.contact section {
  width: 840px;
  background: rgba(224, 255, 255);
  margin: 10px auto 0;
  padding: 30px;
  box-sizing: content-box;
}
.contact .contact_tit {
  text-align: center;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.54;
}
.contact .contact_tit span {
  color: #f24770;
  font-size: 24px;
  font-weight: bold;
}
.contact .contact_tit .mid {
  font-size: 80px;
}
.contact .contact_tit .large {
  font-size: 120px;
}
.contact .contact_tit .attention {
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
  color: #686464;
}
.contact .cta_box {
  width: 644px;
  margin: 0 auto;
}
.contact .cta_box img {
  width: 100%;
}
.contact .cta_map_link {
  width: 375px;
  margin: 32px auto 0;
}
.contact .cta_map_link img {
  width: 100%;
} /* 無料体験　資料請求ボタン */
.contact ul {
  margin: 25px auto;
  letter-spacing: -0.4em;
}
.contact ul li {
  display: inline-block;
  letter-spacing: normal;
  font-size: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  box-shadow: 0px 4px 0px -1px #b2c8d5;
}
.contact ul li a {
  color: #fff;
}
.contact ul li a:hover {
  opacity: 0.7;
} /* 無料体験 */
.contact ul li.free {
  background: #ea576a; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ea576a 0%,
    #e86877 49%,
    #e54e5f 51%,
    #e63a50 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ea576a 0%,
    #e86877 49%,
    #e54e5f 51%,
    #e63a50 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ea576a 0%,
    #e86877 49%,
    #e54e5f 51%,
    #e63a50 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea576a', endColorstr='#e63a50',GradientType=0 ); /* IE6-9 */
  position: relative;
  margin-right: 20px;
  width: 410px;
}
.contact ul li.free a {
  background: url(../img/common/icon_free_arrow.png) no-repeat center right 10px;
  display: block;
  padding: 28px 10px 28px 20px;
} /*.contact ul li.free .ribon {background: url(../img/common/ribon.png) no-repeat center left;display: block;height: 90px;position: absolute;top: -7px;width: 72px;}*/
.contact ul li.free .ribon,
.contact ul li.request .ribon {
  background: yellow;
  display: block;
  height: 70px;
  width: 75px;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  left: 15px;
}
.contact ul li.free .ribon .txt,
.contact ul li.request .ribon .txt {
  color: #2e2e2e;
  padding: 15px 0;
  display: block;
  text-align: center;
  font-size: 17px;
  margin-left: -3px;
  line-height: 1.2;
  font-weight: bold;
} /*.contact ul li.free .ribon .txt {color: #2e2e2e;padding: 28px 0; display: block;text-align: center;font-size: 17px;margin-left: -7px;line-height: 1.2;font-weight: bold;}*/
.contact ul li.free .offer_txt {
  padding-left: 90px;
  font-size: 22px;
  display: block;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.contact ul li.free .offer_txt .note {
  display: block;
  font-size: 15px;
  margin-top: 7px;
} /* 資料請求 */
.contact ul li.request {
  background: #1ab762; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #1ab762 0%,
    #1ab762 50%,
    #00af50 52%,
    #00af50 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #1ab762 0%,
    #1ab762 50%,
    #00af50 52%,
    #00af50 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #1ab762 0%,
    #1ab762 50%,
    #00af50 52%,
    #00af50 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ab762', endColorstr='#00af50',GradientType=0 ); /* IE6-9 */
  position: relative;
  width: 410px;
}
.contact ul li.request a {
  background: url(../img/common/icon_request_arrow.png) no-repeat center right
    10px;
  display: block;
  padding: 28px 10px 28px 20px;
} /*.contact ul li.request .ribon {background: url(../img/common/ribon.png) no-repeat center left;display: block;height: 90px;position: absolute;top: -7px;width: 72px;} .contact ul li.request .ribon .txt {color: #2e2e2e;padding: 28px 0;display: block;text-align: center;font-size: 17px;margin-left: -7px;line-height: 1.2;letter-spacing: -0.05em;font-weight: bold;}*/
.contact ul li.request .offer_txt {
  padding-left: 90px;
  font-size: 22px;
  display: block;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.contact ul li.request .offer_txt .small {
  font-weight: bold;
}
.contact ul li.request .offer_txt .note {
  display: block;
  font-size: 15px;
  margin-top: 7px;
} /* フリーダイヤル */
.contact .tel_pc {
  background: #fff;
  width: 600px;
  margin: 0 auto 30px;
  padding: 22px;
  text-align: center;
}
.contact .tel_pc span {
  display: inline-block;
  vertical-align: middle;
}
.contact .tel_pc .icon {
  color: #2d97d3;
  font-size: 44px;
  font-weight: bold;
  font-family: Roboto, "Droid Sans";
  background: url(../img/common/icon_free_voice.png) no-repeat center left;
  padding-left: 50px;
}
.contact .tel_pc .hour {
  padding-left: 10%;
  font-size: 15px;
}
.contact .tel_pc a {
  display: block;
}
.contact .contact_tit .saidai {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 5px;
} /*****/ /* --SP-- */
@media screen and (max-width: 750px) {
  .contact {
    padding: 7vw 0;
    background: #feffdf;
  } /* .contact h4 {font-size: 1.2rem;line-height: 1.3;background: url(../img/common/title_deco_sp.png) no-repeat center center;background-size: 80%; padding:0 0 5px; color:#2d97d3;} .contact h4:before, .contact h4:after {display: none;} .contact h4:before {background: url(../img/common/title_deco01.png) no-repeat left center;content: "　";background-size: auto 100%;width: 30px;display: inline-block;} .contact h4:after {background: url(../img/common/title_deco02.png) no-repeat right center;content: "　";background-size: auto 100%;width: 30px;display: inline-block;} */
  .contact h4 {
    width: 80%;
    margin: 0 auto 4vw;
  }
  .contact section {
    width: 95%;
    box-sizing: border-box;
    margin: 0 auto 0;
    padding: 4vw 4vw 5vw;
    border-radius: 5px;
    border: 2px solid #2d97d3;
  }
  .contact .contact_tit {
    font-size: 1.1rem;
    margin: 1% 0 5.6%;
    line-height: 0.9;
    border-bottom: solid 1px #b0e0e6;
    padding-bottom: 15px;
  }
  .contact .contact_tit .icon {
    /*padding-left: 1.5rem;*/
    position: absolute;
    left: 0;
    top: -2rem;
    font-size: 1.2rem;
    color: #000;
    background-size: auto 18px;
    text-align: left;
    width: 100%;
    display: inline-table;
  }
  .contact .contact_tit .col {
    font-size: 1.8rem;
    letter-spacing: -0.05em;
    position: relative;
  }
  .contact .contact_tit .saidai {
    font-size: 1rem;
    font-weight: bold;
  } /*****/
  .contact .contact_tit .col strong {
    font-size: 5rem;
  }
  .contact .contact_tit .snote {
    display: inline-block;
    margin-right: 0;
    font-size: 0.7rem;
  }
  .contact .contact_tit {
    margin-bottom: 0.2rem;
    padding-bottom: 0.5rem;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.58;
  }
  .contact .contact_tit span {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .contact .contact_tit .mid {
    font-size: 2.8rem;
  }
  .contact .contact_tit .large {
    font-size: 4rem;
  }
  .contact .contact_tit .attention {
    display: none;
  }
  .contact .contact_tit_bottom {
    margin: 1vw 0 0;
    text-align: right;
    font-size: 0.75rem;
  }
  .contact .cta_box {
    width: 100%;
    margin: 5vw 0 0;
  }
  .contact .cta_map_link {
    width: 70%;
    margin: 7vw auto 0;
  }
  .contact ul {
    width: 100%;
    margin: 2vw auto 10px;
  }
  .contact ul li {
    display: block;
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .contact ul li {
    width: 100%;
  }
  .contact ul li.free,
  .contact ul li.request {
    width: 100%;
    margin-right: 0;
  }
  .contact ul li.free .ribon,
  .contact ul li.request .ribon {
    width: 60px;
    height: 56px;
    top: 7px;
    left: 10px;
  } /*.contact ul li.free .ribon, .contact ul li.request .ribon {width: 60px;background-size: 100% auto;background-position: top left;}*/
  .contact ul li.free .ribon .txt,
  .contact ul li.request .ribon .txt {
    font-size: 0.9rem;
    padding: 14px 0 0;
  } /*.contact ul li.free .ribon .txt, .contact ul li.request .ribon .txt {font-size: 0.9rem;padding: 18px 0 0;}*/
  .contact ul li.free .offer_txt,
  .contact ul li.request .offer_txt {
    padding-right: 10%;
    font-size: 1.2rem;
    padding-left: 80px;
  }
  .contact ul li .offer_txt .small {
    font-size: 1rem;
    font-weight: bold;
  }
  .contact ul li.free a {
    padding: 25px 10px;
    box-sizing: border-box;
  }
  .contact ul li.request a {
    padding: 25px 10px;
    box-sizing: border-box;
  }
  .contact ul li.free a .icon_free,
  .contact ul li.request a .icon_request {
    line-height: 20px;
    background-size: auto 20px;
  }
  .contact .tel_sp {
    width: 100%;
    margin: 6% auto 0;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #2d97d3;
    padding: 8px;
    background: #f1e767;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fdfbfb),
      to(#ebedee)
    );
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
  } /*.contact .tel_sp a {padding: 0;background: none;display: block;}*/
  .contact .tel_sp a {
    padding: 0;
    background: none;
    display: block;
  }
  .contact .tel_sp span {
    display: inline-block;
    vertical-align: middle;
  }
  .contact .tel_sp .icon {
    color: #2d97d3;
    font-size: 30px;
    font-weight: bold;
    background: url(../img/common/icon_free_voice.png) no-repeat center left;
    padding-left: 50px;
  }
  .contact .tel_sp .hour {
    display: block;
    margin-top: 5px;
    color: #000;
    text-align: center;
  }
  .line_sp {
    width: 87%;
    display: block;
    margin: 15px auto 0;
  }
}

.arrow img {
  display: none;
}
#search.new_search .wrapper {
  padding: 40px 0 40px 0;
  margin: 30px auto 0;
}
.grade_button {
  margin: 40px auto;
  max-width: 1000px;
}
.grade_button ul {
  display: flex;
  position: relative;
  justify-content: center;
  z-index: 5;
  margin: 0 0 -3px 0;
}
.grade_button ul li {
  width: 255px;
  margin: 10px;
}
.grade_button ul li:first-child {
  margin-left: 0;
}
.grade_button ul li:last-child {
  margin-right: 0;
}
.grade_button ul li a {
  color: #fff;
  display: block;
  font-size: 30px;
  background: #0bb181;
  text-align: center;
  border-radius: 5px;
  padding: 3px 0;
}
.grade_button ul li a p {
  margin: 10px 0;
}
.grade_button ul li:nth-child(2) a {
  background: #f26683;
}
.grade_button ul li:nth-child(3) a {
  background: #2d97d3;
}
.grade_button ul li a p {
  font-size: 24px;
  line-height: 1.2;
}
.grade_button ul li a span {
  font-size: 35px;
}
.top_inner {
  margin: 0 auto;
  padding: 40px 0;
  max-width: 1000px;
}
.four_reason {
  background: #feffdf;
}
.four_reason h3 {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}
.four_reason h3 .num {
  font-size: 50px;
}
.four_reason h3 span {
  color: #f24970;
  font-size: 40px;
  font-weight: 700;
}
.four_reason h3 br {
  display: none;
}
.four_reason_cont {
  display: flex;
}
.reason01,
.reason03 {
  margin-right: 10px;
}
.reason02,
.reason04 {
  margin-left: 10px;
}
.re_co {
  width: 50%;
  margin-top: 20px;
  border: 2px solid #abd6f6;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}
.heading {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #158fd0;
}
.res_num {
  color: #faf96d;
  font-size: 35px;
  background: #158fd1;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-weight: 700;
}
.res_tit {
  font-size: 30px;
  color: #158fd1;
  line-height: 1.3;
  font-weight: 700;
  margin-left: 15px;
}
.reason_body ul {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.reason_body ul li {
  line-height: 1.5;
  font-size: 21px;
  font-weight: 600;
}
.reason_body ul li span {
  font-size: 21px;
  color: #f26683;
  font-weight: 600;
}
.reason_body ul li:nth-child(1) {
  width: 160px;
  margin-right: 10px;
  vertical-align: bottom;
}
.reason_body ul li:nth-child(2) {
  width: calc(100% - 160px);
}
.reason_body img {
  width: 100%;
}
.reason_body p {
  font-size: 21px;
  margin: 20px 0;
  line-height: 1.6;
  font-weight: 600;
}
.reason_body p span {
  font-size: 21px;
  color: #f26683;
  font-weight: 600;
}
.reason_body .bl_text {
  font-size: 24px;
  color: #065888;
}
.reason_body .res04_top {
  text-align: center;
  margin: 20px 0;
  font-size: 21px;
  font-weight: 600;
}
.reason_body .res04_top span {
  font-size: 21px;
  color: #f26683;
  font-weight: 600;
}
.reason_body .res04_top p {
  margin: 0;
  font-size: 29px;
  color: #005685;
  margin-top: 5px;
}
.reason_body .res04_top p span {
  color: #005685;
  font-size: 25px;
  font-weight: 600;
}
.reason_star {
  text-align: center;
  margin-bottom: 20px;
}
.link_box {
  background: #feffdf;
}
.link_box img {
  vertical-align: bottom;
}
.link_box_inner {
  display: flex;
}
.link_box_left {
  margin-right: 10px;
}
.link_box_right {
  margin-left: 10px;
}
.link_cont {
  width: 50%;
}
.link_cont a {
  color: #000;
}
.link_cont p.link_text {
  font-size: 20px;
  padding: 20px;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
}
.link_img {
  position: relative;
}
.link_img span {
  color: #fff;
  padding: 6px 20px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 17px;
  background: #0085d0 url(../img/top/search_icon06.png) right center no-repeat;
  background-position: right 6px bottom 50%;
  background-size: 8px 13px;
}
.four_reason input {
  display: none;
}
@media screen and (max-width: 750px) {
  .grade_button ul li a p {
    margin: 10px auto 0;
    font-size: 4.3vw;
  }
  .grade_button ul li a {
    padding: 3vw 2vw 3vw;
  }
  .grade_button ul li a {
    font-size: 4.5vw;
    line-height: 1.2;
  }
  .grade_button ul li a span {
    font-size: 5.5vw;
  }
  .grade_button ul li {
    margin: 1.5vw;
  }
  .grade_button ul li:first-child {
    margin-left: 3vw;
  }
  .grade_button ul li:last-child {
    margin-right: 3vw;
  }
  .grade_button ul li a br {
    display: block;
  }
  .grade_button {
    margin: 20px auto;
  }
  .link_box_inner {
    display: block;
  }
  .link_cont {
    width: 90%;
    margin: auto;
  }
  .link_box_left {
    margin-bottom: 15px;
  }
  .link_cont p.link_text {
    font-size: 16px;
    padding: 3vw;
  }
  .link_img span {
    font-size: 13px;
  }
  .four_reason_cont {
    display: block;
  }
  .four_reason h3 br {
    display: block;
  }
  .reason_star {
    width: 150px;
    margin: 0 auto 15px;
  }
  .re_co {
    width: 94%;
    margin: 3%;
    padding: 3%;
    background: #fff;
    border-radius: 5px;
  }
  .reason_body p {
    margin: 2rem 0;
  }
  .reason_body {
    margin: 0 4% 4%;
  }
  .res_num {
    text-align: center;
    width: 60px;
    height: 80px;
    line-height: 80px;
  }
  .res_tit {
    font-size: 1.7rem;
    line-height: 1.2;
    margin-left: 12px;
  }
  .top_inner {
    padding: 20px 0;
  }
  .heading {
    align-items: center;
    border-bottom: 1px solid #158fd1;
  }
  .four_reason .heading {
    position: relative;
  }
  .reason_body ul li {
    font-size: 3.5vw;
  }
  .reason_body ul li:nth-child(1) {
    width: 30vw;
    margin-right: 2vw;
  }
  .reason_body ul li:nth-child(2) {
    width: calc(100% - 30vw);
  }
  .reason_body ul li span {
    font-size: 3.5vw;
  }
  .reason_body .bl_text {
    font-size: 4.2vw;
  }
  .reason_body .res04_top {
    text-align: center;
    margin: 5vw 0;
    font-size: 3.7vw;
    line-height: 1.3;
  }
  .reason_body .res04_top span {
    font-size: 3.7vw;
  }
  .reason_body .res04_top p {
    font-size: 5.5vw;
  }
  .reason_body .res04_top p span {
    font-size: 4vw;
  }
  .reason_body ul {
    margin: 5vw 0 3vw;
  }
  #search.new_search .wrapper {
    padding: 2vw 0 5vw 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .four_reason h3,
  .four_reason h3 span {
    font-size: 7vw;
  }
  .reason_star {
    width: 32%;
    margin: 0 auto 2%;
  }
  .reason_body p,
  .reason_body p span {
    font-size: 3.7vw;
  }
  .link_cont p.link_text {
    font-size: 14px;
  }
  .res_num {
    font-size: 7vw;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .res_tit {
    font-size: 4.5vw;
  }
  .four_reason .arrow {
    width: 20px;
  }
}
.top_search_title p {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 15px 0;
  display: block;
  width: 310px;
  margin: 0 auto;
  position: relative;
}
.top_search_title p span {
  color: #168ed2;
  font-size: 34px;
  font-weight: 700;
  margin: 0 5px;
}
.top_search_title p:before {
  position: absolute;
  content: " ";
  width: 26px;
  height: 42px;
  background: url(../img/top/201912/search_left.jpg) no-repeat 0 0;
  left: 0;
  top: 15px;
}
.top_search_title p:after {
  position: absolute;
  content: " ";
  width: 26px;
  height: 42px;
  background: url(../img/top/201912/search_right.jpg) no-repeat 0 0;
  right: 0;
  top: 15px;
}
#search .wrapper .top_search_title h3 {
  text-align: center;
  margin: 0;
  padding: 0;
}
.top_search_title h3 span {
  font-size: 40px;
  font-weight: 700;
  background: url(../img/top/201912/magnifying.png) no-repeat 0 0;
  padding: 0 0 0 55px;
}
.top_search_link {
  margin: 20px auto;
  max-width: 1000px;
}
.top_search_link ul {
  width: 800px;
  margin: 0 auto;
  display: flex;
}
.top_search_link ul li {
  width: 50%;
  margin: 10px;
}
.top_search_link ul li:first-child {
  margin-left: 0;
}
.top_search_link ul li:last-child {
  margin-right: 0;
}
.top_search_link ul li h4 {
  color: #168ed2;
  font-size: 20px;
  margin: 0 0 10px 0;
}
.top_search_box,
.top_search_btn {
  width: 100%;
}
.top_search_btn a {
  display: block;
  width: 100%;
  background: #168ed2;
  color: #fff;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: relative;
}
.top_search_btn a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  transition: 0.7s;
}
.top_search_box {
  position: relative;
}
.top_search_box input[type="text"] {
  width: 100%;
  height: 66px;
  line-height: 66px;
  border: 1px solid #168ed2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 70px 5px 20px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.top_search_box input::placeholder {
  color: #a0a0a0;
}
.top_search_box .top_search_btn2 {
  width: 66px;
  height: 66px;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #168ed2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 13px 0 0 0;
}
.top_search_box .top_search_btn2 button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  appearance: none;
}
@media screen and (max-width: 750px) {
  .top_search_title h3 span {
    font-size: 7vw;
    background: url(../img/top/201912/magnifying.png) no-repeat 0 0;
    background-size: 30px auto;
    padding: 0 0 0 40px;
  }
  .top_search_title p {
    font-size: 1.1rem;
    width: 280px;
  }
  .top_search_link2 {
    width: 94%;
    margin: 20px auto 0 auto;
  }
  .top_search_link2 ul {
    display: flex;
  }
  .top_search_link2 ul li {
    width: 50%;
    margin: 0 10px;
  }
  .top_search_link2 ul li:first-child {
    margin-left: 0;
  }
  .top_search_link2 ul li:last-child {
    margin-right: 0;
  }
  .top_search_link ul {
    width: 94%;
    display: block;
    margin: 0 auto;
  }
  .top_search_link ul li {
    width: 100%;
    margin: 10px 0 20px 0;
  }
  .top_search_link ul li h4 {
    font-size: 1.2rem;
    margin: 0 0 5px 0;
  }
  .top_search_btn a {
    height: 45px;
    line-height: 45px;
    text-align: left;
    padding: 0 0 0 10px;
    font-size: 1.1rem;
  }
  .top_search_btn a::before {
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
    transition: 0.7s;
  }
  .top_search_box input[type="text"] {
    height: 45px;
    line-height: 45px;
    font-size: 1.1rem;
  }
  .top_search_box .top_search_btn2 {
    width: 45px;
    height: 45px;
    padding: 8px 0 0 0;
  }
  .top_search_box .top_search_btn2 img,
  .top_search_box .top_search_btn2 input[type="image"] {
    width: 30px;
    height: auto;
  }
}
@media screen and (max-width: 320px) {
  .top_search_btn a {
    font-size: 1rem;
  }
  .top_search_btn a::before {
    right: 5px;
  }
}
.grade_voice {
  padding: 1px 0;
  background: #eef9fd;
}
.grade_voice .tab-content-area .tab-content-heading {
  width: 657px;
  margin: 0 auto 42px;
}
.grade_voice .tab-content {
  width: 1000px;
  background: #fff;
}
.grade_voice .tab-content-area .grade_button ul li a {
  border-radius: 20px;
}
.grade_voice .tab-content,
.grade_voice .tab-content-wrap {
  border-radius: 10px;
}
.grade_voice .grade_button ul {
  margin: 0 0 37px;
}
.grade_voice .grade_button ul li a p {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}
.grade_voice .grade_button ul li a {
  padding: 28px 10px 28px;
}
.grade_voice .grade_button ul li a.active-blue,
.grade_voice .grade_button ul li a.active-green,
.grade_voice .grade_button ul li a.active-pink {
  position: relative;
  padding: 25px 10px 25px;
}
.grade_voice .grade_button ul li a.active-blue::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-left: 3px solid #2797d5;
  border-bottom: 3px solid #2797d5;
  transform: translateX(-50%) rotate(-44deg);
  box-sizing: border-box;
}
.grade_voice .grade_button ul li a.active-pink::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-left: 3px solid #f26683;
  border-bottom: 3px solid #f26683;
  transform: translateX(-50%) rotate(-44deg);
  box-sizing: border-box;
}
.grade_voice .grade_button ul li a.active-green::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-left: 3px solid #09b081;
  border-bottom: 3px solid #09b081;
  transform: translateX(-50%) rotate(-44deg);
  box-sizing: border-box;
}
.grade_voice .tab-content-area .box-blue,
.grade_voice .tab-content-area .box-green,
.grade_voice .tab-content-area .box-pink {
  border: none;
}
.grade_voice .tab-content-area .content-box {
  padding: 40px;
}
.grade_voice .tab-content-area .tab-content p {
  margin: 1.5rem 0 0;
  font-size: 3.6vw;
  letter-spacing: 0.06em;
  line-height: 1.53;
}
.grade_voice .button-wrapper {
  display: flex;
  justify-content: flex-end;
}
.grade_voice .content-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 27vw;
  margin: 1rem 0 0 auto;
  padding: 1.5vw 0;
  background: #7e94a0;
  border-radius: 40px;
  color: #fff;
  font-size: 3vw;
  letter-spacing: 0.06em;
}
.grade_voice .content-btn::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (min-width: 751px) {
  .dedicated_app {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 1548px;
  }
  .dedicated_app img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .grade_voice {
    padding: 4rem 0;
    background: #eef9fd;
  }
  .grade_voice .tab-content-area .tab-content-heading {
    width: 85%;
    margin: 0 auto;
  }
  .grade_voice .tab-content-area .grade_button ul li a {
    border-radius: 10px;
  }
  .grade_voice .tab-content-area {
    margin: 0;
  }
  .grade_voice .grade_button ul {
    margin: 0 0.5rem 2rem;
  }
  .grade_voice .grade_button ul li a p {
    margin: 0;
    font-size: 6vw;
    font-weight: 700;
  }
  .grade_voice .grade_button ul li a {
    padding: 6vw 2vw 6vw;
  }
  .grade_voice .grade_button ul li a.active-blue,
  .grade_voice .grade_button ul li a.active-green,
  .grade_voice .grade_button ul li a.active-pink {
    position: relative;
    padding: 5.5vw 2vw 5.5vw;
  }
  .grade_voice .grade_button ul li a.active-blue::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-left: 3px solid #2797d5;
    border-bottom: 3px solid #2797d5;
    transform: translateX(-50%) rotate(-44deg);
    box-sizing: border-box;
  }
  .grade_voice .grade_button ul li a.active-pink::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-left: 3px solid #f26683;
    border-bottom: 3px solid #f26683;
    transform: translateX(-50%) rotate(-44deg);
    box-sizing: border-box;
  }
  .grade_voice .grade_button ul li a.active-green::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-left: 3px solid #09b081;
    border-bottom: 3px solid #09b081;
    transform: translateX(-50%) rotate(-44deg);
    box-sizing: border-box;
  }
  .grade_voice .tab-content-area .box-blue,
  .grade_voice .tab-content-area .box-green,
  .grade_voice .tab-content-area .box-pink {
    margin: 0 auto;
    border: none;
    width: 95%;
  }
  .grade_voice .tab-content-area .content-box {
    padding: 2rem 2rem 3rem;
  }
  .grade_voice .tab-content-area .tab-content p {
    margin: 1.5rem 0 0;
    font-size: 3.6vw;
    letter-spacing: 0.06em;
    line-height: 1.53;
  }
  .grade_voice .button-wrapper {
    display: flex;
    justify-content: flex-end;
  }
  .grade_voice .content-btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 27vw;
    margin: 1rem 0 0 auto;
    padding: 1.5vw 0;
    background: #7e94a0;
    border-radius: 40px;
    color: #fff;
    font-size: 3vw;
    letter-spacing: 0.06em;
  }
  .grade_voice .content-btn::after {
    content: "";
    width: 6px;
    height: 6px;
    margin-left: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 751px) {
  #footer_top div h3 {
    color: hsla(0, 1%, 27%, 1);
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 30px 0;
  }
  #footer_top div h3:after,
  #footer_top div h3:before {
    border-top: 1px solid #aad3ea;
    content: "";
    flex-grow: 0;
    width: 12em;
    margin: 0 auto;
  }
  #footer_top div h3:before {
    margin-right: 1rem;
  }
  #footer_top div h3:after {
    margin-left: 1rem;
  }
  #footer_top ul {
    width: 920px;
    margin: 0 auto;
  }
  #footer_top ul li {
    float: left;
  }
  #footer_top ul li a p {
    display: block;
    width: 450px;
    font-size: 13px;
    color: hsla(0, 0%, 41%, 1);
    text-align: center;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  #footer_top div h3 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding-bottom: 20px;
    font-weight: 600;
    border-bottom: 1px solid #e7e1e1;
  }
  #footer_top li {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e7e1e1;
  }
  #footer_top a {
    display: block;
    line-height: 40px;
    background: url(../img/common/blue-arrow.png) no-repeat 5px;
    background-position: 96% 50%;
    outline: 0;
    padding: 7px 0;
  }
  #footer_top ul li a img {
    width: 74px;
    float: left;
    padding: 0 4px 0 5px;
  }
  #footer_top ul li a p {
    font-size: 10px;
    color: hsla(0, 0%, 33%, 1);
    line-height: 40px;
  }
}
#footer_top ul li:after {
  content: "";
  display: block;
  clear: both;
}

.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: calc(50% - 700px / 2);
  width: 700px;
  font-size: 9px;
  color: #5f9ea0;
  background: rgba(255, 255, 221, 0.7);
  padding: 1.2em;
  box-sizing: border-box;
  visibility: hidden;
}
.cookie-consent.is-show {
  visibility: visible;
}
.cookie-consent a {
  color: #5d99ff !important;
}
.cookie-agree {
  color: #fff;
  background: #00ced1;
  padding: 0.5em 1.5em;
  border-radius: 5px;
}
.cookie-agree:hover {
  cursor: pointer;
}
.cc-hide1 {
  display: none;
}
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 600px) {
  .cookie-consent {
    width: 100%;
    left: calc(50% - 100% / 2);
    flex-direction: column;
    font-size: 9px;
    padding: 0.5rem 0.8rem;
  }
  .cookie-text {
    margin-bottom: 0.2rem;
  }
  .cookie-agree {
    padding: 0.2rem 1rem;
    border-radius: 5px;
  }
}

.price_box_right {
  font-size: 3rem;
  margin-left: 10px;
  font-weight: 700;
}
.price_box_right span {
  font-size: 1.6em;
  font-weight: 700;
}
.price_box_under {
  font-weight: 700;
  width: 940px;
  margin: 1em auto 0;
  text-align: right;
  font-size: 1.6rem;
}
.price_box_blue_text {
  font-size: 2.7rem;
  text-align: center;
  color: #168ed2;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1em;
  margin-bottom: 0.2em;
}
#wrap .price_box_image1 {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.price_box_text2 {
  font-size: 1.4rem;
  text-align: center;
  line-height: 155%;
  margin: 1em 0;
  font-weight: 700;
}
.price_box_text2 span {
  font-size: 2rem;
  color: #ec2e45;
  font-weight: 700;
}
.top_add2 {
  width: 1250px;
  margin: 0 auto;
}
.top_add2 .head_text {
  font-size: 2rem;
  color: #f36683;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.7em;
}
.top_add2 .head_text:after,
.top_add2 .head_text:before {
  content: "";
  display: inline-block;
  font-size: 1em;
  width: 1em;
  height: 1em;
  vertical-align: bottom;
  background: url(../top/202306/icon_line_pink.jpg) no-repeat center;
}
.top_add2 .head_text:after {
  transform: scale(-1, 1);
}
.top_add2 h3 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  border-bottom: 1px solid #f36683;
  display: table;
  margin: 0 auto;
  padding-bottom: 0.5em;
}
.top_add2 h3 span {
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 0 0.25em;
  background: #f36683;
}
.top_add2 .sp {
  display: none;
}
.top_add2_text1 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 1.2em 0;
}
.top_add2_table_wrap {
  position: relative;
}
.top_add2_table_wrap table {
  position: absolute;
  top: 0;
  left: 85px;
  width: 1165px;
}
.under_table_text {
  font-size: 1.6rem;
  margin-top: 0.8em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
  .price_box_right {
    font-size: 6vw;
  }
  .price_box_blue_text {
    color: #000;
    font-size: 4vw;
    margin-top: 1.5em;
    margin-bottom: 1em;
  }
  .price_box_under {
    width: auto;
    font-size: 3vw;
    display: none;
  }
  .price_box_text2 span {
    display: block;
    font-size: 1em;
  }
  .price_box_text2 {
    font-size: 3.9vw;
    line-height: 1.4;
  }
  .top_add2_table_wrap > div {
    width: 200vw;
    position: relative;
  }
  .top_add2 {
    width: auto;
  }
  .top_add2 .sp {
    display: block;
  }
  .top_add2 .head_text:after,
  .top_add2 .head_text:before {
    content: none;
  }
  .top_add2 .head_text {
    font-size: 5vw;
    line-height: 1.3;
  }
  .top_add2 h3 {
    font-size: 8vw;
    display: block;
    width: 94%;
  }
  .top_add2_text1 {
    font-size: 3.7vw;
  }
  .top_add2_table_wrap {
    overflow: auto;
    padding-bottom: 3vw;
    margin-left: 3%;
  }
  .top_add2_table_wrap table {
    width: 93%;
    left: 7%;
  }
  .under_table_text {
    font-size: 3.7vw;
    margin-left: 3%;
  }
}

* {
  font-family: Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}
body {
  position: relative;
  color: #000;
  background: #fff;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.6;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}
html > body {
  font-size: 10px;
}
body,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
ul {
  margin: 0;
  padding: 0;
}
var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
img {
  border: 0;
}
img {
  vertical-align: bottom;
}
li,
ul {
  list-style: none;
}
li {
  list-style-type: none;
}
a:hover {
  opacity: 0.7;
}
article,
b,
body,
div,
dl,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
label,
li,
menu,
nav,
p,
section,
span,
table,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 15px;
  vertical-align: baseline;
  background: 0 0;
}
body {
  line-height: 1;
}
var {
  font-style: normal;
  font-weight: 400;
}
article,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-all;
}
input {
  vertical-align: middle;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: inline-block;
}
a,
article,
div,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
section,
span,
ul {
  box-sizing: border-box;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
@media screen and (min-width: 751px) {
  html {
    min-width: 1220px;
    overflow: auto;
  }
  .spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  img {
    width: 100%;
    height: auto;
  }
  .pcOnly {
    display: none !important;
  }
  a:hover {
    opacity: 1;
  }
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  text-decoration: none;
}
#wrap a:link {
  text-decoration: none;
}
#wrap a:visited {
  text-decoration: none;
}
#wrap a:hover {
  text-decoration: none;
}
#wrap a img {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-style: none;
  border-color: #fff;
  color: #fff;
  background: 0 0;
  -webkit-transition: opacity 1.4s ease;
  -moz-transition: opacity 1.4s ease;
  transition: opacity 1.4s ease;
  backface-visibility: hidden;
}
#wrap img {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-style: none;
  background: 0 0;
}
#wrap a:active img,
#wrap a:hover img {
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#head_tag {
  height: 0;
  overflow: auto;
}
footer,
header {
  width: 100%;
  background: #fff;
}
.wrap_inner {
  width: 1200px;
  margin: 70px auto 40px;
  overflow: hidden;
}
#main_cont {
  width: 860px;
  float: left;
  padding-bottom: 40px;
}
@media screen and (max-width: 750px) {
  #cont {
    padding-top: 120px;
    overflow: hidden;
  }
  #page {
    padding-top: 70px;
    overflow: hidden;
  }
  .wrap_inner {
    width: 100%;
    margin: 4% auto 4%;
    overflow: hidden;
  }
  #main_cont {
    width: 100%;
    float: none;
    padding-bottom: 40px;
  }
}
#wrap header #head_tit {
  width: 100%;
  background: #efefef;
  color: #777;
  padding: 10px 0;
  overflow: hidden;
}
#wrap header #head_tit hgroup {
  width: 1200px;
  margin: 0 auto;
}
#wrap header #head_tit hgroup h1,
#wrap header #head_tit hgroup h2 {
  text-align: left;
  line-height: 13px;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
}
#wrap header #head_tit hgroup h1 {
  margin-right: 10px;
}
#wrap header #header_wrap {
  width: 1200px;
  margin: 25px auto 20px;
}
#wrap header #header_wrap .logo_box {
  float: left;
}
#wrap header #header_wrap p a {
  color: #333;
}
#wrap header #header_wrap p img {
  margin-top: 12px;
}
@media screen and (min-width: 751px) {
  #wrap header #header_wrap p {
    color: #333;
    float: left;
    font-size: 12px;
    width: auto;
  }
  #wrap header #header_wrap p span {
    font-size: 12px;
  }
  #wrap header #header_wrap ul {
    float: right;
    display: flex;
  }
  #wrap header #header_wrap ul.head_info li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-left: 10px;
  }
}
#wrap header #header_wrap ul.head_info li:nth-child(2) {
  border: 2px solid #dadada;
  padding: 0 10px;
}
#wrap header #header_wrap ul li#free a,
#wrap header #header_wrap ul li#request a,
#wrap header #header_wrap ul li#tel a {
  display: block;
  font-size: 15px;
  line-height: 11px;
  color: #fff;
  -moz-opacity: 1;
  -webkit-transition: opacity 1.4s ease;
  -moz-transition: opacity 1.4s ease;
  transition: opacity 1.4s ease;
  opacity: 1;
  box-shadow: 2px 2px 2px rgba(224, 224, 224, 0.7);
  -moz-box-shadow: 2px 2px 2px rgba(224, 224, 224, 0.7);
  -webkit-box-shadow: 2px 2px 2px rgba(224, 224, 224, 0.7);
  -o-box-shadow: 2px 2px 2px rgba(224, 224, 224, 0.7);
  -ms-box-shadow: 2px 2px 2px rgba(224, 224, 224, 0.7);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}
#wrap header #header_wrap ul li#free a:hover,
#wrap header #header_wrap ul li#request a:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#wrap header #header_wrap ul li#free,
#wrap header #header_wrap ul li#tel {
  background: #ea576a;
  background: -moz-linear-gradient(
    top,
    #ea576a 0,
    #e86877 49%,
    #e54e5f 51%,
    #e63a50 100%
  );
  background: -webkit-linear-gradient(
    top,
    #ea576a 0,
    #e86877 49%,
    #e54e5f 51%,
    #e63a50 100%
  );
  background: linear-gradient(
    to bottom,
    #ea576a 0,
    #e86877 49%,
    #e54e5f 51%,
    #e63a50 100%
  );
}
#wrap header #header_wrap ul li#free a,
#wrap header #header_wrap ul li#tel a {
  padding: 19px;
}
#wrap header #header_wrap ul li#request {
  background: #1ab762;
  background: -moz-linear-gradient(
    top,
    #1ab762 0,
    #1ab762 50%,
    #00af50 52%,
    #00af50 100%
  );
  background: -webkit-linear-gradient(
    top,
    #1ab762 0,
    #1ab762 50%,
    #00af50 52%,
    #00af50 100%
  );
  background: linear-gradient(
    to bottom,
    #1ab762 0,
    #1ab762 50%,
    #00af50 52%,
    #00af50 100%
  );
}
#wrap header #header_wrap ul li#request a {
  padding: 19px;
}
#wrap header #header_wrap ul li#tel .icon {
  background: url(../img/common/icon_tel.png) no-repeat center left;
  padding-left: 30px;
  background-size: 22px auto;
  display: inline-block;
  line-height: 1.2;
}
#wrap header #header_wrap ul li#free .icon {
  background: url(../img/common/icon_free.png) no-repeat center left;
  padding-left: 30px;
  background-size: 22px auto;
  display: inline-block;
  line-height: 1.2;
}
#wrap header #header_wrap ul li#request .icon {
  background: url(../img/common/icon_request.png) no-repeat center left;
  padding: 10px 5px 10px 30px;
  background-size: 22px auto;
  display: inline-block;
  line-height: 1.2;
}
#wrap header #header_wrap ul li .free_tel .icon {
  color: #2d97d3;
  font-size: 25px;
  font-weight: 700;
  font-family: Roboto, "Droid Sans";
  background: url(../img/common/icon_free_voice.png) no-repeat center left;
  padding-left: 50px;
}
#wrap header #header_wrap ul li .free_tel .hours {
  display: block;
  font-size: 12px;
  padding-left: 50px;
  margin-top: 2px;
}
@media screen and (max-width: 750px) {
  #wrap header #header_wrap {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    position: fixed;
    background: #fff;
    z-index: 20;
    height: 50px;
    top: 0;
  }
  #wrap header #header_wrap .logo_box {
    width: 80%;
    display: table;
    padding: 8px 0;
  }
  #wrap header #header_wrap > p {
    width: 50%;
    font-size: 0.4rem;
    padding: 14px 3% 14px 3%;
  }
  #wrap header #header_wrap .logo_box p {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 4%;
  }
  #wrap header #header_wrap p img {
    width: 100%;
    margin-top: 0;
    max-width: 250px;
  }
  #wrap header #header_wrap .header_bnr {
    display: table-cell;
    vertical-align: middle;
  }
  #wrap header #header_wrap .header_bnr a {
    display: inline-block;
    margin-left: 10%;
  }
  #wrap header #header_wrap .header_bnr img {
    height: 33px;
    width: auto;
    float: right;
  }
  #wrap header #header_wrap .appeal_sp {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  #wrap header #header_wrap .head_info {
    display: flex;
    width: 100%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    z-index: 999;
  }
  #wrap header #header_wrap .head_info li:nth-of-type(3) {
    -webkit-flex-basis: 35%;
    flex-basis: 35%;
  }
  #wrap header #header_wrap .head_info li:nth-of-type(4) {
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
  }
  #wrap header #header_wrap .head_info li:nth-of-type(5) {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  #wrap header #header_wrap ul.head_info li {
    margin-left: 0;
  }
  #wrap header #header_wrap ul.head_info li {
    margin-left: 0;
  }
  #wrap header #header_wrap ul li {
    margin-left: 0;
  }
  #wrap header #header_wrap ul li#free a,
  #wrap header #header_wrap ul li#request a,
  #wrap header #header_wrap ul li#tel a {
    box-shadow: none;
    padding: 5px 0.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  #wrap header #header_wrap ul li#free .icon,
  #wrap header #header_wrap ul li#request .icon,
  #wrap header #header_wrap ul li#tel .icon {
    background-size: 20px auto;
    padding: 0 0 0 30px;
    font-size: 1rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 750px) {
  header {
    z-index: 10;
  }
  header #sp_menu ul li {
    display: block;
    margin-left: 0;
    border-bottom: 1px solid #fff;
  }
  header #sp_menu .sidr ul {
    margin: 0;
  }
  header #sp_menu ul li.menu_tit {
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-size: 0.8rem;
  }
  header #sp_menu ul li a {
    padding: 15px 1.5rem 15px 2rem;
    display: block;
    position: relative;
    font-size: 0.8rem;
    background: url(../img/common/nav_arrow.png) no-repeat center left 1em;
    letter-spacing: 0.07em;
    font-weight: 700;
  }
  header #sp_menu ul li a.link {
    width: 84%;
    display: inline-block;
    border-right: 1px solid #fff;
    vertical-align: middle;
    box-sizing: border-box;
  }
  header #sp_menu .sidr p.arrow {
    width: 16%;
    display: inline-block;
    position: relative;
    margin: 0;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 15px 0;
  }
  header #sp_menu ul li .arrow::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -4px;
  }
  header #sp_menu .free_tel_sp {
    background: #fff;
    width: 90%;
    margin: 20px auto;
    padding: 4%;
    box-sizing: border-box;
  }
  header #sp_menu .free_tel_sp .icon {
    color: #2d97d3;
    font-size: 25px;
    font-weight: 700;
    background: url(../img/common/icon_free_voice.png) no-repeat center left;
    padding-left: 50px;
  }
  header #sp_menu .free_tel_sp .hours {
    display: block;
    margin-top: 2px;
    text-align: center;
  }
}
#wrap header #header_wrap .sidr .side_block {
  width: 100%;
  margin: 0;
  padding: 7% 4%;
}
#wrap header #header_wrap .sidr .side_block a {
  display: block;
}
#header_wrap .free {
  width: 100%;
  margin: 0 auto 5%;
}
#header_wrap .tel_sp {
  width: 100%;
  margin: 0 auto;
}
.menu-button,
.menu-button span {
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
}
.menu-button {
  width: 30px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 13px;
}
.menu-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
}
.menu-button span:nth-of-type(1) {
  top: 0;
}
.menu-button span:nth-of-type(2) {
  top: 11px;
}
.menu-button span:nth-of-type(3) {
  bottom: 0;
}
.sidr-open .menu-button span:nth-of-type(1) {
  width: 45%;
  -webkit-transform: translate3d(1px, 5px, 0) rotate(45deg);
  transform: translate3d(1px, 5px, 0) rotate(45deg);
}
.sidr-open .menu-button span:nth-of-type(2) {
  -webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
  transform: translate3d(-1px, 0, 0) rotate(-45deg);
}
.sidr-open .menu-button span:nth-of-type(3) {
  width: 45%;
  -webkit-transform: translate3d(13px, -5px, 0) rotate(45deg);
  transform: translate3d(13px, -5px, 0) rotate(45deg);
}
#wrap.sidr-open {
  position: fixed;
  overflow: initial;
  -webkit-overflow-scrolling: auto;
}
#wrap header #header_wrap .sidr ul li.menu_tit {
  padding: 20px;
  border-bottom: 1px solid #fff;
}
#contact {
  clear: both;
  width: 100%;
  padding: 40px 0 40px;
  background: url(../img/common/contact_bg.gif) no-repeat center center;
  background-size: cover;
}
#contact h4 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
#contact h4:before {
  background: url(../img/common/title_deco01.png) no-repeat left center;
  content: "　";
  background-size: auto 100%;
  width: 30px;
  display: inline-block;
}
#contact h4:after {
  background: url(../img/common/title_deco02.png) no-repeat right center;
  content: "　";
  background-size: auto 100%;
  width: 30px;
  display: inline-block;
}
#contact section {
  width: 840px;
  background: rgba(224, 255, 255);
  margin: 30px auto 0;
  padding: 30px;
  box-sizing: content-box;
}
#contact .contact_tit {
  font-size: 32px;
  text-align: center;
}
#contact .contact_tit .icon {
  font-weight: 700;
  font-size: 30px;
}
#contact ul {
  margin: 20px auto;
  letter-spacing: -0.4em;
}
#contact ul li {
  display: inline-block;
  letter-spacing: normal;
  font-size: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  box-shadow: 0 4px 0 -1px #b2c8d5;
}
#contact ul li a {
  color: #fff;
}
#contact ul li a:hover {
  opacity: 0.7;
}
#contact ul li.free {
  background: #ea576a;
  background: -moz-linear-gradient(
    top,
    #ea576a 0,
    #e86877 49%,
    #e54e5f 51%,
    #e63a50 100%
  );
  background: -webkit-linear-gradient(
    top,
    #ea576a 0,
    #e86877 49%,
    #e54e5f 51%,
    #e63a50 100%
  );
  background: linear-gradient(
    to bottom,
    #ea576a 0,
    #e86877 49%,
    #e54e5f 51%,
    #e63a50 100%
  );
  position: relative;
  margin-right: 20px;
  width: 410px;
}
#contact ul li.free a {
  background: url(../img/common/icon_free_arrow.png) no-repeat center right 10px;
  display: block;
  padding: 28px 10px 28px 20px;
}
#contact ul li.free .ribon,
#contact ul li.request .ribon {
  background: #ff0;
  display: block;
  height: 70px;
  width: 75px;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  left: 15px;
}
#contact ul li.free .ribon .txt,
#contact ul li.request .ribon .txt {
  color: #2e2e2e;
  padding: 15px 0;
  display: block;
  text-align: center;
  font-size: 17px;
  margin-left: -3px;
  line-height: 1.2;
  font-weight: 700;
}
#contact ul li.free .offer_txt {
  padding-left: 90px;
  font-size: 22px;
  display: block;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
#contact ul li.free .offer_txt .note {
  display: block;
  font-size: 15px;
  margin-top: 7px;
}
#contact ul li.request {
  background: #1ab762;
  background: -moz-linear-gradient(
    top,
    #1ab762 0,
    #1ab762 50%,
    #00af50 52%,
    #00af50 100%
  );
  background: -webkit-linear-gradient(
    top,
    #1ab762 0,
    #1ab762 50%,
    #00af50 52%,
    #00af50 100%
  );
  background: linear-gradient(
    to bottom,
    #1ab762 0,
    #1ab762 50%,
    #00af50 52%,
    #00af50 100%
  );
  position: relative;
  width: 410px;
}
#contact ul li.request a {
  background: url(../img/common/icon_request_arrow.png) no-repeat center right
    10px;
  display: block;
  padding: 28px 10px 28px 20px;
}
#contact ul li.request .offer_txt {
  padding-left: 90px;
  font-size: 22px;
  display: block;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
#contact ul li.request .offer_txt .note {
  display: block;
  font-size: 15px;
  margin-top: 7px;
}
#contact .tel_pc {
  background: #fff;
  width: 600px;
  margin: 0 auto;
  padding: 22px;
  text-align: center;
}
#contact .tel_pc span {
  display: inline-block;
  vertical-align: middle;
}
#contact .tel_pc .icon {
  color: #2d97d3;
  font-size: 44px;
  font-weight: 700;
  font-family: Roboto, "Droid Sans";
  background: url(../img/common/icon_free_voice.png) no-repeat center left;
  padding-left: 50px;
}
#contact .tel_pc .hour {
  padding-left: 10%;
  font-size: 15px;
}
#contact .tel_pc a {
  display: block;
}
@media screen and (max-width: 750px) {
  #contact {
    padding: 5.3% 0 5.3%;
    background: #feffdf;
  }
  #contact h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    text-align: center;
    color: #2d97d3;
  }
  #contact h4::after,
  #contact h4::before {
    content: "";
    width: 3px;
    height: 25px;
    background: 0 0;
    background-color: #2d97d3;
  }
  #contact h4::before {
    margin-right: 20px;
    transform: rotate(-35deg);
  }
  #contact h4::after {
    margin-left: 20px;
    transform: rotate(35deg);
  }
  #contact section {
    width: 95%;
    box-sizing: border-box;
    margin: 0 auto 0;
    padding: 0 4% 6%;
    border-radius: 5px;
    border: 2px solid #2d97d3;
  }
  #contact .contact_tit {
    font-size: 1.1rem;
    margin: 1% 0 5.6%;
    line-height: 0.9;
    border-bottom: solid 1px #b0e0e6;
    padding-bottom: 15px;
  }
  #contact .contact_tit .icon {
    position: absolute;
    left: 0;
    top: -2rem;
    font-size: 1.2rem;
    color: #000;
    background-size: auto 18px;
    text-align: left;
    width: 100%;
    display: inline-table;
  }
  #contact ul {
    width: 100%;
    margin: 20px auto 10px;
  }
  #contact ul li {
    display: block;
    margin-bottom: 10px;
    font-size: 1rem;
  }
  #contact ul li {
    width: 100%;
  }
  #contact ul li.free,
  #contact ul li.request {
    width: 100%;
    margin-right: 0;
  }
  #contact ul li.free .ribon,
  #contact ul li.request .ribon {
    width: 60px;
    height: 56px;
    top: 7px;
    left: 10px;
  }
  #contact ul li.free .ribon .txt,
  #contact ul li.request .ribon .txt {
    font-size: 0.9rem;
    padding: 14px 0 0;
  }
  #contact ul li.free .offer_txt,
  #contact ul li.request .offer_txt {
    padding-right: 10%;
    font-size: 1.2rem;
    padding-left: 80px;
  }
  #contact ul li.free a {
    padding: 25px 10px;
    box-sizing: border-box;
  }
  #contact ul li.request a {
    padding: 25px 10px;
    box-sizing: border-box;
  }
  #contact ul li.free a .icon_free,
  #contact ul li.request a .icon_request {
    line-height: 20px;
    background-size: auto 20px;
  }
  #contact .tel_sp {
    width: 100%;
    margin: 6% auto 0;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #2d97d3;
    padding: 8px;
    background: #f1e767;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fdfbfb),
      to(#ebedee)
    );
    background: -webkit-linear-gradient(top, #fdfbfb 0, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
  }
  #contact .tel_sp a {
    padding: 0;
    background: 0 0;
    display: block;
  }
  #contact .tel_sp span {
    display: inline-block;
    vertical-align: middle;
  }
  #contact .tel_sp .icon {
    color: #2d97d3;
    font-size: 30px;
    font-weight: 700;
    background: url(../img/common/icon_free_voice.png) no-repeat center left;
    padding-left: 50px;
  }
  #contact .tel_sp .hour {
    display: block;
    margin-top: 5px;
    color: #000;
    text-align: center;
  }
}
footer .f_menu_bg {
  padding: 20px;
  background: #f5f5f5;
}
footer #f_menu {
  width: 1200px;
  margin: 10px auto 20px;
}
footer #f_menu div {
  float: left;
  margin-right: 40px;
}
footer #f_menu div.main_menu {
  width: 260px;
}
footer #f_menu div.search {
  width: 366px;
  margin-right: 0;
}
footer #f_menu div h4 {
  margin-bottom: 15px;
  color: #535353;
  line-height: 30px;
  border-bottom: 1px solid #2d97d3;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 5px;
}
footer #f_menu div ul li {
  margin: 7px 0;
}
footer #f_menu div ul li a {
  color: #535353;
  font-size: 13px;
  line-height: 22px;
  padding-left: 15px;
  background: url(../img/common/blue-arrow.png) no-repeat left center;
}
footer #f_menu div ul li a:hover {
  opacity: 0.7;
}
footer #f_menu div ul li a span {
  color: red;
}
footer #f_menu .search ul li {
  float: left;
  margin: 0 0 10px;
}
footer #f_menu .search ul li ul li {
  margin: 0;
  padding-top: 6px;
}
footer #f_menu .search ul li h5 {
  width: 52px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  line-height: 22px;
  text-align: center;
  background: #2d97d3;
}
footer #f_menu .search ul li h5 a {
  color: #fff;
}
footer #f_menu .search ul li h5 a {
  background: 0 0;
  padding: 0;
}
footer #f_menu .search ul li ul {
  width: 290px;
  display: inline-block;
  overflow: hidden;
  margin-left: 7px;
}
footer #f_menu .search ul li ul li {
  float: left;
  padding-right: 20px;
  line-height: 14px;
}
footer #f_menu .search ul li ul li:last-child {
  border: none;
}
footer #f_menu .search ul li ul li a {
  line-height: 8px;
  height: 10px;
  font-size: 13px;
  padding-left: 10px;
  background: url(../img/common/blue-arrow.png) no-repeat left center;
}
footer #f_menu .search ul li:nth-of-type(6) ul li:nth-of-type(2) {
  display: none;
}
footer #f_menu .search ul li:nth-of-type(7) ul li:nth-of-type(4) {
  display: none;
}
@media screen and (min-width: 751px) {
  footer #f_menu div h4 {
    pointer-events: none;
  }
  footer #f_menu .search ul li h5 {
    pointer-events: none;
  }
}
@media screen and (max-width: 750px) {
  footer .f_menu_bg {
    padding: 0;
  }
  footer #f_menu {
    width: 100%;
    margin-top: 0;
  }
  footer #f_menu div.main_menu,
  footer #f_menu div.search {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  footer #f_menu div h4 {
    padding: 4%;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
  }
  footer #f_menu div h4:before,
  footer #f_menu div ul li h5:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    background: #2d97d3;
  }
  footer #f_menu div h4:after,
  footer #f_menu div ul li h5:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -13px;
    background: #f5f5f5;
  }
  footer #f_menu div h4.active:before,
  footer #f_menu div ul li h5.active:before {
    margin-top: -2px;
  }
  footer #f_menu div h4.active:after,
  footer #f_menu div ul li h5.active:after {
    margin-top: 3px;
  }
  footer #f_menu div ul,
  footer #f_menu div ul li ul {
    display: none;
  }
  footer #f_menu div ul li {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    margin: 0;
    padding-left: 4%;
    width: 100%;
  }
  footer #f_menu div ul li a {
    padding: 3.6% 4% 3.6% 4%;
    display: block;
  }
  footer #f_menu .search h4 {
    border-bottom: none;
    padding: 0;
  }
  footer #f_menu .search h4 a {
    display: block;
    color: #535353;
    padding: 4%;
  }
  footer #f_menu .search ul li {
    width: 100%;
    float: none;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  footer #f_menu .search ul li h5 {
    width: 100%;
    background: #f5f5f5;
    text-align: left;
    position: relative;
  }
  footer #f_menu .search ul li h5 a {
    color: #535353;
  }
  footer #f_menu .search ul li ul {
    margin-left: 0;
  }
  footer #f_menu .search ul li ul li {
    border-bottom: none;
    padding: 5.2% 0 0 4%;
  }
  footer #f_menu .search ul li ul li:first-child {
    padding: 2.6% 0 0 4%;
  }
}
#wrap footer #f_cont {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#wrap footer #f_cont a {
  color: #222;
}
#wrap footer #f_cont a:hover {
  opacity: 0.7;
}
#wrap footer #f_cont #f_txt {
  width: 1070px;
  margin: 0 25px 0;
}
#wrap footer #f_cont #f_txt h5,
#wrap footer #f_cont #f_txt p {
  font-size: 12px;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  #wrap footer #f_cont {
    width: 90%;
    margin: 4% auto;
    font-size: 0.5rem;
  }
}
#wrap footer #f_nav {
  width: 1200px;
  overflow: hidden;
  margin: 30px auto;
}
#wrap footer #f_nav p.logo {
  display: inline-block;
  vertical-align: middle;
}
#wrap footer #f_nav ul {
  width: 776px;
  margin-left: 40px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
#wrap footer #f_nav ul li {
  float: left;
  border-right: 1px solid #e3e3e3;
}
#wrap footer #f_nav ul li:first-child {
  border-left: 1px solid #e3e3e3;
}
#wrap footer #f_nav ul li a {
  color: #222;
  padding: 0 15px;
  background: url(../img/white-arrow.png) no-repeat left center;
  font-size: 14px;
  display: block;
}
#wrap footer #f_nav ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  #wrap footer #f_nav {
    width: 100%;
    margin: 30px auto 0;
  }
  #wrap footer #f_nav p.logo {
    display: block;
    width: 60%;
    margin: 20px auto;
  }
  #wrap footer #f_nav ul {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #wrap footer #f_nav ul li:first-child {
    border: none;
  }
  #wrap footer #f_nav ul li {
    display: flex;
    border: none;
  }
  #wrap footer #f_nav ul li a {
    padding: 0.7rem 1rem 0.7rem 10px;
    font-size: 0.8rem;
    background: url(../img/common/blue-arrow.png) no-repeat left center;
  }
}
#copy {
  width: 100%;
  border-top: 1px solid #2d97d3;
  text-align: center;
  color: #222;
  font-size: 12px;
  margin-top: 40px;
  padding: 15px 0;
}
@media screen and (max-width: 750px) {
  #copy {
    font-size: 0.5rem;
  }
}
#side_info {
  position: fixed;
  right: 0;
  bottom: 70px;
  z-index: 100;
  width: 40px;
}
#side_info img {
  backface-visibility: hidden;
}
#side_info ul li {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  text-align: center;
  margin-bottom: 10px;
}
#side_info .side_free {
  background: #e53a50;
  height: 200px;
}
#side_info .side_request {
  background: #1ab762;
}
#side_info .side_map button {
  padding: 15px 0;
  background: #1f4e79;
  border: none;
  border-radius: 4px;
}
#side_info .side_map button .txt {
  display: block;
  margin-top: 5px;
  line-height: 1.1;
  font-size: 15px;
  padding: 0 8px 3px;
  color: #fff;
}
#side_info ul li a {
  color: #fff;
  padding: 15px 0;
  display: block;
}
#side_info ul li a .txt {
  display: block;
  margin-top: 5px;
  line-height: 1.1;
  font-size: 15px;
  padding: 0 8px 3px;
}
#wrap #page-top {
  position: fixed;
  bottom: 45px;
  right: 10px;
  left: auto;
  z-index: 10;
}
#wrap #page-top a.top_arrow {
  position: relative;
  display: inline-block;
  padding: 0 32px 0 16px;
  color: #fff;
  text-decoration: none;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
}
#wrap #page-top a.top_arrow:after,
#wrap #page-top a.top_arrow:before {
  content: "";
  display: block;
  position: absolute;
}
#wrap #page-top a.top_arrow:before {
  width: 50px;
  height: 50px;
  background: #2d97d3;
  border-radius: 50%;
  right: 4px;
  top: 4px;
}
#wrap #page-top a.top_arrow:after {
  width: 14px;
  height: 14px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 21px;
  top: 25px;
}
@media screen and (max-width: 750px) {
  #wrap #page-top {
    display: none;
    bottom: 35px;
    right: 5px !important;
    z-index: 2;
  }
}
#side_menu {
  margin: 25px 0 20px 0;
}
#side_menu h3 {
  color: #2e2e2e;
  line-height: 32px;
  font-size: 18px;
  padding: 10px 10px 10px 55px;
  border-top: 3px solid #2d97d3;
  background: url(../img/common/icon_pen_side.png) no-repeat center left 20px;
  font-weight: 700;
}
#side_menu ul {
  position: relative;
  padding-bottom: 30px;
}
#side_menu ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #aad3e9;
}
#side_menu ul li:first-child {
  border-top: 1px solid #aad3e9;
}
#side_menu ul li a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 20px;
  position: relative;
}
#side_menu ul li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin: -3px 20px 0 0;
  border-top: 8px solid #2c97d5;
  border-left: 8px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contact_side {
  background: url(../img/common/contact_side.gif) repeat;
  padding: 10px;
  position: relative;
}
#contact_side h3 {
  color: #fff;
  font-size: 22px;
  padding: 15px 10px;
  font-weight: 700;
}
#contact_side .icon_free {
  position: absolute;
  top: -30px;
  right: 10px;
}
#contact_side .side_tel {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
#contact_side .side_tel a {
  display: block;
  color: #2c97d5;
}
#contact_side .side_tel .icon_tel {
  background: url(../img/common/icon_free_voice.png) no-repeat center left;
  padding-left: 50px;
  font-size: 28px;
  letter-spacing: -0.07em;
  display: block;
  font-family: Roboto, "Droid Sans";
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
}
#contact_side .side_tel .txt {
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
}
#contact_side ul {
  padding: 10px;
  background: #d1ebfa;
  border-radius: 6px;
}
#contact_side ul li {
  border-radius: 5px;
  box-shadow: 0 4px 0 -1px #b2c8d5;
}
#contact_side ul li a {
  padding: 20px 10px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  color: #fff;
}
#contact_side ul li.side_free {
  background: #ea576a;
  background: -moz-linear-gradient(
    top,
    #ea576a 0,
    #e86877 49%,
    #e54e5f 51%,
    #e63a50 100%
  );
  background: -webkit-linear-gradient(
    top,
    #ea576a 0,
    #e86877 49%,
    #e54e5f 51%,
    #e63a50 100%
  );
  background: linear-gradient(
    to bottom,
    #ea576a 0,
    #e86877 49%,
    #e54e5f 51%,
    #e63a50 100%
  );
  position: relative;
  margin-bottom: 10px;
}
#contact_side ul li.side_free a {
  background: url(../img/common/icon_free_arrow.png) no-repeat center right 10px;
}
#contact_side ul li.side_free .ribon {
  background: url(../img/common/ribon.png) no-repeat center left;
  display: block;
  height: 90px;
  position: absolute;
  top: -7px;
  width: 72px;
}
#contact_side ul li.side_free .ribon .txt {
  color: #2e2e2e;
  padding: 28px 0;
  display: block;
  text-align: center;
  font-size: 17px;
  margin-left: -7px;
  line-height: 1.2;
  font-weight: 700;
}
#contact_side ul li.side_free .offer_txt {
  padding-left: 90px;
  font-size: 22px;
  display: block;
  line-height: 1.2;
  font-weight: 700;
}
#contact_side ul li.side_request {
  background: #1ab762;
  background: -moz-linear-gradient(
    top,
    #1ab762 0,
    #1ab762 50%,
    #00af50 52%,
    #00af50 100%
  );
  background: -webkit-linear-gradient(
    top,
    #1ab762 0,
    #1ab762 50%,
    #00af50 52%,
    #00af50 100%
  );
  background: linear-gradient(
    to bottom,
    #1ab762 0,
    #1ab762 50%,
    #00af50 52%,
    #00af50 100%
  );
  position: relative;
}
#contact_side ul li.side_request a {
  background: url(../img/common/icon_request_arrow.png) no-repeat center right
    10px;
}
#contact_side ul li.side_request .ribon {
  background: url(../img/common/ribon.png) no-repeat center left;
  display: block;
  height: 90px;
  position: absolute;
  top: -7px;
  width: 72px;
}
#contact_side ul li.side_request .ribon .txt {
  color: #2e2e2e;
  padding: 28px 0;
  display: block;
  text-align: center;
  font-size: 17px;
  margin-left: -7px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  font-weight: 700;
}
#contact_side ul li.side_request .offer_txt {
  padding-left: 90px;
  font-size: 22px;
  display: block;
  line-height: 1.2;
  font-weight: 700;
}
.side_menu {
  margin: 25px 0 -59px 0;
}
.side_menu h3.icon_e {
  color: #2e2e2e;
  line-height: 32px;
  font-size: 18px;
  padding: 10px 10px 10px 55px;
  border-top: 3px solid #2d97d3;
  background: url(../img/common/icon_book_side_e.png) no-repeat center left 20px;
  font-weight: 700;
}
.side_menu h3.icon_j {
  color: #2e2e2e;
  line-height: 32px;
  font-size: 18px;
  padding: 10px 10px 10px 55px;
  border-top: 3px solid #2d97d3;
  background: url(../img/common/icon_book_side_j.png) no-repeat center left 20px;
  font-weight: 700;
}
.side_menu h3.icon_h {
  color: #2e2e2e;
  line-height: 32px;
  font-size: 18px;
  padding: 10px 10px 10px 55px;
  border-top: 3px solid #2d97d3;
  background: url(../img/common/icon_book_side_h.png) no-repeat center left 20px;
  font-weight: 700;
}
.side_menu ul {
  position: relative;
  padding-bottom: 30px;
}
.side_menu ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #aad3e9;
}
.side_menu ul li:first-child {
  border-top: 1px solid #aad3e9;
}
.side_menu ul li a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 20px;
  position: relative;
}
.side_menu ul li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin: -3px 20px 0 0;
  border-top: 8px solid #2c97d5;
  border-left: 8px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contact ul:after,
footer #f_menu div ul:after,
footer #f_menu:after,
header #header_wrap:after,
header:after {
  content: "";
  display: block;
  clear: both;
}
#wrap .title_bg {
  background: url(../img/common/main_titile_bg.gif) repeat;
  padding: 15px 20px;
}
#wrap h3.main_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  padding-left: 20px;
  border-left: 12px solid #2d97d3;
}
#wrap .cont_title {
  padding: 12px 5px 12px 15px;
  border-left: 15px solid #2d97d3;
  background: url(../img/common/tit_bg.gif) repeat-x center center;
  font-size: 23px;
  color: #2d97d3;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #wrap .title_bg {
    padding: 10px 0.6% 10px 3%;
    margin-bottom: 5.6%;
  }
  #wrap h3.main_title {
    font-size: 1.2rem;
    padding: 10px 0.6% 10px 3%;
    line-height: normal;
  }
  #wrap .cont_title {
    font-size: 1.2rem;
    padding: 10px 0.6% 10px 3%;
    line-height: normal;
  }
}
#search_box {
  background: url(../img/top/search_bg.gif) repeat;
}
#search_box .wrapper {
  text-align: center;
}
#search_box .wrapper .searchtit {
  font-weight: 700;
}
#search_box .wrapper .searchtit h3 {
  color: #168ed2;
}
#search_box .wrapper h3 {
  font-weight: 700;
}
#search_box .wrapper #search_area,
#search_box .wrapper .Search-txt {
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#search_box .wrapper .Search-txt {
  border: solid 2px #aad3ea;
  text-align: left;
}
#search_box .wrapper .Search-txt input.txtform {
  border: solid 2px #dadada;
  padding: 10px;
}
#search_box .wrapper .Search-txt input.submit {
  padding: 10px 20px 10px 15px;
  text-align: left;
  color: #fff;
  border: solid 2px #2d97d3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: url(../img/top/search_icon03.png) no-repeat #2d97d3 right 10px
    center;
}
#search_box .wrapper .Search-txt #postalnum h3 {
  background: url(../img/top/search_icon01.png) no-repeat;
  line-height: 20px;
}
#search_box .wrapper .Search-txt #freeword h3 {
  background: url(../img/top/search_icon02.png) no-repeat;
  line-height: 20px;
}
#search_box .wrapper #search_area {
  text-align: center;
  border: solid 2px #9cdeca;
}
#search_box .wrapper #search_area h3 {
  background: url(../img/top/search_icon04.png) no-repeat;
}
#search_box .wrapper #search_area .btn {
  background: url(../img/top/search_icon05.png) no-repeat left 30px center
    #0ab180;
  display: block;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#search_box .wrapper #search_area .btn span {
  display: block;
  background: url(../img/top/search_icon06.png) no-repeat right center;
}
@media screen and (min-width: 751px) {
  #search_box {
    font-size: 16px;
  }
  #search_box .wrapper {
    padding: 40px 20px 20px;
    position: relative;
    margin: 45px auto 40px;
    overflow: hidden;
    position: relative;
  }
  #search_box .wrapper .searchtit {
    width: 570px;
    margin: 0 auto 30px auto;
    text-align: left;
  }
  #search_box .wrapper .searchtit .searchimg {
    float: left;
    border-right: 2px solid #aad3ea;
    margin-right: 35px;
    padding-right: 35px;
  }
  #search_box .wrapper .searchtit h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  #search_box .wrapper h3 {
    text-align: left;
    padding-left: 25px;
    margin-bottom: 10px;
    padding-bottom: 1px;
  }
  #search_box .wrapper .Search-txt {
    width: 740px;
    padding: 30px 40px;
    margin: 0 auto;
    overflow: hidden;
  }
  #search_box .wrapper .Search-txt input.txtform {
    width: 199px;
  }
  #search_box .wrapper .Search-txt input.submit {
    width: 80px;
    margin-left: 8px;
  }
  #search_box .wrapper .Search-txt #postalnum {
    float: left;
    margin-right: 25px;
  }
  #search_box .wrapper .Search-txt #freeword {
    float: left;
  }
  #search_box .wrapper #search_area {
    width: 740px;
    padding: 40px;
    margin: 10px auto 0;
  }
  #search_box .wrapper #search_area h3 {
    border-bottom: solid 1px #9de0cc;
    padding-bottom: 10px;
    line-height: 20px;
  }
  #search_box .wrapper #search_area .btn {
    margin-top: 30px;
    font-size: 22px;
    padding: 30px;
  }
}
@media screen and (max-width: 750px) {
  #search_box {
    font-size: 1rem;
  }
  #search_box .wrapper {
    padding: 40px 0 20px 0;
    width: 95%;
    margin: 0 auto;
  }
  #search_box .wrapper .searchtit .searchimg {
    float: left;
    border-right: 2px solid #aad3ea;
    margin-right: 15px;
    padding-right: 15px;
  }
  #search_box .wrapper .searchtit .searchimg img {
    width: 43px;
    padding: 5px 0;
  }
  #search_box .wrapper .searchtit h3 {
    margin-bottom: 5px;
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: left;
  }
  #search_box .wrapper h3 {
    margin-bottom: 5px;
  }
  #search_box .wrapper .Search-txt {
    padding: 15px 2.5% 20px 2.5%;
    margin-top: 15px;
  }
  #search_box .wrapper .Search-txt form {
    text-align: center;
  }
  #search_box .wrapper .Search-txt input.txtform {
    width: 185;
  }
  #search_box .wrapper .Search-txt input.submit {
    padding: 10px 30px 10px 12px;
    border: none;
    width: 70px;
    font-size: 0.8rem;
  }
  #search_box .wrapper .Search-txt #postalnum h3 {
    padding-left: 25px;
    padding-bottom: 2px;
  }
  #search_box .wrapper .Search-txt #freeword {
    margin-top: 20px;
  }
  #search_box .wrapper .Search-txt #freeword h3 {
    padding-left: 25px;
    padding-bottom: 2px;
  }
  #search_box .wrapper #search_area {
    padding: 15px 2.5% 20px 2.5%;
    margin-top: 20px;
    position: relative;
    min-height: 100px;
  }
  #search_box .wrapper #search_area h3 {
    padding-left: 25px;
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 2px;
  }
  #search_box .wrapper #search_area .btn {
    padding: 20px;
  }
  #search_box .wrapper .Search-txt {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #search_box .wrapper {
    width: 100%;
    padding: 40px 0 0 0;
    position: relative;
  }
  #search_box .wrapper .searchtit {
    width: 95%;
    margin: 0 auto;
  }
  #search_box .wrapper .Search-txt {
    width: 95%;
    margin: 15px auto 0;
  }
  #search_box .wrapper #search_area {
    padding: 0;
    border: none;
    border-radius: 0;
  }
  #search_box .wrapper #search_area h3 {
    padding: 15px 10px 15px 55px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: normal;
    border-top: 3px solid #2d97d3;
    border-bottom: 1px solid #ddd;
    background-position: center left 20px;
  }
}
#side_search {
  background: url(../img/top/search_bg.gif) repeat;
  border: solid 2px #aad3ea;
}
#side_search .searchtit h3 {
  color: #168ed2;
  font-size: 15px;
  margin-bottom: 10px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}
#side_search .searchtit {
  margin: 0 auto;
  text-align: left;
  padding: 20px 15px;
}
#side_search .searchtit .searchimg {
  display: inline-block;
  vertical-align: middle;
  border-right: 2px solid #aad3ea;
  margin-right: 15px;
  padding-right: 10px;
}
#side_search #search_area,
#side_search .Search-txt {
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#side_search .Search-txt {
  text-align: left;
}
#side_search .Search-txt input.txtform {
  border: solid 2px #dadada;
  padding: 10px;
}
#side_search .Search-txt input.submit {
  padding: 6px 20px 6px 15px;
  text-align: left;
  color: #fff;
  border: solid 2px #2d97d3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: url(../img/top/search_icon03.png) no-repeat #2d97d3 right 10px
    center;
}
#side_search .Search-txt h3 {
  font-weight: 700;
  line-height: 20px;
  padding-left: 30px;
}
#side_search .Search-txt #postalnum h3 {
  background: url(../img/top/search_icon01.png) no-repeat;
}
#side_search .Search-txt #freeword h3 {
  background: url(../img/top/search_icon02.png) no-repeat;
}
@media screen and (min-width: 751px) {
  #side_search {
    margin-top: 20px;
  }
  #side_search .Search-txt {
    padding: 20px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 15px;
  }
  #side_search .Search-txt input.txtform {
    width: 159px;
  }
  #side_search .Search-txt input.submit {
    width: 80px;
    margin-left: 8px;
  }
  #side_search .Search-txt h3 {
    margin-bottom: 10px;
  }
  #side_search .Search-txt #postalnum {
    margin-bottom: 20px;
  }
  #side_search .Search-txt #freeword {
    float: left;
  }
}
@media screen and (max-width: 750px) {
  #side_search .Search-txt {
    padding: 15px 2.5% 20px 2.5%;
    margin-top: 15px;
  }
  #side_search .Search-txt form {
    text-align: center;
  }
  #side_search .Search-txt input.txtform {
    width: 185;
  }
  #side_search .Search-txt input.submit {
    padding: 10px 30px 10px 12px;
    border: none;
    width: 70px;
    font-size: 0.8rem;
  }
  #side_search .Search-txt #postalnum h3 {
    padding-left: 25px;
    padding-bottom: 2px;
  }
  #side_search .Search-txt #freeword h3 {
    padding-left: 25px;
    padding-bottom: 2px;
  }
}
.offer_cont ul li {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.offer_cont ul li.free {
  background: #ea576a;
  background: -moz-linear-gradient(
    top,
    #ea576a 0,
    #e86877 49%,
    #e54e5f 51%,
    #e63a50 100%
  );
  background: -webkit-linear-gradient(
    top,
    #ea576a 0,
    #e86877 49%,
    #e54e5f 51%,
    #e63a50 100%
  );
  background: linear-gradient(
    to bottom,
    #ea576a 0,
    #e86877 49%,
    #e54e5f 51%,
    #e63a50 100%
  );
  position: relative;
  margin-right: 20px;
  width: 410px;
}
.offer_cont ul li.free a {
  background: url(../img/common/icon_free_arrow.png) no-repeat center right 10px;
  display: block;
}
.offer_cont ul li.free .ribon {
  background: url(../img/common/ribon.png) no-repeat center left;
  display: block;
  height: 90px;
  position: absolute;
  top: -7px;
  width: 72px;
}
.offer_cont ul li.free .ribon .txt {
  color: #2e2e2e;
  padding: 28px 0;
  display: block;
  text-align: center;
  font-size: 17px;
  margin-left: -7px;
  line-height: 1.2;
  font-weight: 700;
}
.offer_cont ul li.free .offer_txt {
  padding-left: 90px;
  font-size: 22px;
  display: block;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
.offer_cont ul li.free .offer_txt .note {
  display: block;
  font-size: 15px;
  margin-top: 7px;
}
.offer_cont ul li.request {
  background: #1ab762;
  background: -moz-linear-gradient(
    top,
    #1ab762 0,
    #1ab762 50%,
    #00af50 52%,
    #00af50 100%
  );
  background: -webkit-linear-gradient(
    top,
    #1ab762 0,
    #1ab762 50%,
    #00af50 52%,
    #00af50 100%
  );
  background: linear-gradient(
    to bottom,
    #1ab762 0,
    #1ab762 50%,
    #00af50 52%,
    #00af50 100%
  );
  position: relative;
}
.offer_cont ul li.request a {
  background: url(../img/common/icon_request_arrow.png) no-repeat center right
    10px;
  display: block;
  padding: 28px 10px 28px 20px;
}
.offer_cont ul li.request .ribon {
  background: url(../img/common/ribon.png) no-repeat center left;
  display: block;
  height: 90px;
  position: absolute;
  top: -7px;
  width: 72px;
}
.offer_cont ul li.request .ribon .txt {
  color: #2e2e2e;
  padding: 28px 0;
  display: block;
  text-align: center;
  font-size: 17px;
  margin-left: -7px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  font-weight: 700;
}
.offer_cont ul li.request .offer_txt {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
.offer_cont ul li.request .offer_txt .note {
  display: block;
  font-size: 15px;
  margin-top: 7px;
}
@media screen and (min-width: 751px) {
  .offer_cont ul {
    overflow: hidden;
  }
  .offer_cont ul li {
    float: left;
  }
  .offer_cont ul li.free {
    margin-right: 20px;
    width: 425px;
  }
  .offer_cont ul li.free a {
    padding: 20px 10px 20px 20px;
  }
  .offer_cont ul li.free .offer_txt {
    font-size: 19px;
    padding-left: 77px;
  }
  .offer_cont ul li.request {
    width: 400px;
  }
  .offer_cont ul li.request a {
    padding: 20px 10px 20px 20px;
  }
  .offer_cont ul li.request .offer_txt {
    font-size: 19px;
    padding-left: 77px;
  }
}
@media screen and (max-width: 750px) {
  .offer_cont ul li.free {
    width: 90%;
    margin: 0 auto 20px;
  }
  .offer_cont ul li.request {
    width: 90%;
    margin: 0 auto;
  }
  .offer_cont ul li a {
    padding: 1.5rem 2rem 1.5rem 1rem;
  }
  .offer_cont ul li.free .offer_txt,
  .offer_cont ul li.request .offer_txt {
    padding-left: 5rem;
    font-size: 1.3rem;
  }
}
#request02_side {
  display: none !important;
}
#search.new_search .wrapper {
  background-color: #e2edf8;
}
.top_search_btn a {
  background: #1f4e79;
}
.top_search_link ul li h4 {
  color: #000;
}
#side_info {
  bottom: 240px !important;
}
#side_info .side_price .price-modal-open-button {
  padding: 30px 10px;
  background-color: #ebe600;
  color: #000;
  border: none;
  border-radius: 5px;
  font-size: 1em;
  cursor: pointer;
}
#cta-area {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.cta-button-container {
  text-align: center;
}
.cta-button-container ul {
  margin: 20px auto;
  letter-spacing: -0.4em;
}
.cta-button-container ul li {
  display: inline-block;
  letter-spacing: normal;
  font-size: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  box-shadow: 0 4px 0 -1px #b2c8d5;
}
.cta-button-container ul li a {
  color: #fff;
}
.cta-button-container ul li a:hover {
  opacity: 0.7;
}
.cta-button-container ul li.free {
  background: #ea576a;
  background: -moz-linear-gradient(
    top,
    #ea576a 0,
    #e86877 49%,
    #e54e5f 51%,
    #e63a50 100%
  );
  background: -webkit-linear-gradient(
    top,
    #ea576a 0,
    #e86877 49%,
    #e54e5f 51%,
    #e63a50 100%
  );
  background: linear-gradient(
    to bottom,
    #ea576a 0,
    #e86877 49%,
    #e54e5f 51%,
    #e63a50 100%
  );
  position: relative;
  margin-right: 20px;
  width: 410px;
}
.cta-button-container ul li.free a {
  background: url(../img/common/icon_free_arrow.png) no-repeat center right 10px;
  display: block;
  padding: 28px 10px 28px 20px;
}
.cta-button-container ul li.free .ribon,
.cta-button-container ul li.request .ribon {
  background: #ff0;
  display: block;
  height: 70px;
  width: 75px;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  left: 15px;
}
.cta-button-container ul li.free .ribon .txt,
.cta-button-container ul li.request .ribon .txt {
  color: #2e2e2e;
  padding: 15px 0;
  display: block;
  text-align: center;
  font-size: 17px;
  margin-left: -3px;
  line-height: 1.2;
  font-weight: 700;
}
.cta-button-container ul li.free .offer_txt {
  padding-left: 90px;
  font-size: 22px;
  display: block;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
.cta-button-container ul li.free .offer_txt .note {
  display: block;
  font-size: 15px;
  margin-top: 7px;
}
.cta-button-container ul li.request {
  background: #1ab762;
  background: -moz-linear-gradient(
    top,
    #1ab762 0,
    #1ab762 50%,
    #00af50 52%,
    #00af50 100%
  );
  background: -webkit-linear-gradient(
    top,
    #1ab762 0,
    #1ab762 50%,
    #00af50 52%,
    #00af50 100%
  );
  background: linear-gradient(
    to bottom,
    #1ab762 0,
    #1ab762 50%,
    #00af50 52%,
    #00af50 100%
  );
  position: relative;
  width: 410px;
}
.cta-button-container ul li.request a {
  background: url(../img/common/icon_request_arrow.png) no-repeat center right
    10px;
  display: block;
  padding: 28px 10px 28px 20px;
}
.cta-button-container ul li.request .offer_txt {
  padding-left: 90px;
  font-size: 22px;
  display: block;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
.cta-button-container ul li.request .offer_txt .note {
  display: block;
  font-size: 15px;
  margin-top: 7px;
}
.table-container table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.table-container .grade {
  background-color: #bfbfbf;
  padding: 3px 15px 2px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
}
.table-container .price {
  font-weight: 700;
  color: #2d3748;
}
.price-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.price-modal-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px 20px;
}
.price-modal-content {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  width: 90%;
  max-width: 450px;
  max-height: 90vh;
  overflow-y: auto;
}
.price-modal-close-button {
  position: absolute;
  top: 40px;
  right: 20px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 1.5em;
  line-height: 1;
  text-align: center;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.price-modal-content h1 {
  background: #eaf20a;
  padding: 5px;
  text-align: center;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
.price-modal-content h1 img {
  vertical-align: bottom;
}
@media screen and (max-width: 750px) {
  body,
  html {
    overflow-x: hidden;
  }
  #search.new_search .wrapper {
    padding: 20px 0;
    margin: 20px auto 20px auto;
  }
  .cta-button-container ul li.request {
    display: none;
  }
  .cta-button-container ul {
    width: 100%;
    margin: 20px auto 10px;
  }
  .cta-button-container ul li {
    display: block;
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .cta-button-container ul li {
    width: 100%;
  }
  .cta-button-container ul li.free {
    width: 100%;
    margin-right: 0;
  }
  .cta-button-container ul li.free .ribon {
    width: 60px;
    height: 56px;
    top: 7px;
    left: 10px;
  }
  .cta-button-container ul li.free .ribon .txt {
    font-size: 0.9rem;
    padding: 14px 0 0;
  }
  .cta-button-container ul li.free .offer_txt {
    padding-right: 10%;
    font-size: 1.2rem;
    padding-left: 80px;
  }
  .cta-button-container ul li.free a {
    padding: 25px 10px;
    box-sizing: border-box;
  }
  .cta-button-container ul li.free a .icon_free {
    line-height: 20px;
    background-size: auto 20px;
  }
  .appeal_sp .spOnly img {
    vertical-align: bottom;
  }
  .appeal_sp .spOnly button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
  }
}
#class_box h1 {
  width: 557px;
  font-size: 36px;
  line-height: 36px;
}
#class_box h1 img {
  display: inline-block;
  width: 50%;
  vertical-align: baseline;
}
#class_box h1 span {
  margin-top: 0;
}
.arrow_box {
  width: 78px;
}
.free_bnr {
  width: 624px;
}
@media screen and (max-width: 750px) {
  #class_box h1 {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .free_bnr {
    width: 90%;
  }
  .arrow_box {
    width: 120px;
  }
}
.price_cont .inner_box {
  margin-bottom: 0;
}
.course_tit {
  margin-bottom: 40px;
}
#wrap footer #f_nav {
  text-align: center;
}
#wrap footer #f_nav p.flogo {
  display: block !important;
}
#wrap footer #f_nav ul.fmenu {
  width: auto !important;
  margin: 20px auto 0 auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #wrap footer #f_nav ul.fmenu {
    width: 100% !important;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #wrap footer #f_nav ul.fmenu li:first-child {
    border: none;
  }
  #wrap footer #f_nav ul.fmenu li {
    display: flex;
    border: none;
  }
  #wrap footer #f_nav ul.fmenu li a {
    padding: 0.7rem 1rem 0.7rem 10px;
    font-size: 0.8rem;
    background: url(../img/common/blue-arrow.png) no-repeat left center;
  }
}
#class_box h1 span {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  #cont {
    padding-top: 50px;
    overflow: hidden;
  }
  #class_box h1 span {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  #wrap footer #f_nav p.logo {
    margin: 30px auto 20px;
  }
  #wrap footer #f_nav {
    margin: 0 auto;
  }
  #copy {
    margin-top: 10px;
  }
  header #sp_menu ul li .arrow::before {
    right: -20px;
  }
  header #sp_menu .sidr p.arrow {
    width: fit-content;
  }
}
.fmenu li:last-child {
  display: none;
}
.floating-banner {
  text-align: center;
  position: fixed;
  z-index: 9999;
  padding-top: 10px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  max-width: 1920px;
  width: 100%;
  height: min(calc((105 / 750) * 100vw), 105px);
  background-color: rgba(255, 255, 255, 0.5);
}
.floating-banner img {
  width: 80%;
  max-width: 728px;
}
.floating-banner a:hover img {
  opacity: 1 !important;
}
@media screen and (max-width: 750px) {
  #wrap header #header_wrap .head_info {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
}
#wrap header #header_wrap ul li#free a {
  padding: 0 19px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
#wrap header #header_wrap ul li#request a {
  padding: 0 19px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
@media screen and (max-width: 750px) {
  #wrap header #header_wrap .appeal_sp {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 370px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.tab-content-area {
  max-width: 1000px;
  width: 100%;
  margin: 80px auto;
}
.tab-content-area .grade_button {
  margin: 20px auto 0 auto;
}
.tab-content-area .grade_button ul li {
  margin: 10px 10px 0 10px;
}
.tab-content-area .grade_button ul li a {
  border-radius: 10px 10px 0 0;
}
.tab-content-area .tab-content {
  display: none;
  text-align: center;
}
.tab-content-area .tab-content.active {
  display: block;
}
.tab-content-area .tab-content > p {
  font-size: 1.5rem;
  margin: 0.5rem 0;
  color: #fff;
}
.tab-content,
.tab-content-wrap {
  border-radius: 20px;
}
.tab-content-area .box-green {
  border: 3px solid #1ca87b;
}
.tab-content-area .box-pink {
  border: 3px solid #ef5c79;
}
.tab-content-area .box-blue {
  border: 3px solid #3392cc;
}
.tab-content-area .content-box {
  padding: 21px 55px 35px;
}
.tab-content-area img {
  width: 100%;
}
.tab-content-area .grade_button ul li:nth-child(1) a {
  background: linear-gradient(to bottom, #22b88e 50%, #09b081 50%);
}
.tab-content-area .grade_button ul li:nth-child(2) a {
  background: linear-gradient(to bottom, #f37690 50%, #f26683 50%);
}
.tab-content-area .grade_button ul li:nth-child(3) a {
  background: linear-gradient(to bottom, #42a2d7 50%, #2c97d3 50%);
}
.tab-content-area .active-green {
  background: #fff !important;
  color: #09b081;
  border: 3px solid #09b081;
  border-bottom: none;
}
.tab-content-area .active-pink {
  background: #fff !important;
  color: #f26683;
  border: 3px solid #f26683;
  border-bottom: none;
}
.tab-content-area .active-blue {
  background: #fff !important;
  color: #2c97d3;
  border: 3px solid #2c97d3;
  border-bottom: none;
}
@media screen and (max-width: 750px) {
  .tab-content-area .box-green {
    border: none;
    border-top: 3px solid #1ca87b;
  }
  .tab-content-area .box-pink {
    border: none;
    border-top: 3px solid #ef5c79;
  }
  .tab-content-area .box-blue {
    border: none;
    border-top: 3px solid #3392cc;
  }
  .tab-content,
  .tab-content-wrap {
    border-radius: 0;
  }
  .tab-content-area .content-box {
    padding: 1rem 1rem 2rem;
    background-color: #fff;
    border-radius: 0.25rem;
    color: #000;
    text-align: left;
  }
}
.grade_voice .tab-content-area .active-blue {
  background: #fff !important;
  color: #158ed1;
  border: 3px solid #2c97d3;
}
.grade_voice .tab-content-area .active-pink {
  background: #fff !important;
  color: #f26683;
  border: 3px solid #f26683;
}
.grade_voice .tab-content-area .active-green {
  background: #fff !important;
  color: #09b081;
  border: 3px solid #09b081;
}
.tab-content-area .grade_button ul li a.active img,
.tab-content-area .grade_button ul li a.active span {
  opacity: 1 !important;
}
.tab-content-area .grade_button ul li a img {
  opacity: 0.5;
}
.tab-content-area .grade_button ul li a span {
  font-weight: 700;
}
.tab-content-area > h4 {
  width: 600px;
  margin: 0 auto 58px;
}
.tab-content-area > h4 img {
  width: 100%;
}
.tab-content-area > h4 span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  text-align: center;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .tab-content-area {
    margin: 40px auto 0 auto;
  }
  .tab-content-area .grade_button ul li {
    margin: 1.5vw 1.5vw 0 1.5vw;
  }
  .tab-content-area .tab-content-heading {
    width: 80%;
    margin: 0 auto;
  }
  .tab-content-area .tab-content p {
    font-size: 1rem;
  }
}
.price_box_text2 {
  font-weight: 400 !important;
  font-size: 1.2rem !important;
  color: #686464;
}
@media screen and (max-width: 750px) {
  .price_box_text2 {
    font-size: 3.6vw !important;
  }
}
.search-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.search-modal-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 20px;
}
.search-modal-content {
  border-radius: 8px;
  padding: 0;
  width: 100%;
  max-width: 840px;
  max-height: 85vh;
  overflow-y: auto;
}
.search-modal-close-button {
  position: absolute;
  top: 20px;
  right: -20px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 19px;
  line-height: 1;
  text-align: center;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 750px) {
  .search-modal-content {
    width: 100%;
    max-width: 630px;
  }
  .search-modal-close-button {
    position: absolute;
    top: 0;
    right: -20px;
  }
  #wrap header #header_wrap .appeal_sp {
    max-width: 750px;
  }
  #wrap header #header_wrap .head_info {
    width: 100%;
  }
  #side_search .Search-txt #freeword {
    padding-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  #wrap header #header_wrap .logo_box {
    width: 100%;
    display: table;
    padding: 8px 0;
  }
  #wrap header #header_wrap .header_bnr a {
    display: block;
    margin-right: 10px;
  }
}
@media screen and (max-width: 750px) {
  #wrap header #header_wrap .head_info {
    width: 100%;
    background: #fff;
    padding: 10px 8px 5px 10px;
  }
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: #2a97d2;
  color: #fff;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0,
    50% 100%,
    color-stop(0, #4d4d4d),
    color-stop(100%, #1a1a1a)
  );
  background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  font-size: 11px;
  font-weight: 400;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}
.sidr ul li {
  display: block;
  margin: 0;
}
.sidr ul li.active,
.sidr ul li.sidr-class-active,
.sidr ul li:hover {
  border-top: 0;
}
.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.sidr ul li ul {
  border-bottom: 0;
  margin: 0;
}
.sidr ul li ul li {
  font-size: 13px;
}
.sidr ul li ul li:last-child {
  border-bottom: 0;
}
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active,
.sidr ul li ul li:hover {
  border-top: 0;
}
.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}
.sidr form {
  margin: 0 15px;
}
.sidr label {
  font-size: 13px;
}
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="password"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="text"],
.sidr input[type="time"],
.sidr input[type="url"] {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both;
}
.sidr input[type="checkbox"] {
  width: auto;
  display: inline;
  clear: none;
}
.sidr input[type="button"],
.sidr input[type="submit"] {
  color: #333;
  background: #fff;
}
.sidr input[type="button"]:hover,
.sidr input[type="submit"]:hover {
  background: rgba(255, 255, 255, 0.9);
}
.page {
  width: 500px;
  height: 300px;
  margin: 100px auto 100px auto;
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  left: 0;
  width: 15px;
  height: 100%;
  text-align: center;
  /*background-color: rgba(0,153,255,0.1);*/
  z-index: 100;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "　";
  background: url(top/slider_arr_l.png) no-repeat;
  background-size: auto 100%;
  opacity: 1;
  height: 31px;
  width: 17px;
}
[dir="rtl"] .slick-prev:before {
  content: "　";
  background: url(top/slider_arr_r.png) no-repeat;
  background-size: auto 100%;
  opacity: 1;
  height: 31px;
  width: 17px;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
  right: 0;
  width: 15px;
  height: 100%;
  text-align: center;
  /*background-color: rgba(0,153,255,0.1);*/
  z-index: 100;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "　";
  background: url(top/slider_arr_r.png) no-repeat;
  background-size: auto 100%;
  opacity: 1;
  height: 31px;
  width: 17px;
}
[dir="rtl"] .slick-next:before {
  content: "　";
  background: url(top/slider_arr_l.png) no-repeat;
  background-size: auto 100%;
  opacity: 1;
  height: 31px;
  width: 17px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 70px;
}

.slick-dots {
  position: absolute;
  bottom: -40px;

  display: block;

  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 10px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 18px;
  height: 18px;
  border-radius: 50px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: #505050;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 4px;
  left: 4px;
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  content: "";
  text-align: center;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #505050;
}
@media screen and (max-width: 750px) {
  .slick-dotted.slick-slider {
    margin-bottom: 45px;
  }
  .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 7px;
  }
  .slick-dots li button {
    width: 16px;
    height: 16px;
  }
  .slick-dots li button:before {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
  }
  .slick-dots {
    bottom: -30px;
  }
}
/* --SP-- */
/*
@media screen and (max-width: 750px) {
.slick-dots li button:before { font-size: 2rem;}
}*/

/* index.html */

.price-check-simulate {
  box-shadow: none !important;
}

.price-check-simulate a {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.price-check-simulate a img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .price-check-simulate a {
    width: 90%;
    margin: -5px auto 0px auto;
    display: block;
    padding-bottom: 10px;
  }
}

.top_price_graph picture.simulate {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 10px 0 0 0;
}

.top_price_graph picture.simulate img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .top_price_graph picture.simulate {
    width: 90%;
  }
}
