@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');


.cmp-au-com-container__width__1column__980 > .cmp-au-com-container > .cmp-au-com-container__contents {
  width: 100%;
}

@media (max-width: 979px) {
  .cmp-au-com-container__width__1column__980 > .cmp-au-com-container > .cmp-au-com-container__contents {
    padding-right: 0%;
    padding-left: 0%;
  }
}

#au_google_otoku {
  background-repeat: no-repeat;
}

#au_google_otoku .font_noto500 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

#au_google_otoku .font_noto700 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

#au_google_otoku .font_noto800 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
}

#au_google_otoku .font_montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}


:root {
  --color_orange: #eb5505;
  --color_blue: #333333;

  --color_orange_1: #FBF2EB;
  --color_orange_2: #FFE2D2;
  --color_orange_3: #FFEDE0;

}

#au_google_otoku .orange {
  color: var(--color_orange);
}

#au_google_otoku .blue {
  color: var(--color_blue);
}

#au_google_otoku .gray {
  color: #999;
}
#au_google_otoku .red {
  color: red;
}


#au_google_otoku .bold {
  font-weight: bold;
}

.overflow_hidden {
  overflow: hidden;
}

#au_google_otoku .mt1em {
  margin-top: 1em;
}

#au_google_otoku .super {
  font-size: 0.5em;
  vertical-align: super;
}

#au_google_otoku .small {
  font-size: 0.85em;

}#au_google_otoku .mini {
  font-size: 0.7em;
}

/*
html {
    scroll-behavior: smooth;
}
*/

#au_google_otoku {
  font-family: 'Noto Sans JP', sans-serif;
}

#au_google_otoku a {
  text-decoration: none;
}

#au_google_otoku .btn:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

#au_google_otoku .btn {
  cursor: pointer;
  transition: all 0.3s;
}

#au_google_otoku img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  width: 100%;
}

#au_google_otoku .indent_h {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

#au_google_otoku .indent_1 {
  padding-left: 2.3em;
  text-indent: -2.3em;
}

#au_google_otoku .indent_2 {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

#au_google_otoku .indent_3 {
  padding-left: 3.5em;
  text-indent: -3.5em;
}

#au_google_otoku .indent_4 {
  padding-left: 4.5em;
  text-indent: -4.5em;
}

.remarks_child {
  margin-left: 2.5em
}

#au_google_otoku .red {
  color: red;
}

#au_google_otoku a.text_link {
  color: #0066aa;
  text-decoration: none;
  display: inline;
}

#au_google_otoku a.text_link:hover {
  text-decoration: underline;
}

#au_google_otoku .astarisk {
  font-size: 0.5em;
  vertical-align: super;
}

#au_google_otoku .margin_bottom_1 {
  margin-bottom: 1.5em;
}

#au_google_otoku .margine_r_hearf {
  margin-right: 0.2em;
}

/*
#au_google_otoku {
  animation-name: fadein;
  animation-duration: 0s;
  animation-delay: 0.8s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  will-change: opacity;
  opacity: 0;
}
*/

#au_google_otoku .v_hidden {
  visibility: hidden;
}

.js-fadeInUp {
  opacity: 0;
  position: relative;
}

@keyframes fadein {
  from {
    opacity: 0;
    top:50px;
  }

  to {
    opacity: 1;
    top:0;
  }
}

.js-fadeInUp.on {
  animation-name: fadein;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  will-change: opacity;
  opacity: 0;
}


/*url paramator direction change-----------------*/

/*

.contents_all_wrap {
  display: flex;
  flex-direction: column;
}

.contents_all_wrap {
  order: 1;
}

.contents_all_wrap .benefit_section,
.contents_all_wrap.support .support_section,
.contents_all_wrap.area .area_section {
  order: 2;
}

.contents_all_wrap .support_section,
.contents_all_wrap.support .benefit_section,
.contents_all_wrap.area .benefit_section {
  order: 3;
}

.contents_all_wrap .area_section,
.contents_all_wrap.support .area_section,
.contents_all_wrap.area .support_section {
  order: 4;
}


.contents_all_wrap .kv_anchor_innner .anchor_1,
.contents_all_wrap.support .kv_anchor_innner .anchor_2,
.contents_all_wrap.area .kv_anchor_innner .anchor_3{
  order: 1;
}
.contents_all_wrap .kv_anchor_innner .anchor_2,
.contents_all_wrap.support .kv_anchor_innner .anchor_1,
.contents_all_wrap.area .kv_anchor_innner .anchor_1{
  order: 2;
}
.contents_all_wrap .kv_anchor_innner .anchor_3,
.contents_all_wrap.support .kv_anchor_innner .anchor_3,
.contents_all_wrap.area .kv_anchor_innner .anchor_2{
  order: 3;
}

*/
