/* reset */
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  scroll-behavior: smooth;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
article, footer, header, menu, nav, section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
/* reset end */
html {
  font-size: 62.5%;
}
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue",  Verdana, sans-serif;
  color: #111;
  background: #fff;
  width: 100%;
}
a {
  text-decoration: none;
}
a,
a::before,
a::after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
picture {
  display: block;
}
h1, h2, h3, h4 {
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue",  Verdana, sans-serif;
}
.montB {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-weight: 800;
}
.mont {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
#selectLanguage a {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-weight: 800;
  pointer-events: auto;
  color: #FFF;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
#selectLanguage a.selected {
  pointer-events: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
.picList,
.dlButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.dlButton a:first-of-type {
  margin-right: 10px;
}
.dlButton a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.prize-h {
  padding: .2em .5em;
  border-left: 5px solid #3BA1C3;
  color: #000;
}
.prize-text {
  font-size: 1.2em;
  font-weight:bold;
}

.prize-text-small {
  font-size: 1em;
  font-weight:bold;
}

.summury-text {
  font-weight:bold;
}

.spotlist{
  overflow: auto;
  width: 90%;
  height: 400px;
}
.spotlist table{
  margin: 0;
  border-spacing: 0;
  width: 100%
}
.spotlist td{
  white-space: nowrap;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #FFF;
  padding: 5px;
}
.spotlist th{
  white-space: nowrap;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  color: #fff;
  background: #3BA1C3;
  position: sticky;
  top: 0;
  left: 0;
}
.spotlist tr:first-child th{
  border-top: 1px solid #999;
}
.spotlist th:first-child{
  border-left: 1px solid #999;
}
.spotlist tr:first-child th:first-child{
  z-index: 1;
}
.box-area {
  padding: 0.2em 0.5em;
  margin: 1em 0;
  color: #E4952B;/*文字色*/
  background: #FFF;
  border: solid 1px #E4952B;/*線*/
  border-radius: 7px;/*角の丸み*/
}
.box-area p {
  margin: 0; 
  padding: 0;
}

.text-line-right {
  display: flex;
  align-items: center;
}
.text-line-right:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  /*background: #3BA1C3;*/
  background: #CCCCCC;
  display: block;
}
 
.text-line-right:after {
  margin-left: .4em;
}

.pic {
  width: 50%;
}
/* for smartphone and tablet */
@media screen and (max-width: 1023px) {
  body {
    line-height: 1.7;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
  }
  h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  h2 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
  h2.en {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h3 {
    font-size: 20px;
    margin-bottom: 10px;
 }
  body.mont {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .header {
    background-size: cover;
    background-position: center;
    padding: 10px 3% 55px;
    color: #fff;
  }
  #selectLanguage {
    text-align: right;
    margin-bottom: 30px;
  }
  #selectLanguage span {
    display: none;
  }
  #selectLanguage a {
    padding: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .headerText h1 {
    width: 121px;
    margin: 0 auto 45px;
  }
  .about {
    background-color: #eaeff3;
    padding: 5px 0;
  }
  .appInfo {
    padding: 50px 10%;
  }
  .picList li:nth-child(-n+2) {
    margin-right: 5px;
  }
  .picList li:nth-child(n+4) {
    display: none;
  }
  .textArea {
    padding: 30px 0 60px;
    margin-left: 3%;
    margin-right: 3%;
  }
  .textArea h2 {
    line-height: 1;
  }
  .textArea p {
    margin-bottom: 24px;
  }
  .textLink a {
    font-size: 15px;
    font-size: 1.5rem;
    border-bottom: 1px solid #111;
    color: #111;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 3px;
    font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue",  Verdana, sans-serif;
  }
  .textLink a.en {
    font-size: 11px;
    font-size: 1.1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
  }
  .textLink2 {
    margin-bottom: 48px;
  }
  .appInfo h2 {
    width: 58%;
    margin: 0 auto 24px;
  }
  .appInfo p {
    line-height: 1.9;
    margin-bottom: 40px;
  }
  .appInfo .appImage {
    margin-bottom: 24px;
  }
  .appFunc {
    display: none;
  }
  .footer {
    background-color: #eaeff3;
    padding: 10px 10px;
    font-size: 10px;
    font-size: 1.0rem;
  }
  .textLinkS {
    margin-bottom: 15px;
  }
  .textLinkS a {
    font-size: 12px;
    font-size: 1.2rem;
    border-bottom: 1px solid #111;
    color: #111;
    font-weight: bold;
    line-height: 1.8;
    padding-bottom: 1px;
    font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue",  Verdana, sans-serif;
  }
  .textLinkS a.en {
    font-size: 11px;
    font-size: 1.1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
  }
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .pic {
    width: 50%;
  }
}
/* for tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  body.mont {
    font-size: 13px;
    font-size: 1.3rem;
  }
  h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  h2.en {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .header {
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
  }
  #selectLanguage a {
    padding: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .picList li:nth-child(-n+4) {
    margin-right: 5px;
  }
  .picList li:nth-child(n+4) {
    display: block;
  }
  .footer {
    background-color: #eaeff3;
    padding: 20px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .textLink a.en {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .textLinkS a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .textLinkS a.en {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .pc {
    display: none;
  }
  .note {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* for pc */
