@charset "utf-8";
img {
  backface-visibility: hidden;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
    "メイリオ", sans-serif;
}

a {
  text-decoration: none;
  color: #0f91ff;
  word-break: break-all;
}

a:hover {
  opacity: 0.7;
}
body {
  color: #535353;
  line-height: 1.5;
}

header {
  padding: 4.6% 5.3%;
}
header img {
  display: inline;
  max-width: 31%;
  vertical-align: middle;
  margin-right: 10px;
}

header .code {
  font-size: 2vw;
}

.tCenter {
  text-align: center;
}
.tRight {
  text-align: right;
}
main .wrap {
  padding: 7.6vw 7vw;
  background-color: #faf6df;
}

.kvArea h1 {
  width: 100%;
  display: block;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

h3 {
  font-size: 1.071rem;
}

.sectionInner,
#accordion .accordion-content {
  border: solid 4px #5bb780;
  border-top: none;
  box-sizing: border-box;
}

.h3_type01 {
  line-height: 1.8;
  width: 34vw;
  padding: 0 2vw;
  box-sizing: content-box;
  background-color: #5bb780;
  color: #fff;
  text-align: center;
}

.h3_type02::before {
  content: "■";
  display: inline-block;
  margin-right: 0.3rem;
}

.h4_type01 {
  color: #5bb780;
}
.wrap > section:not(:first-child) {
  margin-top: 7.6vw;
}
.wrap > section {
  margin: auto;
  background-color: #fff;
}

.sectionInner {
  padding: 6.8% 3.8%;
}

h2 {
  padding: 1.7vw 0;
  background-color: #5bb780;
  color: #fff;
  text-align: center;
}

.wrap > section#accordion {
  padding: 0;
}

.sectionInner > h3,
.btn_type01 {
  margin-top: 4vw;
}
.h3_type01 + * {
  margin-top: 2.5vw !important;
}
.sectionInner > * > *:not(:first-child) {
  margin-top: 4vw;
}
.sectionInner > * > li {
  margin-top: inherit !important;
}
.accordion-content.sectionInner li {
  margin-top: 0 !important;
}
.accordion-content.sectionInner h3 + ul {
  margin-top: inherit;
}
.wrap section > [class^="list_"] {
  margin-top: 2vw;
}
[class^="list_"] {
  padding-left: 1.3rem;
}
[class^="list_"] > * {
  display: block;
  text-indent: -1.3rem;
}
[class^="list_"] > *:before {
  margin-right: 0.3rem;
}
[class^="list_note"] > *:before {
  content: "※";
}
[class^="list_circle"] > *:before {
  content: "・";
  color: #1f5a38;
}
.list_note_01 {
  color: #1f5a38;
}

.list_circle.blue > *:before {
  content: "・";
  color: #0f91ff;
}
.btn_type01:hover {
  text-decoration: none;
  opacity: 0.7;
}
.btn_type01 span:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.btn_type01 span:last-child {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.btn_type01 .link_window {
  display: block;
  margin: auto;
}

.btn_02 {
  margin-top: 7.6vw;
  margin-bottom: calc(7.6vw + 0.3rem);
}

.btn_03 {
  font-size: 1.8rem;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(255, 155, 97) 1%,
    rgb(224, 124, 60) 75%,
    rgb(193, 92, 23) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(255, 155, 97) 1%,
    rgb(224, 124, 60) 75%,
    rgb(193, 92, 23) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(255, 155, 97) 1%,
    rgb(224, 124, 60) 75%,
    rgb(193, 92, 23) 100%
  );
  width: 80%;
  margin-bottom: 5vw;
}
.btn_03 span:first-child::before {
  position: absolute;
  content: "";
  background-image: url(/oos/adv/image/tmp_217/btn_03_icon.png);
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  width: 20px;
  height: 38px;
  background-size: contain;
  vertical-align: middle;
}
.link_window {
  display: inline-block;
  width: 1rem;
  margin: 0 0.3rem;
  vertical-align: middle;
}

.strong {
  font-weight: bold;
}
[class^="fontStrong"] {
  font-weight: bold;
  font-size: 4.2vw;
  text-align: center;
}

.fontStrong01 {
  font-weight: bold;
  font-size: 4.2vw;
}

.fontStrong02 {
  font-weight: inherit;
}
.fontStrong02 span {
  display: inline-block;
  position: relative;
}
.fontStrong02 span::after {
  position: absolute;
  content: " ";
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: solid 1px #535353;
}
.fontStrong03 {
  color: #c5601c;
}
.fontStrong04 {
  color: red;
  font-size: inherit;
  font-weight: inherit;
}
.list_circle_02 > *:before {
  content: "●";
  color: #e65600;
}

