@charset "UTF-8";

/* ------------ タイトル ------------ */
#title {
  margin-top: -1px;
  background-color: #2974BF;
  position: relative;
  overflow: visible;
  box-shadow: none;
  box-sizing:border-box;
  border-top: 10px solid #fff100;
  border-bottom: 10px solid #fff100;
}
#title:before {
  position: absolute;
  content: "";
  border-top: 1px solid #2fa0e7;
  width: calc(100%);
  height: 1px;
  box-sizing:border-box;
  top: -10px;
}
#title .container {
  box-sizing:border-box;
  background-color: #2974BF;
  overflow: visible;
}
#title .inner {
  position: relative;
}
#title h1 {
  text-align: center;
}
#logo2 {
position: absolute;
top: 0;
  right: 0;
}
/* アニメーション */
@keyframes fadein-01 {
  0% { opacity: 0;top: -30px;width: 250px;}
  20% { opacity: 0;top: -30px;width: 250px;}
  100% { opacity:  1;top: 0;width: 180px;}
}
@keyframes fadein-02 {
  0% { opacity: 0;top: -30px;width: 250px;}
  30% { opacity: 0;top: -30px;width: 250px;}
  100% { opacity:  1;top: 0;width: 180px;}
}
@keyframes fadein-03 {
  0% { opacity: 0;top: -30px;width: 250px;}
  50% { opacity: 0;top: -30px;width: 250px;}
  100% { opacity:  1;top: 0;width: 180px;}
}
@keyframes voice-fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes voice-01 {
  0% {   }
  70% { transform: rotate(0);;}
  72% {  transform: rotate(-5deg);}
  74% {  transform: rotate(5deg); }
  76% {  transform: rotate(-5deg);}
  78% { transform: rotate(5deg);}
  80% { transform: rotate(0);}
}
@keyframes voice-02 {
  0% {   }
  80% { transform: rotate(0);;}
  82% {  transform: rotate(-5deg);}
  84% {  transform: rotate(5deg); }
  86% {  transform: rotate(-5deg);}
  88% { transform: rotate(5deg);}
  90% { transform: rotate(0);}
}
@keyframes voice-03 {
  0% {   }
  90% { transform: rotate(0);;}
  92% {  transform: rotate(-5deg);}
  94% {  transform: rotate(5deg); }
  96% {  transform: rotate(-5deg);}
  98% { transform: rotate(5deg);}
  100% { transform: rotate(0);}
}
/* キャラクター */
#title .title-animation {
  overflow: hidden;
}
#title .box-pic {
  position: relative;
  max-height: 240px;
  height: calc(180px + 6vw);
  width: 20%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#title .box-pic .pic {
  width: 180px;
  max-width: 70%;
  position: absolute;
  right: 2rem;
  left: 2rem;
}
#title .box-pic .box-voice {
  animation: voice-fadein .5s ease forwards;
  animation-delay:1s;
  opacity: 0;   
}
#title .box-pic .voice {
  width: 80px;
  max-width: 25%;
  position: absolute;
  right: -1rem;
  top: 2rem;
  transform-origin: bottom left;
}
#title #pic-01 .pic {
  left: unset;
  animation: fadein-01 1s ease forwards;
  opacity: 0;
  margin-left: auto;
}
#title #pic-01 .voice {
  right: -7%;
  top: 2rem;
  animation: voice-01 4s ease forwards;
  animation-delay:0s;
  animation-iteration-count: infinite;
}
#title #pic-02 {
}
#title #pic-02 .pic {
  margin: auto;
  animation: fadein-02 1.2s ease;
}
#title #pic-02 .voice {
  animation: voice-02 4s ease forwards;
  animation-delay:0s;
  animation-iteration-count: infinite;
  left: 68%;
}
#title #pic-03 .pic {
  right: unset;
  animation: fadein-03 1.4s ease;
}
#title #pic-03 .voice {
  animation: voice-03 4s ease forwards;
  animation-delay:0s;
  animation-iteration-count: infinite;
  left: 200px;
}
@media print, screen and (max-width: 991.98px) {
  #title #pic-03 .voice {
    left: 72%;
  }
}
@media print, screen and (max-width: 767.98px) {
  #title .box-pic {
    position: relative;
    max-height: 30vw;
    height: calc(60px + 30vw);
    width: 20%;
  }
  #title #pic-01 .voice {
    right: 6%;
  }
  #title #pic-02 .voice {
    left: 75%;
  }
  #title #pic-03 .voice {
    left: 75%;
  }
}
@media print, screen and (max-width: 576px) {
  #title .box-pic {
    position: relative;
    max-height: 220px;
    height: calc(60px + 30vw);
    width: 20%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  #title #pic-01 .pic {
    left: 2rem;
    margin: auto;
    max-width: 35%;
  }
  #title #pic-01 .voice {
    right: 24%;
    max-width: 13%;
  }
  #title #pic-02, #title #pic-03 {
    margin-top: -2rem;
  }
  #title #pic-03 .pic {
    left: 10%;
  }
  #title #pic-03 .voice {
    left: 70%;
  }
}
/* ------------ コンテンツ ------------ */
#lead {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 3rem;
  background-color: #f5f5f5;
  background: url(../img/bg_001.png) 50% 50% repeat;
  border-radius: 1rem;
  text-align: center;
  box-shadow: 0 0 70px rgba(215, 175, 4, 0.1) inset,0 0 10px rgba(150, 150, 150, 0.1);
}
#lead h2 {
  color: #447fa4;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
