/* ------------------------------------------------------------------
side　main
------------------------------------------------------------------ */
.page_container {
  padding: 15px;
}

.sideBox {
  background: url(../img/side_bg.gif);
  padding: 5px;
}

ul.side_bnr li {
  margin-bottom: 5px;
}

ul.side_bnr li:last-child {
  margin-bottom: 0px;
}

ul.side_bnr li img {
  display: block;
  width: 100%;
  height: auto;
}

@media(min-width:768px) {
  .mainBox {
    float: left;
    width: 510px;
    margin-bottom: 0px;
  }

  .sideBox {
    float: right;
    width: 160px;
  }
}

@media(min-width:1024px) {
  .mainBox {
    width: 660px;
  }

  .sideBox {
    width: 220px;
  }
}

@media only screen and (max-width: 736px) {
  .sideBox {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

/* ------------------------------------------------------------------
h3
------------------------------------------------------------------ */
.toppage_title {
  display: inline-block;
}

.topTitle {
  margin: 0 0 40px;
  font-weight: 600;
}

.topTitle img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.topTitle h2 {
  font-size: 1.8rem;
  margin: 0 0 0px 0;
}

@media(min-width:768px) {}

@media(min-width:1024px) {}

@media(min-width:1366px) {}

@media only screen and (max-width: 736px) {
  .topTitle {
    margin: 0 0 10px;
  }

  .topTitle img {
    width: 100%;
  }

  .topTitle h2 {
    font-size: 1.6rem;
    line-height: 1.3em;
  }
}
/* ------------------------------------------------------------------
悩み　h2タイトル
------------------------------------------------------------------ */
.nayami_title h2 {
  margin-top: 150px;
  position: relative;
  background-color: #3bbfe5;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 4.0rem;
}

.nayami_title h2:before {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.nayami_title h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

@media only screen and (max-width: 736px) {
  .nayami_title h2 {
    margin-top: 10px;
    padding: 20px 0;
    font-size: 2.0rem;
  }
}

/* ------------------------------------------------------------------
悩み　中身
------------------------------------------------------------------ */
#nayami {
  margin-top:10px;
  margin-bottom:10px;
  margin-left:auto;
  margin-right:auto;
}
  
/*----左側に丸のテキスト横並び----*/
.nayami_block {
  display: flex;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
  width:95%;
} 
/*----罫線なか黄色----*/ 
.nayami_sotowaku {
  border: solid 5px;
  border-radius:12px;
  border-color:#3bbfe5;
  margin-top:20px;
  margin-bottom:20px;
  margin-left:100px;
  margin-right:100px;
  padding-top:8px;
  padding-bottom:8px;
  padding-left:20px;
  padding-right:20px;
  background-color:#ffffcc;
}
      
.nayami_narabi {
  display: flex;
}

.maru {
  font-size: 24px;
  color:#00A799;
  text-align: justify;
  text-justify: inter-ideograph;
}

.bun {
  font-size: 18px;
  font-weight:bolder;
}

.bun span.l {
  font-size: 2.6rem;
}

@media screen and (max-width: 736px) {
  #nayami {
    width: 90%;
  }
  .nayami_sotowaku {
    border: solid 5px;
    border-radius:12px;
    border-color:#3bbfe5;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:5px;
    margin-right:5px;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:10px;
    padding-right:10px;
    background-color:#ffffcc;
  }

}

@media(min-width:1024px) {
  #nayami {
    width: 80%;
  }
}

@media(min-width:1366px) {
  #nayami {
    width: 60%;
  }
}