.olList_number {
  list-style-type: decimal;
  padding-left: 1.3rem;
}

#accordion .accordion-content {
  padding: 3.3vw;
  margin-top: 0;
  line-height: 2;
}
.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  cursor: pointer;
  text-align: center;
}
.accordion-container .accordion-title:hover {
  opacity: 0.8;
}
.accordion-container .accordion-title::before,
.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  top: 48%;
  right: 4vw;
  background: #fff;
}
.accordion-container .accordion-title::before {
  /*縦線に*/
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.accordion-container .accordion-title::after {
  /*横線*/
  transition: all 0.2s ease-in-out;
}
.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}
.accordion-container .accordion-title.open::after {
  opacity: 0;
}

footer {
  padding: 0.8rem 1.1rem;
}

.footerContents {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  text-align: right;
}
.footerContents p {
  font-size: 1rem;
  font-weight: bold;
}
.footerContents *:not(:first-child) {
  margin-top: 0.625rem;
}
.footerContents small {
  display: block;
  font-size: 0.857rem;
}
footer .logoArea {
  text-align: center;
}
.footerContents .logoArea img {
  width: 40%;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1.3rem;
}

/* 768px以下のみ指定 (スマホのみ) */
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
  .spNone {
    display: none;
  }
  .pagetop {
    bottom: 1.6rem;
    right: 0;
  }
  .pagetop img {
    width: 60%;
  }
  .btn_type01 img {
    width: 70vw;
  }
  img {
    backface-visibility: hidden;
  }
}
/* スマホサイズ以上 */
@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
  [class^="fontStrong"] {
    font-size: 1.222rem;
  }
  .fontStrong04 {
    font-size: inherit;
  }
  .fontStrong01 {
    font-size: 1.222rem;
  }
  .fontStrong02 span::after {
    border-bottom: none;
  }
  .fontStrong02 {
    position: relative;
    display: inline-block;
  }
  .fontStrong02::after {
    position: absolute;
    content: " ";
    display: inline-block;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: solid 1px #535353;
  }
  .kvArea p span {
    font-size: 1.357rem;
  }
}
/* デバイス幅がPCコンテンツ幅以上 */
@media (min-width: 1000px) {
  /* html {
		font-size: 18px;
	} */
  .kvArea {
    width: 100%;
    margin: 0;
  }
  header {
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
    margin: auto;
    padding: 15px 9px;
  }
  .kvArea h1 {
    padding-bottom: 30px;
  }
  header .code {
    font-size: 0.75rem;
  }
  main .wrap {
    padding: 60px 0;
  }
  .wrap > section:not(:first-child) {
    margin-top: 60px;
  }
  .wrap > section {
    width: 1000px;
  }
  .sectionInner,
  #accordion .accordion-content {
    padding: 48px 50px;
  }
  h3 {
    font-size: 20px;
  }
  .h3_type01 {
    font-size: 20px;
    width: 220px;
  }
  .sectionInner > h3:not(:first-child) {
    margin-top: 35px;
  }
  .h3_type01 + * {
    margin-top: 15px !important;
  }
  .sectionInner > * > *:not(:first-child) {
    margin-top: 25px;
  }
  .sectionInner > * > li {
    margin-top: inherit;
  }
  .wrap section > [class^="list_"] {
    margin-top: 20px;
  }
  .wrap section h4 + .list_circle {
    margin-top: 10px;
  }
  .pcNone {
    display: none;
  }
  h2 {
    padding: 0;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
  }
  .appNote {
    width: auto;
    max-width: 100%;
  }
  .btn_02 {
    height: 160px;
    margin-top: 100px;
    margin-bottom: calc(100px + 0.3rem);
  }
  .btn_03 {
    width: 300px;
    height: 80px;
  }
  .btn_03 span:first-child::before {
    width: 26px;
    height: 48px;
  }
  .footerContents .logoArea img {
    width: auto;
  }
  .strong {
    font-size: 22px;
  }
  .btn_type01 {
    margin-top: 30px;
  }
}

/* iphone5等小さめのスマホ対応 */
@media (max-width: 320px) {
  .btn_03 {
    font-size: 1.6rem;
  }
  .btn_02 {
    height: 18vw;
  }
  .kvArea p span {
    font-size: 16px;
  }
  .h3_type01 {
    width: 60%;
  }
}