#lead .lead-title {
  text-align: center;
  margin-bottom: .5rem;
}
#lead .yomisapo {
  background-color: #45aaea;
  border-radius: .2rem;
  color: #fff;
  padding: .4rem .6rem;
}
#lead p {
  font-size: 1.1rem;
  color: #0a6cb4;
  text-align: center;
  margin-bottom: -0rem;
  text-shadow: 0 3px 2px rgba(255,255,50,1.0);
}
#lead p strong {
  padding: .4rem .6rem;
  background-color: rgba(255,255,255,.9);
  border-radius: .2rem;
  margin-right: .5rem;
}
#lead .pic-flow {
  margin-bottom: 3rem;
  width: 100%;
}
#lead .utility-title {
  background-color: #45aaea;
  padding: .8rem 1.5rem;
  font-size: 1.0em;
  margin-right: .4rem;
  float: none;
  max-width: 10em;
}
#lead .utility-name {
  font-size: 1.2em;
}
#lead .utility-data {
  margin-left: 0;
  margin-right: 1rem;
}
#lead .utility-data .utility-tel {
  width: 230px;
  margin-top: -1.6em;
  margin-left: .7rem;
}
#lead .utility-faq {
  margin-top: 2rem;
}
.contact {
}
/**/
#subnav {
  padding: 2rem 1rem 0;
  background-color: #ffffff;
  text-align: center;
}
.btn-subnav {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  color: #fff;
  border: none;
  background-color: #fb2113;
  box-shadow: 0 0.2rem .5rem rgba(0,0,0,0.15);
  padding: 1.8rem 1.8rem;
  font-size: 1.4rem;
  border-radius: 5em;
  transition:all .5s ease-in-out;
  position: relative;
}
.btn-subnav:hover {
  color: #fff;
  background-color: #f7b307;
  box-shadow: 0 0 .2rem rgba(0,0,0,0.15) ;
}
.btn-subnav:hover img {
    opacity: 1;
}
.btn-subnav .fas {
  position: absolute;
  right: 2rem;
  top: calc(50% - .5rem);
  color: #ffffff;
  margin-left: 1rem;
  padding-bottom: .3rem;
    transition:all .2s ease-in-out;
}
.btn-subnav:hover .fas {
  transform: translateY(5px);
}
@media print, screen and (max-width: 767px) {
.btn-subnav {
  padding: 1.5rem 2.5rem;
}
.btn-subnav .fas {
  display: none;
}
  }
/**/
.btn-faq {
  color: #fff;
  border: 1px solid #2183c2;
  background-color: #2183c2;
  box-shadow: 0 0.2rem .5rem rgba(0,0,0,0.15) ;
  padding: .6rem .8rem;
}
.btn-faq:hover {
  color: #fff;
  opacity: .85;
  box-shadow: 0 0 .2rem rgba(0,0,0,0.15) ;
}
.btn-faq .fas {
  color: #eee;
}
.sub-nav .sub-nav-title {
  color: #999;
}
.sub-nav li {
  list-style: none;
  margin-right: 3rem;
}
.sub-nav li:last-child {
  margin-right: 0;
}
@media print, screen and (max-width: 1199px) {
  #lead .utility-data {
  }
}
@media print, screen and (max-width: 767px) {

  #lead {
    padding: 2rem 1rem;
  }
  #lead h2 {
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 3rem;
  }
  #lead .utility-data .utility-tel {
    margin-top: .5rem;
    margin-left: 0;
  }
  .sub-nav ul {
    padding-left: 1rem;
  }
  .sub-nav li {
    margin-right: 0;
    margin-bottom: .5rem;
  }
}
/* ------------ コンテンツ ------------ */

