@charset "UTF-8";

*{
	box-sizing:border-box;
	font-size:1.6rem;
}
*:focus{
	outline:none;
}
@media screen and (min-width:640px) {
*{font-size:1.8rem;}
}
@media screen and (max-width:375px) {
*{font-size:1.3rem;}
}


/*PC・SP表示非表示*/
.pcOnly{display:none;}
.noTabSp{display:none;}
@media screen and (min-width:640px){
.pcOnly{display:inline-block;}
.spOnly{display:none;}
}
@media screen and (min-width:769px){
.noTabSp{display:inline-block;}
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	background:transparent;
	border:0;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	list-style: none;
	margin:0;
	padding:0;
	outline:0;
	text-align:left;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/*全体*/
html{
  font-size: 62.5%;
}
body{
	background:#ebebeb;
	color:#111;
  font-size: 1.6rem;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial, "メイリオ",Meiryo,sans-serif;
	font-weight:500;
	margin:0;
	padding:0;
	-webkit-text-size-adjust:100%;
}


/* --- レイアウト --- */
header,
article,
footer{
	width:100%;
	max-width:640px;
	margin:0 auto;
}
@media screen and (min-width:640px) {
  header,
  article,
  footer{
    width:100%;
    max-width: none;
    margin: inherit;
  }
}
header{
  background:#e7f0f3;
  background-size: 150% auto;
}
article{
	background:#fff;
}
.col2box {
  display: flex;
  justify-content: flex-start;
}
.col2box > * {
  margin: 0 2.5rem 0 0;
}
@media screen and (min-width:640px) {
  header{
    background-size: auto 10rem;
  }
}

/* --- 共通 --- */
a{
	color:#0064f5;
	font-size:1.5rem;
  font-weight:600;
	text-decoration:none;
}
@media screen and (min-width:640px) {
a{font-size:1.8rem;}
}
@media screen and (max-width:375px) {
a{font-size:1.3rem;}
}
img{
	width:100%;
	height:auto;
}

.bold{font-weight:600;}
.center{text-align:center !important;}
.left{text-align:left !important;}
.bgy{background:#FFFF00; padding:0 2px;}
.red{color:#f00000; font-weight:600;}


/* --- figure --- */
figure{
	margin: 3vw 5.5vw 0;
}
figure.full{
	margin-left:0;
	margin-right:0;
}
@media screen and (min-width:640px) {
  figure{
    margin: 4rem 5rem 0;
  }
}

/* ---  --- */
.mt0{
	margin-top:0;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt50{
	margin-top:50px;
}
.pb20{
	padding-bottom:20px;
}


/* --- header --- */
.headerTitle{
	margin: 20px 0 0;
  text-align: center;
}

header .col2box {
  margin: 6vw 0 0 13vw;
  justify-content: flex-start;
}
header .col2box > p {
  height: 28vw;
  margin: 0 1vw;
}
header .col2box > p > img {
  height: 100%;
  width: auto;
}

.prBox {
  display: flex;
  justify-content: space-between;
}
.prBox p {
  display: table;
  padding-right: 1rem;
}
.prBox p span {
  display: table-cell;
  vertical-align: middle;
  font-size: 11px;
}
.prBox p img {
  height: 3.0rem;
  width: auto;
}
p.pr {
  background: #fff;
  color: #111;
  font-size: 1.2rem;
  line-height: 1;
  padding: 10px 10px 7px;
  text-align: right;
}
@media screen and (min-width:640px) {
  .headerTitle {
    width: 50rem;
    margin: 0 auto;
  }

  header .col2box {
    width: 50rem;
    margin: 3rem auto 1rem;
  }
  header .col2box > p {
    max-height: 170px;
    width: auto;
    margin: 0 15px;
  }

  .prBox p img {
    height: 5rem;
    width: auto;
  }
  .prBox p span {
    font-size: 1.6rem;
  }
}

/* --- h2 --- */
h2.title.type01 {
	position: relative;
	padding-top: 12vw;
	padding-bottom: 10vw;
	text-align: center;
}
h2.title.type01 span {
	position: relative;
	z-index: 2;
	font-size: 5.3vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
h2.title.type01::before {
	content: attr(data-en);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255,255,255,0.7);
	font-size: 18.5vw;
	font-style: italic;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5rem;
  width: 100%;
}
h2.title.type01::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 0.7vw;
	height: 8vw;
	background-color: #4fa1d3;
}

@media screen and (min-width:640px) {
  h2.title.type01 {
    padding-top: 9.0rem;
    padding-bottom: 8.0rem;
  }
  h2.title.type01.line1 span {
    display: inline-block;
    padding-top: 3.0rem;
  }
  h2.title.type01 span {
    font-size: 3.5rem;
    font-weight: 800;
  }
  h2.title.type01::before {
    font-size: 13.5rem;
  }
  h2.title.type01::after {
    width: 0.4rem;
    height: 5.0rem;
  }
}

/* --- footer --- */
footer{
	background:#4ea1d3;
	display:flex;
  justify-content:center;
	padding:20px 15px 25px;
}
footer p{
  display:inline-block;
  margin:0;
	padding:0 10px;
}
footer a{
	color:#fff;
	font-size:1.4rem;
	line-height:1;
	text-decoration:none;
}
@media screen and (min-width:640px) {
  footer a{
  font-size:1.4rem;
  }
}
@media screen and (max-width:375px) {
  footer div a{
  font-size:1.1rem;
  }
}


/* --- btn-box --- */
.btn-box {
  margin: 5vw 6vw 6vw;
}
.btn-box a {
  cursor: pointer;
}
@media screen and (min-width:640px) {
  .btn-box {
    width: 640px;
    margin: 0 auto;
    padding: 50px 60px 60px;
  }
  .btn-box figcaption{
    margin: 40px 0;
  }
}


/* --- targetUser ---*/
.targetUser section {
  padding: 7vw 9vw 10vw;
  background: #4fa1d3;
  text-align: center;
}
.targetUser__title {
  text-align: center;
}
.circleList {
  display: block;
  background: #fff;
  margin: 5vw 0 0;
  padding: 2vw 4vw 5vw 8vw;
  border-radius: 2px;
  color: #111;
}
.circleList li {
  position: relative;
  padding-left: 1.0rem;
  margin-top: 4vw;
  font-weight: 600;
  font-size: 4vw;
  line-height: 1.4;
}
.circleList li:before {
  position: absolute;
  color: #4fa1d3;
  content: "●";
  display: block;
  font-size: 2vw;
  line-height: 2.2;
  height: 2vw;
  width: 2vw;
  left: -2vw;
  top: 2%;
}
.circleList li .txRed {
  font-size: 4vw;
  font-weight: 600;
  color: #e95a71;
}
@media screen and (min-width:640px) {
  .targetUser section {
    padding: 7rem 0 8rem;
  }
  .targetUser .title {
    width: 560px;
    margin: 0 auto;
  }
  .circleList {
    margin: 4rem auto 0;
    padding: 2rem 3rem 5rem 5rem;
    width: 560px;
  }
  .circleList li,
  .circleList li .txRed {
    margin-top: 2rem;
    font-size: 2.4rem;
    line-height: 1.7;
  }
  .circleList li:before {
    font-size: 1.5rem;
    line-height: 2.2;
    height: 1.5rem;
    width: 1.5rem;
    left: -1.5rem;
    top: 0.3rem;
  }
}

/* --- voiceDigest ---*/
.voiceDigest section > * {
  display: inline-block;
  font-weight: 600;
  line-height: 1.6;
}
.voiceDigest .headingTitle {
  font-size: 1.8rem;
}
.picupVoice:nth-of-type(n+2) {
  margin: 3rem 0 0;
}
.picupVoice section {
  position: relative;
  background-color: #eefbff;
  background-image:
 repeating-linear-gradient(-45deg,#fff, #fff 3px,transparent 0, transparent 6px);
  margin: 2.5rem 6vw 0;
  padding: 8vw 4vw 4vw;
  border: solid 3px #4fa1d3;
}
.picupVoice section::before {
  display: block;
  position: absolute;
  content: "";
  height: 16vw;
  width: auto;
  inset: 0;
  margin: -9vw auto;
  background: url("../img/voicedigest_ic01.png") center 0 no-repeat;
  background-size: auto 16vw;
}
.picupVoice.type02 section::before {
  background: url("../img/voicedigest_ic02.png") center 0 no-repeat;
  background-size: auto 16vw;
}
.picupVoice.type03 section::before {
  background: url("../img/voicedigest_ic03.png") center 0 no-repeat;
  background-size: auto 16vw;
}
.picupVoice__title {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.picupVoice__title span {
  font-size: 1.3rem;
  font-weight: 600;
}
.picupVoice__textWrap {
  background: url("../img/voicedigest_ex01.png") center 0 no-repeat;
  background-size: 100% auto;
  margin-top: 2vw;
  padding-top: 4vw;
}
.picupVoice__textWrap p {
  line-height: 1.4;
}
.picupVoice__txNote {
  font-weight: normal;
  font-size: 1.2rem;
  margin: 3vw 6vw 0;
  text-align: right;
}
@media screen and (min-width:640px) {
  .voiceDigest > section {
    padding: 0 0 10rem;
    width: 640px;
    margin: 0 auto;
  }
  .picupVoice:nth-of-type(n+2) {
    margin: 8rem 0 0;
  }
  .picupVoice section {
    margin: 2.5rem auto 0;
    padding: 6rem 4rem 4rem;
    width: 500px;
  }
  .voiceDigest section > * {
    display: block;
  }
  .picupVoice__title {
    font-size: 2.2rem;
  }
  .picupVoice section::before,
  .picupVoice.type02 section::before,
  .picupVoice.type03 section::before {
    height: 160px;
    width: auto;
    margin: -50px auto;
    background-size: auto 90px;
  }
  .picupVoice__textWrap {
    font-size: 2.0rem;
    margin-top: 1rem;
    padding-top: 3rem;
  }
  .picupVoice__txNote {
    width: 500px;
    margin: 1rem auto 0;
  }
}

/* --- cardList02 ---*/
.cardList02 {
  background: #fff;
  margin: 5vw 5.5vw 0;
  padding-bottom: 6vw;
}
.cardList02 .marker {
  background: -webkit-linear-gradient(transparent 0%, #ffff66 0%);
  background: -o-linear-gradient(transparent 0%, #ffff66 0%);
  background: linear-gradient(transparent 0%, #ffff66 0%);
  font-weight: 600;
}
.cardList02 .txRed {
  font-weight: 600;
  color: #e95a71;
}
.cardList02 .copy {
  background: url("../img/cardList02_ic01.png") 5% 20% no-repeat, url("../img/cardList02_ic02.png") 95% 80% no-repeat #f1f9fd;
  background-size: 5vw auto;
  color: #3c90c3;
  font-size: 4.7vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 7.5vw 2vw;
}
.cardList02 .copy span {
  font-size: 4.7vw;
  margin: 0 0.1rem;
}
.cardList02 figure {
  margin: 8vw 5.5vw 0;
}
.cardList02 .textWrap {
  margin: 3vw 5vw 0;
  padding: 1.5rem 1.8rem;
  color: #3c90c3;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.05em;
  border: solid 2px #4fa1d3;
  border-radius: 5px;
  background-color: #eefbff;
  background-image:
 repeating-linear-gradient(-45deg,#fff, #fff 3px,transparent 0, transparent 6px);
}
.cardList02 .textWrap:nth-of-type(1) {
  margin-top: 4vw;
}
.cardList02 .textWrap .marker {
  font-size: 4vw;
}
.cardList02 .textWrap .txRed {
  font-size: 4vw;
}
@media screen and (min-width:640px) {
  .cardList02 {
    margin: 4rem 5rem 0;
    padding-bottom: 2rem;
  }
  .cardList02 .copy {
    background-position: 15% 25%, 85% 75%;
    background-size: 2rem auto;
    font-size: 2.0rem;
    line-height: 1.6;
    letter-spacing: 0.3rem;
    padding: 4rem 1rem;
  }
  .cardList02 .copy span {
    font-size: 2.0rem;
    margin: 0 0.25rem;
  }
  .cardList02 figure {
    margin: 3.5rem 12rem 0;
  }
  .cardList02 .textWrap {
    margin: 2rem 2.5rem 0;
    padding: 2rem 2.5rem;
    font-size: 1.6rem;
    line-height: 1.9;
    letter-spacing: 0.15rem;
  }
  .cardList02 .textWrap:nth-of-type(1) {
    margin-top: 3rem;
  }
  .cardList02 .textWrap .marker {
    font-size: 1.6rem;
  }
  .cardList02 .textWrap .txRed {
    font-size: 1.6rem;
  }
}
@media screen and (min-width:769px) {
  .cardList02 {
    margin: 4rem 14rem 0;
  }
  .cardList02 .copy {
    background-position: 7% 25%, 93% 75%;
    padding: 3rem 1rem;
  }
  .cardList02 figure {
    margin: 3.5rem 8rem 0;
  }
}

/* --- omatomedemerit ---*/
.omatomedemerit {
  background: #4fa1d3;
  padding-bottom: 12vw;
  overflow-x: hidden;
}
.omatomedemerit h2.title.type01 {
  padding-top: 20vw;
  padding-bottom: 10vw;
  color: #fff;
}
.omatomedemerit h2.title.type01::before {
  color: #6db4e0;
  letter-spacing: -0.1rem;
}
.omatomedemerit h2.title.type01::after {
	background-color: #fff;
}
.omatomedemerit .cardList02 .copy {
  background: url("../img/omatomedemerit_ic01.png") 8% 50% no-repeat #f1f9fd;
  background-size: 18vw auto;
  padding: 7.5vw 2vw 7.5vw 29vw;
  text-align: left;
}
.omatomedemerit .cardList02.demerit02 .copy {
  background: url("../img/omatomedemerit_ic02.png") 8% 50% no-repeat #f1f9fd;
  background-size: 18vw auto;
}
.omatomedemerit .cardList02.demerit03 .copy {
  background: url("../img/omatomedemerit_ic03.png") 8% 50% no-repeat #f1f9fd;
  background-size: 18vw auto;
}
.omatomedemerit .butCopy {
  margin: 17vw 5.5vw 0;
}
.omatomedemerit .butCopy .imageCol {
  display: flex;
  align-items: center;
  margin: 6vw 2vw 0 4vw;
}
.omatomedemerit .butCopy .imageCol:nth-of-type(1) {
  margin-top: 11.5vw;
}
.omatomedemerit .butCopy .imageCol > img {
  width: 31%;
}
.omatomedemerit .butCopy .imageCol > p {
  color: #fff;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
  width: 69%;
  padding-left: 7%;
}
.omatomedemerit .butCopy .imageCol > p .txBig {
  padding-right: 0.5rem;
  color: #ffff66;
  font-size: 5.3vw;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width:640px) {
  .omatomedemerit {
    padding-bottom: 10rem;
  }
  .omatomedemerit .title{
    width: 640px;
    margin: 0 auto;
  }
  .omatomedemerit h2.title.type01 {
    padding-top: 12rem;
    padding-bottom: 6rem;
  }
  .omatomedemerit h2.title.type01::before {
    letter-spacing: 0;
  }
  .omatomedemerit .cardList02 .copy,
  .omatomedemerit .cardList02.demerit02 .copy,
  .omatomedemerit .cardList02.demerit03 .copy {
    background-size: 80px auto;
    padding: 40px 20px 40px 140px;
  }
  .omatomedemerit .butCopy {
    margin: 8rem 0 0;
  }
  .omatomedemerit .butCopy .title {
    width: 75%;
  }
  .omatomedemerit .butCopy .imageCol {
    margin: 5rem 4rem 0 10rem;
  }
  .omatomedemerit .butCopy .imageCol:nth-of-type(1) {
    margin-top: 7rem;
  }
  .omatomedemerit .butCopy .imageCol > img {
    width: 24%;
  }
  .omatomedemerit .butCopy .imageCol > p {
    font-size: 2.0rem;
    line-height: 1.4;
    width: 86%;
    padding-left: 7%;
  }
  .omatomedemerit .butCopy .imageCol > p .txBig {
    font-size: 3.0rem;
    line-height: 1.4
  }
}
@media screen and (min-width:769px) {
  .omatomedemerit .container {
    width: 769px;
    margin: 0 auto;
  }
  .omatomedemerit .butCopy .imageCol {
    margin: 5rem 8rem 0 13rem;
  }
  .omatomedemerit .butCopy .imageCol > img {
    width: 22%;
  }
  .omatomedemerit .butCopy .imageCol > p {
    width: 78%;
  }
}


/* --- what ---*/
.what {
  background: #4fa1d3;
  padding-bottom: 0;
  overflow-x: hidden;
}
.what h2.title.type01 {
  padding-top: 20vw;
  padding-bottom: 10vw;
  color: #fff;
}
.what h2.title.type01::before {
  color: #6db4e0;
  letter-spacing: -0.1rem;
}
.what h2.title.type01::after {
	background-color: #6db4e0;
}
.what .cardList02 {
  padding-top: 1px;
}
@media screen and (min-width:640px) {
  .what {
    padding-bottom: 0;
  }
  .what .title{
    width: 640px;
    margin: 0 auto;
  }
  .what h2.title.type01 {
    padding-top: 12rem;
    padding-bottom: 6rem;
  }
  .what h2.title.type01::before {
    letter-spacing: 0;
  }
}
@media screen and (min-width:769px) {
  .what .container {
    width: 769px;
    margin: 0 auto;
  }
}

/*sim*/
.sim{
	background: #E7F0F3;
  padding-bottom: 4vw;
}
@media screen and (min-width:640px) {
  .sim{
    padding-bottom: 6rem;
  }
  .sim .title,
  .sim .figure{
      width: 640px;
      margin: 0 auto;
  }
  .sim section > figure {
    width: 560px;
    margin: 0 auto;
  }
}
/*lets*/
.lets {
    background: #d8e9ee;
  }
.lets .title {
  line-height: 0;
}
.lets p {
  line-height: 0;
}
.lets .textWrap {
  background: #fff;
  margin: 6vw 7vw 6vw;
  padding: 3.0vw 5.0vw;
  border-radius: 10px;
}
.lets .textWrap__text,
.lets .textWrap__text span {
  line-height: 1.9;
  font-size: 3.9vw;
  font-weight: 600;
}
.lets .textWrap__text .marker {
  background: -webkit-linear-gradient(transparent 0%, #ffff66 0%);
  background: -o-linear-gradient(transparent 0%, #ffff66 0%);
  background: linear-gradient(transparent 0%, #ffff66 0%);
  font-weight: 600;
}
.lets .textWrap__text .txRed {
  font-weight: 600;
  color: #e95a71;
}
.pointBox .border {
  border-top: 2px solid #fff;
}
@media screen and (min-width:640px) {
  .lets .title {
    width: 640px;
    margin: 0 auto;
  }
  .lets  section > p {
    width: 500px;
    margin: 0 auto;
  }
  .lets .textWrap {
    width: 560px;
    margin: 6rem auto 6rem;
    padding: 2.0rem 4.0rem;
  }
  .lets .textWrap__text,
  .lets .textWrap__text span {
    line-height: 1.9;
    font-size: 2.4rem;
    font-weight: 600;
  }
  .lets section > figure {
    width: 560px;
    margin: 0 auto;
  }
  .pointBox {
    background: #4ea1d3;
  }
  .pointBox p img {
    display: block;
    width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width:769px) {
  .lets .pointBox__colWrap {
    display: table;
    width: 769px;
    margin: 0 auto;
  }
  .pointBox p {
    display: table-cell;
    vertical-align: middle;
    width: 48%;
  }
  .pointBox p {
    border-left: 2px solid #d8e9ee;
    border-right: 2px solid #d8e9ee;
  }
  .pointBox .border {
    border-top: none;
    border-left: none;
  }
  .pointBox p img {
    display: inherit;
    width: 100%;
    margin: inherit;
  }
}

/*point*/
.point{
  background:#f6f6f6;
  padding-bottom: 10vw;
}
.pictList {
  margin: 0 6vw;
}
.pictList li {
  margin-top: 4vw;
}
.pictList li:first-of-type {
  margin-top: 0;
}
@media screen and (min-width:640px) {
  .point{
    padding-bottom: 6rem;
  }
  .point .title,
  .pictList {
    width: 640px;
    margin: 0 auto;
  }
}
@media screen and (min-width:769px) {
  .pictList {
    width: 769px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 1.0rem;
  }
  .pictList li,
  .pictList li:nth-of-type(1){
    width: 49%;
    margin: 0.5rem 0;
  }
}

/*payOff*/
.payOff{
  background:#d7e9ee;
  padding-bottom: 4vw;
}
.pictList02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 4vw 6vw 0;
}
.pictList02 li {
  width: 36vw;
  margin: 0 4vw 5vw;
}
@media screen and (min-width:640px) {
  .payOff{
    padding-bottom: 6rem;
  }
  .payOff .title{
    width: 640px;
    margin: 0 auto;
  }
  .pictList02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 640px;
    margin: 6rem auto 0;
    padding: 0 1rem;
  }
  .pictList02 li {
    width: 40%;
    margin: 0 4%;
  }
}
@media screen and (min-width:769px) {
  .pictList02 {
    width: 769px;
    margin: 4rem auto 0;
    padding: 0 1rem;
  }
  .pictList02 li {
    width: 24%;
    margin: 0 0.5%;
  }
}

/* --- voice ---*/
.voice {
  background: #f3f3f3;
}
.voice section {
  padding-bottom: 10vw;
}
.cardList {
  background: #fff;
  margin: 3vw 5vw 0;
  padding: 8vw 4vw 4vw;
  border: solid 3px #4fa1d3;
}
.voice .colWrap:nth-of-type(1) .cardList {
  margin-top: 0;
}
.cardList dl {
  display: flex;
  justify-content: space-between;
}
.cardList .name {
  display: table;
  background: url("../img/voicedigest_ex01.png") center 0 no-repeat;
  background-size: 100% auto;
  margin: 2vw 0 0;
  padding: 4vw 2vw 0;
  width: 100%;
}
.cardList .name img {
  display: table-cell;
  width: 13vw;
}
.cardList .name figcaption {
  display: table-cell;
  vertical-align: middle;
  font-weight: 600;
  padding-left: 1.0rem;
}
.cardList .textWrap {
  margin-top: 2vw;
  font-weight: 600;
  line-height: 1.5;
}
.cardList .textWrap .marker {
  background: -webkit-linear-gradient(transparent 0%, #ffff66 0%);
  background: -o-linear-gradient(transparent 0%, #ffff66 0%);
  background: linear-gradient(transparent 0%, #ffff66 0%);
  font-weight: 600;
}
.cardList .textWrap .txRed {
  font-weight: 600;
  color: #e95a71;
}
.voice .txNote {
  font-weight: normal;
  color: #111;
  font-size: 1.2rem;
  margin: 3vw 6vw 0;
}
@media screen and (min-width:640px) {
  .voice section {
    padding-bottom: 6rem;
  }
  .voice .title,
  .voice .container {
    width: 640px;
    margin: 0 auto;
  }
  .voice .container {
    padding: 0 1rem 10rem;
  }
  .cardList {
    margin: 3rem 5rem 0;
    padding: 3rem 3rem 3rem;
  }
  .cardList .name {
    margin: 1rem 0 0;
    padding: 2rem 2rem 0;
  }
  .cardList .name img {
    width: 7rem;
  }
  .cardList .textWrap {
    margin-top: 2rem;
  }
  .voice .txNote {
    margin: 3rem 6rem 0;
  }
}
@media screen and (min-width:769px) {
  .voice .container {
    width: 768px;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .voice .colWrap {
    width: 49%;
    padding-bottom: 20px;
  }
  .cardList {
    margin: 0;
    min-height: 62rem;
  }
  .cardList .name {
    padding: 2rem 0 0;
  }
  .cardList .name figcaption {
    font-size: 1.5rem;
  }
  .voice .txNote {
    margin: 1rem 0;
    font-size: 1.4rem;
  }
}

/*flow*/
.flow section {
  padding-bottom: 10vw;
}
.flowList {
  margin: 0 5vw;
}
.flowList li {
  position: relative;
  background: #fff;
  margin: 12vw 0 0;
  border: solid 3px #4fa1d3;
}
.flowList li:nth-of-type(1) {
  margin-top: 0;
}
.flowList li.noNum {
  border: none;
}
.flowList li::before {
  display: block;
  content: "";
  height: 10vw;
  width: 5vw;
  margin: -10vw auto 0;
  background: url("../img/flow_ex01.png") center 0 no-repeat;
  background-size: 5vw;
}
.flowList li:nth-of-type(1)::before,
.flowList li.noNum::before {
  display: none;
}
.flowList dl dt {
  display: table;
}
.flowList dl dt p {
  display: table-cell;
  vertical-align: middle;
}
.flowList dl dt .num {
  background: #4fa1d3;
  width: 18vw;
}
.flowList dl dt .textWrap {
  font-size: 1.8rem;
  font-weight: 600;
  padding-left: 1.0rem;
  letter-spacing: -0.1rem;
}
.flowList dl dd {
  padding: 1vw 0 10vw;
}
.flowList li figure {
  display: block;
  text-align: center;
  line-height: 0;
  margin: 2vw 2vw 0;
}
.flowList li figure figcaption {
  display: inline-block;
  margin: 4vw 1vw 0;
}
.flowList li figure figcaption p {
  padding-bottom: 1rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.1rem;
}
.flow section .marker {
  background: -webkit-linear-gradient(transparent 0%, #ffff66 0%);
  background: -o-linear-gradient(transparent 0%, #ffff66 0%);
  background: linear-gradient(transparent 0%, #ffff66 0%);
  font-weight: 600;
}
.flow section .txRed {
  font-weight: 600;
  color: #e95a71;
}

@media screen and (min-width:640px) {
  .flow section {
    padding-bottom: 6rem;
  }
  .flow section .title {
    width: 640px;
    margin: 0 auto;
  }
  .flowList {
    width: 640px;
    margin: 0 auto;
    padding: 0 5rem 10rem;
  }
  .flowList li {
    margin: 8rem 0 0;
  }
  .flowList li::before {
    height: 6rem;
    width: 3rem;
    margin: -6rem auto 0;
    background: url("../img/flow_ex01.png") center 0 no-repeat;
    background-size: 3rem;
  }
  .flowList li.noNum {
    margin-top: 5rem;
  }
  .flowList dl dt .num {
    width: 10rem;
  }
  .flowList dl dt .textWrap {
    font-size: 2.6rem;
    padding-left: 3.0rem;
  }
  .flowList dl dd {
    padding: 1rem 0 3rem;
  }
  .flowList li figure {
    margin: 2rem 2rem 0;
  }
  .flowList li figure figcaption {
    margin: 4rem 1rem 0;
  }
  .flowList li figure figcaption p,
  .flowList li figure figcaption p span{
    font-size: 1.9rem;
    letter-spacing: 0rem;
  }
}
@media screen and (min-width:769px) {
  .flowList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 769px;
    padding: 0 2rem;
  }
  .flowList li,
  .flowList li:nth-of-type(1) {
    width: 49%;
    margin: 0 0 2rem;
  }
  .flowList li::before {
    display: none;
  }
  .flowList li.noNum::after {
    display: block;
    content: "";
    height: 6rem;
    width: 3rem;
    margin: 0 auto -6rem;
    background: url("../img/flow_ex01.png") center bottom no-repeat;
    background-size: 3rem;
  }
  .flowList dl dt .num {
    width: 8rem;
  }
  .flowList li.noNum,
  .flowList li:nth-of-type(4){
    width: 100%;
  }
  .flowList li.noNum {
    margin-top: 0;
    margin-bottom: 8rem;
  }
  .flowList li.noNum figure {
    width: 60%;
    margin: 0 auto;
  }
  .flowList li:nth-of-type(4) figure {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .flowList li:nth-of-type(4) figure img {
    width: 40%;
    height: min-content;
  }
  .flowList li figure figcaption {
    margin-top: 1rem;
  }
  .flowList li:nth-of-type(4) figure figcaption {
    width: 55%;
    margin: 0;
  }
  .flowList dl dt .textWrap {
    font-size: 2.2rem;
    padding-left: 1.5rem;
    line-height: 1.4;
  }
}

/*qa*/
.qa {
  background: #d8e9ee;
}
.qa section {
  padding-bottom: 10vw;
}
.qaList {
  margin: 0 6vw;
}
.qaList .textWrap {
  position: relative;
  background: #fff;
  margin: 4vw 0 0;
  padding: 4vw 5vw 6vw;
}
.qaList .textWrap:nth-of-type(1) {
  margin-top: 0;
}
.qaList .textWrap dt,
.qaList .textWrap dd {
  padding-left: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.1rem;
}
.qaList .textWrap dt {
  background: url("../img/qa_ic01.png") 0 0.4rem no-repeat;
  background-size: 1.8rem auto;
}
.qaList .textWrap dd {
  background: url("../img/qa_ic02.png") 0 0.4rem no-repeat;
  background-size: 1.8rem auto;
  margin-top: 2vw;
}
@media screen and (min-width:640px) {
  .qa section {
    padding-bottom: 6rem;
  }
  .qa section .title {
    width: 640px;
    margin: 0 auto;
  }
  .qaList {
    width: 640px;
    margin: 0 auto;
    padding: 0 3rem 0;
  }
  .qaList .textWrap {
    margin: 2.5rem 0 0;
    padding: 3rem 3rem 3rem;
  }
  .qaList .textWrap dt,
  .qaList .textWrap dd {
    font-size: 1.9rem;
    padding-left: 2.5rem;
    letter-spacing: 0rem;
    line-height: 1.5;
  }
  .qaList .textWrap dt {
    background: url("../img/qa_ic01.png") 0 0.6rem no-repeat;
    background-size: 2.0rem auto;
  }
  .qaList .textWrap dd {
    background: url("../img/qa_ic02.png") 0 0.6rem no-repeat;
    background-size: 2.0rem auto;
    margin-top: 2rem;
  }
}
@media screen and (min-width:769px) {
  .qaList {
    width: 769px;
  }
  .qaList .textWrap {
    margin: 2.5rem 0 0;
    padding: 3rem 3rem 3rem;
  }
}

/*structure*/
.structure{
  background:#d7e9ee;
  padding-bottom: 4vw;
}
.structure .textWrap {
  position: relative;
  background: #fff;
  margin: 6vw 13vw 6vw;
  padding: 3.0vw 5.0vw;
  border-radius: 10px;
}
.structure .textWrap:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #fff transparent;
  border-width: 12px 8px 0 8px;
  bottom: -12px;
  left: 50%;
  margin-left: -10px;
}
.structure .textWrap__text,
.structure .textWrap__text span {
  line-height: 1.9;
  font-size: 3.9vw;
  font-weight: 600;
  text-align: center;
}
.structure .textWrap__text .marker {
  background: -webkit-linear-gradient(transparent 0%, #ffff66 0%);
  background: -o-linear-gradient(transparent 0%, #ffff66 0%);
  background: linear-gradient(transparent 0%, #ffff66 0%);
  font-weight: 600;
}
.structure .textWrap__text .txRed {
  font-weight: 600;
  color: #e95a71;
}
@media screen and (min-width:640px) {
  .structure{
    padding-bottom: 6rem;
  }
  .structure .title {
    width: 640px;
    margin: 0 auto;
  }
  .structure .textWrap__text,
  .structure .textWrap__text span {
    line-height: 1.9;
    font-size: 2.4rem;
    font-weight: 600;
  }
  .structure .textWrap {
    width: 480px;
    margin: 6rem auto 6rem;
    padding: 2.0rem 4.0rem;
  }
  .structure .textWrap:before {
    border-width: 20px 15px 0 15px;
    bottom: -20px;
  }
  .structure section > figure {
    width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width:769px) {

}
/*まとめ*/

.summary__list{
	border: 3px solid #4fa1d3;
	background:#fff;
	margin:30px 20px;
	padding:0;
}
.summary__wrap{
	margin: auto 0;
}
.list__title{
	font-size:20px;
	font-weight:bold;
	background: #4fa1d3;
	color: #fff;
	padding: 15px;
	text-align: center;
}
.list__contents{
	margin-top:10px;
	padding: 10px 20px 20px 20px;
}
.contents__item{
	border-bottom:1px dashed #beebeb;
	font-size:15px;
	font-size:1.5rem;
	line-height:1.7;
	padding:10px 0 8px 20px;
	position:relative;
}
.contents__item .y{
	background:#ffff00;
	line-height:1.8;
	padding:1px 5px 0;
}
.contents__item::before{
	content:"●";
	color:#4fa1d3;
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	position:absolute;
	left:1px;
	top:10px;
	vertical-align:middle;
}
@media screen and (min-width: 640px) {
.summary__list{
	margin: 30px auto;
	width: 650px;
padding:0;
}
.summary__wrap{
	width:100%;

}
.list__title{
font-size:26px;
padding: 20px;
	text-align: center;
}
.summary__list .contents__item{
font-size:18px;
}
.contents__item::before{
top:12px;
}
}
