@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@media only screen and (min-width: 769px) {
  .pcHide {
    display: none !important
  }
}

@media only screen and (max-width: 768px) {
  .spHide {
    display: none !important
  }
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

section *,article * {
  font-family: "Noto Sans JP", sans-serif
}

body {
  color: #1a1a1a
}

a {
  color: #1a1a1a;
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

.btn a {
  color: #fff
}

.btn a:hover {
  color: #09f;
  text-decoration: none
}

#headNav a:hover {
  text-decoration: none
}

.boxShadow, .box .inner, .box08 .boxWrap {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784)
}

body {
  background: #fff
}

.box .img {
  background: #fff
}


/*---------
h3 span {
  display: block
}
---------*/

h3 a, .img a {
  transition: 0.3s
}

.img a:hover {
  opacity: 0.5
}

.triangle {
  background: #A6C13D;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  padding: 8px 0;
  text-align: center;
  position: relative
}

.triangle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: #A6C13D transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%)
}

.bgiArea {
  position: relative;
  z-index: 0;
  padding: 48px 0 272px
}

@media only screen and (max-width: 768px) {
  .bgiArea {
    padding: 40px 0 276px
  }
}

.bgiArea .poabSlant {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: -1
}

.ttlBox {
  max-width: 544px;
  margin: 0 auto;
  position: relative
}

.ttlBox .ttlIcnL {
  position: absolute;
  top: 0;
  left: -176px;
  width: 256px
}

.ttlBox .ttlIcnR {
  position: absolute;
  top: 0;
  right: -176px;
  width: 256px
}

#headNav {
  background: rgba(255, 255, 255, 0.9);
  height: 64px;
  width: 100%;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

@media only screen and (min-width: 769px) {
  #headNav {
    z-index: 90
  }
}

@media only screen and (max-width: 768px) {
  #headNav {
    position: absolute;
    top: 0
  }
}

#headNav.fixed {
  position: fixed;
  top: 0;
  opacity: 1
}

#headNav a {
  color: #000
}

@media only screen and (max-width: 768px) {
  #headNav a {
    color: #fff
  }
}

#headNav .select {
  position: relative;
  transition: 0.3s
}

#headNav .select:after {
  position: absolute;
  width: 100%;
  height: 8px;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  background: #0099FF
}

#headNav .wrapper {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

#headNav ul.pcMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 100%;
  width: 100%
}

#headNav ul.pcMenu li {
  height: 100%;
  width: 19.66666666666667%
}

#headNav ul.pcMenu a {
  display: block;
  height: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px
}

@media only screen and (max-width: 1088px) {
  #headNav ul.pcMenu a {
    padding: 0 4px
  }
}

#headNav .btn {
  padding: 16px 0;
  margin-left: 32px
}

@media only screen and (max-width: 1088px) {
  #headNav .btn {
    margin-left: 8px
  }
}

#headNav .btn a {
  color: #09f;
  background: #fff;
  width: 256px;
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: bold;
  line-height: 32px;
  border-radius: 24px
}

@media only screen and (max-width: 1088px) {
  #headNav .btn a {
    width: 156px
  }
}

@media only screen and (max-width: 768px) {
  #headNav {
    background: none;
    height: 56px;
    padding: 8px 0
  }

  #headNav .wrapper {
    padding: 0 8px 0 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  #headNav .btn {
    padding: 0;
    margin: 0 8px 0 0;
    z-index: 1
  }

  #headNav .btn a {
    color: #fff;
    background: #09f;
    width: auto;
    font-size: 12px;
    line-height: 40px;
    padding: 0 13px
  }
}

#headNav #hmbgBtn, #headNav #hmbgBtn02 {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #09f;
  border-radius: 50%;
  transition: 0.2s;
  position: relative
}

#headNav #hmbgBtn span, #headNav #hmbgBtn02 span {
  background: #fff;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg)
}

#headNav #hmbgBtn span.top, #headNav #hmbgBtn02 span.top {
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition-delay: 0s;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

#headNav #hmbgBtn span.mid, #headNav #hmbgBtn02 span.mid {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition-delay: 0s;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

#headNav #hmbgBtn span.btm, #headNav #hmbgBtn02 span.btm {
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition-delay: 0s;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

#headNav.open #hmbgBtn, #headNav.open #hmbgBtn02 {
  background: #fff;
  overflow: hidden;
  z-index: -1
}

#headNav.open #hmbgBtn span, #headNav.open #hmbgBtn02 span {
  background: #09f
}

#headNav.open #hmbgBtn span.top, #headNav.open #hmbgBtn02 span.top {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition-delay: 0s;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

#headNav.open #hmbgBtn span.mid, #headNav.open #hmbgBtn02 span.mid {
  top: 50%;
  left: 200%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition-delay: 0s;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

#headNav.open #hmbgBtn span.btm, #headNav.open #hmbgBtn02 span.btm {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition-delay: 0s;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

#headNav #hmbgBtn02 {
  position: absolute;
  z-index: 10 !important;
  top: 8px;
  right: 8px
}

#headNav .spMenu {
  position: fixed;
  width: 100%;
  display: none;
  top: 101px;
  left: 0;
  background: #09f;
  padding: 72px 8px 100px;
  z-index: 1
}
@media only screen and (max-width: 768px) {
  #headNav .spMenu.fixed{
    top: 0;
  }
}

#headNav .spMenu a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  padding: 8px 0;
  font-weight: bold;
  border-top: 1px solid rgba(255, 255, 255, 0.23)
}

#headNav .spMenu li:last-of-type a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.23)
}

#headNav.open:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1
}

header.open #hmbgBtn, header.open #hmbgBtn02 {
  overflow: hidden;
  background: #fff
}

header.open #hmbgBtn span, header.open #hmbgBtn02 span {
  background: #0099FF
}

header.open #hmbgBtn span.top, header.open #hmbgBtn02 span.top {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition-delay: 0s;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

header.open #hmbgBtn span.mid, header.open #hmbgBtn02 span.mid {
  top: 50%;
  left: -120%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition-delay: 0s;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

header.open #hmbgBtn span.btm, header.open #hmbgBtn02 span.btm {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition-delay: 0s;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

header.open .btn a {
  background: #fff;
  color: #0099FF
}

header .wrapper .btn {
  display: none
}

header .wrapper ul.pcMenu {
  width: 100%
}

header .wrapper ul.pcMenu li {
  width: calc(100% / 6)
}

header .wrapper ul.pcMenu a {
  text-align: center
}

#kv {
  background: #fff
}

#kv .bgiArea {
  background: url(../img/back@2x.png) 70% 0 no-repeat;
  background: url(../img/back@2x.png) 70% 0 no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 96px 0 0
}

@media only screen and (max-width: 768px) {
  #kv .bgiArea {
    background: #fff;
    padding: 58px 0 0
  }
}

#kv .bgiArea .poabSlant {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0
}

#kv .ttlBox {
  text-align: center;
  max-width: 100%
}

@media only screen and (max-width: 768px) {
  #kv .ttlBox {
    padding: 0 8px
  }
}

#kv .ttlBox h1 {
  max-width: 544px;
  margin: 0 auto
}

#kv .ttlBox .sub {
  max-width: 866px;
  margin: 24px auto 0
}

@media only screen and (max-width: 768px) {
  #kv .ttlBox .sub {
    max-width: 217px
  }
}

.conteTtl {
  padding: 0 16px
}

@media only screen and (max-width: 768px) {
  .conteTtl {
    padding: 0
  }
}

.conteTtl p {
  background: #fff;
  line-height: 48px;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  font-weight: bold
}

.kvBlock {
  margin-top: 40px
}

@media only screen and (max-width: 768px) {
  .kvBlock {
    margin-top: 0;
    display: block
  }
}

.box {
  width: calc(100% / 4);
  padding: 0 16px
}

@media only screen and (max-width: 768px) {
  .box {
    width: 100%;
    padding: 0
  }
}

.box .inner {
  background: #fff;
  border-radius: 4px;
  position: relative;
  overflow: hidden
}

.box .inner .no {
  position: absolute;
  width: 64px;
  height: 64px;
  background: #EB3396;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  top: -16px;
  left: -16px
}

@media only screen and (max-width: 768px) {
  .box .inner .no {
    height: auto;
    line-height: 32px;
    border-radius: 32px;
    top: -8px;
    left: 8px
  }
}

.box .inner .no span {
  font-size: 21px;
  color: #fff
}

.sup {
  color: #4d4d4d;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 24px
}

@media only screen and (max-width: 768px) {
  .sup {
    margin-top: 8px;
    text-align: left
  }
}

#kv .conteArea {
  max-width: 1152px;
  margin: 32px auto 0;
  padding: 0 61px 96px;
  position: relative;
  z-index: 1;
  border-radius: 10px
}

@media only screen and (max-width: 768px) {
  #kv .conteArea {
    padding: 0
  }
}

#kv .conteArea .conteTtl {
  padding: 0
}

