@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');
/* --------------------------------------------------------
 * Reset
 * ----------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
body {
  color: #000000;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  background-color: #104A99;
     background-image: url("img/conTents08Bg_pc.jpg");
	background-repeat: no-repeat;
	background-size: 100vw 100vh;
    position: relative;
}
* {
  margin: 0; padding: 0; border: 0;
  box-sizing: border-box;
}
h1, h2, h3, h4 {
  font-weight: 500; line-height: 1.4;
}
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
th { text-align: left; font-weight: normal; }
a { color: inherit; text-decoration: none; }
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* --------------------------------------------------------
 * layout
 * ----------------------------------------------------- */
.d-pc {
	display: block !important;
}
.d-sp {
	display: none !important;
}
@media screen and (max-width: 767px) {
.inner {
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
.d-pc {
	display: none !important;
}
.d-sp {
	display: block !important;
}
.d-sp-inlineblock {
	display: inline-block!important;
}
}
main {
	text-align: center;
    margin:0 auto;
}
section {
	margin: 0px auto;
	text-align: center;
	max-width: 1100px;
  min-width: 980px;
  width: 100%;
}
@media screen and (min-width: 768px) {
    main {
	display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
}
@media screen and (max-width: 767px) {
main {
	text-align: center;
	width: 100%;
	margin: 0 auto !important;
	background-color: #ffffff;
position: relative;
}
section {
	margin: 0px auto;
	text-align: center;
	max-width: 100%;
  min-width: 100%;
  width: 100%;
 position: relative;
}
}

/* --------------------------------------------------------
 * コンテンツ
 * ----------------------------------------------------- */

section#thanks {
    background-image: url("img/thanksBg_pc.png");
	background-repeat: no-repeat;
	background-size: contain;
    aspect-ratio: 200 / 121;
    position: relative;
    text-align: center;
}
div.inner {
    width: 100%;
    aspect-ratio: 200 / 121;
    margin: 0 auto;
    position: relative;
    line-height: 1.4;
}
div.inner h2 {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    font-size: 2.8rem;
}
p.teXt1 {
    position: absolute;
    top: 23%;
    left: 0;
    right: 0;
    font-size: 2rem;
    color: #B00402;
}
p.teXt2 {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    font-size: 1.4rem;
}
p.teXt2 a {
    background-color:  #333333;
    color: #FFF;
    display: inline-block;
    border-radius: 100vh;
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
}
p.teXt2 a:hover {
    background-color:  #9F9F9F;
    color: #000;
}
p.teXt3 {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    font-size: 1.6rem;
}
p.teXt4,
p.teXt4b {
    position: absolute;
    top: 56%;
    left: 0;
    right: 0;
    font-size: 1.3rem;
}
p.teXt5 {
    position: absolute;
    top: 69%;
    left: 0;
    right: 0;
    font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
section#thanks {
    background-image: url("img/thanksBg_sp.jpg");
	background-repeat: no-repeat;
	background-size: contain;
    aspect-ratio: 125 / 376;
    position: relative;
    text-align: center;
}
div.inner {
    width: 100%;
    aspect-ratio: 125 / 376;
    margin: 0 auto;
    position: relative;
    line-height: 1.6;
}
div.inner h2 {
    position: absolute;
    top: 8%;
    left: 0;
    right: 0;
    font-size: 2.4rem;
}
p.teXt1 {
    position: absolute;
    top: 16%;
    left: 0;
    right: 0;
    font-size: 1.8rem;
    color: #B00402;
}
p.teXt2 {
    position: absolute;
    top: 26%;
    left: 0;
    right: 0;
    font-size: 1.3rem;
}
p.teXt2 a {
    background-color:  #333333;
    color: #FFF;
    display: inline-block;
    border-radius: 100vh;
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
}
p.teXt3 {
    position: absolute;
    top: 39%;
    left: 0;
    right: 0;
    font-size: 1.4rem;
}
p.teXt4 {
    position: absolute;
    top: 54%;
    left: 0;
    right: 0;
    font-size: 1.3rem;
}
p.teXt4b {
    position: absolute;
    top: 52%;
    left: 0;
    right: 0;
    font-size: 1.3rem;
}
p.teXt5 {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    font-size: 1.8rem;
}
}

div.copyRight {
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    color: #FFFFFF;
    font-size: 1.2rem;
}