@charset "UTF-8";
/* ===============================================================================
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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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;
}

button {
  border: none;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html {
  font-size:62.5%; 
  font-family: 'Futo Go B101',sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-height: 1.6;
  color: #000;
}

body {
  font-size: 2.5rem;
  letter-spacing: .6rem;
  background: url(../images/bg.png);
  background-position: center -35px;
}

#pageWrap {
  max-width: 900px;
  width: 92%;
  margin: 0 auto;
  background: #ffe141;
}

a {
  color: #000;
  text-decoration: none;
  word-break: break-all;
  border-bottom: #000 solid 1px;
  font-size: 3.6rem;
}

a:hover {
  opacity: .5;
  text-decoration: none;
}
/* a[target=_blank]:after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: .8em;
    position: relative;
    top: -.2em;
}*/
img {
  vertical-align: top;
  max-width: 100%;
}
.ff-tsuku{
  font-family: 'TsukuARdGothic-Bold','Shuei MaruGo B',sans-serif;
}
.spOnly {
  display: none;
}
.hb-open-in-new {
  font-size: 70%;
  vertical-align: text-top;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.8rem;
    letter-spacing: .2rem;
    background-size: 100% auto;
  }
  br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .spOnly{
	display: block;
  }
  a {
    font-size: 2.4rem;
  }
}

/* ===============================================================================
ContentsArea
=============================================================================== */
.info {
  padding-bottom: 50px;
  margin-top: 100px
}
.content {
  padding: 0 30px 80px;
  position: relative;
  letter-spacing: .1em;
}
.content h2{
  font-size: 4.8rem;
  line-height: 1.3;
  color: #0768ab;
  letter-spacing: 0;
}
.content h2 .indent{
  text-indent: 1em;
  display: inline-block;
}
.content span.sendai{
  font-size: 4.8rem;
  color: #0768ab;
}
.content span.sendai a{
  font-size: 4.8rem;
  color: #0768ab;
  border-bottom: none;
}
.content .image1 {
  text-align: center;
}
.content .ttlsub{
  padding: 0 0 1em;
}
@media screen and (max-width: 640px) {
  
  .info .intro {
    font-size: 1.8rem;
    letter-spacing: .1rem;
    padding: 20px 1em 30px;
  }
  .info {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 25px;
  }
  .info .notes {
    font-size: 1.4rem;
  }
  .content {
    padding: 0 1em 40px;
  }
  .content h2 {
    font-size: 2.4rem;
    line-height: 1.4;
    padding-top: .5em;
  }
  .content h2 .indent{
    text-indent: 0;
  }  
  .content span.sendai{
    font-size: 2.4rem;
  }
  .content span.sendai a{
    font-size: 2.4rem;
  }
  .content .illust2 {
    right: 10px;
  }
  .content .illust2 img {
    width: 55px;
  }
  .content .image1 img {
    width: 80%;
  }
}
.content .illust2 {
  position: absolute;
  right: 90px;
  bottom: 130px;
}
.content .ttl_live {
  padding: 50px 0;
}
.content .flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1em;
}
.content .image span {
  display: block;
  font-size: 2.2rem;
  line-height: 1.4;
  padding-top: .5em;
  text-indent: -1em;
  padding-left: 1em;
}
.content .notes {
  font-size: 2.2rem;
  text-indent: -1em;
  padding-left: 1em;
}
.content ul li {
  padding-left:1em;
  padding-bottom: 1em;
  text-indent:-1em;
  letter-spacing: .3rem;
}
@media screen and (max-width: 640px) {
  .line {
    line-height: 0;
  }
  .content .image span {
    font-size: 1.3rem;
  }
  .content .notes {
    font-size: 1.6rem;
  }
  .content ul li {
    font-size: 1.6rem;
    letter-spacing: .2rem;
  }
  .content .flex {
    display: block;
  }
  .content .flex .image{
    padding-bottom: 1em;
  }
}

/* ===============================================================================
FooterArea
=============================================================================== */
#footer {
  background-color: #FFF;
}
#footer .inner {
  max-width: 1050px;
  width: 95%;
  margin: 0 auto;
  font-size: 1.5rem;
  letter-spacing: .1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  line-height: 0;
}
#footer .inner .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  line-height: 0;
  padding-right: 30px;
}
#footer li {
  padding-right: 10px;
}
#footer .mail a:before {
  content: '';
  width: 33px;
  height: 33px;
  background-image: url(../images/icon_mail@2x.png);
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: 10px;
}
#footer .text {
  padding-right: 40px;
}
#footer a {
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
  word-break: break-all;
  border-bottom: none;
}
@media screen and (max-width: 640px) {

  #footer .inner {
    display: block;
    height: 110px;
  }
  #footer .inner .link {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

}
/* ===============================================================================
faq,policy
=============================================================================== */
.faq #pageWrap,
.policy #pageWrap {
  background: #FFF;
  font-size: 2.2rem;
  letter-spacing: .3rem;
}
.faq .content,
.policy .content {
  padding: 40px 2em;
}
.faq h1,
.policy h1 {
  text-align: center;
  padding-top: 50px;
}
.faq dl {
  margin-top: 40px;
  overflow: hidden;
}
.faq dl:nth-child(even){
  margin-top: 10px;
}
.faq dt{
  float: left;
  width: 20px;
  line-height: 1;
  font-size: 0;
}
.faq .question:after{
  content: "";
  display: block;
  width: 21px;
  height: 27px;
  background-image: url(../images/icon_q@2x.png);
  background-size: 21px 27px;
}
.faq .answer:after{
  content: "";
  display: block;
  width: 26px;
  height: 23px;
  background-image: url(../images/icon_a@2x.png);
  background-size: 26px 23px;
}
.faq dd {
  margin-left: 40px;
}
.faq dd li {
  text-indent: -1em;
  padding-left: 1em;
  padding-top: .5em;
}
.back {
  text-align: center;
  padding: 40px 0;
}

.policy li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 30px;
}
.policy ul {
  margin-bottom: 10px;
}
.policy p {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {

  .faq #pageWrap,
  .policy #pageWrap {
    font-size: 1.8rem;

  }
  .faq h1 img,
  .policy h1 img {
    width: 90%;
  }
  .faq .content,
  .policy .content {
    padding: 20px 1em;
  }
  .faq dl {
    margin-top: 20px;
  }
  .faq dt{
    float: none;
  }
  .faq dd {
    margin-left: 0;
  }
  .back img {
    width: 70%;
  }
  .policy li {
    margin-bottom: 20px;
  }
}