#kv .conteArea .conteTtl p {
  -webkit-background: transparent linear-gradient(90deg, #09f 0%, #00B3C8 100%) 0% 0% no-repeat padding-box;
  -moz-background: transparent linear-gradient(90deg, #09f 0%, #00B3C8 100%) 0% 0% no-repeat padding-box;
  -ms-background: transparent linear-gradient(90deg, #09f 0%, #00B3C8 100%) 0% 0% no-repeat padding-box;
  -o-background: transparent linear-gradient(90deg, #09f 0%, #00B3C8 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #09f 0%, #00B3C8 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  border-radius: 10px 10px 0 0
}

@media only screen and (max-width: 768px) {
  #kv .conteArea .conteTtl p {
    border-radius: 0px;
    background: none;
    background: #EBE6D5
  }
}

#kv .conteArea .inner {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 0 0 10px 10px;
  padding: 16px 72px 24px
}

@media only screen and (min-width: 769px) {
  #kv .conteArea .inner {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160784);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160784);
    -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160784);
    -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160784);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160784)
  }
}

@media only screen and (max-width: 768px) {
  #kv .conteArea .inner {
    border-radius: 0px;
    background: #EBE6D5;
    padding: 12px 8px 40px
  }
}

#kv .conteArea .inner .innerTtl {
  color: #000;
  font-size: 26px;
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: bold
}

@media only screen and (max-width: 768px) {
  #kv .conteArea .inner .innerTtl {
    display: block;
    text-align: center;
    font-size: 20px
  }
}

#kv .conteArea .inner .innerTtl:before, #kv .conteArea .inner .innerTtl:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000;
  display: block
}

@media only screen and (max-width: 768px) {
  #kv .conteArea .inner .innerTtl:before, #kv .conteArea .inner .innerTtl:after {
    display: none
  }
}

#kv .conteArea .inner .innerTtl:before {
  margin-right: .4em
}

#kv .conteArea .inner .innerTtl:after {
  margin-left: .4em
}

#kv .conteArea .inner .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 26px;
  padding: 0 0 0 8px
}

@media only screen and (max-width: 768px) {
  #kv .conteArea .inner .flexBox {
    display: block;
    margin-top: 16px
  }
}

#kv .conteArea .inner .flexBox .box01 {
  width: calc((100% / 3) - 58px);
  border: 4px solid #0099FF
}

@media only screen and (max-width: 768px) {
  #kv .conteArea .inner .flexBox .box01 {
    width: 100%;
    border: none;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160784);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160784);
    -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160784);
    -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160784);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160784);
    border-radius: 4px
  }
}

#kv .conteArea .inner .supple {
  margin-top: 16px;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 16px
}

.box01 {
  padding: 24px 0;
  position: relative;
  background: #fff
}

@media only screen and (max-width: 768px) {
  .box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 16px 16px 16px 48px;
    margin-top: 16px
  }
}

.box01 .img {
  width: 96px;
  margin: 0 auto
}

@media only screen and (max-width: 768px) {
  .box01 .img {
    margin: 0
  }
}

@media only screen and (max-width: 768px) {
  .box01 .ttlBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: calc(100% - 96px)
  }
}

.box01 .ttl {
  text-align: center;
  font-size: 12px;
  color: #808080;
  line-height: 1.5
}

@media only screen and (max-width: 768px) {
  .box01 .ttl {
    text-align: left
  }
}

.box01 .ttl span {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5
}

.box01 .no {
  background: #EB3396;
  color: #fff;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  position: absolute;
  top: -16px;
  left: -16px
}

@media only screen and (max-width: 768px) {
  .box01 .no {
    top: 50%;
    left: -16px;
    transform: translateY(-50%)
  }
}

.box01 .no span {
  font-weight: bold;
  font-size: 21px;
  color: #fff
}

#community {
  background: #fff
}

#community .bgiArea {
  background: url(../img/bak_minna_tile@2x.gif) 0 0 repeat fixed;
  background-size: 442px auto
}

#community .ttlBox {
  padding: 0 8px
}

.conteArea {
  padding: 48px 0 96px;
  max-width: 1152px;
  margin: -272px auto 0;
  position: relative;
  z-index: 1
}

@media only screen and (max-width: 768px) {
  .conteArea {
    margin: -276px auto 0;
    padding: 16px 4px 32px
  }
}

.conteArea .btn a {
  border: 2px solid #09f;
  text-align: center;
  color: #fff;
  line-height: 1;
  max-width: 544px;
  margin: 32px auto 0;
  background: #09f;
  display: block;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
  padding: 14px 0
}

@media only screen and (max-width: 768px) {
  .conteArea .btn a {
    font-size: 16px
  }
}

.conteArea .btn a:hover {
  opacity: .5;
}

@media only screen and (max-width: 768px) {
  .commuBlock {
    display: block
  }
}

.commuBlock .areaL, .commuBlock .areaR {
  width: 50%
}

.commuBlock .areaL .box, .commuBlock .areaR .box {
  width: calc(100% / 2)
}

@media only screen and (max-width: 768px) {
  .commuBlock .areaL .box, .commuBlock .areaR .box {
    padding: 0 4px
  }
}

.commuBlock .areaL .inner, .commuBlock .areaR .inner {
  padding: 16px;
  position: relative
}

@media only screen and (max-width: 768px) {
  .commuBlock .areaL, .commuBlock .areaR {
    width: 100%
  }

  .commuBlock .areaL .inner, .commuBlock .areaR .inner {
    padding: 16px 8px
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .commuBlock .areaL .flexBox, .commuBlock .areaR .flexBox {
    margin-top: 8px
  }
}

@media only screen and (max-width: 768px) {
  .commuBlock .areaR .conteTtl p {
    margin-top: 16px
  }
}

span.si, span.new, span.rssNew {
  font-size: 14px;
  line-height: 22px;
  border-radius: 4px;
  background: #FF7600;
  color: #fff;
  font-weight: normal;
  padding: 0 8px;
  margin-right: 8px
}

@media only screen and (max-width: 768px) {
  span.si, span.new, span.rssNew {
    position: absolute;
    top: -24px;
    right: 0;
    margin-right: 8px
  }
}

span.si {
  background: #031179
}

.box02 {
  margin-top: 32px
}

@media only screen and (max-width: 768px) {
  .box02 {
    margin-top: 24px
  }
}

.box02 .day {
  text-align: right;
  font-size: 14px;
  color: #4d4d4d;
  line-height: 22px;
  position: relative
}

.box02 h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 26px
}

@media only screen and (max-width: 768px) {
  .box02 h3 {
    font-size: 14px
  }
}

.box02 .like {
  font-size: 14px;
  line-height: 24px;
  color: #4d4d4d;
  margin-top: 12px
}

.box02 .like:before {
  content: "\02665";
  color: #EB3396;
  margin-right: 4px
}

.box02 .icn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: absolute;
  top: -16px;
  left: 16px;
  overflow: hidden
}

#present {
  background: #fff
}

#present .bgiArea {
  background: url(../img/bak_present_tile@2x.gif) 0 0 repeat fixed;
  background-size: 720px auto
}

@media only screen and (max-width: 768px) {
  #present .bgiArea {
    padding: 40px 0 332px;
    padding: 40px 0 60%
  }
}

#present .text {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 24px
}

#present .conteArea {
  max-width: 864px
}

@media only screen and (max-width: 768px) {
  #present .conteArea {
    padding: 0 4px 32px;
    margin: -60% auto 0
  }
}

#present .conteArea .box {
  width: calc(100% / 3)
}

@media only screen and (max-width: 768px) {
  #present .conteArea .box {
    width: 50%;
    padding: 0 4px;
    margin-top: 16px
  }
}

#present .conteArea .txtWrap {
  padding: 16px
}

#present .conteArea h3 {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.5
}

@media only screen and (max-width: 768px) {
  #present .conteArea h3 {
    font-size: 14px
  }
}

#present .conteArea .lead {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px
}

#present .conteArea .btn a {
  margin-top: 32px
}

#report {
  background: #fff
}

#report .bgiArea {
  background: url(../img/bak_present_tile@2x.gif) 0 0 repeat fixed;
  background-size: 720px auto
}

@media only screen and (max-width: 768px) {
  #report .bgiArea {
    padding: 40px 0 100%
  }
}

#report .text {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 24px
}

@media only screen and (max-width: 768px) {
  #report .text {
    margin-top: 20px
  }
}

@media only screen and (max-width: 768px) {
  #report .poabSlant img {
    height: 130px
  }
}

#report .contentWrap {
  margin: -272px auto 0
}

@media only screen and (max-width: 768px) {
  #report .contentWrap {
    margin: -100% auto 0
  }
}

#report .conteArea {
  margin: 0 auto
}

#report .conteArea01 {
  padding: 48px 0 32px
}

@media only screen and (max-width: 768px) {
  #report .conteArea01 {
    padding: 48px 4px 32px
  }
}

#report .conteArea01 .conteTtl p {
  background: #A6C13D;
  color: #fff
}

#report .conteArea01 .reportBlock {
  margin-top: 32px
}

@media only screen and (max-width: 768px) {
  #report .conteArea01 .reportBlock {
    margin-top: 0
  }
}

@media only screen and (max-width: 768px) {
  #report .conteArea01 .box04 {
    width: 50%;
    padding: 0 4px;
    margin-top: 16px
  }
}

#report .conteArea01 .box04 .inner {
  position: relative
}

#report .conteArea01 .box04 .img {
  position: relative
}

#report .conteArea01 .box04 .img img {
  width: 100%
}

#report .conteArea01 .box04 .img .category {
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  background: #A6C13D;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 24px
}

#report .conteArea01 .box04 .txtWrap {
  padding: 20px 16px 16px
}

