@charset "UTF-8";
/*
* {
	box-sizing: border-box;
}
*/
html {
  overflow-y: scroll;
}
/* html5doctor.com Reset Stylesheet v1.6.1
	Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details,
dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section,
small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul,li {
  list-style: none;
}

body {
  background: #000;
  font-family: "メイリオ", sans-serif;
  font-size: 16px;
  color: #fff;
}

ol {
  margin: 0 0 2rem;
  padding: 0 1vw;
  counter-reset: count 0;
}
ol li {
  margin: 0 0 0.7rem;
  padding: 0 0 0 1rem;
  text-indent: -1.2rem;
}
ol li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img {
	max-width: 100%;
}
p {
  margin-bottom: 30px;
  padding: 0 1vw;
  letter-spacing: 1px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  p,ol {
    padding: 0 4vw;
  }
}

a {
	color: #00b0e0;
  word-break: break-all;
}
#container{
  margin: 0 auto;
  padding: 2%;
  max-width: 740px;
  width: 100%;
  box-sizing: border-box;
}

h2 {
    padding: 0.6em 0.5em 0.4em;
    color: #ffffff;
    background: #00b0e0;
    border-left: solid 7px #0c419d;
    /*border-bottom: solid 3px #c7c7c7;*/
    margin: 50px auto 20px ;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
}

h1 {
  margin: 0 auto;
  max-width: 740px;
  width: 100%;
}

/*画像キラン*/
.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
}
.kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
  animation: kiran 3s linear infinite;
}
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/*画像ポヨン*/
.poyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

.amazon {
  margin: 15px 0;
}

.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.text02 {
	color: red;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.5em;
}
.text_big {
	font-size: 120%;
	font-weight: bold;
}
.text_big02 {
	font-size: 25px;
	font-weight: bold;
}

.small_01 {
  font-size: 0.7rem;
}

.tac {
	text-align: center;
}
.bld {
	font-weight: bold;
}
.cap {
	font-size: 13px;
}

.mt2r {
  margin-top: 2rem;
}

