@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese');
/* >Reset ----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* <Reset ----------------------------------------------------------------------------------------------------*/

/* >Common ---------------------------------------------------------------------------------------------------*/
html{font-size:62.5%;}

body {
	font-size:12px;
	font-size:1.2rem;
	font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height:100%;
  color:#333333;  
	background: #FFFFFF;
}

img{ vertical-align : middle;}

#headerBox{
  width: 95vw!important;
}

#logoAeria{
  margin-left: 0px;
}

#logoYahoo{
  margin-right: 0px;
}

#footerBox{
  width: 85vw;
  border: none;
  margin: 0 auto;
  padding-top: 0px;
  line-height: 15px;
}
/* <Common ---------------------------------------------------------------------------------------------------*/

/* >Privacy ---------------------------------------------------------------------------------------------------*/
#privacyBox{
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  width: 95vw;
  margin: 0 auto;
  padding: 20px 0px;
  margin-bottom: 20px;
}

.privacyHeader{
	font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem; 
}
.privacyContent{
  font-size: 14px;
  font-size: 1.4rem;  
	line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 20px
}
.privacyList li {
	padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  #privacyBox{
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    width: 90vw;
    margin: 0 auto;
    padding: 20px 0px;
    margin-bottom: 20px;
  }

  .privacyHeader{
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem; 
  }
  .privacyContent{
    font-size: 20px;
    font-size: 2.0rem;  
    line-height: 26px;
    line-height: 2.6rem;
    margin-bottom: 20px
  }
  .privacyList li {
    padding-left: 20px;
  }  
}

@media screen and (max-width: 600px) {

    #headerBox{
      width: 88vw!important;
    }  
  
  #privacyBox{
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    width: 90vw;
    margin: 0 auto;
    padding: 20px 0px;
    margin-bottom: 20px;
  }

  .privacyHeader{
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem; 
  }
  .privacyContent{
    font-size: 16px;
    font-size: 1.6rem;  
    line-height: 22px;
    line-height: 2.2rem;
    margin-bottom: 20px
  }
  .privacyList li {
    padding-left: 20px;
  }
}
/* <Privacy ---------------------------------------------------------------------------------------------------*/