#report .conteArea01 .box04 .day {
  text-align: right;
  font-size: 14px;
  line-height: 24px;
  color: #4D4D4D;
  position: relative
}

@media only screen and (max-width: 768px) {
  #report .conteArea01 .box04 .day .new {
    position: absolute;
    top: 0;
    left: 0;
    display: table
  }
}

#report .conteArea01 .box04 h3 {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold
}

@media only screen and (max-width: 768px) {
  #report .conteArea01 .box04 h3 {
    font-size: 14px
  }
}

#report .conteArea01 .box04 .lead {
  font-size: 14px;
  margin-top: 16px;
  line-height: 21px
}

#report .conteArea01 .box04 .btn a {
  font-size: 14px;
  padding: 7px 0
}

#report .conteArea02 {
  padding: 32px 0 167px
}

@media only screen and (max-width: 768px) {
  #report .conteArea02 {
    padding: 32px 4px
  }
}

#report .conteArea02 .conteTtl p {
  background: #031179;
  color: #fff
}

#report .conteArea02 .flexBox {
  margin-top: 32px
}

@media only screen and (max-width: 768px) {
  #report .conteArea02 .flexBox {
    margin-top: 0
  }
}

.box05 {
  position: relative
}

@media only screen and (max-width: 768px) {
  .box05 {
    width: 50%;
    padding: 0 4px;
    margin-top: 16px
  }
}

.box05 .inner {
  padding: 24px 16px 16px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  border-radius: 4px
}

@media only screen and (max-width: 768px) {
  .box05 .inner {
    padding: 26px 16px 16px
  }
}

.box05 .day {
  text-align: right;
  font-size: 14px;
  line-height: 24px;
  color: #4D4D4D
}

@media only screen and (max-width: 768px) {
  .box05 .day {
    position: relative
  }

  .box05 .day span {
    top: 0;
    left: 0;
    right: auto
  }
}

.box05 h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 18px
}

@media only screen and (max-width: 768px) {
  .box05 h3 {
    font-size: 14px
  }
}

.box05 .category {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
  background: #031179;
  width: 96px;
  text-align: center
}

#tooles {
  background: #fff
}

#tooles .bgiArea {
  background: url(../img/bak_tools_tile@2x.png) 0 0 repeat fixed;
  background-size: 720px auto
}

@media only screen and (max-width: 768px) {
  #tooles .bgiArea {
    padding: 40px 0 70%
  }
}

#tooles .contentWrap {
  margin-top: -272px
}

@media only screen and (max-width: 768px) {
  #tooles .contentWrap {
    margin-top: -70%
  }
}

#tooles .conteArea {
  margin: 0 auto;
  padding: 0
}

#tooles .conteArea01 {
  padding: 38px 0 32px
}

@media only screen and (max-width: 768px) {
  #tooles .conteArea01 {
    padding: 32px 4px 0
  }
}

#tooles .conteArea02 {
  padding: 32px 0 180px
}

@media only screen and (max-width: 768px) {
  #tooles .conteArea02 {
    padding: 32px 0
  }
}

#tooles .ttlBox {
  max-width: 330px
}

#tooles .textBox {
  padding: 0 16px
}

@media only screen and (max-width: 768px) {
  #tooles .textBox {
    padding: 0 8px
  }
}

#tooles .textBox .txtInner {
  background: #fff;
  text-align: center;
  padding: 20px 0;
  border-radius: 4px
}

#tooles .textBox .ttl {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #0099FF
}

@media only screen and (max-width: 768px) {
  #tooles .textBox .ttl {
    font-size: 20px
  }
}

#tooles .textBox .txt {
  font-size: 16px;
  line-height: 1;
  color: #4D4D4D;
  margin-top: 22px
}

@media only screen and (max-width: 768px) {
  #tooles .textBox .txt {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px
  }
}

#tooles .flexBox {
  margin-top: 32px
}

@media only screen and (max-width: 768px) {
  #tooles .flexBox {
    margin-top: 0
  }
}

@media only screen and (max-width: 768px) {
  .box06 {
    padding: 0 4px;
    width: 50%;
    margin-top: 16px
  }
}

.box06 .inner {
  padding: 16px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  border-radius: 0 0 4px 4px
}

@media only screen and (max-width: 768px) {
  .box06 .inner {
    border-radius: 0 0 4px 4px
  }
}

.box06 .img {
  border-radius: 4px 4px 0 0;
  overflow: hidden
}

.box06 h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px
}

@media only screen and (max-width: 768px) {
  .box06 h3 {
    font-size: 14px;
    line-height: 1.2
  }
}

.box06 .lead {
  margin-top: 16px;
  color: #4D4D4D;
  line-height: 21px
}

@media only screen and (max-width: 768px) {
  .box06 .lead {
    display: none
  }
}

.box06 .btn a {
  margin-top: 16px;
  font-size: 14px;
  padding: 7px 0
}

.recommend.box {
  position: relative
}

.recommend.box:after {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  right: -4px;
  width: 72px;
  height: 72px;
  background: url(../img/icn_recommend.png) 0 0 no-repeat;
  background-size: cover
}

#tooles .conteArea02 .textBox .txtInner {
  border: 1px solid #0099FF
}

#tooles .conteArea02 .flexBox {
  justify-content: center;
  margin-top: 0
}

.box07 {
  margin-top: 32px
}

@media only screen and (max-width: 768px) {
  .box07 {
    width: 50%;
    padding: 0 4px;
    margin-top: 16px
  }
}

.box07 .img {
  border-radius: 4px 4px 0 0;
  overflow: hidden
}

.box07 .inner {
  padding: 16px;
  border-radius: 0 0 4px 4px
}

.box07 .sub {
  color: #4D4D4D;
  font-size: 12px;
  line-height: 24px
}

.box07 h3 {
  font-size: 16px;
  line-height: 24px
}

.box07 .btn a {
  margin-top: 16px;
  font-size: 14px;
  padding: 7px 0
}

#service {
  background: #fff
}

#service .bgiArea {
  background: url(../img/bak_service_tile@2x.png) 0 0 repeat fixed;
  background-size: 480px auto
}

@media only screen and (max-width: 768px) {
  #service .bgiArea {
    padding: 40px 0 70%
  }
}

#service .contentWrap {
  margin-top: -272px
}

@media only screen and (max-width: 768px) {
  #service .contentWrap {
    margin-top: -70%
  }
}

#service .conteArea {
  margin: 0 auto
}

#service .conteArea01 {
  max-width: 864px;
  padding: 0
}

@media only screen and (max-width: 768px) {
  #service .conteArea01 {
    margin-top: 0;
    padding: 0 4px
  }
}

#service .conteArea01 .flexBox {
  justify-content: center
}

@media only screen and (max-width: 768px) {
  #service .conteArea01 .flexBox {
    justify-content: flex-start
  }
}

#service .textBox {
  padding: 0 16px
}

@media only screen and (max-width: 768px) {
  #service .textBox {
    padding: 0 8px
  }
}

#service .textBox .txtInner {
  background: #fff;
  text-align: center;
  padding: 20px 0;
  border-radius: 4px;
  border: 1px solid #0099FF
}

#service .textBox .ttl {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #0099FF
}

@media only screen and (max-width: 768px) {
  #service .textBox .ttl {
    font-size: 20px
  }
}

#service .textBox .txt {
  font-size: 16px;
  line-height: 1;
  color: #4D4D4D;
  margin-top: 22px
}

@media only screen and (max-width: 768px) {
  #service .textBox .txt {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px
  }
}

.box08 {
  width: calc(100% / 3);
  margin-top: 32px
}

@media only screen and (max-width: 768px) {
  .box08 {
    width: 50%;
    padding: 0 4px;
    margin-top: 16px
  }
}

.box08 .boxWrap {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  border-radius: 4px;
  overflow: hidden
}

.box08 .inner {
  padding: 16px;
  border-radius: 0;
  box-shadow: none
}

.box08 .sub {
  font-size: 12px;
  color: #4D4D4D
}

@media only screen and (max-width: 768px) {
  .box08 .sub {
    font-size: 10px
  }
}

.box08 h3 {
  font-size: 16px;
  font-weight: bold
}

@media only screen and (max-width: 768px) {
  .box08 h3 {
    font-size: 14px
  }
}

.box08 .lead {
  margin-top: 16px;
  font-size: 14px;
  color: #4D4D4D;
  line-height: 1.5
}

@media only screen and (max-width: 768px) {
  .box08 .lead {
    display: none
  }
}

.box08 .btn a {
  font-size: 14px;
  padding: 7px 0
}

@media only screen and (max-width: 768px) {
  .box08 .btn {
    display: none
  }
}

@media only screen and (max-width: 768px) {
  .box08 .sub {
    display: none
  }
}

.boxRange {
  padding: 0 16px;
  margin-top: 16px
}

@media only screen and (max-width: 768px) {
  .boxRange {
    padding: 0 8px
  }
}

.boxRange a {
  display: block;
  transition: 0.3s
}

.boxRange a:hover {
  opacity: 0.5
}

#support {
  background: #fff
}

#support .bgiArea {
  background: url(../img/bak_support_tile@2x.png) 0 0 repeat fixed;
  background-size: 360px auto
}

@media only screen and (max-width: 768px) {
  #support .bgiArea {
    padding: 40px 0 90%
  }
}

#support .flexBox {
  justify-content: center
}