@media screen and (min-width: 1024px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
  h1 {
    font-size: 35px;
    font-size: 3.5rem;
  }
  h2 {
    font-size: 35px;
    font-size: 3.5rem;
  }
  h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .header {
    background-size: cover;
    background-position: center;
    padding: 85px 0 75px;
    color: #fff;
    position: relative;
  }
  
  /*
  @media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx){
    .header {
      background-image: url(../image/app_info_2/top-bg-pc@2x.jpg);
    }
  }
  */
  #selectLanguage {
    width: 192px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 15px;
    right: 0;
    padding-bottom: 3px;
  }
  #selectLanguage a {
    display: inline-block;
    width: 32px;
  }
  #selectLanguage span {
    margin-right: 3px;
  }
  .headerText h1 {
    margin-bottom: 40px;
  }
  .headerText p {
    line-height: 2.4;
  }
  .wrapper {
    background-color: #eaeff3;
  }
  .aboutSiga {
    width: 1024px;
    padding: 12px 0;
    margin: 0 auto;
  }
  .picList li:nth-child(-n+4) {
    margin-right: 12.25px;
  }
  .textArea {
    padding: 40px 0;
    margin-left: 3%;
    margin-right: 3%;
  }
  .textArea h2 {
    line-height: 1;
  }
  .textArea h2 {
    margin-bottom: 35px;
  }
  .textArea p {
    margin-bottom: 24px;
  }
  .textLink2 {
    margin-bottom: 48px;
  }
  .textLink a,
  .textLinkS a {
    border-bottom: 1px solid #111;
    color: #111;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 3px;
    font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue",  Verdana, sans-serif;
  }
  .textLink a.en,
  .textLinkS a.en  {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
  }
  .textLink a:hover,
  .textLinkS a:hover {
    border-bottom: 1px solid #00A0E9;
    color: #00A0E9;
  }
  .wrapper2 {
    width: 800px;
    padding: 50px 0 40px;
    margin: 0 auto;
  }
  .appInfo {
    position: relative;
    margin-bottom: 90px;
  }
  .appInfo h2,
  .appInfo p,
  .dlButton {
    width: 410px;
  }
  .appInfo h2 {
    margin-bottom: 30px;
  }
  .appInfo p {
    margin-bottom: 35px;
  }
  .appImage {
    position: absolute;
    top: 5px;
    right: 0;
  }
  .appFunc .listText {
    float: right;
    text-align: left;
    width: 210px;
    padding: 30px 0 0 20px;
  }
  .appFunc .listText h3 {
    line-height: 1;
    margin-bottom: 30px;
  }
  .appFunc .listText h3 span {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    padding-top: 7px;
  }
  .appFunc .listText h3.en span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .appFunc .listText h3.en {
    margin-bottom: 20px;
  }
  .appFunc .listText p {
    line-height: 1.6;
  }
  .appFunc ul {
    font-size: 0;
  }
  .appFunc li {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .appFunc .listImage {
    float: left;
  }
  .appFunc li::after {
    display: block;
    content: "";
    clear: both;
  }
  .appFunc li:first-child {
    margin-right: 95px;
  }
  .footer {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 20px 0 15px;
    margin-left: 3%;
    margin-right: 3%;
  }
  .textLinkS {
    margin-bottom: 20px;
  }
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
}
