/*
 * ãƒªã‚»ãƒƒãƒˆ
 * ----------------------------------------------------------------------------
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-appearance: none;
  outline: none;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 20px;
  box-sizing: border-box;
}
@media (max-width: 999px) {
  html {
    font-size: 10px;
    height: 100%;
  }
}
body {
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", "ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.025em;
  margin: 0;
  background: #fff;
  color: #333;
  padding: 5.6rem 0 0;
}
@media (min-width: 1000px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 999px) {
  body {
    font-size: 15px;
  }
}
*:focus {
  outline: none;
}
a {
  color: #333;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}
img {
  width: 100%;
  height: auto;
}
.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 999px) {
  .pc_only {
    display: none;
  }
}
@media (min-width: 1000px) {
  .sp_only {
    display: none;
  }
}
.burger_area {
  position: fixed;
  right: 10px;
  top: 6px;
  z-index: 9;
}
.burger {
  position: relative;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
@media (min-width: 1000px) {
  .burger {
    display: none;
  }
}
@media (max-width: 999px) {
  .burger {
    display: block;
  }
}
.burger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 15px;
  width: 15px;
  height: 2px;
  background-color: #333;
  border-radius: 2px;
}
.burger span:nth-of-type(1) {
  top: 15px;
}
.burger span:nth-of-type(2) {
  top: 21px;
}
.burger span:nth-of-type(3) {
  bottom: 15px;
}
.show_burger_menu {
  width: 100%;
}
.show_burger_menu .burger {
  transform: rotate(360deg);
  background: transparent;
  box-shadow: none;
}
.show_burger_menu .burger > span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
}
.show_burger_menu .burger > span:nth-of-type(2) {
  transform: translateY(0) rotate(45deg);
}
.show_burger_menu .burger > span:nth-of-type(3) {
  opacity: 0;
}
.show_burger_menu .site_header .nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 9;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  animation: fade_in_top 0.8s;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background: rgba(255,255,255,0.9);
  padding: 5rem 0 0;
}
.show_burger_menu .site_header .nav > * {
  margin: 0 0 2rem;
}
@media (max-width: 999px) {
  .show_burger_menu .site_header .nav {
    font-size: 16px;
  }
}
.show_burger_menu .recruit_top_caption {
  z-index: 0;
}
.show_burger_menu .to_register {
  margin: 0 0 2rem;
}
.show_burger_menu .to_contact {
  margin: 0 0 2rem;
}
.site_header {
  position: relative;
  max-width: 1200px;
}
.site_header_in {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9;
}
.site_header_in .wrap {
  display: flex;
  align-items: center;
  height: 5.6rem;
  padding: 0;
}
.logo {
  display: flex;
  align-items: center;
  margin: 0 13px 0 20px;
}
.logo > span {
  line-height: 0;
}
@media (min-width: 1000px) {
  .logo {
    width: 13rem;
  }
}
@media (max-width: 999px) {
  .logo {
    width: 13rem;
  }
}
.logo_sub {
  font-size: 12px;
  display: inline-block;
}
@media (min-width: 1000px) {
  .logo_sub {
    margin: 0 0 17px;
  }
}
@media (max-width: 999px) {
  .logo_sub {
    margin: 0 0 23px;
  }
}
@media (max-width: 320px) {
  .logo_sub {
    display: none;
  }
}
.nav {
  font-size: 14px;
  margin: 0 20px 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 999px) {
  .nav {
    width: 100%;
    display: none;
  }
}
@media (min-width: 1000px) {
  .nav > ul {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 999px) {
  .nav > ul {
    padding: 0 20px;
    width: 100%;
  }
}
.nav > ul a {
  display: block;
  text-align: center;
  border-bottom: 2px solid transparent;
  border-radius: 9px;
  font-size: 22px;
  height: 64px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media (max-width: 1130px) {
  .nav > ul a {
    font-size: 18px;
  }
}
.tel_number {
  font-weight: bold;
  margin-right: 1em;
  background: url("/img/icon-tel@2x.png") no-repeat 0 50%/28px auto;
  line-height: 1;
}
@media (min-width: 1000px) {
  .tel_number {
    padding: 0 0 0 1em;
    font-size: 36px;
  }
}
@media (max-width: 1100px) {
  .tel_number {
    font-size: 28px;
  }
}
@media (max-width: 999px) {
  .tel_number {
    font-size: 24px;
    text-align: center;
    height: 50px;
    display: inline-block;
    padding: 13px 0 0 1.5em;
  }
}
.tel_number > span {
  color: #84ad33;
}
@media (max-width: 999px) {
  .tel_area {
    margin: 20px 0 10px;
    text-align: center;
  }
}
.tel_time {
  font-size: 12.4px;
}
@media (max-width: 999px) {
  .tel_time {
    display: block;
    text-align: center;
  }
}
@media (max-width: 1100px) {
  .tel_time {
    font-size: 10px;
  }
}
.to_register > a {
  background: #fff001;
  padding: 0 2rem;
}
@media (max-width: 1180px) {
  .to_register > a {
    padding: 0 1rem;
  }
}
.to_register > a > span {
  background: url("/img/icon-pen@2x.png") no-repeat 0 50%/26px auto;
  padding-left: 36px;
}
.to_contact {
  margin-left: 10px;
}
.to_contact > a {
  background-image: linear-gradient(to top, #6f9d16 49%, #84ad33 51%);
  padding: 0 2rem;
  color: #fff;
}
@media (max-width: 1180px) {
  .to_contact > a {
    padding: 0 1rem;
  }
}
.to_contact > a > span {
  background: url("/img/icon-mail@2x.png") no-repeat 0 50%/26px auto;
  padding-left: 36px;
}
.top_header {
  background: url("/img/bg-title@2x.jpg") no-repeat 50% 50%/cover;
}
@media (min-width: 1000px) {
  .top_header {
    padding: 0 45px;
  }
}
@media (max-width: 999px) {
  .top_header {
    padding: 0 20px;
    text-align: center;
  }
}
.top_header .wrap {
  height: 21rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0;
  /*justify-content: flex-end;
  padding: 0 0 1.8rem;*/
}
@media (max-width: 999px) {
	.top_header .wrap {
		height: 31rem;
	}
}
.anshin_banner {
  line-height: 0;
}
@media (max-width: 999px) {
  .anshin_banner {
    margin: 0 0 10px;
  }
}
.anshin_banner img {
  height: 60px;
  width: auto;
}
.title01 {
  margin: 0 0 2.5rem;
}
.title01 img {
  max-width: 620px;
}
.title02 img {
  max-width: 525px;
}
.title_section_lower {
  text-align: center;
  display: block;
  font-size: 1.8rem;
  margin: 5px 0 0;
}
.title_section_upper {
  position: relative;
  border-bottom: solid 3px #84ad33;
  display: inline-block;
}
@media (min-width: 1000px) {
  .title_section_upper {
    font-size: 28px;
  }
}
@media (max-width: 999px) {
  .title_section_upper {
    font-size: 16px;
  }
}
.title_section_upper:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -15px;
  border: 8px solid transparent;
  border-top: 8px solid #fff;
  z-index: 2;
}
.title_section_upper:after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -17px;
  border: 10px solid transparent;
  border-top: 10px solid #84ad33;
  z-index: 1;
}
.title_section {
  color: #84ad33;
  font-weight: bold;
  text-align: center;
  margin: 0 0 2rem;
  font-size: 1.8rem;
}
.privacy_title {
  margin: 2em 0;
}
.privacy ul{
  list-style-type: disc;
  margin-top: 10px;
  padding-left: 20px;
}
@media (min-width: 1000px) {
  .point_area .wrap {
    background: url("/img/bg_point@2x.jpg") no-repeat 100% 100%/13.7rem auto;
    padding: 20px 0;
  }
}
@media (max-width: 999px) {
  .point_area .wrap {
    background: url("/img/bg_point@2x.jpg") no-repeat 50% 20px/10rem auto;
    padding: 125px 20px 0;
  }
}
.point_wrap {
  text-align: center;
}
.point {
  display: inline-block;
  text-align: left;
}
@media (min-width: 1000px) {
  .point {
    font-size: 24px;
  }
}
.point > li {
  display: flex;
  align-items: flex-start;
  margin: 0 0 1rem;
}
.point_number {
  flex: 0 0 37px;
  width: 37px;
  height: 37px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #84ad33;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  margin: 0 1rem 0 0;
}
.point_colored {
  color: #e52d61;
  font-weight: bold;
}
.point_smalled {
  color: #333;
  display: block;
}
@media (min-width: 1000px) {
  .point_smalled {
    font-size: 18px;
  }
}
@media (max-width: 999px) {
  .point_smalled {
    font-size: 14px;
  }
}
.buttons {
  display: flex;
  max-width: 650px;
  margin: 15px auto;
}
@media (max-width: 999px) {
  .buttons {
    flex-flow: column;
  }
}
.buttons > li {
  flex: 1 1 50%;
}
@media (min-width: 1000px) {
  .buttons > li {
    margin: 0 1rem;
  }
}
@media (max-width: 999px) {
  .buttons > li {
    margin: 0 0 1rem;
  }
}
.buttons a {
  font-weight: bold;
  display: block;
  padding: 0.5rem 0;
  border: 3px solid #333;
  border-radius: 100px;
  text-align: center;
}
@media (min-width: 1000px) {
  .buttons a {
    font-size: 22px;
    background: #fff url("/img/icon-arrow@2x.png") no-repeat 90% 50%/13px auto;
  }
}
@media (max-width: 999px) {
  .buttons a {
    background: #fff url("/img/icon-arrow@2x.png") no-repeat 95% 50%/13px auto;
  }
}
.circle_icons_wrap {
  max-width: 970px;
  margin: 0 auto;
}
.circle_icons {
  display: flex;
  margin: 0 0 0 -2%;
}
.circle_icons > li {
  flex: 0 0 31%;
  margin: 0 0 0 2%;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1000px) {
  .circle_icons > li {
    font-size: 18px;
  }
}
@media (max-width: 999px) {
  .circle_icons > li {
    font-size: 12px;
  }
}
.circle_icons_image {
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  border-radius: 100%;
  line-height: 0;
  margin: 0 0 1rem;
}
.bg_white {
  text-align: center;
}
@media (min-width: 1000px) {
  .bg_white {
    padding: 3rem;
  }
}
@media (max-width: 999px) {
  .bg_white {
    padding: 3rem 0;
  }
}
.baloon_area {
  text-align: center;
  margin: 0 0 2rem;
}
.baloon {
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
  background: #84ad33;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  padding: 0.25rem 3rem;
}
.baloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.75rem;
  border: 0.75rem solid transparent;
  border-top: 0.75rem solid #84ad33;
}
.baloon .mini {
  font-size: 1rem;
}
.title_section_baloon {
  text-align: center;
  font-size: 1.8rem;
  color: #84ad33;
  font-weight: bold;
}
.baloon_lower {
  margin: 0.5rem 0 0;
}
.red {
  color: #c00;
}
.bg_grey_text {
  margin: 1.9rem 0 0;
}
.merit_wrap {
  background: #fff;
  margin: 2rem 0 0;
}
@media (min-width: 1000px) {
  .merit_wrap {
    padding: 2rem 2rem 0;
  }
}
@media (max-width: 999px) {
  .merit_wrap {
    padding: 2rem 0 0;
  }
}
.merit {
  margin: 0 0 0 -2%;
  display: flex;
  flex-flow: wrap;
}
.merit > li {
  margin: 0 0 2rem 2%;
  font-weight: bold;
}
@media (min-width: 1000px) {
  .merit > li {
    flex: 0 0 23%;
  }
}
@media (max-width: 999px) {
  .merit > li {
    flex: 0 0 48%;
  }
}
.merit p {
  margin-top: 0.5em;
}
.cta {
  background: #eff4e7;
  padding: 2rem 0;
  margin: 0;
}
.cta .nav {
  justify-content: center;
}
@media (max-width: 999px) {
  .cta .nav {
    display: block;
  }
}
.cta_text {
  margin: 0 1rem 0 0;
}
@media (min-width: 1000px) {
  .cta_text {
    font-size: 18px;
  }
}
@media (max-width: 999px) {
  .cta_text {
    text-align: center;
  }
}
.title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 1.25rem;
  margin: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_nairan {
  margin: 3rem 0 0;
}
.title_360 {
  width: 8rem;
  margin: 0 1rem;
}
.title_arrow {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  background: url("/img/arrow-down@2x.png") no-repeat 50% 100%/0.95rem auto;
  padding: 0 0 1.25rem;
  margin: 3rem 0;
}
.price_table > table {
  border-collapse: collapse;
  width: 100%;
}
.price_table th {
  background: #eff4e7;
  border: 1px solid #ccc;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  padding: 1rem;
  text-align: center;
  width: 18%;
}
.price_table td {
  border: 1px solid #ccc;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 1000px) {
  .price_table td {
    font-size: 16px;
  }
}
@media (max-width: 999px) {
  .price_table td {
    font-size: 14px;
  }
}
.price_table .spread_column {
  width: 24%;
}
.price_table .align_left {
  text-align: left;
}
.price_table a {
  background: #BBB;
  display: block;
  border-radius: 5px;
  color: #fff;
}
.link a {
  background: #84ad33;
}
.price_table .anshin a {
  background: none;
}
.price_table .link a {
  padding: 0.2rem 1rem;
}
.price_table .link a:after {
  content: "»";
  font-weight: bold;
  margin-left: 0.5em;
}
.price_table sup{
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.spread span{
  font-weight: bold;
}
.price {
  color: #f00;
  font-weight: bold;
}
@media (min-width: 1000px) {
  .price {
    font-size: 20px;
  }
}
@media (max-width: 999px) {
  .price {
    font-size: 18px;
  }
}
.price_prev {
  color: #84ad33;
  font-weight: bold;
  text-decoration: line-through;
}
@media (min-width: 1000px) {
  .price_prev {
    font-size: 20px;
  }
}
@media (max-width: 999px) {
  .price_prev {
    font-size: 18px;
  }
}
.available {
  text-align: center;
}
.available span {
  display: inline-block;
}
@media (min-width: 1000px) {
  .available span {
    width: 8em;
    background: url("/img/icon_circle.svg") no-repeat 0 50%;
    padding: 5px 0 5px 40px;
  }
}
@media (max-width: 999px) {
  .available span {
    background: url("/img/icon_circle.svg") no-repeat 50% 0/15px auto;
    padding: 25px 0 0;
  }
}
.unavailable {
  text-align: center;
}
.unavailable span {
  display: inline-block;
}
@media (min-width: 1000px) {
  .unavailable span {
    width: 8em;
    background: url("/img/icon_x.svg") no-repeat 0 50%;
    padding: 5px 0 5px 40px;
  }
}
@media (max-width: 999px) {
  .unavailable span {
    background: url("/img/icon_x.svg") no-repeat 50% 0/15px auto;
    padding: 25px 0 0;
  }
}
.triangle {
  text-align: center;
}
.triangle span {
  display: inline-block;
}
@media (min-width: 1000px) {
  .triangle span {
    width: 8em;
    background: url("/img/icon_triangle.svg") no-repeat 0 50%;
    padding: 5px 0 5px 40px;
  }
}
@media (max-width: 999px) {
  .triangle span {
    background: url("/img/icon_triangle.svg") no-repeat 50% 0/15px auto;
    padding: 25px 0 0;
  }
}
.open_popup {
  cursor: pointer;
  width: 30px;
  margin: 0 auto;
  padding: 6px 0;
  line-height: 0;
}
.open_popup img {
  width: 20px;
}
.popup {
  display: none;
}
.title_sub {
  color: #84ad33;
  margin: 1.8rem 0 0.5rem;
}
@media (min-width: 1000px) {
  .title_sub {
    font-size: 20px;
  }
}
.step {
  margin: 3rem 0 0;
  background: linear-gradient(to right, #fff 0%, #fff 5%, #f7f7f7 5%, #f7f7f7 10%, #fff 10%, #fff 100%);
}
.step > li {
  display: flex;
  align-items: center;
  border: 1px solid #333;
  border-radius: 10px;
  margin: 0 0 1.5rem;
  background: #fff;
}
@media (min-width: 1000px) {
  .step > li {
    padding: 1rem 3.25rem;
  }
}
@media (max-width: 999px) {
  .step > li {
    padding: 2rem;
    flex-flow: column;
  }
}
.step_number {
  font-size: 12px;
  color: #84ad33;
  font-weight: bold;
  border-bottom: 2px solid #84ad33;
  text-align: center;
}
@media (min-width: 1000px) {
  .step_number {
    flex: 0 0 4em;
  }
}
@media (max-width: 999px) {
  .step_number {
    margin: 0 0 10px;
  }
}
.step_title {
  font-weight: bold;
  flex: 1 1 1px;
  padding: 0 2em;
}
@media (min-width: 1000px) {
  .step_title {
    font-size: 20px;
  }
}
@media (max-width: 999px) {
  .step_title {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
.step_text {
  flex: 0 0 66%;
  text-align: left;
}
@media (min-width: 1000px) {
  .step_text {
    font-size: 16px;
  }
}
.title_pre_baloon {
  font-size: 18px;
  text-align: center;
  margin: 0 0 1rem;
}
.title_pre_baloon .colored {
  color: #84ad33;
  font-size: 24px;
}
.bg_green {
  background: #f2f7ea;
}
@media (min-width: 1000px) {
  .bg_green {
    padding: 2rem 1rem;
  }
}
@media (max-width: 999px) {
  .bg_green {
    padding: 2rem 0;
  }
}
.anshin img {
  width: 5rem;
}
.ricoh-theta-tour-image {
  margin: 0 auto;
}
.footer {
  margin: 3rem 0 0;
}
.footer_in {
  display: flex;
}
@media (min-width: 1000px) {
  .footer_in {
    align-items: flex-end;
    height: 80px;
  }
}
@media (max-width: 999px) {
  .footer_in {
    flex-flow: column;
    padding: 10px 0;
  }
}
@media (min-width: 1000px) {
  .footer_nav {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 999px) {
  .footer_nav {
    margin: 10px 0 0;
  }
}
.footer_nav > ul {
  display: flex;
  font-size: 14px;
}
@media (max-width: 999px) {
  .footer_nav > ul {
    flex-flow: column;
  }
}
@media (min-width: 1000px) {
  .footer_nav > ul > li {
    margin: 0 0 0 2em;
  }
}
@media (max-width: 999px) {
  .footer_nav > ul > li {
    margin: 0 0 5px;
  }
}
.footer_address {
  font-size: 12px;
}
@media (min-width: 1000px) {
  .footer_address {
    margin-left: 1.3rem;
  }
}
.copyright {
  font-size: 10px;
  margin: 1rem 0;
}
@media (min-width: 1000px) {
  .copyright {
    text-align: right;
  }
}
@media (max-width: 999px) {
  .copyright {
    text-align: center;
  }
}
.logo_footer {
  width: 11.5rem;
  display: block;
  line-height: 0;
}
@media (max-width: 999px) {
  .logo_footer {
    margin: 0 0 10px;
  }
}
.form {
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto 2rem;
  padding: 3rem 2rem;
  box-sizing: border-box;
  background: #f5f5f5;
}
.form p {
  margin: 0 0 2em;
}
.form dl {
  margin: 0 0 1rem;
}
.form span.required{
  color: red;
}
@media (min-width: 1000px) {
  .form dl {
    display: flex;
    align-items: center;
  }
}
.form dt {
  flex: 1 1 30%;
}
.form dd {
  flex: 1 1 70%;
}
.form input,
.form textarea {
  font-size: 16px;
  padding: 1em;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.form .submit {
  background: #84ad33;
  color: #fff;
  width: 300px;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table th {
  border: 1px solid #ccc;
  background: #f9f9f9;
  padding: 1rem;
  width: 25%;
}
.table td {
  width: 75px;
  padding: 1rem;
  border: 1px solid #ccc;
}
.google_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  }
  .google_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  }
@-moz-keyframes fade_in_top {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fade_in_top {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes fade_in_top {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_in_top {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.underline{ text-decoration: underline;}
.step_tel{
  padding: 0 0 0 38px;
  background: url(/img/icon-tel@2x.png) no-repeat 0 50%/28px auto;
  font-size: 28px;
  font-weight: bold;
  color: #84ad33;
  border-bottom: 2px solid #84ad33;
  display: inline-block;
  margin: 15px 0 0;
}
.step_form{
  padding: 0 0 0 38px;
  background: url(/img/icon-mail_green.png) no-repeat 0 50%/28px auto;
  font-size: 24px;
  font-weight: bold;
  color: #84ad33;
  border-bottom: 2px solid #84ad33;
  display: inline-block;
  margin: 15px 0 0;
}
.faq{
  text-align: left;
}
.faq dt{
  cursor: pointer;
  color: #85ac3c;
  border-bottom: 1px solid #ccc;
  margin: 0 0 1em;
  padding: 5px 20px 10px 3em;
  position: relative;
}
.faq dt::after{
  content: "";
  width: 10px;
  height: 10px;
  background: url(/img/arrow-down@2x.png) no-repeat 99% 50%/10px auto;
  position: absolute;
  right: 10px;
  top:10px;
  transition: .5s;
}
.faq dt.show::after{
  transform:rotate(180deg);
}
.faq dt::before{
  content: "Q";
  background: #85ac3c;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 0;
  text-align: center;
  width: 2em;
  border-radius: 3px;
  color: #fff;
}
.faq dd{
  position: relative;
  margin: 0 0 1em;
  display: none;
  padding: 5px 0 10px 3em;
}
@keyframes slidein {
  from { opacity:0; }
  to   { opacity:1; }
}
.faq .show + dd{
  display: block;
  animation: 1s slidein;
}
.faq dd::before{
  content: "A";
  background: #333;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 0;
  text-align: center;
  width: 2em;
  border-radius: 3px;
  color: #fff;
}

/* 追加_キャンペーン */
.bg_yellow {
	background: #ffe400;
	text-align: center;
}
@media (min-width: 1000px) {
  .bg_yellow {
    padding: 2rem 1rem;
  }
}
@media (max-width: 999px) {
  .bg_yellow {
    padding: 2rem 0;
  }
}
.top_header .wrap{
	position:relative;
}
.pc_campaign{
	width: 48%;
	max-width: 530px;
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin: auto 0 auto auto;
	display: flex;
	align-items: center;
}
.pc_campaign img{

}
.title01,
.title02{
	width: 50%;
}

.sp_campaign{
	display: none;
}
@media (max-width: 999px) {
	.pc_campaign{
		display: none;
}
    .sp_campaign{
		display: block;
		margin-top: -30px;
}
	.title01,
	.title02{
	width: 100%;
}
}

.campaign_text h3{
	font-size: 26px;
	width: 100%;
	display: flex;
	align-content: center;
	justify-content: center;
	display: inline-block;
}
.campaign_text h3 strong{
	color: #e52d61;
}
@media (max-width: 768px) {
	.campaign_text h3{
	font-size: 22px;
	}
}
@media (max-width: 480px) {
	.campaign_text h3{
	font-size: 18px;
	}
}
.campaign_text h3::before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 30px;
	margin-right: 13px;
	margin-top: 3px;
	background: url("/img/icon-lineleft.png") no-repeat bottom left;
	background-size: contain;
}
.campaign_text h3::after{
	content: "";
	display: inline-block;
	width: 24px;
	height: 30px;
	margin-left: 10px;
	margin-top: 3px;
	background: url("/img/icon-lineright.png") no-repeat bottom right;
	background-size: contain;
}
@media (max-width: 768px) {
	.campaign_text h3::before,
	.campaign_text h3::after{
		width: 16px;
		height: 20px;
	}
}

/*.campaign_text h3::before {
	content: "＼";
	display: inline-block;
	width: 40px;
	height: 30px;
	font-weight: bold;	
	color: #333;
	margin-right: 10px;
	z-index: 1000;

}

.campaign_text h3::after {
	content: "／";
	display: inline-block;	
	width: 40px;
	height: 30px;	
	font-weight: bold;	
	color: #333;	
	margin-left: 10px;
	z-index: 1000;
}*/

.bg_yellow .buttons{
	margin: 15px auto 0;
}
.bg_yellow .buttons a {
	font-weight: bold;
	display: block;
	padding: 0.5rem 0;
	border: 3px solid #123e90;
	border-radius: 100px;
	text-align: center;
	background-color: #123e90;
	color: #FFF;
}

@media (min-width: 1000px) {
  .bg_yellow .buttons a {
    font-size: 22px;
    background: #123e90 url("/img/icon-arrow@2x-white.png") no-repeat 90% 50%/13px auto;
  }
}
@media (max-width: 999px) {
  .bg_yellow .buttons a {
    background: #123e90 url("/img/icon-arrow@2x-white.png") no-repeat 95% 50%/13px auto;
	font-size: 18px;
  }
}
@media (max-width: 480px) {
  .bg_yellow .buttons a {
	  background: #123e90 url("/img/icon-arrow@2x-white.png") no-repeat 95% 50%/10px auto;
	  font-size: 100%;
  }
}