#support .conteArea {
  padding: 0 0 128px
}

@media only screen and (max-width: 768px) {
  #support .conteArea {
    margin: -90% auto 0;
    padding: 0 4px 32px
  }
}

.box09 {
  margin-top: 32px
}

@media only screen and (max-width: 768px) {
  .box09 {
    width: 50%;
    padding: 0 4px
  }
}

.box09 .boxWrap {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.160784);
  background: #fff;
  border-radius: 4px;
  overflow: hidden
}

.box09 .inner {
  padding: 16px
}

.box09 .sub {
  font-size: 12px;
  color: #4D4D4D
}

@media only screen and (max-width: 768px) {
  .box09 .sub {
    display: none
  }
}

.box09 h3 {
  font-size: 16px
}

@media only screen and (max-width: 768px) {
  .box09 h3 {
    font-size: 14px
  }
}

.box09 .lead {
  font-size: 14px;
  color: #4D4D4D;
  margin-top: 16px
}

@media only screen and (max-width: 768px) {
  .box09 .lead {
    display: none
  }
}

@media only screen and (max-width: 768px) {
  .box09 .btn {
    display: none
  }
}

.box09 .btn a {
  font-size: 14px;
  padding: 7px
}

.box2x {
  width: 50%;
}

.box3x{
  width: 66%;
}

@media only screen and (max-width: 768px) {
  .box2x {
    width: 100%
  }
}

@media only screen and (max-width: 768px) {
  .box3x {
    width: 100%
  }
}

#prsnt #kv {
  background: url(../img/service_back@2x.png) 70% top no-repeat;
  background-size: cover
}

@media only screen and (max-width: 768px) {
  #prsnt #kv {
    background: #fff
  }
}

#prsnt #kv .wrapper {
  padding: 64px 0 80px
}

@media only screen and (max-width: 768px) {
  #prsnt #kv .wrapper {
    padding: 57px 8px 44px
  }
}

#prsnt #kv h1 {
  max-width: 468px;
  margin: 0 auto 0
}

#prsnt #kv .sub {
  font-size: 16px;
  text-align: center;
  color: #4d4d4d
}

@media only screen and (max-width: 768px) {
  #prsnt #kv .sub {
    font-size: 14px
  }
}

#prsnt #multichannel {
  background: #fff
}

@media only screen and (max-width: 768px) {
  #prsnt #multichannel .conteArea {
    margin: -65% auto 0
  }
}

#prsnt #multichannel .bgiArea {
  background: url(../img/bak_present_tile@2x.gif) 0 0 repeat fixed;
  background-size: 720px auto
}

@media only screen and (max-width: 768px) {
  #prsnt #multichannel .bgiArea {
    padding: 40px 4px 65%
  }
}

#prsnt #multichannel .ttlBox {
  padding: 0 4px
}

#prsnt #multichannel .textBox {
  padding: 0 16px
}

@media only screen and (max-width: 768px) {
  #prsnt #multichannel .textBox {
    padding: 0 4px
  }
}

#prsnt #multichannel .txtInner {
  background: #fff;
  text-align: center;
  padding: 20px 0;
  border-radius: 4px;
  border: 1px solid #0099FF
}

#prsnt #multichannel .ttl {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #0099FF
}

@media only screen and (max-width: 768px) {
  #prsnt #multichannel .ttl {
    font-size: 20px;
    line-height: 36px
  }
}

#prsnt #multichannel .txt {
  font-size: 16px;
  line-height: 1.5;
  color: #4D4D4D;
  margin-top: 22px
}

@media only screen and (max-width: 768px) {
  #prsnt #multichannel .txt {
    font-size: 14px
  }
}

#prsnt #multichannel .detailBlock {
  max-width: 1120px;
  margin-top: 56px;
  padding: 0 128px
}

@media only screen and (max-width: 768px) {
  #prsnt #multichannel .detailBlock {
    margin-top: 46px;
    padding: 0
  }
}

#prsnt #multichannel .detailBlock .ttl02Block {
  max-width: 864px;
  margin: 0 auto;
  padding: 0 16px
}

@media only screen and (max-width: 768px) {
  #prsnt #multichannel .detailBlock .ttl02Block {
    padding: 0 8px
  }
}

#prsnt #multichannel .detailBlock .ttl02 {
  background: #A6C13D;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  padding: 8px 0;
  text-align: center;
  position: relative
}

#prsnt #multichannel .detailBlock .ttl02:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: #A6C13D transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%)
}

#prsnt #multichannel .detailBlock02 {
  padding: 0
}

#prsnt #multichannel .detailBlock02 .detailWrap {
  background: #E6F3FF;
  border-radius: 4px;
  padding: 32px 0 28px
}

@media only screen and (max-width: 768px) {
  #prsnt #multichannel .detailBlock02 .detailWrap {
    padding: 24px 8px 28px
  }
}

#prsnt #multichannel .detailBlock02 .flexBox {
  max-width: 864px;
  margin: 0 auto
}

@media only screen and (max-width: 768px) {
  #prsnt #multichannel .detailBlock02 .flexBox {
    display: block;
    padding: 0 20px;
    margin-top: 26px
  }
}

#prsnt #multichannel .detailBlock02 li {
  width: 33.333333333%;
  padding: 0 16px;
  text-align: center;
  font-size: 14px;
  color: #4d4d4d;
  line-height: 21px;
  margin-top: 28px
}

@media only screen and (max-width: 768px) {
  #prsnt #multichannel .detailBlock02 li {
    width: 100%;
    margin-right: 0;
    margin-top: 16px
  }
}


#prsnt #multichannel .detailBlock02 .wBtn {
  display: block;
  border: 2px solid #0099FF;
  color: #0099FF;
  border-radius: 24px;
  background: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 14px 0;
  font-weight: bold;
  transition: 0.3s
}

@media only screen and (max-width: 768px) {
  #prsnt #multichannel .detailBlock02 .wBtn {
    padding: 10px 0;
    max-width: 258px;
    margin: 0 auto
  }
}

#prsnt #multichannel .detailBlock02 .wBtn:hover {
  opacity: .5;
  text-decoration: none
}

@media only screen and (max-width: 768px) {
  #prsnt #multichannel .flexBox {
    margin-top: 20px
  }
}

#prsnt #multichannel .box {
  width: calc(100% / 3);
  margin-top: 36px
}

@media only screen and (max-width: 768px) {
  #prsnt #multichannel .box {
    width: 50%;
    padding: 0 4px;
    margin-top: 8px
  }
}

#prsnt #multichannel .box .img {
  border-radius: 4px 4px 0 0;
  overflow: hidden
}

#prsnt #multichannel .box .inner {
  padding: 16px 16px 4px;
  border-radius: 0 0 4px 4px
}

@media only screen and (max-width: 768px) {
  #prsnt #multichannel .box .inner {
    padding: 16px 8px
  }
}

#prsnt #multichannel .box h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold
}

@media only screen and (max-width: 768px) {
  #prsnt #multichannel .box h3 {
    font-size: 14px
  }
}

#prsnt #multichannel .box .suple {
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  color: #4d4d4d
}

@media only screen and (max-width: 768px) {
  #prsnt #multichannel .box .suple {
    display: none
  }
}

#prsnt #multichannel ul.suple {
  margin-top: 20px
}

#prsnt #multichannel ul.suple li {
  font-size: 13px;
  color: #4d4d4d;
  line-height: 21px
}

@media only screen and (max-width: 768px) {
  #prsnt #multichannel ul.suple {
    margin-top: 0;
    padding: 0 8px
  }

  #prsnt #multichannel ul.suple li {
    margin-top: 20px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    line-height: 23px
  }
}

#prsnt #multichannel .mystage {
  text-align: center;
  margin-top: 24px
}

#prsnt #multichannel .mystage a {
  color: #808080;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline
}

#prsnt #multichannel .mystage a:hover {
  text-decoration: none
}

#prsnt #multichannel .letsJoin {
  text-align: center;
  margin-top: 48px
}

@media only screen and (max-width: 768px) {
  #prsnt #multichannel .letsJoin {
    margin-top: 38px
  }
}

#prsnt #multichannel .letsJoin .txt {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  margin-top: 0
}

#prsnt #multichannel .letsJoin .btn {
  padding: 0 4px
}

#prsnt #multichannel .letsJoin .btn a {
  border: 2px solid #09f;
  background: #09f;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 14px 0;
  margin: 12px auto 0;
  transition: 0.3s
}

@media only screen and (max-width: 768px) {
  #prsnt #multichannel .letsJoin .btn a {
    padding: 10px 0
  }
}

#prsnt #multichannel .letsJoin .btn a:hover {
  opacity: .5;
}

#prsnt #wakuwaku .bgiArea {
  background: url(../img/bak_minna_tile@2x.gif) 0 0 repeat fixed;
  background-size: 442px auto
}

@media only screen and (max-width: 768px) {
  #prsnt #wakuwaku .bgiArea {
    padding: 0 4px 70%
  }
}

#prsnt #wakuwaku .txtBox {
  margin-top: 24px
}

#prsnt #wakuwaku .txtBox .boldTxt {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 26px
}

@media only screen and (max-width: 768px) {
  #prsnt #wakuwaku .txtBox .boldTxt {
    font-size: 16px
  }
}

#prsnt #wakuwaku .txtBox .text {
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  color: #4d4d4d;
  margin-top: 16px
}

