@charset "UTF-8";
/* CSS Document */
/* CSS スタイルをここに記述 */
body {
margin: 0;
padding: 0;
background-size: auto auto;
background-color: rgb(57, 188, 220);
background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgb(121, 202, 222) 4px, rgb(121, 202, 222) 6px );
margin-right: 0;
color: #353535;
line-height: 1.8;
font-family: 'Noto Sans JP', sans-serif;
font-size: 16px;
}
a {
text-decoration: none;
}
a:hover {
opacity: 0.7;
}



.global-nav {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 1;
background-color: none;
height: 100px;
display: flex;
align-items: center;
justify-content: end;
padding: 0 20px;
color: #fff;
}
.global-nav .logo {
font-size: 24px;
font-weight: bold;
position: absolute;
left: 20px;
}
.global-nav .download-button {
background-color: #39bcdc;
color: white;
padding: 10px 20px;
border-radius: 30px;
box-shadow: 0px 5px #28849a;
display: flex;
align-items: center;
padding: 10px 20px;
}
.download-button img {
margin-right: 5px;
padding-right: 5px;
}
.global-nav .menu-items {
display: flex;
align-items: center;
}
.global-nav .menu-items a {
margin-right: 30px;
color: #fff;
text-decoration: none;
}
.global-nav .menu-items a:hover {
text-decoration: underline;
}



.full-width-section {
background-color: #262626;
width: 100%;
padding: 0px 0;
margin-bottom: 30px;
color: #fff;
}

.container {
max-width: 1000px;
margin: 0 auto;
padding: 50px 0;
text-align: center;
}
.container h1 {
font-size: 36px;
margin-bottom: 10px;
margin-top: 100px;
}


.section {
background-color: #ffffff;
border-radius: 30px;
margin-bottom: 50px;
padding: 20px 50px;
text-align: center;
}
section p {
width: 80%;
margin: auto;
font-size: 14px;
text-align: left;
}



h2 {
font-size: 36px;
font-family: 'MS Mincho', serif;
text-align: center;
margin-bottom: 10px;
margin-top: 20px;
}
h2::after {
content: '';
display: block;
width: 100%;
height: 1px;
background-color: #262626;
margin-bottom: 30px;
}
h2 span {
font-size: 14px;
display: block;
color: #909090;
}
h3 {
color: #fff;
background-color: #39bcdc;
padding: 10px 20px;
font-size: 24px;
text-align: center;
width: 80%;
margin: 0 auto 30px;
box-sizing: border-box;
}


table {
width: 80%;
border-collapse: collapse;
font-family: Arial, sans-serif;
margin: 0 auto 50px;
}
table th, table td {
text-align: left;
padding: 10px;
border: 1px solid #000;
}
table th {
background: #39bcdc29;
}
table td span {
color: #fb700a;
}


.section .download-button2 {
  position: relative;
  background-color: #39bcdc;
  color: white;
  border-radius: 60px;
  box-shadow: 0px 5px #28849a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}
.section .download-button3 {
  background-color: #359fdc;
  color: white;
   border-radius: 60px;
  box-shadow: 0px 5px #28849a;
  display: flex;
  align-items: center;
  justify-content: center; /* 中央揃え */
  padding: 10px 30px;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}
.section .download-button4 {
  background-color: #fcd73b;
  color: #353535;
   border-radius: 60px;
  box-shadow: 0px 5px #b19729;
  display: flex;
  align-items: center;
  justify-content: center; /* 中央揃え */
  padding: 10px 30px;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all 0.2s ease;
}
.section .download-button5 {
  background-color: #3a3a3a;
  color: #fff;
   border-radius: 60px;
  box-shadow: 0px 5px #07161a;
  display: flex;
  align-items: center;
  justify-content: center; /* 中央揃え */
  padding: 10px 30px;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all 0.2s ease;
}
.section .download-button6 {
  background-color: #55dcae;
  color: #353535;
   border-radius: 60px;
  box-shadow: 0px 5px #4cc49b;
  display: flex;
  align-items: center;
  justify-content: center; /* 中央揃え */
  padding: 10px 30px;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all 0.2s ease;
}
.section .download-button7 {
  background-color: #fb700a;
  color: #fff;
   border-radius: 60px;
  box-shadow: 0px 5px #cd5b08;
  display: flex;
  align-items: center;
  justify-content: center; /* 中央揃え */
  padding: 10px 30px;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all 0.2s ease;
}
.download-button2 .download-button3 .download-button4 .download-button5 img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  margin-bottom: 2px; /* マージン調整 */
}
.section .download-button2.press:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.section .download-button3.press:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.section .download-button4.press:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.section .download-button5.press:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.section .download-button6.press:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.section .download-button7.press:hover {
  transform: translateY(4px);
  box-shadow: none;
}

.section img { padding: 0px 10px; }


.footer {
  background-color: #262626;
  padding: 10px;
  color: #fff;
  text-align: center;
}


#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  color: none;
  border-radius: 4px;
  cursor: pointer;
  background-image: url("images/up.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  background-color: transparent;
  border: none;
}

.shusai{
	font-size: 14px;
	line-height: 1.4rem;
	text-align: center;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
transition: all 1s ease;
}




@media (max-width: 750px) {
/* 750px以下の画面サイズに適用されるスタイル */
.container { padding: 10px; }

.container h1 {
font-size: 30px;
margin-bottom: 10px;
margin-top: 20px;
}

.section {
background-color: #ffffff;
border-radius: 30px;
margin-bottom: 30px;
padding: 10px 20px;
text-align: center;
}

h2 { font-size: 24px; margin-bottom: 0px; line-height: 1.3em; }
h2::after { margin-bottom: 30px; }
h3 { width: 90%; font-size: 20px; }
h4 { width: 90%; }

table { width: 90%; }
table th, table td { display: block; }
table td { border-top: none; }

.section img { padding: 0px 10px; }

.footer {
background-color: #262626;
padding: 10px;
color: #fff;
text-align: center;
}


#scrollToTopBtn {
display: none;
position: fixed;
bottom: 20px;
right: 20px;
width: 60px;
height: 60px;
color: none;
border-radius: 4px;
cursor: pointer;
background-image: url("images/up.png");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
text-indent: -9999px;
background-color: transparent;
border: none;
}

.pc { display: none !important; }
.sp { display: block !important; }

}