.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb4p {
	margin-bottom: 4%;
}
.mb2p {
	margin-bottom: 2%;
}
.marker01 {
    background: linear-gradient(transparent 50%, #ffff94 0%);
    line-height: 2em;
	color: red;
	font-size: 25px;
	font-weight: bold;
}
.marker02 {
    background: linear-gradient(transparent 50%, #ffff94 0%);
    line-height: 1.8em;
	color: red;
	font-size: 20px;
	font-weight: bold;
}

.marker02_red {
  background: linear-gradient(transparent 50%, #ffff94 0%);
  line-height: 1.8em;
  color: red;
  font-size: 2rem;
  font-weight: bold;
}

.marker01_blue {
    background: linear-gradient(transparent 50%, #ffff94 0%);
    line-height: 2em;
	color: blue;
	font-size: 25px;
	font-weight: bold;
}
.marker02_blue {
    background: linear-gradient(transparent 50%, #ffff94 0%);
    line-height: 1.8em;
	color: blue;
	font-size: 20px;
	font-weight: bold;
}

.marker01_black {
  background: linear-gradient(transparent 50%, #ffff94 0%);
  line-height: 2em;
  color: #000;
  font-size: 25px;
  font-weight: bold;
}

.marker03 {
    background: linear-gradient(transparent 50%, #ffff94 0%);
    line-height: 1.6em;
	color: red;
	font-size: 16px;
	font-weight: bold;
}
.example{
	border: solid 2px #f9bb14;
	padding: 3%;
}

.fc_blue{
	color: blue;
}
.fc_red{
	color: red;
}

.flow {
	border-top: solid 1px #0c419d;
	border-bottom: solid 1px #0c419d;
	padding: 0.5rem 0;
}
/*ul.check li:before {
	content: "";
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../img/check.png") no-repeat;
  background-size: 80%;
  top: 15px;
}*/
ul.check li {
	background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    line-height: 30px;
    padding-left: 30px;
    font-weight: bold;
    background-size: 24px;
}
ul.circle li {
	background-image: url(../img/circle.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    line-height: 30px;
    padding-left: 30px;
    font-weight: bold;
    background-size: 24px;
}

.box01 {
    background-color: #ffe2e0;
    padding: 1rem;
}
.box02 {
    background-color: #fde8e3;
    padding: 1rem;
}
.kirakira::after {
  content: url("../img/kirakira.png");
  vertical-align: middle;
  padding-left: 2px;
	transform: scale(0.1);
}

/* 動画を囲うdiv */
.movie {
  position: relative;
  width:100%; /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* meter */
.meter {
  margin: 1rem 0 2.2rem;
}
.container {
  position: relative;
  border: 3px solid #666;
  border-radius: 20px;
  margin: 0 0 10px;
  width: 100%;
  height: 2.4em;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  .container {
    height: 2.8em;
  }
  .container.q3 {
    height: 4rem;
  }
}
.container.stop .gauge {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2.4em;
  opacity: .6;
}
@media screen and (max-width: 700px) {
  .container.stop .gauge {
    height: 4em;
  }
}
.container .q_txt {
  position: absolute;
  top: 7px;
  left: 10px;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .container .q_txt {
    top: 9px;
    left: 12px;
    width: 95%;
  }
}
.container .q_txt em {
  margin: 0 5px 0 0;
  color: #0091EA;
  font-style: normal;
  font-weight: bold;
}
.container .q_txt > span {
  display: none;
}

/* q1 */
.container.stop .gauge.q1-1 {
  animation: gaugeGo1-1 3s forwards;
}
.container.stop .gauge.q1-2 {
  animation: gaugeGo1-2 3s forwards;
}
/* q2 */
.container.stop .gauge.q2-1 {
  animation: gaugeGo2-1 3s forwards;
}
.container.stop .gauge.q2-2 {
  animation: gaugeGo2-2 3s forwards;
}
.container.stop .gauge.q2-3 {
  animation: gaugeGo2-3 3s forwards;
}
.container.stop .gauge.q2-4 {
  animation: gaugeGo2-4 3s forwards;
}
.container.stop .gauge.q2-5 {
  animation: gaugeGo2-5 3s forwards;
}
/* q3 */
.container.stop .gauge.q3-1 {
  animation: gaugeGo3-1 3s forwards;
}
.container.stop .gauge.q3-2 {
  animation: gaugeGo3-2 3s forwards;
}
.container.stop .gauge.q3-3 {
  animation: gaugeGo3-3 3s forwards;
}
.container.stop .gauge.q3-4 {
  animation: gaugeGo3-4 3s forwards;
}

/* q4 */
.container.stop .gauge.q4-1 {
  animation: gaugeGo4-1 3s forwards;
}
.container.q4 {
  opacity : 0;
  /*transform : translate(0, 100px);*/
  transition : all 1s;
}
.container.active{
  opacity : 1;
  /*transform : translate(0, 0);*/
}

@keyframes gaugeGo1-1,
@keyframes gaugeGo1-2,
@keyframes gaugeGo2-1,
@keyframes gaugeGo2-2,
@keyframes gaugeGo2-3,
@keyframes gaugeGo2-4,
@keyframes gaugeGo2-5,
@keyframes gaugeGo3-1,
@keyframes gaugeGo3-2,
@keyframes gaugeGo3-3,
@keyframes gaugeGo3-4,
@keyframes gaugeGo4-1 {
  0% {
    width: 0px;
  }
}
/* q1 */
@keyframes gaugeGo1-1 {
  100% {
    width: 82%;
    background: #7dd8f1;
  }
}
@keyframes gaugeGo1-2 {
  100% {
    width: 18%;
    background: #7dd8f1;
  }
}


/* q2 */
@keyframes gaugeGo2-1 {
  100% {
    width: 39%;
    background: #7dd8f1;
  }
}
@keyframes gaugeGo2-2 {
  100% {
    width: 32%;
    background: #7dd8f1;
  }
}
@keyframes gaugeGo2-3 {
  100% {
    width: 10%;
    background: #7dd8f1;
  }
}
@keyframes gaugeGo2-4 {
  100% {
    width: 3%;
    background: #7dd8f1;
  }
}
@keyframes gaugeGo2-5 {
  100% {
    width: 16%;
    background: #7dd8f1;
  }
}

/* q3 */
@keyframes gaugeGo3-1 {
  100% {
    width: 35%;
    background: #7dd8f1;
  }
}
@keyframes gaugeGo3-2 {
  100% {
    width: 32%;
    background: #7dd8f1;
  }
}
@keyframes gaugeGo3-3 {
  100% {
    width: 21%;
    background: #7dd8f1;
  }
}
@keyframes gaugeGo3-4 {
  100% {
    width: 12%;
    background: #7dd8f1;
  }
}


/* q4 */
@keyframes gaugeGo4-1 {
  100% {
    width: 89%;
    background: #7dd8f1;
  }
}

.container.stop .q_txt > span {
  margin: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
  ._counseling {
    font-size: 1.3rem;
  }
}

.att {
  font-size: 0.7rem;
}

.block_01 {
  background: #cef2f6;
  margin: 0 0 2rem;
  padding: 1.3rem;
  line-height: 2;
}

.img_arr {
  text-align: center;
}
.img_arr img {
  width: 30%;
}