@media only screen and (max-width: 768px) {
  #prsnt #wakuwaku .txtBox .text {
    margin-top: 14px
  }
}

@media only screen and (max-width: 768px) {
  #prsnt #wakuwaku .contentWrap .conteArea {
    margin: -70% auto 0
  }
}

@media only screen and (max-width: 768px) {
  #prsnt #wakuwaku .contentWrap .flexBox {
    margin-top: 8px
  }
}

@media only screen and (max-width: 768px) {
  #prsnt #wakuwaku .contentWrap .box {
    width: 50%;
    padding: 0 4px;
    margin-top: 8px
  }
}

#prsnt #wakuwaku .contentWrap .box .img {
  border-radius: 4px 4px 0 0;
  overflow: hidden
}

#prsnt #wakuwaku .contentWrap .box .inner {
  padding: 16px;
  border-radius: 0 0 4px 4px
}

@media only screen and (max-width: 768px) {
  #prsnt #wakuwaku .contentWrap .box .inner {
    padding: 8px
  }
}

#prsnt #wakuwaku .contentWrap .box h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5
}

@media only screen and (max-width: 768px) {
  #prsnt #wakuwaku .contentWrap .box h3 {
    font-size: 12px;
    line-height: 18px
  }
}

#prsnt #wakuwaku .contentWrap .box p {
  margin-top: 16px;
  color: #EB3396;
  font-size: 14px;
  line-height: 1.5
}

@media only screen and (max-width: 768px) {
  #prsnt #wakuwaku .contentWrap .box p {
    margin-top: 12px;
    font-size: 10px
  }
}

#prsnt #wakuwaku .contentWrap .bgBlue {
  background: #E6F3FF;
  max-width: 1120px;
  margin: 28px auto 0;
  padding: 40px 35px
}

@media only screen and (max-width: 768px) {
  #prsnt #wakuwaku .contentWrap .bgBlue {
    padding: 108px 4px 32px
  }
}

#prsnt #wakuwaku .contentWrap .bgBlue .btn a {
  margin: 0 auto;
  position: relative;
  border: 2px solid #09f;
  color: #09f;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 14px 0;
  transition: 0.3s
}

@media only screen and (max-width: 768px) {
  #prsnt #wakuwaku .contentWrap .bgBlue .btn a {
    padding: 10px 0
  }
}

#prsnt #wakuwaku .contentWrap .bgBlue .btn a:hover {
  opacity: .5;
}

#prsnt #wakuwaku .contentWrap .bgBlue .deco:before, #prsnt #wakuwaku .contentWrap .bgBlue .deco:after {
  content: "";
  display: block;
  width: 96px;
  height: 96px;
  background: url(../img/icn_prsnt01.png) 0 0 no-repeat;
  background-size: 96px;
  position: absolute;
  top: 50%;
  left: -96px;
  transform: translateY(-50%)
}

@media only screen and (max-width: 768px) {
  #prsnt #wakuwaku .contentWrap .bgBlue .deco:before, #prsnt #wakuwaku .contentWrap .bgBlue .deco:after {
    top: -108px;
    left: 50%;
    transform: translateY(0%);
    transform: translateX(-50%)
  }
}

#prsnt #wakuwaku .contentWrap .bgBlue .deco:after {
  background: url(../img/icn_prsnt02.png) 0 0 no-repeat;
  background-size: 96px;
  left: auto;
  right: -96px
}

@media only screen and (max-width: 768px) {
  #prsnt #wakuwaku .contentWrap .bgBlue .deco:after {
    display: none
  }
}

#prsnt #wakuwaku .contentWrap .btnArea {
  text-align: center;
  margin-top: 48px;
  padding: 0 0 48px
}

@media only screen and (max-width: 768px) {
  #prsnt #wakuwaku .contentWrap .btnArea {
    margin-top: 42px
  }
}

#prsnt #wakuwaku .contentWrap .btnArea p {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px
}

#prsnt #wakuwaku .contentWrap .btnArea .btn {
  margin-top: 12px
}

#prsnt #wakuwaku .contentWrap .btnArea .btn a {
  margin: 0 auto;
  line-height: 1;
  padding: 14px 0;
  border: 2px solid #09f;
  transition: 0.3s;
  font-weight: bold
}

@media only screen and (max-width: 768px) {
  #prsnt #wakuwaku .contentWrap .btnArea .btn a {
    padding: 10px 0
  }
}

#prsnt #wakuwaku .contentWrap .btnArea .btn a:hover {
  opacity: .5;
}

#prsnt #wakuwaku .contentWrap .imgArea {
  border-top: 1px solid #CDD6DD;
  padding: 48px 144px 0
}

@media only screen and (max-width: 768px) {
  #prsnt #wakuwaku .contentWrap .imgArea {
    padding: 40px 8px 0
  }
}

@media only screen and (max-width: 768px) {
  #prsnt #wakuwaku .contentWrap .imgArea .ttl {
    font-size: 18px
  }
}

#prsnt #wakuwaku .contentWrap .imgArea .img {
  margin-top: 24px
}

#prsnt #wakuwaku .contentWrap .imgArea p {
  text-align: center
}

#prsnt #wakuwaku .contentWrap .imgArea p a {
  text-decoration: none;
  font-size: 16px;
  line-height: 30px;
  color: #808080
}

#prsnt #wakuwaku .contentWrap .imgArea p a:hover {
  text-decoration: underline;
}

#prsnt #mystage .bgiArea {
  background: url(../img/bak_minna_tile@2x.gif) 0 0 repeat fixed;
  background-size: 442px auto;
  padding: 48px 0 10%
}

@media only screen and (max-width: 768px) {
  #prsnt #mystage .bgiArea {
    padding: 40px 4px 10%
  }
}
/*
#prsnt #mystage .tglBtn a {
  border: 2px solid #09f;
  text-align: center;
  color: #fff;
  line-height: 1;
  max-width: 544px;
  margin: 0 auto;
  background: #09f;
  display: block;
  border-radius: 24px;
  font-weight: bold;
  transition: 0.3s;
  padding: 14px 0;
  position: relative;
  font-size: 16px
}

@media only screen and (max-width: 768px) {
  #prsnt #mystage .tglBtn a {
    padding: 7px 0
  }
}

#prsnt #mystage .tglBtn a span {
  display: block;
  width: 21px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(0deg)
}

@media only screen and (max-width: 768px) {
  #prsnt #mystage .tglBtn a span {
    width: 16px
  }
}

#prsnt #mystage .tglBtn a span.icn01 {
  transition-delay: 0s;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1)
}

#prsnt #mystage .tglBtn a span.icn02 {
  transition-delay: 0s;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transform: translateY(-50%) rotate(90deg)
}

#prsnt #mystage .tglBtn a:hover {
  opacity: .5;
  text-decoration: none
}

#prsnt #mystage .tglBtn a:hover span {
  background: #09f
}

#prsnt #mystage .tglBtn a.open {
  background: #fff;
  color: #09f
}

#prsnt #mystage .tglBtn a.open:hover {
  color: #fff;
  background: #09f;
  text-decoration: none
}

#prsnt #mystage .tglBtn a.open:hover span {
  background: #fff
}

#prsnt #mystage .tglBtn a.open span {
  background: #09f
}

#prsnt #mystage .tglBtn a.open span.icn02 {
  transition-delay: 0s;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transform: translateY(-50%) rotate(360deg)
}
*/

#prsnt #mystage .contentWrap .conteArea {
  padding: 0 16px 96px;
  margin: -10% auto 0;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #prsnt #mystage .contentWrap .conteArea {
    padding: 0 8px 64px
  }
}

#prsnt #mystage .contentWrap .leadArea {
  border: 1px solid #09f;
  background: #fff;
  padding: 20px 0 28px;
  text-align: center
}

#prsnt #mystage .contentWrap .leadArea h3 {
  color: #09f;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px
}

@media only screen and (max-width: 768px) {
  #prsnt #mystage .contentWrap .leadArea h3 {
    font-size: 20px;
    padding: 0 52px
  }
}

#prsnt #mystage .contentWrap .leadArea p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 1em
}

@media only screen and (max-width: 768px) {
  #prsnt #mystage .contentWrap .leadArea p {
    padding: 0 8px;
    font-size: 14px
  }
}

#prsnt #mystage .contentWrap .acd {
  display: none
}

#prsnt #mystage .contentWrap .aboutConfirm {
  margin-top: 48px;
  padding: 48px 144px 14px
}

@media only screen and (max-width: 768px) {
  #prsnt #mystage .contentWrap .aboutConfirm {
    margin-top: 28px;
    padding: 28px 4px 14px
  }
}

#prsnt #mystage .contentWrap .aboutConfirm h3 {
  color: #09f;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  text-align: center
}

@media only screen and (max-width: 768px) {
  #prsnt #mystage .contentWrap .aboutConfirm h3 {
    font-size: 22px
  }
}

#prsnt #mystage .contentWrap .aboutConfirm .conf {
  padding: 42px 0 30px
}

@media only screen and (max-width: 768px) {
  #prsnt #mystage .contentWrap .aboutConfirm .conf {
    padding: 40px 0 24px
  }
}

#prsnt #mystage .contentWrap .aboutConfirm .conf h4 {
  font-weight: normal
}

#prsnt #mystage .contentWrap .aboutConfirm .conf .img {
  margin-top: 32px;
  padding: 0 43px
}