#paper {
}
.paper-box {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ddd;
}
.paper-box:last-child {
  border-bottom: 0;
}
.paper-logo {
}
.paper-logo img {
  max-width: 290px;
}
.paper-box .price {
  padding-left: 9px;
  /*border-left: solid 4px #45aaea;*/
  font-size: 16px;
  color: #555555;
  line-height: 1.4;
  font-weight: bold;
  vertical-align: baseline;
  margin-top: .5rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.paper-box .price-value {
  font-size: 26px;
  color: #f08813;
  vertical-align: baseline;
}
.paper-box .yen {
  font-size: 19px;
  color: #f08813;
  vertical-align: baseline;
}
.paper-box .tax {
  font-size: 15px;
  color: #6d6d6d;
  vertical-align: baseline;
}
.paper-box p {
  margin-bottom: 1rem;
  font-size: .9rem;
}
.detail {
  background-color: #fafafa;
  padding: 1rem 1.5rem;
  border-radius: .3rem;
  margin-bottom: 1rem;
}
.h4-detail {
  color: #445c73;
  margin-bottom: 1rem;
  position: relative;
  text-shadow: 2px 2px 2px rgba(255,255,255,1);
}
.h4-detail:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 4px;
  top: calc(50% - 2px);
  left: -1.5rem;
  right: 0;
  width: 1rem;
  background: linear-gradient(30deg, rgba(69, 170, 234, .5) 10%, rgba(69, 170, 234, 1) 90%);
}
.p-detail {
}
#twopapers .price {
  margin-top: 1rem;
  margin-left: 0;
}
#twopapers .fa-plus {
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 2rem;
}
.area {
  padding: 1rem 3rem;
  margin-bottom: 1rem;
  background-color: #f9fadd;
  border-radius: 1rem;
}
.area dt {
  font-size: 1.1rem;
  margin-bottom: .5rem;
}
.area .normal {
  font-size: 1.0rem;
  font-weight: normal;
}
.area dd {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.teenkodomo-detail {
  color: #900;
}
#howto .area {
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 1199px) {
  .paper-box .price {
    padding-left: 0;
    margin-left: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .paper-logo,
  .pic-paper {
    text-align: center;
  }
  .paper-logo img {
    max-width: 80%;
  }
  .pic-paper.pc-none {
    display: block;
    margin-bottom: 1rem;
  }
  .paper-box .price {
    text-align: center;
    padding-left: 0;
    margin-top: 1rem;
    margin-left: 0;
    border-left: none;
    margin-bottom: 1rem;
  }
  .detail {
    padding: 1rem 1.0rem;
    margin: 0 -15px 1rem;
    text-align: center;
  }
  .h4-detail {
    font-size: 1.1rem;
    text-align: center;¥
    color: #114374;
  }
  .h4-detail:before {
    content: none;
  }
  .area {
    padding: 1rem 1rem;
  }
  #twopapers .paper-logo{
    margin-bottom: 2rem;
  }
  #twopapers .fa-plus {
    margin: .5rem 0;
  }
}
/* ------------ flow ------------ */
#howto .fa-angle-double-down {
  font-size: 3rem;
  color: #45aaea;
}
.fig-flow {
  list-style-type: none;
  margin-left: -40px;
}
.fig-flow li {
  border: red 1px solid;
}
.attention {
  color: #16547c;
  margin-bottom: 2rem;
}
.terms {
  overflow-x: hidden;
  height: 15em;
  background-color: #fcfcfc;
  padding: 1rem;
  box-shadow: 1px 2px 4px rgba(0,0,0,.1) inset;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3rem;
}
.terms .h4-01 {
  font-size: 1.2rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.terms .h4-01:first-of-type {
  margin-top: 0;
}
.terms p,
.terms li,
.terms dt,
.terms dd {
  line-height: 1.8;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.terms dt {
  font-size: 1.0rem;
  color: #666;
  margin-bottom: .5rem;
}
.terms dd ul {
  margin-top: .5rem;
}
#submit .btn {
  padding: .8rem .5rem;
  margin: 0 auto 3rem;
}
.area .contact {
  margin-bottom: 0;
}
.area .utility-data {
  margin-left: 0;
}
.area .utility-title {
  font-size: 1rem;
  background-color: transparent;
  color: #545e61;
}
@media print, screen and (min-width: 768px) {
}
@media print, screen and (max-width: 767px) {
  .terms {
    padding: .5rem;
  }
  .terms .h4-01 {
    font-size: 1.0rem;
  }
  .terms p {
    margin-left: 0;
    font-size: .85rem;
  }
  .progressbar li {
    display: block;
    width: auto;
    margin-bottom: 1rem;
  }
  .progressbar li:after {
    content: none;
  }
  
  .terms dt {
    font-size: .85rem;
  }
  .terms dd ul {
    font-size: .85rem;
  }
  .area dd {
    font-size: .85rem;
  }
}

/* ------------ 基本 ------------ */
.container {
  border: none;
}

/** トップ用見出し **/

.h2-01 {
}
.h3-01 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.h3-subtext {
  font-size: 1.0rem;
  margin-top: -.5rem;
  color: #666;
}
.h4-01 {
  font-size: 1.0rem;
  margin-top: 0;
  margin-bottom: .2rem;
  color: #666;
}
@media print, screen and (min-width: 768px) {
}
@media print, screen and (max-width: 767.98px) {
  .h3-01 {
    font-size: 1.1rem;
  }
}