/* ------------------------------------------------------------------
相談実績バナー
------------------------------------------------------------------ */
.top_bnr {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

@media(min-width:1024px) {
  .top_bnr .innerBox {
    width: 1000px;
  }
}

@media only screen and (max-width: 736px) {
  .top_bnr {
    padding: 20px 0;
  }
}

/* ------------------------------------------------------------------
岡田代表紹介
------------------------------------------------------------------ */
.top_staff {
  padding: 0 0 50px;
}

.top_staff h2 {
  margin-bottom: 20px;
  position: relative;
  background-color: #3bbfe5;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 4.0rem;
}

.top_staff h2:before {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.top_staff h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.youtube-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.top_staff h3 {
  font-size: 3.0rem;
  font-weight: 600;
  text-align: center;
  color: #224160;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  margin-top: 30px;
}

.staff_box {
  background: #def2f8;
  border-radius: 1.2em;
  padding: 40px 40px 40px;
}

.staff_box h4 {
  font-size: 2.6rem;
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 30px;
  color: #224160;
  border-bottom: 2px solid #224160;
}

.staff_box h5 {
  font-size: 2.4rem;
  color: #224160;
  margin-bottom: 10px;
}

.staff_box_bottom {
  border: 2px solid #224160;
  background: #fff;
}

@media(min-width:768px) {
  .top_staff .innerBox {
    width: 100%;
  }
}

@media(min-width:1024px) {
  .top_staff .innerBox {
    width: 940px;
  }

  .youtube-container {
    width: 770px;
  }
}

@media(min-width:1366px) {
  .top_staff .innerBox {
    width: 1000px;
  }
}

@media only screen and (max-width: 736px) {
  .top_staff {
    padding: 0 0 15px;
  }

  .top_staff p {
    font-size: 1.8rem;
  }

  .top_staff h2 {
    padding: 20px 0;
    font-size: 2.0rem;
  }

  .top_staff h3 {
    font-size: 2.0rem;
    margin-bottom: 10px;
    letter-spacing: normal;
    margin-top: 15px;
  }

  .youtube-container {
    padding-top: 15px;
    font-size: 2.0rem;
    margin-bottom: 15px;
  }

  .staff_box {
    border-radius: 0.6em;
    padding: 15px 15px 15px;
  }

  .staff_box h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .staff_box h5 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

}
/* ------------------------------------------------------------------
自分でやるのは危険　h2タイトル
------------------------------------------------------------------ */
.kiken_title h2 {
  margin-top: 10px;
  position: relative;
  background-color: #3bbfe5;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 4.0rem;
}

.kiken_title h2:before {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.kiken_title h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

@media only screen and (max-width: 736px) {
  .kiken_title h2 {
    margin-top: 10px;
    padding: 20px 0;
    font-size: 2.0rem;
  }
}

/* ------------------------------------------------------------------
自分でやるのは危険　中身
------------------------------------------------------------------ */
.kiken_title img {
  display: block;
  width: 100%;
  height: auto;
}

.kiken h3 {
  font-size: 3.0rem;
  font-weight: 600;
  text-align: center;
  color: #224160;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 736px) {
.kiken h3 {
  font-size: 2.0rem;
  margin-bottom: 10px;
  letter-spacing: normal;
  margin-top: 15px;
  }
}
/* ------------------------------------------------------------------
危険　枠の中身
------------------------------------------------------------------ */
.kiken {
  margin-top:10px;
  margin-bottom:10px;
  margin-left:auto;
  margin-right:auto;
}

.photaria-yama {
  margin-left:auto;
  margin-right:auto;
}
  
/*----左側に丸のテキスト横並び　丸の設定は悩みを流用----*/
.kiken_block {
  display: flex;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
  width:95%;
} 
/*----罫線なかグレー----*/ 
.kiken_sotowaku {
  border: solid 5px;
  border-radius:12px;
  border-color:#3bbfe5;
  margin-top:20px;
  margin-bottom:20px;
  margin-left:100px;
  margin-right:100px;
  padding-top:8px;
  padding-bottom:8px;
  padding-left:20px;
  padding-right:20px;
  background-color:#cfc6c6;
}
      
.kiken_narabi {
  display: flex;
}

@media screen and (max-width: 736px) {
  .kiken {
    width: 90%;
  }
  .kiken_sotowaku {
    border: solid 5px;
    border-radius:12px;
    border-color:#3bbfe5;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:5px;
    margin-right:5px;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:10px;
    padding-right:10px;
    background-color:#cfc6c6;
  }
}

@media(min-width:1024px) {
  .kiken {
    width: 80%;
  }
}

@media(min-width:1366px) {
  .kiken {
    width: 60%;
  }
}

/* ------------------------------------------------------------------
他社との違い
------------------------------------------------------------------ */
.top_kimete {
  padding: 0 0 50px;
}

.top_kimete h2 {
  margin-top: 10px;
  position: relative;
  background-color: #3bbfe5;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 4.0rem;
}

.top_kimete h2:before {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.top_kimete h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.kimeteBox {
  margin-top: 100px;
  background: #def2f8;
  border-radius: 1.2em;
  padding: 100px 40px 40px;
  position: relative;
}

.kimeteNumber {
  position: absolute;
  top: -72px;
  left: 50%;
  margin-left: -72px;
  width: 144px;
  height: 144px;
}

.kimeteBox h3 {
  font-size: 3.0rem;
  font-weight: 600;
  text-align: center;
  color: #224160;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}

.kimeteBox h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 10px;
}

.kimeteBox .photaria {
  margin-bottom: 10px;
}

@media(min-width:768px) {
  .top_kimete .innerBox {
    width: 100%;
  }
}

@media(min-width:1024px) {
  .top_kimete .innerBox {
    width: 940px;
  }

  .top_kimete .kimeteBottom {
    min-height: 723px;
  }
}

@media(min-width:1366px) {
  .top_kimete .innerBox {
    width: 1000px;
  }
}

@media only screen and (max-width: 736px) {
  .top_kimete {
    padding: 0 0 15px;
  }

  .top_kimete h2 {
    padding: 20px 0;
    font-size: 2.0rem;
  }

  .top_kimete p {
    font-size: 1.8rem;
  }

  .top_kimete .leftBox {
    margin-bottom: 10px;
  }

  .kimeteBox {
    margin-top: 70px;
    border-radius: 0.6em;
    padding: 60px 15px 15px;
  }

  .kimeteNumber {
    top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
  }

  .kimeteBox h3 {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }

  .kimeteBox h4 {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------------
料金
------------------------------------------------------------------ */
.top_chakusyukin h2 {
  margin: 0;
  position: relative;
  background-color: #3bbfe5;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 4.0rem;
}

.top_chakusyukin h2:before {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.top_chakusyukin h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.top_chakusyukin_inner {
  padding: 50px 0;
  background: url(../img/pattern003.png);
}

.top_chakusyukin .photaria {
  margin-bottom: 10px;
}

.innerBox span.l {
  font-size: 2.6rem;
}

@media(min-width:768px) {
  .top_chakusyukin .innerBox {
    width: 100%;
  }

  .top_chakusyukin p{
    text-align: center;
  }
}

@media(min-width:1024px) {
  .top_chakusyukin .innerBox {
    width: 940px;
  }
}

@media(min-width:1366px) {
  .top_chakusyukin .innerBox {
    width: 1000px;
  }
}


@media only screen and (max-width: 736px) {
  .top_chakusyukin h2 {
    padding: 20px 0;
    font-size: 2.0rem;
  }

  .top_chakusyukin p {
    font-size: 1.8rem;
  }

  .top_chakusyukin_inner {
    padding: 15px 0;
  }

}

/* ------------------------------------------------------------------
トップページ_この物語は・・・
------------------------------------------------------------------ */
.top_prologue {
  padding: 40px 0;
}

@media(min-width:1024px) {
  .top_prologue .innerBox {
    width: 770px;
  }
}

@media only screen and (max-width: 736px) {
  .top_prologue {
    padding: 15px 0;
  }
}

/* ------------------------------------------------------------------
トップページ_悩み
------------------------------------------------------------------ */
.top_nayami {
  padding: 40px 0;
  background: url(../img/sec02_bg.jpg) no-repeat center top / cover;
  color: #fff;
}

.top_nayami h2 {
  font-size: 3.7rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 0.3em;
}

.top_nayami p {
  font-size: 2.6rem;
  margin-bottom: 2%;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media(min-width:768px) {
  .top_nayami {
    min-height: 607px;
  }

  .top_nayami .photaria {
    width: 530px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 736px) {
  .top_nayami {
    padding: 40px 0;
    background: url(../img/sp_sec02_bg.jpg) no-repeat center top / cover;
  }

  .top_nayami h2 {
    font-size: 2.0rem;
  }

  .top_nayami p {
    font-size: 1.6rem;
  }

  .top_nayami .photaria {
    width: 100%;
  }
}

/* ------------------------------------------------------------------
トップページ_不安を解消
------------------------------------------------------------------ */
.top_kaisyou {
  padding: 30px 0 40px;
}

@media(min-width:768px) {
  .top_kaisyou .photaria {
    width: 620px;
  }
}

@media only screen and (max-width: 736px) {
  .top_kaisyou {
    padding: 10px 0 15px;
  }

  .top_kaisyou .photaria {
    width: 100%;
  }
}

/* ------------------------------------------------------------------
トップページ_コンバージョン
------------------------------------------------------------------ */
.top_cv {
  padding: 30px 0 30px;
  background: url(../img/pattern001.png);
}

.top_cv h2 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 10px;
}

.top_cv h2 span.l {
  font-size: 3.6rem;
}

@media(min-width:768px) {
  .top_cv .photaria {
    width: 620px;
  }
}

@media(min-width:1024px) {
  .top_cv .photaria {
    width: 740px;
  }
}

@media only screen and (max-width: 736px) {
  .top_cv {
    padding: 10px 0 10px;
  }

  .top_cv h2 {
    font-size: 1.6rem;
  }

  .top_cv h2 span.l {
    font-size: 2.6rem;
  }

  .top_cv .photaria {
    width: 100%;
  }
}

/* ------------------------------------------------------------------
トップページ_コンバージョン フッター固定
------------------------------------------------------------------ */
@media only screen and (max-width: 736px) {
  .cv_fixed{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
  }
}

/* ------------------------------------------------------------------
トップページ_漫画
------------------------------------------------------------------ */
.top_comic {
  padding: 50px 0;
}

@media(min-width:768px) {
  .top_comic .photaria {
    width: 620px;
  }
}

@media(min-width:1024px) {
  .top_comic .photaria {
    width: 770px;
  }
}

@media only screen and (max-width: 736px) {
  .top_comic {
    padding: 15px 0;
  }

  .top_comic .photaria {
    width: 100%;
  }
}

/* ------------------------------------------------------------------
障害年金ってなに？
------------------------------------------------------------------ */
.syougainenkin h2 {
  margin-top: 20px;
  position: relative;
  background-color: #3bbfe5;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 4.0rem;
}

.syougainenkin h2:before {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.syougainenkin h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.syougainenkin .toptex {
  text-align: center;
  margin-bottom: 40px;
}

.syougainenkin_inner {
  background: #def2f8;
  padding: 20px 0;
}

.title_img {
  margin-left: auto;
  margin-right: auto;
  width: 660px;
}

.title_img img {
  display: block;
  width: 100%;
  height: auto;
}

.syougainenkin_check {
  padding: 40px;
  background: url('../img/sec06_bg.png') no-repeat center / cover;
  border-radius: .6em;
  margin-bottom: 40px;
}

.syougainenkin_check p {
  color: #224160;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 0;
  font-size: 1.8rem;
}

.syougainenkin_bottom {
  position: relative;
  border-radius: .6em;
  border: 4px solid #224160;
  background: #fff;
  overflow: hidden;
}

.syougainenkin_bottom .leftBox {
  color: #224160;
}

.syougainenkin_bottom .rightBox {
  background: #224160;
  color: #fff;
}

.syougainenkin_bottom .leftBox p {
  font-size: 1.9rem;
  margin-bottom: 0;
}

.syougainenkin_bottom .rightBox p {
  font-size: 2.4rem;
  margin-bottom: 0;
}

.syougainenkin_bottom img {
  position: absolute;
  right: 20px;
  bottom: -80px;
}

@media(min-width:768px) {
  .syougainenkin .innerBox {
    width: 100%;
  }

  .syougainenkin .photaria {
    width: 600px;
  }
}

@media(min-width:1024px) {
  .syougainenkin .innerBox {
    width: 940px;
  }

  .syougainenkin .photaria {
    width: 500px;
  }

  .syougainenkin_check p {
    font-size: 1.8rem;
  }

  .syougainenkin_bottom .leftBox {
    width: 56%;
    padding: 40px;
    min-height: 190px;
  }

  .syougainenkin_bottom .rightBox {
    width: 40%;
    padding: 40px;
    min-height: 190px;
  }

  .syougainenkin_bottom .rightBox p span {
    display: block;
    padding-top: 10px;
    font-size: 3.0rem;
  }
}

@media(min-width:1366px) {
  .syougainenkin .innerBox {
    width: 1000px;
  }
}

@media only screen and (max-width: 736px) {
  .syougainenkin h2 {
    padding: 20px 0;
    font-size: 2.0rem;
  }

  .syougainenkin .toptex {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }

  .syougainenkin_inner {
    padding: 15px 0;
  }

  .title_img {
    width: 100%;
  }

  .syougainenkin .photaria {
    width: 100%;
  }

  .syougainenkin_check {
    padding: 20px;
    margin-bottom: 15px;
  }

  .syougainenkin_check p {
    text-align: left;
    font-size: 1.8rem;
  }

  .syougainenkin_bottom .leftBox {
    padding: 15px 140px 15px 15px;
  }

  .syougainenkin_bottom .rightBox {
    padding: 40px;
    padding: 10px 100px 10px 15px;
  }

  .syougainenkin_bottom .leftBox p {
    font-size: 1.8rem;
    margin-bottom: 0;
  }

  .syougainenkin_bottom .rightBox p {
    font-size: 1.5rem;
  }

  .syougainenkin_bottom .rightBox p span {
    padding-left: 10px;
  }

  .syougainenkin_bottom img {
    width: 140px;
    right: 0px;
    bottom: 0px;
  }
}

/* ------------------------------------------------------------------
その手続きちょっと待って！！
------------------------------------------------------------------ */
.top_matte h2 {
  margin: 0;
  position: relative;
  background-color: #3bbfe5;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 4.0rem;
}

.top_matte h2:before {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.top_matte h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.top_matte_inner {
  background: url('../img/pattern003.png');
  padding: 50px 0;
}

.matteto_img {
  width: 100%;
}

.top_matte .title_img {
  width: 100%;
  margin-top: 40px;
}

@media(min-width:768px) {
  .top_matte .innerBox {
    width: 100%;
  }

  .top_matte .photaria {
    width: 600px;
  }
}

@media(min-width:1024px) {
  .top_matte .innerBox {
    width: 940px;
  }

  .top_matte .photaria {
    width: 770px;
  }

  .top_matte .syougainenkin_bottom .leftBox {
    min-height: 217px;
  }

  .top_matte .syougainenkin_bottom .rightBox {
    min-height: 262px;
  }
}

@media(min-width:1366px) {
  .top_matte .innerBox {
    width: 1000px;
  }

  .top_matte .syougainenkin_bottom .rightBox {
    min-height: 225px;
  }

}

@media only screen and (max-width: 736px) {
  .top_matte h2 {
    padding: 20px 0;
    font-size: 2.0rem;
  }

  .top_matte p {
    font-size: 1.8rem;
  }

  .top_matte_inner {
    padding: 15px 0;
  }

  .top_matte .leftBox {
    margin-bottom: 10px;
  }

  .top_matte .title_img {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .top_matte .syougainenkin_bottom .leftBox p {
    font-size: 1.8rem;
    line-height: 1.9em;
  }
}

/* ------------------------------------------------------------------
トップページ_みんなのねんきんの想い
------------------------------------------------------------------ */
.top_step h2 {
  margin: 0;
  position: relative;
  background-color: #3bbfe5;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 4.0rem;
}

.top_step h2:before {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.top_step h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.top_step_inner {
  background: url(../img/pattern003.png);
  padding: 50px 0;
}

.top_step ul li {
  letter-spacing: -.4em;
  margin-bottom: 40px;
}

.top_step ul li div {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.top_step ul li .stepLeft {
  width: 12%;
}

.top_step ul li .stepRight {
  margin-left: 4%;
  width: 84%;
  border: 2px solid #224160;
  background: #fff;
  border-radius: 1.2em;
  padding: 20px 40px;
}

.top_step ul li .stepLeft img {
  display: block;
  width: 100%;
}

.top_step h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #224160;
  color: #224160;
}

.erabu {
  background: #f2f2f2;
  padding: 15px;
  margin-bottom: 15px;
}

.top_step h4 {
  font-size: 2.2rem;
  text-align: center;
  padding-bottom: 2px;
  border-bottom: dotted 1px #224160;
  margin-bottom: 10px;
  color: #224160;
}

img.lineicon {
  display: block;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.top_step .photaria {
  margin-bottom: 10px;
}

.heading {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 0.5em 1.3em;
  background: #1277d4;
  color: #fff;
  border-radius: 1.2em;
  margin: 0;
}

@media(min-width:768px) {
  .top_step .innerBox {
    width: 100%;
  }
}

@media(min-width:1024px) {
  .top_step .innerBox {
    width: 720px;
  }
}

@media only screen and (max-width: 736px) {
  .top_step h2 {
    padding: 20px 0;
    font-size: 2.0rem;
  }

  .top_step_inner {
    padding: 15px 0;
  }

  .top_step ul li .stepRight {
    margin-left: 2%;
    width: 86%;
    border-radius: 1.2em;
    padding: 15px;
  }

  .top_step h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #224160;
  }

  .top_step h4 {
    font-size: 1.6rem;
  }
}

/* ------------------------------------------------------------------
200万円以上の実績の一覧
------------------------------------------------------------------ */
.top_jiseki h2 {
  margin: 0;
  position: relative;
  background-color: #3bbfe5;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 4.0rem;
}

.top_jiseki h2:before {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.top_jiseki h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.top_jiseki_inner {
  padding: 50px 0;
}

.top_jiseki h3 {
  text-align: center;
  font-size: 3.0rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  color: #224160;
}

.priceBox {
  text-align: center;
  font-size: 3.0rem;
  color: #224160;
  font-weight: 600;
  line-height: 1;
}

.priceBox span {
  font-size: 4.0rem;
  font-family: "Roboto";
  font-weight: 800;
  padding-right: 5px;
}

@media(min-width:768px) {
  .top_jiseki .innerBox {
    width: 100%;
  }
}

@media(min-width:1024px) {
  .top_jiseki .innerBox {
    width: 940px;
  }
}

@media(min-width:1366px) {
  .top_jiseki .innerBox {
    width: 1000px;
  }
}

@media only screen and (max-width: 736px) {
  .top_jiseki h2 {
    padding: 20px 0;
    font-size: 2.0rem;
  }

  .top_jiseki_inner {
    padding: 15px 0;
  }

  .top_jiseki h3 {
    font-size: 1.8rem;
    letter-spacing: normal;
    margin-bottom: 10px;
  }

  .priceBox {
    font-size: 2.0rem;
  }

  .priceBox span {
    font-size: 3.0rem;
  }
}

/* ------------------------------------------------------------------
寄付
------------------------------------------------------------------ */
.top_kihu h2 {
  margin: 0;
  position: relative;
  background-color: #3bbfe5;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 4.0rem;
}

.top_kihu h2:before {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.top_kihu h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.top_kihu_inner {
  padding: 50px 0;
  background: url(../img/pattern003.png);
}

.top_kihu h3 {
  text-align: center;
  font-size: 3.0rem;
  letter-spacing: 0.1em;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #224160;
}

.top_kihu p {
  font-size: 1.8rem;
}

@media(min-width:768px) {
  .top_kihu .innerBox {
    width: 100%;
  }
}

@media(min-width:1024px) {
  .top_kihu .innerBox {
    width: 940px;
  }
}

@media(min-width:1366px) {
  .top_kihu .innerBox {
    width: 1000px;
  }
}

@media only screen and (max-width: 736px) {
  .top_kihu h2 {
    padding: 20px 0;
    font-size: 2.0rem;
  }

  .top_kihu_inner {
    padding: 15px 0;
  }

  .top_kihu h3 {
    font-size: 1.8rem;
    letter-spacing: normal;
    margin-bottom: 10px;
  }

}

/* ------------------------------------------------------------------
お客様の声
------------------------------------------------------------------ */
.top_review h2 {
  margin-top: 10px;
  position: relative;
  background-color: #3bbfe5;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 4.0rem;
}

.top_review h2:before {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.top_review h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.top_review_inner {
  padding: 50px 0;
}

.top_review .photaria {
  margin-bottom: 10px;
}

.top_review .btn{
  width: 280px;
}

@media(min-width:768px) {
  .top_review .innerBox {
    width: 100%;
  }
}

@media(min-width:1024px) {
  .top_review .innerBox {
    width: 940px;
  }
}

@media(min-width:1366x) {
  .top_review .innerBox {
    width: 1000px;
  }
}

@media only screen and (max-width: 736px) {
  .top_review h2 {
    padding: 20px 0;
    font-size: 2.0rem;
  }

  .top_review_inner {
    padding: 15px 0;
  }

}

/* ------------------------------------------------------------------
よくあるご質問
------------------------------------------------------------------ */
.top_faq h2 {
  margin-top: 10px;
  position: relative;
  background-color: #3bbfe5;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 4.0rem;
}

.top_faq h2:before {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.top_faq h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.top_faq_inner {
  padding: 50px 0;
  background: url(../img/pattern003.png);
}

.top_faq .photaria {
  margin-bottom: 10px;
}

.top_faq .btn{
  width: 280px;
}

.q-box {
  padding: 10px;
  background: #224160;
  color: #fff;
  border-radius: 1.2rem;
  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;
  margin-bottom: 20px;
  min-height: 150px;
}

.q-box div:first-child {
  width: 25%;
}

.q-box div:last-child {
  width: 73%;
  margin-left: 2%;
}

.q-box div:first-child img{
  display: block;
  width: 100%;
}

.a-box {
  padding: 15px 10px;
  font-size: 1.8rem;
  background: #fff;
  border: 2px solid #224160;
  border-radius: 1.2rem;
  min-height: 200px;
}

.a-box p{
  position: relative;
}

.a-box p:before {
  content: "A.";
  font-weight: 900;
  color: #f58220;
  display: inline-block;
  font-size: 1.8rem;
  font-family: "Geomanist Book";
  width: 28px;
  text-align: left;
  line-height: 1;
}

@media(min-width:768px) {
  .top_faq .innerBox {
    width: 100%;
  }
}

@media(min-width:1024px) {
  .top_faq .innerBox {
    width: 940px;
  }
}

@media(min-width:1366px) {
  .top_faq .innerBox {
    width: 1000px;
  }
}

@media only screen and (max-width: 736px) {
  .top_faq h2 {
    padding: 20px 0;
    font-size: 2.0rem;
  }

  .top_faq_inner {
    padding: 15px 0;
  }

  .top_faq .leftBox{
    margin-bottom: 20px;
  }

  .top_faq .rightBox{
    margin-bottom: 20px;
  }

  .q-box {
    min-height: 120px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .a-box{
    min-height: auto;
  }
}


/* ------------------------------------------------------------------
会社概要
------------------------------------------------------------------ */
.top_company h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
  background-color: #3bbfe5;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 4.0rem;
}

.top_company h2:before {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.top_company h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: url('../img/pattern002.png') repeat-x 0 0;
}

.top_company .toptex{
  text-align: center;
}

@media(min-width:768px) {
  .top_company .photaria {
    width: 450px;
    margin-bottom: 40px;
  }

  .top_company ul.teble-list li{
    font-size: 2.0rem;
  }
  .top_company ul.teble-list li div{
    padding: 15px;
  }
}

@media(min-width:1024px) {
  .top_company .innerBox {
    width: 770px;
  }
}

@media only screen and (max-width: 736px) {
  .top_company h2 {
    padding: 20px 0;
    font-size: 2.0rem;
  }
  .top_company {
    padding: 15px 0;
  }

  .top_company .photaria {
    width: 220px;
    margin-bottom: 20px;
  }
}