@media only screen and (max-width: 768px) {
  #prsnt #mystage .contentWrap .aboutConfirm .conf .img {
    margin-top: 26px;
    padding: 0
  }
}

#prsnt #mystage .contentWrap .aboutConfirm .conf p {
  font-size: 14px;
  margin-top: 16px;
  line-height: 21px;
  text-align: center
}

#prsnt #mystage .contentWrap .aboutConfirm .conf .btn a {
  margin: 16px auto 0;
  padding: 7px 0
}

#prsnt #mystage .contentWrap .aboutConfirm .conf .btn a.red {
  background: #FE295F;
  border-color: #FE295F
}

#prsnt #mystage .contentWrap .aboutConfirm .conf .btn a.red:hover {
  background: #fff;
  color: #FE295F
}

#prsnt #mystage .contentWrap .privilege {
  border-top: 1px solid #CDD6DD;
  padding: 92px 0 46px
}

@media only screen and (max-width: 768px) {
  #prsnt #mystage .contentWrap .privilege {
    padding: 48px 0 36px
  }
}

#prsnt #mystage .contentWrap .privilege h3 {
  color: #09f;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  text-align: center
}

@media only screen and (max-width: 768px) {
  #prsnt #mystage .contentWrap .privilege h3 {
    font-size: 22px
  }
}

#prsnt #mystage .contentWrap .privilege .prvlg {
  padding: 48px 144px 26px
}

@media only screen and (max-width: 768px) {
  #prsnt #mystage .contentWrap .privilege .prvlg {
    padding: 36px 0 18px
  }
}

#prsnt #mystage .contentWrap .privilege .prvlg:nth-of-type(2) {
  border-top: 1px solid #CDD6DD
}

#prsnt #mystage .contentWrap .privilege .prvlg h4 {
  background: #5D64A6
}

#prsnt #mystage .contentWrap .privilege .prvlg h4:after {
  border-color: #5D64A6 transparent transparent transparent
}

#prsnt #mystage .contentWrap .privilege .prvlg .img {
  margin-top: 40px
}

@media only screen and (max-width: 768px) {
  #prsnt #mystage .contentWrap .privilege .prvlg .img {
    margin-top: 16px
  }
}

#prsnt #mystage .contentWrap .cycle {
  border-top: 1px solid #CDD6DD;
  padding: 92px 135px 78px
}

@media only screen and (max-width: 768px) {
  #prsnt #mystage .contentWrap .cycle {
    padding: 40px 0 36px
  }
}

#prsnt #mystage .contentWrap .cycle h3 {
  color: #09f;
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center
}

@media only screen and (max-width: 768px) {
  #prsnt #mystage .contentWrap .cycle h3 {
    font-size: 24px
  }
}

#prsnt #mystage .contentWrap .cycle .lead {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  margin-top: 18px
}

@media only screen and (max-width: 768px) {
  #prsnt #mystage .contentWrap .cycle .lead {
    font-size: 18px
  }
}

#prsnt #mystage .contentWrap .cycle .img {
  margin-top: 16px
}

#prsnt #mystage .contentWrap .suppleArea {
  border-top: 1px solid #CDD6DD;
  padding: 0 144px 64px
}

@media only screen and (max-width: 768px) {
  #prsnt #mystage .contentWrap .suppleArea {
    padding: 0 0 16px
  }
}

#prsnt #mystage .contentWrap .suppleArea .ttl {
  padding-top: 48px;
  font-size: 14px;
  color: #09f;
  font-weight: bold
}

#prsnt #mystage .contentWrap .suppleArea ul {
  margin-top: 32px
}

#prsnt #mystage .contentWrap .suppleArea ul li {
  font-size: 13px;
  line-height: 21px;
  padding-left: 1em;
  text-indent: -1em
}

#reportArticle #kv {
  background: url(../img/reportpage_top_v.png) 70% top no-repeat;
  background-size: cover
}

@media only screen and (max-width: 768px) {
  #reportArticle #kv {
    background: #fff
  }
}

#reportArticle #kv .wrapper {
  padding: 86px 0 0
}

@media only screen and (max-width: 768px) {
  #reportArticle #kv .wrapper {
    padding: 55px 8px 8px
  }
}

#reportArticle #kv h1 {
  max-width: 544px;
  margin: 0 auto
}

#reportArticle #archive .wrapper {
  max-width: 1152px;
  margin: 0 auto;
  padding: 84px 0 38px
}

@media only screen and (max-width: 768px) {
  #reportArticle #archive .wrapper {
    padding: 0 4px 14px
  }
}

#reportArticle #archive .h2Block {
  padding: 0 16px
}

@media only screen and (max-width: 768px) {
  #reportArticle #archive .h2Block {
    padding: 0 4px
  }
}

#reportArticle #archive h2 {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #A6C13D;
  padding: 11px 0;
  border-radius: 4px
}

#reportArticle #archive .flexBox {
  margin-top: 8px;
  margin-top: 6px
}

#pager .wrapper {
  max-width: 1152px;
  margin: 0 auto;
  padding: 38px 16px 80px;
  border-top: 1px solid #CDD6DD
}

#pager a {
  display: block;
  font-size: 16px;
  border-radius: 50%;
  border: 2px solid #09f;
  transition: 0.3s;
  color: #fff;
  background: #09f;
  min-width: 44px;
  line-height: 40px;
  text-align: center;
  font-weight: bold
}

#pager a:hover, #pager a.select {
  background: #fff;
  color: #09f
}

#pager .flexBox {
  position: relative;
  display: block;
  text-align: center
}

#pager .flexBox li {
  display: inline-block;
  margin-right: -4px;
  padding: 0 8px
}

#pager .flexBox .prev, #pager .flexBox .next {
  position: absolute;
  width: 112px;
  border-radius: 24px
}

#pager .flexBox .prev {
  top: 0;
  left: 0
}

#pager .flexBox .prev:hover {
  opacity: .5;
  background: #09f;
  color: #fff;
  text-decoration: none;
}


#pager .flexBox .next {
  top: 0;
  right: 0
}

#pager .flexBox .next:hover {
  opacity: .5;
  background: #09f;
  color: #fff;
  text-decoration: none;
}

#repoDetail #related .box, #improveDetail #related .box, #archive .box {
  margin-top: 12px;
  position: relative
}

@media only screen and (max-width: 768px) {
  #repoDetail #related .box, #improveDetail #related .box, #archive .box {
    width: 50%;
    padding: 0 4px;
    margin-top: 10px
  }
}

#repoDetail #related .box .img, #improveDetail #related .box .img, #archive .box .img {
  border-radius: 4px 4px 0 0;
  overflow: hidden
}

#repoDetail #related .box .inner, #improveDetail #related .box .inner, #archive .box .inner {
  border-radius: 0 0 4px 4px;
  padding: 8px 16px 20px
}

@media only screen and (max-width: 768px) {
  #repoDetail #related .box .inner, #improveDetail #related .box .inner, #archive .box .inner {
    padding: 8px
  }
}

#repoDetail #related .box .day, #improveDetail #related .box .day, #archive .box .day {
  text-align: right;
  font-size: 14px;
  color: #4d4d4d
}

#repoDetail #related .box .day span, #improveDetail #related .box .day span, #archive .box .day span {
  position: relative;
  top: 0
}

#repoDetail #related .box h3, #improveDetail #related .box h3, #archive .box h3 {
  margin-top: 18px;
  font-weight: bold;
  line-height: 24px;
  font-size: 16px;
  color: #4d4d4d
}

@media only screen and (max-width: 768px) {
  #repoDetail #related .box h3, #improveDetail #related .box h3, #archive .box h3 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 12px
  }
}

#repoDetail #related .box .lead, #improveDetail #related .box .lead, #archive .box .lead {
  color: #4d4d4d;
  margin-top: 18px;
  font-size: 14px;
  line-height: 21px
}

@media only screen and (max-width: 768px) {
  #repoDetail #related .box .lead, #improveDetail #related .box .lead, #archive .box .lead {
    display: none
  }
}

@media only screen and (max-width: 768px) {
  #repoDetail #related .box .btn, #improveDetail #related .box .btn, #archive .box .btn {
    display: none
  }
}

#repoDetail #related .box .btn a, #improveDetail #related .box .btn a, #archive .box .btn a {
  border: 2px solid #09f;
  text-align: center;
  color: #fff;
  line-height: 1;
  max-width: 544px;
  margin: 32px auto 0;
  background: #09f;
  display: block;
  border-radius: 24px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
  padding: 7px 0
}

#repoDetail #related .box .btn a:hover, #improveDetail #related .box .btn a:hover, #archive .box .btn a:hover {
  opacity: .5;
}

#repoDetail #related .box .tag, #improveDetail #related .box .tag, #archive .box .tag {
  color: #fff;
  background: #A6C13D;
  font-size: 14px;
  text-align: center;
  max-width: 96px;
  width: 100%;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: 16px
}

@media only screen and (max-width: 768px) {
  #repoDetail #related .box .tag, #improveDetail #related .box .tag, #archive .box .tag {
    left: 4px
  }
}

#repoDetail #related .box .btn, #improveDetail #related .box .btn, #archive .box .btn {
  padding: 0 4px
}

#repoDetail #related .box .btn button, #improveDetail #related .box .btn button, #archive .box .btn button {
  border: 2px solid #09f;
  text-align: center;
  color: #fff;
  line-height: 1;
  max-width: 544px;
  margin: 14px auto 0;
  background: #09f;
  display: block;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
  padding: 10px 0;
  width: 100%
}

#repoDetail #related .box .btn button:hover, #improveDetail #related .box .btn button:hover, #archive .box .btn button:hover {
  background: #fff;
  color: #09f
}

@media only screen and (max-width: 768px) {
  #repoDetail #related .box:nth-of-type(n+13), #improveDetail #related .box:nth-of-type(n+13), #archive .box:nth-of-type(n+13) {
    display: none
  }
}

#improveDetail #related .box .tag {
  background: #03077B
}

#improveDetail #related .box h3 a {
  color: #4d4d4d
}

#breadNav {
  max-width: 1152px;
  padding: 0px 16px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

@media only screen and (max-width: 768px) {
  #breadNav {
    padding: 56px 8px 0
  }
}

#breadNav li {
  color: #808080;
  font-size: 14px
}

#breadNav li:after {
  content: "＞"
}

#breadNav li:last-of-type:after {
  content: ""
}

@media only screen and (max-width: 768px) {
  #breadNav li {
    font-size: 10px
  }
}

#breadNav a {
  color: #808080;
  font-size: 14px;
  text-decoration: underline
}

@media only screen and (max-width: 768px) {
  #breadNav a {
    font-size: 12px
  }
}

#breadNav a:hover {
  text-decoration: none
}

#breadNav.pt16 {
  padding-top: 16px
}

#improveDetail #main, #repoDetail #main {
  margin-top: 60px
}

@media only screen and (max-width: 768px) {
  #improveDetail #main, #repoDetail #main {
    margin-top: 40px
  }
}

#improveDetail #main .wrapper, #repoDetail #main .wrapper {
  max-width: 760px;
  max-width: 1152px;
  padding: 0 16px 0;
  margin: 0 auto
}

@media only screen and (max-width: 768px) {
  #improveDetail #main .wrapper, #repoDetail #main .wrapper {
    padding: 0 8px 0
  }
}

#improveDetail #main .inner, #repoDetail #main .inner {
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 48px;
  padding: 0 180px 48px;
  border-bottom: 1px solid #CDD6DD
}

@media only screen and (max-width: 768px) {
  #improveDetail #main .inner, #repoDetail #main .inner {
    padding: 0 0 56px
  }
}

#improveDetail #main .day, #repoDetail #main .day {
  color: #4d4d4d;
  font-size: 14px
}

@media only screen and (max-width: 768px) {
  #improveDetail #main .day span.si, #improveDetail #main .day span.new, #repoDetail #main .day span.si, #repoDetail #main .day span.new {
    position: relative;
    top: 0
  }
}

#improveDetail #main h1, #repoDetail #main h1 {
  color: #4d4d4d;
  font-size: 32px;
  line-height: 42px;
  margin-top: 16px
}

@media only screen and (max-width: 768px) {
  #improveDetail #main h1, #repoDetail #main h1 {
    font-size: 20px;
    line-height: 30px
  }
}

#improveDetail #main .imgBox, #repoDetail #main .imgBox {
  margin-top: 20px
}

#improveDetail #main .imgBox.mini, #repoDetail #main .imgBox.mini {
  max-width: 482px;
  margin: 20px auto 0
}

@media only screen and (max-width: 768px) {
  #improveDetail #main .imgBox, #repoDetail #main .imgBox {
    margin: 8px auto 0
  }
}

#improveDetail #main .txtBox, #repoDetail #main .txtBox {
  padding-bottom: 20px
}

#improveDetail #main .txtBox h3, #repoDetail #main .txtBox h3 {
  margin-top: 20px;
  color: #4d4d4d;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px
}

#improveDetail #main .txtBox p, #repoDetail #main .txtBox p {
  margin-top: 20px;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 21px
}

@media only screen and (max-width: 768px) {
  #improveDetail #main .txtBox, #repoDetail #main .txtBox {
    padding-bottom: 0
  }

  #improveDetail #main .txtBox h3, #repoDetail #main .txtBox h3 {
    font-size: 16px;
    line-height: 24px
  }

  #improveDetail #main .txtBox p, #repoDetail #main .txtBox p {
    margin-top: 16px
  }
}

#improveDetail #main .btn, #repoDetail #main .btn {
  margin-top: 32px
}

#improveDetail #main .btn a, #repoDetail #main .btn a {
  border: 2px solid #09f;
  text-align: center;
  color: #fff;
  line-height: 1;
  max-width: 256px;
  margin: 0 auto;
  background: #09f;
  display: block;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
  padding: 14px 0
}

@media only screen and (max-width: 768px) {
  #improveDetail #main .btn a, #repoDetail #main .btn a {
    font-size: 16px
  }
}

#improveDetail #main .btn a:hover, #repoDetail #main .btn a:hover {
  opacity: .5;
}

#improveDetail #related, #repoDetail #related {
  padding: 48px 0 112px
}

@media only screen and (max-width: 768px) {
  #improveDetail #related, #repoDetail #related {
    padding: 52px 0
  }
}

#improveDetail #related .h2Block, #repoDetail #related .h2Block {
  text-align: center
}

#improveDetail #related .h2Block h2, #repoDetail #related .h2Block h2 {
  color: #4d4d4d;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px
}

@media only screen and (max-width: 768px) {
  #improveDetail #related .h2Block h2, #repoDetail #related .h2Block h2 {
    font-size: 20px;
    line-height: 30px
  }
}

#improveDetail #related .h2Block p, #repoDetail #related .h2Block p {
  font-size: 10px;
  line-height: 12px;
  color: #4d4d4d
}

#improveDetail #related .wrapper, #repoDetail #related .wrapper {
  max-width: 1152px;
  margin: 32px auto 0
}

@media only screen and (max-width: 768px) {
  #improveDetail #related .wrapper, #repoDetail #related .wrapper {
    margin: 26px auto 0
  }
}

#serviceImprovement #kv {
  background: url(../img/archive_improvement_v.png) 70% top no-repeat;
  background-size: cover
}

@media only screen and (max-width: 768px) {
  #serviceImprovement #kv {
    background: #fff
  }
}

#serviceImprovement #kv .wrapper {
  padding: 86px 0 0
}

@media only screen and (max-width: 768px) {
  #serviceImprovement #kv .wrapper {
    padding: 56px 8px 8px
  }
}

#serviceImprovement #kv h1 {
  max-width: 544px;
  margin: 0 auto
}

#serviceImprovement #archive .wrapper {
  max-width: 1152px;
  margin: 0 auto;
  padding: 84px 0 40px
}

@media only screen and (max-width: 768px) {
  #serviceImprovement #archive .wrapper {
    padding: 0 4px 14px
  }
}

#serviceImprovement #archive .h2Block {
  padding: 0 16px
}

@media only screen and (max-width: 768px) {
  #serviceImprovement #archive .h2Block {
    padding: 0 4px
  }
}

#serviceImprovement #archive h2 {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #03077B;
  padding: 11px 0;
  border-radius: 4px
}

#serviceImprovement #archive .flexBox {
  margin-top: 8px;
  margin-top: 6px
}

@media only screen and (max-width: 768px) {
  #serviceImprovement #archive .flexBox .inner {
    padding: 28px 8px 8px 8px
  }

  #serviceImprovement #archive .flexBox h3 a {
    font-size: 14px
  }
}

#serviceImprovement #archive .box:nth-of-type(n+13) {
  display: none
}

#serviceImprovement #archive .tag {
  background: #03077B
}

#serviceImprovement #archive h3 a {
  color: #4d4d4d
}

#serviceImprovement #archive .btn {
  text-align: center;
  max-width: 544px;
  margin: 0 auto 0
}

#serviceImprovement #archive .btn button, #serviceImprovement #archive .btn a {
  display: block;
  width: 100%;
  color: #fff;
  background: #09f;
  border: 2px solid #09f;
  font-size: 16px;
  font-weight: bold;
  border-radius: 24px;
  line-height: 1;
  padding: 14px 0;
  transition: 0.3s
}

#serviceImprovement #archive .btn button:hover, #serviceImprovement #archive .btn a:hover {
  opacity: .5;
}

#serviceImprovement #archive .moreBtn {
  margin: 20px auto 0;
  padding: 0 4px
}

#serviceImprovement #archive .moreBtn button {
  padding: 10px 0
}

#serviceImprovement #archive .btnArea {
  margin-top: 24px
}

#serviceImprovement #archive .btnArea .inner {
  background: #EBE6D5;
  padding: 32px 0 40px
}

#serviceImprovement #archive .btnArea .supple {
  margin-top: 16px;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 21px;
  text-align: center
}

#serviceImprovement #archive .btnArea .btnArea .btn {
  margin-top: 0
}

#improveDetail .qaArea {
  margin-top: 32px
}

@media only screen and (max-width: 768px) {
  #improveDetail .qaArea {
    margin-top: 76px;
    padding-bottom: 32px;
    border-bottom: 1px solid #CDD6DD
  }
}

#improveDetail .qaArea p {
  font-size: 14px;
  line-height: 21px;
  color: #4d4d4d;
  position: relative;
  padding: 28px 112px
}

@media only screen and (max-width: 768px) {
  #improveDetail .qaArea p {
    padding: 84px 8px 20px
  }
}

#improveDetail .qaArea p:before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 112px;
  background: url(../img/icn_improve01.png) 0 0 no-repeat;
  background-size: cover;
  left: 16px;
  top: -16px
}

@media only screen and (max-width: 768px) {
  #improveDetail .qaArea p:before {
    top: -40px;
    left: 50%;
    transform: translateX(-50%)
  }
}

@media screen and (max-width: 768px) {
    .pc { display:none; }
}

#improveDetail .qaArea p:nth-of-type(1) {
  background: #E6F3FF
}

#improveDetail .qaArea p:nth-of-type(1):after {
  content: "";
  display: block;
  background: url(../img/icn_arrow.svg) center center no-repeat;
  background-size: cover;
  width: 32px;
  height: 17px;
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%)
}

#improveDetail .qaArea p:nth-of-type(2) {
  background: #FEF7D1;
  margin-top: 48px
}

@media only screen and (max-width: 768px) {
  #improveDetail .qaArea p:nth-of-type(2) {
    margin-top: 92px
  }
}

#improveDetail .qaArea p:nth-of-type(2):before {
  left: auto;
  right: 16px;
  background: url(../img/icn_improve02.png) 0 0 no-repeat;
  background-size: cover
}

@media only screen and (max-width: 768px) {
  #improveDetail .qaArea p:nth-of-type(2):before {
    right: 50%;
    transform: translateX(50%)
  }
}

#improveDetail .txtArea h3 {
  margin-top: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #4d4d4d;
  line-height: 24px
}

#improveDetail .txtArea p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #4d4d4d
}

#improveDetail .imgArea {
  margin-top: 32px
}

#improveDetail #related .box .inner {
  padding: 28px 8px 8px
}

#topPage #community .box .inner {
  overflow: visible;
  height: auto
}

#topPage #kv .conteArea .conteTtl p {
  font-size: 28px
}

@media only screen and (max-width: 768px) {
  #topPage #report .bgiArea .text {
    text-align: left;
    padding: 0 8px
  }
}

@media only screen and (max-width: 768px) {
  #reportArticle .btn {
    padding: 0 4px;
    margin-top: 14px
  }

  #reportArticle .btn button {
    width: 100%;
    border: 2px solid #09f;
    text-align: center;
    color: #fff;
    line-height: 1;
    margin: 0 auto;
    background: #09f;
    display: block;
    border-radius: 24px;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
    padding: 10px 0
  }
}

#reportArticle h3 a {
  color: #4d4d4d
}

#prsnt #wakuwaku .contentWrap .box .img .copy {
  color: #4d4d4d;
  font-size: 10px;
  margin-top: 0;
  padding: 0 5px;
  line-height: 1;
  text-align: right;
  word-break:normal;
  height:4em;
}

#report .conteArea01 .box04 .img a {
  display: block;
  text-align: center;
  background: #09f;
  padding-top: 68.75%;
  position: relative
}

#report .conteArea01 .box04 .img a img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

#archive .box .img a {
  display: block;
  padding-top: 68.75%;
  text-align: center;
  background: #09f;
  position: relative
}

#archive .box .img a a {
  display: block
}

#archive .box .img a img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

#report .conteArea01 .box04 .img.vertical a img, #archive .box .img.vertical img {
  height: 100%;
  width: auto
}

#report .conteArea01 .box04 .img.side a img, #archive .box .img.side img {
  width: 100%;
  height: auto
}

#support .bgiArea .poabSlant {
  bottom: -1px
}

#reportDetail .aligncenter, #improvementDetail .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center
}

#reportDetail .alignright, #improvementDetail .alignright {
  float: right
}

#reportDetail .alignleft, #improvementDetail .alignleft {
  float: left
}

#reportDetail .inner img, #improvementDetail .inner img {
  display: block;
  width: auto;
  margin-top: 15px
}

#reportDetail .inner p, #improvementDetail .inner p {
  margin: 0
}

#reportDetail .inner hr, #improvementDetail .inner hr {
  display: block;
  unicode-bidi: isolate;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 1px
}

#reportDetail .inner h3, #improvementDetail .inner h3 {
  letter-spacing: 0;
  line-height: 1.86;
  padding-left: 10px;
  margin: 10px 0;
  border-left: solid 5px #0099ff;
  font-size: 1.8rem;
  font-weight: bold
}

#reportDetail .inner p a:hover, #improvementDetail .inner p a:hover {
  opacity: 1
}

#reportDetail .inner p a, #improvementDetail .inner p a {
  color: #0099ff !important;
  transition: none
}

#reportDetail .clearfix, #improvementDetail .clearfix {
  overflow: hidden;
  zoom: 1
}

#reportDetail .clearfix:after, #improvementDetail .clearfix:after {
  content: "";
  display: block;
  clear: both
}

#pager ul a {
  background: #fff;
  color: #09f
}

#pager ul a.select, #pager ul a:hover {
  background: #09f;
  color: #fff
}

#pager ul a.select {
  cursor: default
}

#reportDetail #main h2 {
  margin-bottom: 32px
}

#repoDetail #related .box h3, #improveDetail #related .box h3, #archive .box h3 {
  margin: 0 auto;
  border: none;
  margin-top: 18px;
  font-weight: bold;
  line-height: 24px;
  font-size: 16px;
  color: #4d4d4d
}

#repoDetail #related .box h3 a:hover, #improveDetail #related .box h3 a:hover, #archive .box h3 a:hover {
  border: none
}

#reportDetail .inner a, #improvementDetail .inner a {
  color: #4d4d4d;
  transition: 0.3s
}

@media only screen and (min-width: 769px) {
  .box02 .inner {
    min-height: 188px
  }

  .box02 .inner h3 span {
    min-height: 72px
  }
}

@media only screen and (max-width: 768px) {
  .box02 .inner h3 span {
    min-height: 42px
  }

  #headNav.fixed {
    top: 0
  }
}

#repoDetail p a {
  color: #09f
}

#reportDetail #related #archive .inner img {
  margin-top: 0
}

#reportDetail #main .inner a {
  color: #09f
}

#reportDetail #main .inner .btn a {
  color: #fff
}

.detailflexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.detailflexbox .img {
  width: 15%
}

.detailflexbox .txt {
  width: 85%;
  color: #fff;
  padding: 5px
}

.suple2{
	font-size:12px;
	line-height: 16px;
	color:#FF0000;
	margin-top: 8px;
}

#prsnt #mystage .contentWrap .privilege p{
  font-size: 14px;
  line-height: 21px;
  text-align: center
}

@media only screen and (max-width: 768px){
	
	#prsnt #mystage .contentWrap .privilege p{
		font-size: 13px;
	}
}



.w100p{
  width: 100% !important;
  min-width: auto !important;
}
.po_re{position: relative;}
.deco1,.deco2{
  display: block;
  width: 96px;
  height: 96px;
  position: absolute;
  top: 50%;
  left: -96px;
  transform: translateY(-50%);
  z-index: 1;
  background: url(../img/icn_prsnt01.png) 0 0 no-repeat;
  background-size: 96px;
}
.deco2{
  background: url(../img/icn_prsnt02.png) 0 0 no-repeat;
  background-size: 96px;
  left: auto;
  right: -96px;
}
@media only screen and (max-width: 768px){
  .deco2{display: none;}
  .deco1{
    top: -108px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-footer__search input,
.l-header__search input{
  max-width: none;
}
@media only screen and (min-width: 769px) {
  #headNav.fixed{
    width: calc(100% - 180px);
    left: 180px;
    /*transition: 0.4s;*/
  }
  #j-container.is-close #headNav.fixed{
    width: 100%;
    left: 0;
  }
}

.fw .tglBtn .open:after{
  transform: translate(0, -50%) rotate(-90deg);
}

.supli li{
  font-size: 13px;
  line-height: 21px;
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 768px) {
  #prsnt #multichannel .detailBlock02 li .c-btn a{
   margin: 0 auto;
  }
  #prsnt #wakuwaku .contentWrap .box .img img{
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}


/* 20240417 */

.inner_red{
  color: #ff0000;
}

@media only screen and (min-width: 769px) {
.inner_red{
  font-size: 16px;
 }
}

@media only screen and (max-width: 768px){
.inner_red{
  font-size: 14px;
 }
}
@media only screen and (min-width: 769px){
ul.inner_txt{
　　font-size: 16px;
 }
}
@media only screen and (max-width: 768px){
ul.inner_txt{
	font-size: 14px;
 }
}
ul.inner_txt{
	line-height: 18px;
	color: #FF0000;
	margin-top: 10px;
    margin-left: 2vw;
}
.inner_txt li{
  list-style: none;
}

/* 20240417 */

.inner_red{
  color: #ff0000;
}

@media only screen and (min-width: 769px) {
.inner_red{
  font-size: 16px;
 }
}

@media only screen and (max-width: 768px){
.inner_red{
  font-size: 14px;
 }
}
@media only screen and (min-width: 769px){
ul.inner_txt{
　　font-size: 16px;
 }
}
@media only screen and (max-width: 768px){
ul.inner_txt{
	font-size: 14px;
 }
}
ul.inner_txt{
	line-height: 18px;
	color: #FF0000;
	margin-top: 10px;
    margin-left: 2vw;
}
.inner_txt li{
	list-style: none;
	padding-left: 1em;
    text-indent: -1em;
}

